Quantcast
Channel: Adobe Community : Popular Discussions - ColdFusion Server Administration
Viewing all 78799 articles
Browse latest View live

CF 10 very slow

$
0
0

I have a Windows 2003 SP2 IIS 6.0 32 bit server Dell 2850 4 G RAM - as a test platform.

I was running CF9 standard normally on the server with good page performance.

I installed CF10  standard (Plus the mandatory update) on the server and now the admin screen and all web pages take over 30 sec to load.

 

Task manager shows mostly idle at 99%  - Single NIC active with a single IP address in use.

 

I remove cp10 and restarted cf9 and the performance is back to normal.

 

Ideas? 


CF Admin NullPointerException

$
0
0

I am setting up a new server and running through Peter Freitag's lockdown document. I am at the point where I need to set the default scriptsrc. When I go to the cf admin page, I get the following error. Has anyone seen this before? Is it a permissions issue or what? Thanks in advance.

 

500

java.lang.NullPointerException
     at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:285)     at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)     at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)     at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)     at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)     at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)     at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

CFDIV coldfusion.security.esapiutils errors after APSB12-06 / APSB11-14

$
0
0

A couple weeks ago I patched our CF 9.0.1 production server with APSB11-14, then APSB12-06.  We use sandbox security.

 

About 10 days later, the CF service restarted itself (unsure why) and my users started reporting problems with "blank pages".  We determined that it was pages in our applications that have the cfdiv tag in them.  Pages appeared blank to the user, but viewing source in the browser reveals a few lines of cfajax output, then nothing.  Note that other pages in our app without cfdiv continued to work just fine.

 

In the \jrun4\logs\cfusion-out.log, this error appears every time we hit a page with cfdiv in it:

 

error ROOT CAUSE: java.lang.NoClassDefFoundError: Could not initialize class coldfusion.security.ESAPIUtils

 

There are no errors in the hs_err_pidxxx logs.

 

I stopped the CF service and restarted it, to no avail.   I stopped the CF service again, and thinking the APSB patch might be to blame, renamed the \inetpub\wwwroot\cfide directory and copied the pre-patch backup copy of CFIDE into place.  Restarted CF, and all was well it seemed.

 

CF has been up for about 5 days now, and the error popped up again today.  I tried my trick of copying the old "good" CFIDE again, but no such luck this time.  Perhaps that was a red herring.  I turned off sandbox security and restarted CF, and we are up and running again.  I checked the logs and the CF service had restarted itself just before today's "blank page" incident.

 

System info:

ColdFusion 9.0.1.274733 Enterprise

update level hf901-00003.jar

Java 1.6.0_27

Windows 2003 Enterprise 32-bit

FusionReactor 4.08

 

 

Edit: I'm reviewing the \JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\lib\updates and finding the following in the folder:

chf9000001.jar

chf9010001.jar

hf901_00003.jar

 

According to the technote for APSB12-06, it's jar is hf901_00004.jar, and it says "If hf901-00001.jar, hf901-00002.jar or hf901-00003.jar exist, delete them"  so it appears I missed a step.

 

Question:  should I go ahead and install 9.0.1 CHF2  (chf9010002.jar), and then proceed with the APSB12-06 hf901_00004.jar ?  Or since CHF2 contains APSB11-14, will that somehow conflict with my previous installation of APSB11-14?

 

 

Edit 2: after spending a day reading some tips on Charlie's site, and traversing the folders and understanding how CF updates work, I went ahead and used the "unofficial updater" to bring the system up to date.  Now that I think I comprehend the CF updater process, I find it amazing that Adobe doesn't have their own update utility available????   I'll report back in a couple weeks if our issues are solved....

CF10: Apache returns 404 when ;jsessionid is appended

$
0
0

Hi all,

 

we are currently upgrading a SLES 11 Server to CF10 64bit.

Last week we spend 2 days to eliminate a problem with the connector.

Apache refused to deliver CF-Pages. The log file said that mod_jk could not connect to the cfusion instance - Error 503...

 

We finally fixed this by copying a mod_jk binary from a working CF10 Server to this one.

Now Apache (2.2.23) serves all CF pages flawlessly.

 

What I just discovered was a problem, when a client doesn't accept cookies and J2EE-Sessions are turned on.

A URL with the sessionid appended (as for example cflocation creates it) results in a 404 error:

http://xxxxx.xxxxxx.com/login.cfm;jsessionid=xyxxyxyxyxyxyxy

 

I remember such a problem from a CF6/7 install, but that was IIS on Windows.

 

I'm just stuck with this one.

Can somebody please help?

 

Regards

Joerg

Request count drops to nothing

$
0
0

I've been having this problem recently with our server and I've never seen anything like it before.  I'm hoping someone in the community might be able to give me some guidance...

 

We run a ColdFusion 10 Standard server (recently patched with update 12), which handles about 30 requests per second on average.

 

Lately, we've been experiencing some very odd performance issues, so I've been leaving FusionReactor open on my screen pretty much all day long.  And what I've noticed is really bizarre.

 

Periodically, the metrics graphs will show a drop-off in requests from the usual 20-40 to 0.  This last for about 5 seconds, and when the requests come back, they shoot right up to the max (our server set its max at 100).  It's almost as if something is blocking the requests from getting through for those few seconds, and then we get flooded all at once.  Either that, or FusionReactor isn't properly recording the traffic.  At one point this morning this was happening every minute or so, such that our server was just choking on the requests and we were forced to just reboot the whole machine.

 

Has anyone experienced this before?  Or might be able to point me in a good direction?

Installing CF5 on Win2008 / IIS7 ... anyone experienced?

$
0
0

So I've got some old Coldfusion 5 applications that are being moved from one server to another. Unfortunately, the new server is windows 2008.  Of course the newer IIS is not recognized as a webservice in the setup process so you must manually config your webserver.  the controls in IIS7 are completely different than IIS6 but I used the following document as a guideline to try to get it to work: http://kb2.adobe.com/cps/186/tn_18689.html.

 

Anyone have any suggestions or documentation on how to install CF5 on IIS7?  Any help would be great.

 

Thanks.

Unable to update the NT registry. Variable DRIVERPATH is undefined.

$
0
0

Hi All,

 

Got a bit of a problem. When i try to add a microsoft access database to the datasources in the coldfusion administrator i get the following error message:

 

Unable to update the NT registry.
Variable DRIVERPATH is undefined.

I read the following post (http://forums.adobe.com/thread/142416) which had a possible solution for this problem,

 

---------------------------------------

I had same problem with x64 vista found answer

 

Open C:\Windows\SysWOW64\odbcad32.exe and create a System DSN using the Microsoft Access Driver (*.mdb).

Then open the ColdFusion Admin and create a datasource using the ODBC Socket driver.

Check the Trusted connection checkbox and it should work.

----------------------------------------

 

Unfortunately i cannot select the dsn datasource in the coldfusion administrator although i did add it to C:\Windows\SysWOW64\odbcad32.exe

Any help would be greatly appriciated.

 

Well the following article did work http://forums.adobe.com/message/1971734 so this topic can be closed.

 

My system specs are:

Windows 7 enterprise (64 bit)

Coldfusion 9 (64 bit)

 

Kind regards,

Nebu

.

Can't connect to Jetty/Admin service remotely

$
0
0

I have Jetty installed on our local CF dev server so I can take advantage of stopping & starting CF from my dev box (on the same LAN as the CF dev server). CF 10 on a Win7 Pro 64-bit box.

 

I can connect to Jetty from the dev server via http://localhost:8985.

 

I've added firewall exceptions for it (tried both specific ports and allowing jetty.exe through).

 

But I just can't connect to it from any machine other than the one where Jetty is installed - it times out as if the port is blocked. I looked over the jetty director at the connector (which I'm admittedly not too familiar with) but I didn't see anything in there about 'localhost only' especially as the whole point is to be able to access the service remotely.

 

Am I missing something? I get not wanting to expose it to the wild, but our external firewall handles that. Do I need to mess with the internal tomcat setup for this to work?


Web Connector Settings

$
0
0

I am reviewing the ColdFusion Web Connector settings in workers.properties to hopefully address a sporadic response time issue.

 

I've been advised to inspect the output from the metrics.log file (CF Admin > Debugging & Logging > Debug Output Settings > Enable Metric Logging) and use this to inform the adjustments to the settings max_reuse_connections, connection_pool_size and connection_pool_timeout.

 

My question is: How do I interpret the metrics.log output to help with the choice of setting values? Is there any documentation that can guide me?

 

Examples from over a 120 hour period:

 

95% of entries -

"Information","scheduler-2","06/16/14","08:09:04",,"Max threads: 150 Current thread count: 4 Current thread busy: 0 Max processing time: 83425 Request count: 9072 Error count: 72 Bytes received: 1649 Bytes sent: 22768583 Free memory: 124252584 Total memory: 1055326208 Active Sessions: 1396"

 

Occurred once -

"Information","scheduler-2","06/13/14","14:20:22",,"Max threads: 150 Current thread count: 10 Current thread busy: 5 Max processing time: 2338 Request count: 21 Error count: 4 Bytes received: 155 Bytes sent: 139798 Free memory: 114920208 Total memory: 1053097984 Active Sessions: 6899"

 

Environment:

- 3 x Windows 2008 R2 (hardware load balanced)

- ColdFusion 10 (update 12)

- Apache 2.2.21

Slow response times

$
0
0

This last weekend, we migrated off of our old server 2003 cf7mx server, to a new Server 2008r2 x64 CF 9,0,1,274733 server.  We are now experiencing slow response times for our server,according to the Windows Performance monitor our Avg Request times are way up. I have been going through some logs but nothing seems to leap out at me, but i am not the best CF admin.  As i dont know what information would be usefull, i have tried to give all the info. 

 

 

Here is our coldfusion-event log:

08/14 16:22:58 user JSPServlet: init

08/14 16:23:00 user ColdFusionStartUpServlet: init

08/14 16:23:00 user ColdFusionStartUpServlet: ColdFusion: Starting application services

08/14 16:23:00 user ColdFusionStartUpServlet: ColdFusion: VM version = 14.3-b01

08/14 16:23:08 user ColdFusionStartUpServlet: ColdFusion: application services are now available

08/14 16:23:08 user CFMxmlServlet: init

08/14 16:23:08 user CFMxmlServlet: Macromedia Flex Build: 87315.134646

08/14 16:23:10 user CFSwfServlet: init

08/14 16:23:10 user CFCServlet: init

08/14 16:23:12 user FlashGateway: init

08/14 16:23:12 user MessageBrokerServlet: init

08/14 16:23:13 user CFFormGateway: init

08/14 16:23:13 user CFInternalServlet: init

08/14 16:23:13 user WSRPProducer: init

08/14 16:23:13 user ServerCFCServlet: init

08/15 08:13:09 user GraphServlet: init

08/15 10:25:45 user CFInternalServlet: destroy

08/15 10:25:50 user FlashGateway: destroy

08/15 10:25:50 user WSRPProducer: destroy

08/15 10:25:50 user CFCServlet: destroy

08/15 10:25:50 user GraphServlet: destroy

08/15 10:25:50 user CFMxmlServlet: destroy

08/15 10:25:50 user CFFormGateway: destroy

08/15 10:25:50 user CFSwfServlet: destroy

08/15 10:26:50 info No JDBC data sources have been configured for this server (see jrun-resources.xml)

08/15 10:26:50 info JRun Proxy Server listening on *:51800

08/15 10:26:50 info Deploying enterprise application "Adobe_ColdFusion_9" from: file:/C:/ColdFusion9/

08/15 10:26:51 info Deploying web application "Adobe ColdFusion 9" from: file:/C:/ColdFusion9/

08/15 10:26:52 user JSPServlet: init

08/15 10:26:53 user ColdFusionStartUpServlet: init

08/15 10:26:53 user ColdFusionStartUpServlet: ColdFusion: Starting application services

08/15 10:26:53 user ColdFusionStartUpServlet: ColdFusion: VM version = 14.3-b01

08/15 10:26:58 user ColdFusionStartUpServlet: ColdFusion: application services are now available

08/15 10:26:58 user CFMxmlServlet: init

08/15 10:26:58 user CFMxmlServlet: Macromedia Flex Build: 87315.134646

08/15 10:26:59 user CFSwfServlet: init

08/15 10:27:00 user CFCServlet: init

08/15 10:27:03 user FlashGateway: init

08/15 10:27:03 user MessageBrokerServlet: init

08/15 10:27:04 user CFFormGateway: init

08/15 10:27:04 user CFInternalServlet: init

08/15 10:27:04 user WSRPProducer: init

08/15 10:27:05 user ServerCFCServlet: init

08/15 10:36:30 user CFInternalServlet: destroy

08/15 10:36:36 user FlashGateway: destroy

08/15 10:36:36 user WSRPProducer: destroy

08/15 10:36:36 user CFCServlet: destroy

08/15 10:36:36 user CFMxmlServlet: destroy

08/15 10:36:36 user CFFormGateway: destroy

08/15 10:36:36 user CFSwfServlet: destroy

08/15 10:38:35 info No JDBC data sources have been configured for this server (see jrun-resources.xml)

08/15 10:38:35 info JRun Proxy Server listening on *:51800

08/15 10:38:35 info Deploying enterprise application "Adobe_ColdFusion_9" from: file:/C:/ColdFusion9/

08/15 10:38:35 info Deploying web application "Adobe ColdFusion 9" from: file:/C:/ColdFusion9/

08/15 10:38:36 user JSPServlet: init

08/15 10:38:37 user ColdFusionStartUpServlet: init

08/15 10:38:37 user ColdFusionStartUpServlet: ColdFusion: Starting application services

08/15 10:38:37 user ColdFusionStartUpServlet: ColdFusion: VM version = 14.3-b01

08/15 10:38:41 user ColdFusionStartUpServlet: ColdFusion: application services are now available

08/15 10:38:41 user CFMxmlServlet: init

08/15 10:38:41 user CFMxmlServlet: Macromedia Flex Build: 87315.134646

08/15 10:38:44 user CFSwfServlet: init

08/15 10:38:44 user CFCServlet: init

08/15 10:38:46 user FlashGateway: init

08/15 10:38:46 user MessageBrokerServlet: init

08/15 10:38:47 user CFFormGateway: init

08/15 10:38:47 user CFInternalServlet: init

08/15 10:38:47 user WSRPProducer: init

 

 

Here is our cf application log:

 

"Severity","ThreadID","Date","Time","Application","Message"

"Information","jrpp-0","06/25/11","19:24:19",,"C:\ColdFusion9\logs\application.log initialized"

"Error","jrpp-0","06/25/11","19:24:19",,"File not found: /CFIDE/main/ide.cfm The specific sequence of files included or processed is: C:\inetpub\wwwroot\CFIDE\main\ide.cfm'' "

"Error","jrpp-1","06/25/11","22:14:06",,"File not found: /CFIDE/main/ide.cfm The specific sequence of files included or processed is: C:\inetpub\wwwroot\CFIDE\main\ide.cfm'' "

"Error","jrpp-2","06/25/11","22:32:05",,"File not found: /CFIDE/main/ide.cfm The specific sequence of files included or processed is: C:\inetpub\wwwroot\CFIDE\main\ide.cfm'' "

"Information","jrpp-3","06/26/11","11:45:13","CFADMIN","Invalid login for Default User"

"Error","jrpp-0","07/06/11","15:46:07",,"File not found: /CFIDE/main/ide.cfm The specific sequence of files included or processed is: C:\inetpub\wwwroot\CFIDE\main\ide.cfm'' "

"Error","jrpp-1","08/14/11","20:56:25","impager","Element DEPT is undefined in FORM. The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\clinical\pagers\impager\sendpage.cfm, line: 1 "

"Error","jrpp-1","08/14/11","21:04:33",,"File not found: /CFIDE/main/ide.cfm The specific sequence of files included or processed is: C:\inetpub\wwwroot\CFIDE\main\ide.cfm'' "

"Error","jrpp-4","08/14/11","22:04:43","impager","Element DEPT is undefined in FORM. The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\clinical\pagers\impager\sendpage.cfm, line: 1 "

"Error","jrpp-36","08/15/11","08:50:29","TEAMS_database","Variable MYPERIOD is undefined. The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\monthly_entry.cfm, line: 220 "

"Error","jrpp-50","08/15/11","09:12:36",,"Invalid CFML construct found on line 2 at column 25.ColdFusion was looking at the following text:<p>=</p><p>The CFML compiler was processing:<ul><li>An expression that began on line 2, column 8.<br>The expression might be missing an ending #, for example, #expr instead of #expr#.<li>A cfset tag beginning on line 2, column 2.</ul> The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\clinpub\L2\ess\page3e.cfm, line: 2 "

"Error","jrpp-50","08/15/11","09:13:39",,"Invalid CFML construct found on line 2 at column 25.ColdFusion was looking at the following text:<p>=</p><p>The CFML compiler was processing:<ul><li>An expression that began on line 2, column 8.<br>The expression might be missing an ending #, for example, #expr instead of #expr#.<li>A cfset tag beginning on line 2, column 2.</ul> The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\clinpub\L2\ess\page3e.cfm, line: 2 "

"Error","jrpp-50","08/15/11","09:14:17",,"Invalid CFML construct found on line 42 at column 35.ColdFusion was looking at the following text:<p>=</p><p>The CFML compiler was processing:<ul><li>An expression that began on line 42, column 8.<br>The expression might be missing an ending #, for example, #expr instead of #expr#.<li>A cfset tag beginning on line 42, column 2.</ul> The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\clinpub\L2\ess\page4a.cfm, line: 42 "

"Error","jrpp-78","08/15/11","09:56:53","TEAMS_database","Variable MYPERIOD is undefined. The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\monthly_entry.cfm, line: 220 "

"Error","jrpp-75","08/15/11","10:10:12","TEAMS_database","Error Executing Database Query.Timed out trying to establish connection The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\monthlyentry1a.cfm, line: 9 "

"Error","jrpp-80","08/15/11","10:10:46","TEAMS_database","Error Executing Database Query.Timed out trying to establish connection The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\monthlyentry1a.cfm, line: 9 "

"Error","jrpp-78","08/15/11","10:11:28","TEAMS_database","The request has exceeded the allowable time limit Tag: CFQUERY The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\monthlyentry1a.cfm, line: 124 "

"Error","jrpp-89","08/15/11","10:13:20","TEAMS_database","The request has exceeded the allowable time limit Tag: CFQUERY The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\monthlyentry1a.cfm, line: 418 "

"Error","jrpp-88","08/15/11","10:13:52","TEAMS_database","Error Executing Database Query.Timed out trying to establish connection The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\login.cfm, line: 77 "

"Error","jrpp-82","08/15/11","10:14:35","TEAMS_database","The request has exceeded the allowable time limit Tag: CFQUERY The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\monthlyentry1a.cfm, line: 9 "

"Error","jrpp-92","08/15/11","10:16:25","TEAMS_database","The request has exceeded the allowable time limit Tag: CFQUERY The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\login.cfm, line: 77 "

"Error","jrpp-84","08/15/11","10:18:11","impager","Error Executing Database Query.Timed out trying to establish connection The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\clinical\pagers\impager\pagerlist.cfm, line: 620 "

"Error","jrpp-89","08/15/11","10:19:37","TEAMS_database","The request has exceeded the allowable time limit Tag: CFQUERY The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\entry_2011_1.cfm, line: 233 "

"Error","jrpp-80","08/15/11","10:22:19","TEAMS_database","Error Executing Database Query.Timed out trying to establish connection The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\entry_2011_1.cfm, line: 154 "

"Error","jrpp-92","08/15/11","10:23:24","TEAMS_database","Error Executing Database Query.Timed out trying to establish connection The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\login.cfm, line: 84 "

"Error","jrpp-96","08/15/11","10:24:12","TEAMS_database","The request has exceeded the allowable time limit Tag: cfoutput The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\entry_2011_2.cfm, line: 157 "

"Error","jrpp-95","08/15/11","10:24:12","TEAMS_database","The request has exceeded the allowable time limit Tag: CFQUERY The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\entry_2011_1.cfm, line: 233 "

"Error","jrpp-14","08/15/11","10:31:03","TEAMS_database","Error Executing Database Query.Timed out trying to establish connection The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\monthlyentry1a.cfm, line: 9 "

"Error","jrpp-2","08/15/11","10:31:33","TEAMS_database","Error Executing Database Query.Timed out trying to establish connection The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\sow.cfm, line: 144 "

"Error","jrpp-15","08/15/11","10:32:04","TEAMS_database","Error Executing Database Query.Timed out trying to establish connection The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\TA_entry.cfm, line: 154 "

"Error","jrpp-1","08/15/11","10:32:15","TEAMS_database","The request has exceeded the allowable time limit Tag: CFQUERY The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\monthlyentry1a.cfm, line: 124 "

"Error","jrpp-12","08/15/11","10:32:58","TEAMS_database","The request has exceeded the allowable time limit Tag: CFQUERY The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\sow.cfm, line: 169 "

"Error","jrpp-10","08/15/11","10:33:21","TEAMS_database","The request has exceeded the allowable time limit Tag: CFQUERY The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\monthlyentry1a.cfm, line: 418 "

"Error","jrpp-4","08/15/11","10:33:43","TEAMS_database","The request has exceeded the allowable time limit Tag: CFQUERY The specific sequence of files included or processed is: C:\inetpub\wwwroot\cf\tpep\teendata\entry_2011_2.cfm, line: 233 "

 

 

Please let me know if any other data would be usefull. 

High Eden Java Memory Usage/Garbage Collection

$
0
0

Hi,

 

I am trying to make sure that my Coldfusion Server is optomised to the max and to find out what is normal limits.


Basically it looks like at times my servers can run slow but it is possible that this is caused by a very old bloated code base.

 

Jrun can sometimes have very high CPU usage so I purchased Fusion Reactor to see what is going on under the hood.

 

Here are my current Java settings (running v6u24):

java.args=-server -Xmx4096m -Xms4096m -XX:MaxPermSize=256m -XX:PermSize=256m -Dsun.rmi.dgc.client.gcInterval=600000 -Dsun.rmi.dgc.server.gcInterval=600000 -Dsun.io.useCanonCaches=false -XX:+UseParallelGC -Xbatch ........

 

With regards Memory, the only memory that seems to be running a lot of Garbage Collection is the Eden Memory Space. It climbs to nearly 1.2GB in total just under every minute at which time it looks like GC kicks in and the usage drops to about 100MB.

 

Survivor memory grows to about 80-100MB over the space of 10 minutes but drops to 0 after the scheduled full GC runs. Old Gen memory fluctuates between 225MB and 350MB with small steps (~50MB) up or down when full GC runs every 10 minutes.

 

I had the heap set to 2GB initally in total giving about 600MB to the Eden Space. When I looked at the graphs from Fusion Reactor I could see that there was (minor) Garbage Collection about 2-3 times a minute when the memory usage maxed out the entire 600MB which seemed a high frequency to my untrained eye. I then upped the memory to 4GB in total (~1.2GB auto given to Eden space) to see the difference and saw that GC happened 1-2 times per minute.

 

Is it normal in Coldfusion that the Eden memory would grow so quickly and have garbage collection run so often? i.e do these graphs look normal?

Also should I somehow redistribute the memory available to give the Eden memory more since it seems to be where all the action is?

Any other advice for performance improvements would be much appreciated.

 

Note: These graphs are not from a period where jrun had high CPU.

 

Here are the graphs:


PS Eden Space Graph

http://img833.imageshack.us/img833/7002/psedenspacegraph.png

 

PS Survivor Space Graph

http://img69.imageshack.us/img69/3241/pssurvivorspacegraph.png

 

PS Old Gen Graph

http://img689.imageshack.us/img689/8093/psoldgengraph.png

 

PS Perm Gen Graph

http://img6.imageshack.us/img6/3291/pspermgengraph.png

 

Heap Memory Graph

http://img692.imageshack.us/img692/2348/heapmemorygraph.png

 

Heap/Non Heap Memory Graph

http://img196.imageshack.us/img196/594/heapnonheapmemorygraph.png

 

CPU Graph

http://img28.imageshack.us/img28/8781/cpugraph.png

 

Request Average Execution Time Graph

http://img33.imageshack.us/img33/6573/requestaverageexecution.png

 

Request Activity Graph

http://img845.imageshack.us/img845/5065/requestactivitygraph.png

 

Code Cache Graph

http://img6.imageshack.us/img6/6620/codecachegraph.png

Coldfusion with Apache 2.2 webserver index.cfm problem

$
0
0

PLS HELP!

 

Im trying to setup an Apache Web Server for my Coldfusion Site (does that sound right?). Im able to follow a guide http://www.adobe.com/devnet/coldfusion/articles/setup_dev.html#articlecontentAdobe_numbere dheader
I followed the guide but when i run my site via localhost it wont auto run the index.cfm (i have to click it in order for it to run), but if I place an index.html it will autorun.

 

 

Pls. can somebody help me. I need help

This might be a small problem, but im a newbie, ive just started web development a month ago and im kinda lost right now

 

THIS IS WHATS HAPPENING:

 

Exhibit A

1.jpg

Exhibit B

2.jpg

Exhibit C

3.jpg

ColdFusion 8: .NET integration issue

$
0
0
I have problem with ColdFusion .NET integration.
I installed CF 8 server on my computer (Windows Vista, CF8 Version 8,0,1,195765, .NET Framework 3.5 SP1, server: C:/ColdFusion8/, sites: C:/ColdFusiion8/wwwroot). All was OK and the test script was working fine.
I copyed this file on server (Windows Server 2003 Standard Edition SP2, CF8 Version 8,0,1,195765, server: C:/ColdFusion8/, sites: D:/wwwroot) and installed .NET framework 3.5 SP1 and ColdFusion .NET integration service........
I am getting the below error:

Class System.IO.DriveInfo not found in the specified assembly list.
The assembly that contains the class must be provided to the assembly attribute.

I can't configure Windows Server. Please do provide a solution for this

CFMX 8 suddenly hangs

$
0
0
32 Bit Win2008 Server Webedition OS, 8 GB RAM, 2x2,4 GHz Xeon IIS 7,
CFMX ColdFusion Enterprise 8.0.1(195765) Server configuration,
Java Version 1.6.0_04, Macromedia JRun 4 (Build 108487)

About once a week ColdFusion hangs completly and cf-pages are not delivered (Server Error 503).
The ColdFusion adminstrator is also not available (neither remote or on the server itself).
Static html- and aspx-pages continue to be delivered (the IIS and ASPNET Applications are available).

There are no high loads on the server on either processor or memory.
The log-files doesn't show anything to be concerned about, in fact nothing. The CF-Server hangs without issuing any log entries or windows events. In two cases, a restart of ColdFusion (without a server reboot) resulted in the same behaviour 30 minutes later.

Memory usage in CF system monitor is normaly about 180MB with peaks around 260 MB.
Normaly we got a memory usage around 200 KB in session scope by 300 sessions/users.

So all in all the server is not used very heavily and appears to be running normally.

We've got no idea what happens. The only thing we notice is a possible influence by the application pool settings in the iss7. Initially we set the application pool to the default integrated mode. The server hung after about a week.
After the second time, we changed the pool setting to classic mode hoping this might help. Again after about a week the server hung. We then went back to integrated mode and the server then hung again within 30 minutes.

Up till last week, we thought this was being caused by the ODBC drivers for the Oracle 8i DB connection. However these have been replaced by OCI drivers now which seem to be performing OK.

Unfortunately, we have only gotten the crash dump settings set up yesterday so we don't have a dump at the hung stage yet.

Has anyone any idea or experiences with CFMX8 and win2008/ISS7 that could shed light on this behaviour?

Greeting
- Thomas

Same Serial Number found on another ColdFusion server.The server may be out of compliance

$
0
0
We have installed CF 8 Enterprise on a 4 way Linux server.
We have installed several instances using JBoss.

We keep getting this error:
Same Serial Number found on another ColdFusion server.The server may be out of compliance.

is this error indicating that we need more licenses?

Cron service not available error

$
0
0
A production issue appeared today at one of our customer sites.... and I am unable to login to CFadmin. I stop and restart the services, but still the same issue appears. See below.

Anyone have any thoughts? Ideas? Has anyone ever seen this before??

Error Occurred While Processing Request
The Cron service is not available.
This exception is usually caused by service startup failure. Please check your server configuration.

The error occurred in Application.cfm: line 78

-1 : Unable to display error's location in a CFML template.



--------------------------------------------------------------------------------

Please try the following:
Check the ColdFusion documentation to verify that you are using the correct syntax.
Search the Knowledge Base to find a solution to your problem.


Browser Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)
Remote Address 127.0.0.1
Referrer
Date/Time 25-Apr-06 12:57 PM

Stack Trace (click to expand)
at cfApplication2ecfm105811000.runPage(C:\blackstone_final\cfusion\wwwroot\CFIDE\administrat or\Application.cfm:78)


coldfusion.server.ServiceFactory$ServiceNotAvailableException: The Cron service is not available.
at coldfusion.server.ServiceFactory.getCronService(ServiceFactory.java:118)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at coldfusion.runtime.java.JavaProxy.invoke(JavaProxy.java:74)
at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:1627)
at cfApplication2ecfm105811000.runPage(C:\blackstone_final\cfusion\wwwroot\CFIDE\administrat or\Application.cfm:78)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:33)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:157)
at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:50)
at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:52)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.CfmServlet.service(CfmServlet.java:105)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:349)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:457)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:295)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)



Multiserver Monitor Permission Denied...

$
0
0

So I've been dealing with this for years now, since version 8 and now with version 9 of

Coldfusion.  I can't ever get my multi-server monitor to monitor more than the local server from which I run the multiserfver monit

or.  I've edited the multiservermonitor-access-policy.xml to use the following line:

 

<allow-access-from domain="*" />

 

However, that doesn't work even after restarting Coldfusion.

 

Does anyone have this working?  I think I'm about to buy fusion-reactor so I can actually monitor my servers but it's always frustrating when something that should be pretty simple just doesn't work right.  Thanks in advance for any input.

 

...Brad

No access to CF administrator after installation

$
0
0

CF9 has been installed on  Windows server 2008.

Successfull.

 

I can see CF9 files on disk C:\ColdFusion9

 

I have the CFIDE structure installed on disk D:\wwwroot\CFIDE

 

And when launching :

http://127.0.0.1/CFIDE/administrator/index.cfm

can't find the file

I tried the Sever IP adress :

http://85.14.138.81/CFIDE/administrator/index.cfm

same, can't find the file.

 

Can someone help/explain where could be the problem ?

It seems to be a problem of  IP pointing ?

 

Thanks for any help.

I do not have the hand on the IP.

Pierre.

ColdFusion 10 - Internal Server Error

$
0
0

Hi All,


We have ColdFusion 10 running on Windows 2008 server R2. Incoming requests are redirected by Apache to ColdFusion. We have been seeing lately a very random set of 'Internal Server Errors' when the site is accessed. Sometimes doing a refresh of the page fixes things; at other times we need to restart the CF 10 services. I do not see anything in the logs to help me push for a resolution. Do you know of any methods on what I should be doing to get this fixed?


Appreciate your help.

Can't connect to the Update Site (CF10)

$
0
0

Getting the following sequence in the coldfusion-out.log file:

 

Oct 16, 2012 11:51:15 AM Information [ajp-bio-8012-exec-2] - Starting HTTP request {URL='http://www.adobe.com:80/go/coldfusion-updates', method='get'}

Oct 16, 2012 11:51:25 AM Error [ajp-bio-8012-exec-5] - A timeout occurred while attempting to lock updatecheck. The specific sequence of files included or processed is: /local/scratch/coldfusion10/cfusion/wwwroot/CFIDE/administrator/updates/index.cfm, line: 92

Oct 16, 2012 11:51:49 AM Error [ajp-bio-8012-exec-2] - Not able to connect to Update Site: The request has exceeded the allowable time limit Tag: cfhttp

 

Not sure exactly what is going on here, but I can't get any of my updates for ColdFusion 10, with the exception of the mandatory one that was installed manually.  I would appreciate any help with this, since there does not seem to be any way to get updates otherwise!  We are running CF10 on RHEL6.3 with the Apache release that shipped with the OS, 2.2.15.

 

Thanks

Viewing all 78799 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>