How do I monitor ColdFusion in Resin? - coldfusion

I have ColdFusion 8 installed on resin-3.1.9 (Linux). On my standalone ColdFusion server, I can use /opt/coldfusion8/bin/cfstat to monitor active and queued requests.
On Resin, with ColdFusion 8 installed as a multi-server install, I don't know how to get this information. Can someone help me?
I have tried server monitor through ColdFusion 8 and it doesn't show me the queued request. I can't even find that information in FusionReactor.
I tried using <statistics-enable>true</statistics-enable> in /opt/resin/conf/resin.conf; however, I don't know where that information is outputted and if it would even help me.

According to ColdFusion 8 system requirements, Resin is not supported.
You may want to use one of the followings to save you some trouble:
WebLogic 8.1, 9.2, 10
WebSphere 5.1.1, 6.1, 6.1
Oracle Application Server 10g R1-R3
JRun 4 Updater 7
JBoss 4.0.3, 4.0.5, 4.2

You might look at FusionReactor, it lists Railo Resin support, so it might work for ColdFusion Resin, and you could use the trial to test it, or just ask them.

Related

CFSpreadsheet Read - Wrong decimal symbol after updating to Windows 10

A few days ago I updated my windows from 8 to 10. I reinstalled ColdFusion 10 and Apache (Xammp), and I installed all updates through the CF Administrator, including upd18. However, I am having a problem with the decimal symbol when I use cfspreadsheet and Excel. The output is now different from my production server, and when I used window 8.
Here I have a print screen from one test I did using Excel with 4 different number masks. On the left is my localhost. On the right is the Production server.
Additional observations:
The Production Server is running ColdFusion 11. However, another PC with CF10 + Xampp + Windows 8 produces the same output as my Production server, which is different than result from my locahost.
I discovered the problem. My Windows is pt-BR, and windows server is en-US.
a year ago we need to change JVM.config to ColdFusion server works in en-US, we find the documentation that we did. Including the following information to JVM.config the problem stopped.
-Duser.language=en -Duser.region=US
Is possible edit this config in CFAdministrator

ColdFusion 10 multi-instance on development install

So I am using ColdFusion 10 on Windows 7 64-bit machine. I have installed CF10 developer edition, now I am trying to create a second instance. I Add the instance in ColdFusion admin, then go into the Number folder and run the webconfig tool and add the site. When I go to services to start this new instance service, it does not start, it gives me an error.
App log:
The description for Event ID 256 from source ColdFusion 10 Application Server perm cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
Can anyone help me get the second instance working, or is this really not allowed in the dev edition?
If I can get this working for ColdFusion 10, I want to get ColdFusion 11 working with 2 instances next.
I was able to work with the adobe install team, and they helped me figure out my web config connectors were messed up, and there was a random cfide folder in the site causing confusion and delay. I am up and running now.

Tomcat Server using 100% CPU?

I am new in using Tomcat Server. In one of the my web application i am using Tomcat 6.0.33 as a Server, it using 100% CPU. I couldn't find it why. Guys could you sort out this problem,
Why this tomcat using 100%CPU?
How to identify the problems of the above?
How to monitor the tomcat in windows?
Please, it would be more helpful for me..
Thanks in advance
Tomcat itself doesn't use 100% CPU, it is not designed that way. Most probably it is some application that is deployed on it. To make 100% sure that it's not Tomcat just download its distribution and start it up - I bet you CPU usage will be closer to 0.
To tell which application inside your Tomcat is misbehaving you will need to use profiling tools.
The best one IMO is Oracle's VisualVM. Start it from your JDK bin directory (it is called jvisualvm.exe), then follow the guide at the link. In particular its Profiling section.

Cannot start server in coldfusion builder 2

I have installed Adobe ColdFusion builder 2 and was able to set it up, using this tutorial
http://www.adobe.com/devnet/coldfusion/articles/setup_dev.html
After I restarted my computer (for some updates to take effect), I am unable start the server I added using ColdFusion Builder (cfserver). I get the following error -
'starting cfusion' has encountered a problem
Ensure that the server is not already running, or another application is not using the WebServer port.
Does anyone know what to do about this? I am completely lost
EDIT: This is the error the console prints out
[cfusion]:07/13 12:50:14 Error [Thread-13] - Platform, Locale, and Platform Name must not be null
If you are using Vista or Windows 7 I used to have a problem with trying to start the ColdFusion server unless I launched CFB with Administrator privileges and ran it in XP Compatability mode.

ColdFusion 9 / Win Server 2008 - Incorrect Perfmon Values

We've recently upgraded from CF 8 Enterprise to CF 9 Enterprise with hotfix 1.
What we have noticed is that some CF 9 counters accessed via perfmon are now giving crazy values.
I recall something very similar happening when we upgraded to CF 8, but that was addressed by the following hotfix:
http://kb2.adobe.com/cps/404/kb404026.html (discussion here)
In that issue the cfperfmon_8.dll was replaced.
Three of our recently upgraded Windows Server 2008 CF 9 servers are displaying a very similar issue. In my Windows event log I'm seeing a lot of these issues:
The data buffer created for the "ColdFusion 9 Application Server" service in the "C:\Windows\system32\cfperfmon_9.dll" library is not aligned on an 8-byte boundary. This may cause problems for applications that are trying to read the performance data buffer. Contact the manufacturer of this library or service to have this problem corrected or to get a newer version of this library.
Is there a similar fix available for CF 9?