Slow Server Startup Time

87 views
Skip to first unread message

Andrew Myers

unread,
Mar 26, 2010, 8:24:54 PM3/26/10
to cfau...@googlegroups.com
Hi Guys,

I'm in the process of configuring a new server from scratch and I'm running into some issues with ColdFusion taking a long time to start up.

After a start or restart I get the following error when I try and access my site for a few minutes:

Server Error

The server encountered an internal error and was unable to complete your request.

Application server is busy. Either there are too many concurrent requests or the server still is starting up.

Then when that finally completes, I am getting a cffile timeout when my app is loading it's ColdSpring config.

I have previously installed this on another server without seeing these problems.  The server I am seeing the problem on is 64bit with 32Gb RAM (the other one was 32bit with 4Gb RAM) so I am concerned it is slower.... 

Both are ubuntu, running CF9 and I did the install of CF myself on both of them. 

Has anyone seen this before and if so do you have any advice on how to improve (or even debug) this? 

Regards,
Andrew.

BarryC

unread,
Mar 26, 2010, 8:34:23 PM3/26/10
to cfaussie
Is there anything else running on the server, what is the CPU grunt
like on the server?
The best bet would be to monitor the server and see what resource
usage is like on it when you start Coldfusion and then your script.

Also, you could set a custom timeout value in your script with the
cfsetting tag so it at least starts without timing out. What is your
timeout set to?

Barry.

On Mar 27, 1:24 pm, Andrew Myers <am2...@gmail.com> wrote:
> Hi Guys,
>
> I'm in the process of configuring a new server from scratch and I'm running
> into some issues with ColdFusion taking a long time to start up.
>
> After a start or restart I get the following error when I try and access my
> site for a few minutes:

> Server ErrorThe server encountered an internal error and was unable to
> complete your request.
>
> *Application server is busy. Either there are too many concurrent requests
> or the server still is starting up.*

Steve Onnis

unread,
Mar 26, 2010, 10:36:38 PM3/26/10
to cfau...@googlegroups.com
how much ram is allocated to the JVM?


From: Andrew Myers [mailto:am2...@gmail.com]
Sent: Saturday, 27 March 2010 11:25 AM
To: cfau...@googlegroups.com
Subject: [cfaussie] Slow Server Startup Time

--
You received this message because you are subscribed to the Google Groups "cfaussie" group.
To post to this group, send email to cfau...@googlegroups.com.
To unsubscribe from this group, send email to cfaussie+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.

Kai Koenig

unread,
Mar 26, 2010, 11:03:17 PM3/26/10
to cfau...@googlegroups.com
Andrew,

can you post the startup logs?

Cheers
Kai

> --
> You received this message because you are subscribed to the Google Groups "cfaussie" group.
> To post to this group, send email to cfau...@googlegroups.com.
> To unsubscribe from this group, send email to cfaussie+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
>


--
Kai Koenig - Ventego Creative Ltd
ph: +64 4 476 6781 - mob: +64 21 928 365 / +61 450 132 117
web: http://www.ventego-creative.co.nz
blog: http://www.bloginblack.de
twitter: http://www.twitter.com/agentK

Hands-on Regular Expression training @ webDU 2010
http://bloginblack.de/agentk/workshop-befriending-regular-expressions/

Hands-on Flash Catalyst and Flex 4 training @ Webinale 2010
http://bloginblack.de/agentk/workshop-rias-with-flash-catalyst-and-flex-4/
--

charlie arehart

unread,
Mar 27, 2010, 4:26:39 PM3/27/10
to cfau...@googlegroups.com
Kai's reply makes me want to cue the music to Dylan's song (covered by
many), "The answer my friend, is blowin' in the logs [wind]. The answer is
blowin' in the logs." Or maybe that's too old for many to get it. :-)

Yes, it could be that it's a systemic problem (outofmemory errors, jvm
issues, etc.) which might be reported in the logs. Also, check the
[cf]/logs/cfserver.log, as on *nix that has some of what is otherwise in the
"jrun" or "runtime" logs (though they may have info as well). Between that
and any console log you may have, it may well give insight into the problem.

If this had been a CF8 server, some would point out to make sure you were on
JVM 1.6.0_11 or above (because of the JVM class loading bug that existed
prior to that), but since you say you're on CF9 we would assume you're on at
least _18 (which I think is what 9 installs). But then since you may have
implemented this CF9 deployment in a non-standard way (running as an
instance on a previously installed CF 8 multiserver deployment, or perhaps
as a J2EE deployment), let's at least have you confirm (in the CF Admin
"settings summary" or "system information" pages) that you are running a JVM
update greater than 1.6.0_11.

Hope that's helpful.

/charlie

Andrew

unread,
Mar 27, 2010, 6:53:40 PM3/27/10
to cfaussie
Hi Guys,

Thanks for all who responded.

I've trimmed these down to what I think is the bare minimum, but if I
need to post anything else please let me know...

cfserver.log

27/03 11:05:45 user CFInternalServlet: destroy
03/27 11:05:45 Information [Thread-1] - Stopping Event Gateways.
03/27 11:05:50 Information [Thread-1] - ColdFusion stopped
27/03 11:05:50 user FlashGateway: destroy
27/03 11:05:50 user WSRPProducer: destroy
27/03 11:05:50 user CFCServlet: destroy
27/03 11:05:50 user CFMxmlServlet: destroy
27/03 11:05:50 user CFFormGateway: destroy
27/03 11:05:50 user CFSwfServlet: destroy
Starting Macromedia JRun 4.0 (Build 108795), cfusion server
27/03 11:05:56 warning The Trial License evaluation period will expire
in 28 days.
27/03 11:05:57 info JRun Naming Service listening on *:2904
27/03 11:05:57 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
27/03 11:05:57 info JRun Web Server listening on *:8300
27/03 11:05:58 info JRun Proxy Server listening on *:51020
27/03 11:05:58 info Deploying enterprise application "cfusion-ear"
from: file:/san/lun0/jrun4/servers/cfusion/cfusion-ear/
27/03 11:05:58 info Deploying web application "Adobe ColdFusion 9"
from: file:/san/lun0/jrun4/servers/cfusion/cfusion-ear/
27/03 11:05:59 INFO License Service: Flex 1.5 CF Edition enabled
27/03 11:05:59 INFO Starting Flex 1.5 CF Edition
27/03 11:05:59 user JSPServlet: init
27/03 11:05:59 user ColdFusionStartUpServlet: init
27/03 11:05:59 user ColdFusionStartUpServlet: ColdFusion: Starting
application services
27/03 11:05:59 user ColdFusionStartUpServlet: ColdFusion: VM version =
14.0-b16
03/27 11:05:59 Information [scheduler-11] - Starting logging...
03/27 11:05:59 Information [scheduler-11] - Starting license...
03/27 11:06:01 Information [scheduler-11] - Evaluation Edition enabled
These changes should get picked up!
03/27 11:06:01 Information [scheduler-11] - Starting crypto...
03/27 11:06:01 Information [scheduler-11] - Installed JSafe JCE
provider: Version 3.6 RSA Security Inc. Crypto-J JCE Security Provider
(implements RSA, DSA, Diffie-Hellman, AES, DES, Triple DES, DESX, RC2,
RC4, RC5, PBE, MD2, MD5, RIPEMD160, SHA1, SHA224, SHA256, SHA384,
SHA512, HMAC-MD5, HMAC-RIPEMD160, HMAC-SHA1, HMAC-SHA224, HMAC-SHA256,
HMAC-SHA384, HMAC-SHA512)
03/27 11:06:01 Information [scheduler-11] - Starting security...
03/27 11:06:01 Information [scheduler-11] - Starting scheduler...
03/27 11:06:01 Information [scheduler-11] - Starting WatchService...
03/27 11:06:01 Information [scheduler-11] - Starting debugging...
03/27 11:06:01 Information [scheduler-11] - Starting sql...
03/27 11:06:02 Information [scheduler-11] - Pool Manager Started
03/27 11:06:03 Information [scheduler-11] - Starting mail...
03/27 11:06:03 Information [scheduler-11] - Starting runtime...
03/27 11:06:03 [scheduler-11] INFO Using "/tmp/vfs_cache" as
temporary files store.
03/27 11:06:03 [scheduler-11] INFO Using "/tmp/vfs_cache" as
temporary files store.
03/27 11:06:03 Information [scheduler-11] - CORBA Configuration not
enabled
03/27 11:06:03 Information [scheduler-11] - Starting cron...
03/27 11:06:03 Information [scheduler-11] - Starting registry...
03/27 11:06:03 Information [scheduler-11] - Starting client...
03/27 11:06:03 Information [scheduler-11] - The metrics service is
disabled for the J2EE edition
03/27 11:06:03 Information [scheduler-11] - Starting xmlrpc...
03/27 11:06:03 Information [scheduler-11] - Starting graphing...
03/27 11:06:03 Information [scheduler-11] - Starting verity...
03/27 11:06:03 Information [scheduler-11] - Starting solr...
03/27 11:06:03 Information [scheduler-11] - Starting archive...
03/27 11:06:03 Information [scheduler-11] - Starting document...
03/27 11:06:03 Information [scheduler-11] - Starting eventgateway...
03/27 11:06:03 Information [scheduler-11] - Starting Event Backend
Handlers.
03/27 11:06:03 Information [scheduler-11] - Initialized
EventRequestDispatcher with a Thread Pool size of 1.
03/27 11:06:03 Information [scheduler-11] - Initializing
EventRequestHandler
03/27 11:06:03 Information [scheduler-11] - Starting Event Gateways.
03/27 11:06:03 Information [scheduler-11] - Starting FlexAssembler...
03/27 11:06:03 Information [scheduler-11] - Starting .NET...
03/27 11:06:03 Information [scheduler-11] - Starting Monitoring...
03/27 11:06:03 Information [scheduler-11] - ColdFusion started
27/03 11:06:03 user ColdFusionStartUpServlet: ColdFusion: application
services are now available
27/03 11:06:03 user CFMxmlServlet: init
27/03 11:06:03 user CFMxmlServlet: Macromedia Flex Build: 87315.134646
27/03 11:06:03 INFO Macromedia Flex Build: 87315.134646
27/03 11:06:05 user CFSwfServlet: init
27/03 11:06:05 user CFCServlet: init
27/03 11:06:05 user FlashGateway: init
27/03 11:06:05 user MessageBrokerServlet: init
27/03 11:07:22 user CFFormGateway: init
27/03 11:07:22 user CFInternalServlet: init
27/03 11:07:22 user WSRPProducer: init
27/03 11:07:23 user ServerCFCServlet: init
27/03 11:07:23 info Deploying enterprise application "JRun 4.0
Internal J2EE Components" from: file:/san/lun0/jrun4/lib/jrun-comp.ear
27/03 11:07:23 info Deploying EJB "JRunSQLInvoker" from: file:/san/
lun0/jrun4/lib/jrun-comp.ear
Server cfusion ready (startup time: 87 seconds)
03/27 11:09:01 Warning [jrpp-0] - Thread: jrpp-0, processing
template: /san/lun0/www/index.cfm, completed in 88 seconds, exceeding
the 30 second warning limit
03/27 11:09:01 Error [jrpp-0] - An error occurred while starting the
Application The specific sequence of files included or processed is: /
san/lun0/www/index.cfm, line: 67
03/27 12:13:03 Information [scheduler-0] - Run Client Storage Purge
03/27 13:20:03 Information [scheduler-0] - Run Client Storage Purge
03/27 14:27:03 Information [scheduler-1] - Run Client Storage Purge
03/27 15:34:03 Information [scheduler-0] - Run Client Storage Purge
03/27 16:41:03 Information [scheduler-0] - Run Client Storage Purge
03/27 17:48:03 Information [scheduler-0] - Run Client Storage Purge
03/27 18:55:03 Information [scheduler-0] - Run Client Storage Purge
03/27 20:02:03 Information [scheduler-0] - Run Client Storage Purge
03/27 21:09:03 Information [scheduler-0] - Run Client Storage Purge
03/27 22:16:03 Information [scheduler-1] - Run Client Storage Purge
03/27 23:23:03 Information [scheduler-1] - Run Client Storage Purge
03/28 00:30:03 Information [scheduler-1] - Run Client Storage Purge
03/28 01:37:03 Information [scheduler-0] - Run Client Storage Purge
03/28 02:44:03 Information [scheduler-0] - Run Client Storage Purge
03/28 03:51:03 Information [scheduler-0] - Run Client Storage Purge
03/28 04:58:03 Information [scheduler-0] - Run Client Storage Purge
03/28 06:05:03 Information [scheduler-0] - Run Client Storage Purge
03/28 07:12:03 Information [scheduler-0] - Run Client Storage Purge
03/28 08:19:03 Information [scheduler-0] - Run Client Storage Purge

cfusion-event.log

# Created by JRun on 26/03 15:34:03
26/03 15:34:03 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
26/03 15:34:03 info JRun Web Server listening on *:8300
26/03 15:34:03 info Deploying enterprise application "cfusion-ear"
from: file:/san/lun0/jrun4/servers/cfusion/cfusion-ear/
26/03 15:34:04 info Deploying web application "Adobe ColdFusion 9"
from: file:/san/lun0/jrun4/servers/cfusion/cfusion-ear/
26/03 15:34:04 user JSPServlet: init
26/03 15:34:05 user ColdFusionStartUpServlet: init
26/03 15:34:05 user ColdFusionStartUpServlet: ColdFusion: Starting
application services
26/03 15:34:05 user ColdFusionStartUpServlet: ColdFusion: VM version =
14.0-b16
26/03 15:34:28 user ColdFusionStartUpServlet: ColdFusion: application
services are now available
26/03 15:34:28 user CFMxmlServlet: init
26/03 15:34:28 user CFMxmlServlet: Macromedia Flex Build: 87315.134646
26/03 15:34:29 user CFSwfServlet: init
26/03 15:34:29 user CFCServlet: init
26/03 15:34:30 user FlashGateway: init
26/03 15:34:30 user MessageBrokerServlet: init
26/03 15:35:37 user CFFormGateway: init
26/03 15:35:37 user CFInternalServlet: init
26/03 15:35:37 user WSRPProducer: init
26/03 15:35:37 user ServerCFCServlet: init
26/03 15:35:38 info Deploying enterprise application "JRun 4.0
Internal J2EE Components" from: file:/san/lun0/jrun4/lib/jrun-comp.ear
26/03 15:35:38 info Deploying EJB "JRunSQLInvoker" from: file:/san/
lun0/jrun4/lib/jrun-comp.ear
26/03 15:37:27 info JRun Proxy Server listening on *:51020
26/03 15:41:56 user CFInternalServlet: destroy
26/03 15:42:01 user FlashGateway: destroy
26/03 15:42:01 user WSRPProducer: destroy
26/03 15:42:01 user CFCServlet: destroy
26/03 15:42:01 user CFMxmlServlet: destroy
26/03 15:42:01 user CFFormGateway: destroy
26/03 15:42:01 user CFSwfServlet: destroy
26/03 15:55:58 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
26/03 15:55:58 info JRun Web Server listening on *:8300
26/03 15:55:58 info JRun Proxy Server listening on *:51020
26/03 15:55:58 info Deploying enterprise application "cfusion-ear"
from: file:/san/lun0/jrun4/servers/cfusion/cfusion-ear/
26/03 15:55:58 info Deploying web application "Adobe ColdFusion 9"
from: file:/san/lun0/jrun4/servers/cfusion/cfusion-ear/
26/03 15:55:59 user JSPServlet: init
26/03 15:56:00 user ColdFusionStartUpServlet: init
26/03 15:56:00 user ColdFusionStartUpServlet: ColdFusion: Starting
application services
26/03 15:56:00 user ColdFusionStartUpServlet: ColdFusion: VM version =
14.0-b16
26/03 15:56:03 user ColdFusionStartUpServlet: ColdFusion: application
services are now available
26/03 15:56:03 user CFMxmlServlet: init
26/03 15:56:03 user CFMxmlServlet: Macromedia Flex Build: 87315.134646
26/03 15:56:04 user CFSwfServlet: init
26/03 15:56:04 user CFCServlet: init
26/03 15:56:05 user FlashGateway: init
26/03 15:56:05 user MessageBrokerServlet: init
26/03 15:56:32 user CFFormGateway: init
26/03 15:56:32 user CFInternalServlet: init
26/03 15:56:32 user WSRPProducer: init
26/03 15:56:32 user ServerCFCServlet: init
26/03 15:56:33 info Deploying enterprise application "JRun 4.0
Internal J2EE Components" from: file:/san/lun0/jrun4/lib/jrun-comp.ear
26/03 15:56:33 info Deploying EJB "JRunSQLInvoker" from: file:/san/
lun0/jrun4/lib/jrun-comp.ear
26/03 20:49:12 user CFInternalServlet: destroy
26/03 20:49:17 user FlashGateway: destroy
26/03 20:49:17 user WSRPProducer: destroy
26/03 20:49:17 user CFCServlet: destroy
26/03 20:49:17 user CFMxmlServlet: destroy
26/03 20:49:17 user CFFormGateway: destroy
26/03 20:49:17 user CFSwfServlet: destroy
26/03 20:49:24 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
26/03 20:49:24 info JRun Web Server listening on *:8300
26/03 20:49:24 info JRun Proxy Server listening on *:51020
26/03 20:49:24 info Deploying enterprise application "cfusion-ear"
from: file:/san/lun0/jrun4/servers/cfusion/cfusion-ear/
26/03 20:49:24 info Deploying web application "Adobe ColdFusion 9"
from: file:/san/lun0/jrun4/servers/cfusion/cfusion-ear/
26/03 20:49:25 user JSPServlet: init
26/03 20:49:26 user ColdFusionStartUpServlet: init
26/03 20:49:26 user ColdFusionStartUpServlet: ColdFusion: Starting
application services
26/03 20:49:26 user ColdFusionStartUpServlet: ColdFusion: VM version =
14.0-b16
26/03 20:49:53 user ColdFusionStartUpServlet: ColdFusion: application
services are now available
26/03 20:49:53 user CFMxmlServlet: init
26/03 20:49:53 user CFMxmlServlet: Macromedia Flex Build: 87315.134646
26/03 20:49:54 user CFSwfServlet: init
26/03 20:49:54 user CFCServlet: init
26/03 20:49:55 user FlashGateway: init
26/03 20:49:55 user MessageBrokerServlet: init
26/03 20:50:32 user CFFormGateway: init
26/03 20:50:32 user CFInternalServlet: init
26/03 20:50:32 user WSRPProducer: init
26/03 20:50:33 user ServerCFCServlet: init
26/03 20:50:33 info Deploying enterprise application "JRun 4.0
Internal J2EE Components" from: file:/san/lun0/jrun4/lib/jrun-comp.ear
26/03 20:50:33 info Deploying EJB "JRunSQLInvoker" from: file:/san/
lun0/jrun4/lib/jrun-comp.ear
26/03 20:53:13 user CFInternalServlet: destroy
26/03 20:53:18 user FlashGateway: destroy
26/03 20:53:18 user WSRPProducer: destroy
26/03 20:53:18 user CFCServlet: destroy
26/03 20:53:18 user CFMxmlServlet: destroy
26/03 20:53:18 user CFFormGateway: destroy
26/03 20:53:18 user CFSwfServlet: destroy
26/03 20:53:26 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
26/03 20:53:26 info JRun Web Server listening on *:8300
26/03 20:53:26 info JRun Proxy Server listening on *:51020
26/03 20:53:26 info Deploying enterprise application "cfusion-ear"
from: file:/san/lun0/jrun4/servers/cfusion/cfusion-ear/
26/03 20:53:26 info Deploying web application "Adobe ColdFusion 9"
from: file:/san/lun0/jrun4/servers/cfusion/cfusion-ear/
26/03 20:53:27 user JSPServlet: init
26/03 20:53:27 user ColdFusionStartUpServlet: init
26/03 20:53:28 user ColdFusionStartUpServlet: ColdFusion: Starting
application services
26/03 20:53:28 user ColdFusionStartUpServlet: ColdFusion: VM version =
14.0-b16
26/03 20:53:46 user ColdFusionStartUpServlet: ColdFusion: application
services are now available
26/03 20:53:46 user CFMxmlServlet: init
26/03 20:53:46 user CFMxmlServlet: Macromedia Flex Build: 87315.134646
26/03 20:53:47 user CFSwfServlet: init
26/03 20:53:47 user CFCServlet: init
26/03 20:53:48 user FlashGateway: init
26/03 20:53:48 user MessageBrokerServlet: init
26/03 20:54:22 user CFFormGateway: init
26/03 20:54:22 user CFInternalServlet: init
26/03 20:54:22 user WSRPProducer: init
26/03 20:54:22 user ServerCFCServlet: init
26/03 20:54:22 info Deploying enterprise application "JRun 4.0
Internal J2EE Components" from: file:/san/lun0/jrun4/lib/jrun-comp.ear
26/03 20:54:23 info Deploying EJB "JRunSQLInvoker" from: file:/san/
lun0/jrun4/lib/jrun-comp.ear
26/03 20:57:40 user CFInternalServlet: destroy
26/03 20:57:45 user FlashGateway: destroy
26/03 20:57:45 user WSRPProducer: destroy
26/03 20:57:45 user CFCServlet: destroy
26/03 20:57:45 user CFMxmlServlet: destroy
26/03 20:57:45 user CFFormGateway: destroy
26/03 20:57:45 user CFSwfServlet: destroy
26/03 20:57:52 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
26/03 20:57:52 info JRun Web Server listening on *:8300
26/03 20:57:52 info JRun Proxy Server listening on *:51020
26/03 20:57:52 info Deploying enterprise application "cfusion-ear"
from: file:/san/lun0/jrun4/servers/cfusion/cfusion-ear/
26/03 20:57:52 info Deploying web application "Adobe ColdFusion 9"
from: file:/san/lun0/jrun4/servers/cfusion/cfusion-ear/
26/03 20:57:53 user JSPServlet: init
26/03 20:57:54 user ColdFusionStartUpServlet: init
26/03 20:57:54 user ColdFusionStartUpServlet: ColdFusion: Starting
application services
26/03 20:57:54 user ColdFusionStartUpServlet: ColdFusion: VM version =
14.0-b16
26/03 20:58:13 user ColdFusionStartUpServlet: ColdFusion: application
services are now available
26/03 20:58:13 user CFMxmlServlet: init
26/03 20:58:13 user CFMxmlServlet: Macromedia Flex Build: 87315.134646
26/03 20:58:14 user CFSwfServlet: init
26/03 20:58:14 user CFCServlet: init
26/03 20:58:15 user FlashGateway: init
26/03 20:58:15 user MessageBrokerServlet: init
26/03 20:59:03 user CFFormGateway: init
26/03 20:59:03 user CFInternalServlet: init
26/03 20:59:04 user WSRPProducer: init
26/03 20:59:04 user ServerCFCServlet: init
26/03 20:59:04 info Deploying enterprise application "JRun 4.0
Internal J2EE Components" from: file:/san/lun0/jrun4/lib/jrun-comp.ear
26/03 20:59:04 info Deploying EJB "JRunSQLInvoker" from: file:/san/
lun0/jrun4/lib/jrun-comp.ear
26/03 20:59:40 user CFInternalServlet: destroy
26/03 20:59:45 user FlashGateway: destroy
26/03 20:59:45 user WSRPProducer: destroy
26/03 20:59:45 user CFCServlet: destroy
26/03 20:59:45 user CFMxmlServlet: destroy
26/03 20:59:45 user CFFormGateway: destroy
26/03 20:59:45 user CFSwfServlet: destroy
26/03 20:59:53 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
26/03 20:59:53 info JRun Web Server listening on *:8300
26/03 20:59:53 info JRun Proxy Server listening on *:51020
26/03 20:59:53 info Deploying enterprise application "cfusion-ear"
from: file:/san/lun0/jrun4/servers/cfusion/cfusion-ear/
26/03 20:59:53 info Deploying web application "Adobe ColdFusion 9"
from: file:/san/lun0/jrun4/servers/cfusion/cfusion-ear/
26/03 20:59:54 user JSPServlet: init
26/03 20:59:54 user ColdFusionStartUpServlet: init
26/03 20:59:54 user ColdFusionStartUpServlet: ColdFusion: Starting
application services
26/03 20:59:54 user ColdFusionStartUpServlet: ColdFusion: VM version =
14.0-b16
26/03 21:00:18 user ColdFusionStartUpServlet: ColdFusion: application
services are now available
26/03 21:00:18 user CFMxmlServlet: init
26/03 21:00:18 user CFMxmlServlet: Macromedia Flex Build: 87315.134646
26/03 21:00:19 user CFSwfServlet: init
26/03 21:00:19 user CFCServlet: init
26/03 21:00:20 user FlashGateway: init
26/03 21:00:20 user MessageBrokerServlet: init
26/03 21:00:57 user CFFormGateway: init
26/03 21:00:57 user CFInternalServlet: init
26/03 21:00:57 user WSRPProducer: init
26/03 21:00:58 user ServerCFCServlet: init
26/03 21:00:58 info Deploying enterprise application "JRun 4.0
Internal J2EE Components" from: file:/san/lun0/jrun4/lib/jrun-comp.ear
26/03 21:00:58 info Deploying EJB "JRunSQLInvoker" from: file:/san/
lun0/jrun4/lib/jrun-comp.ear
26/03 21:02:52 user CFInternalServlet: destroy
26/03 21:02:57 user FlashGateway: destroy
26/03 21:02:57 user WSRPProducer: destroy
26/03 21:02:57 user CFCServlet: destroy
26/03 21:02:57 user CFMxmlServlet: destroy
26/03 21:02:57 user CFFormGateway: destroy
26/03 21:02:57 user CFSwfServlet: destroy
26/03 21:03:04 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
26/03 21:03:04 info JRun Web Server listening on *:8300
26/03 21:03:04 info JRun Proxy Server listening on *:51020
26/03 21:03:05 info Deploying enterprise application "cfusion-ear"
from: file:/san/lun0/jrun4/servers/cfusion/cfusion-ear/
26/03 21:03:05 info Deploying web application "Adobe ColdFusion 9"
from: file:/san/lun0/jrun4/servers/cfusion/cfusion-ear/
26/03 21:03:06 user JSPServlet: init
26/03 21:03:06 user ColdFusionStartUpServlet: init
26/03 21:03:06 user ColdFusionStartUpServlet: ColdFusion: Starting
application services
26/03 21:03:06 user ColdFusionStartUpServlet: ColdFusion: VM version =
14.0-b16
26/03 21:03:10 user ColdFusionStartUpServlet: ColdFusion: application
services are now available
26/03 21:03:10 user CFMxmlServlet: init
26/03 21:03:10 user CFMxmlServlet: Macromedia Flex Build: 87315.134646
26/03 21:03:12 user CFSwfServlet: init
26/03 21:03:12 user CFCServlet: init
26/03 21:03:13 user FlashGateway: init
26/03 21:03:13 user MessageBrokerServlet: init
26/03 21:04:02 user CFFormGateway: init
26/03 21:04:02 user CFInternalServlet: init
26/03 21:04:02 user WSRPProducer: init
26/03 21:04:03 user ServerCFCServlet: init
26/03 21:04:03 info Deploying enterprise application "JRun 4.0
Internal J2EE Components" from: file:/san/lun0/jrun4/lib/jrun-comp.ear
26/03 21:04:03 info Deploying EJB "JRunSQLInvoker" from: file:/san/
lun0/jrun4/lib/jrun-comp.ear
26/03 21:05:04 user CFInternalServlet: destroy
26/03 21:05:09 user FlashGateway: destroy
26/03 21:05:09 user WSRPProducer: destroy
26/03 21:05:09 user CFCServlet: destroy
26/03 21:05:09 user CFMxmlServlet: destroy
26/03 21:05:09 user CFFormGateway: destroy
26/03 21:05:09 user CFSwfServlet: destroy
26/03 21:07:03 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
26/03 21:07:03 info JRun Web Server listening on *:8300
26/03 21:07:03 info JRun Proxy Server listening on *:51020
26/03 21:07:03 info Deploying enterprise application "cfusion-ear"
from: file:/san/lun0/jrun4/servers/cfusion/cfusion-ear/
26/03 21:07:03 info Deploying web application "Adobe ColdFusion 9"
from: file:/san/lun0/jrun4/servers/cfusion/cfusion-ear/
26/03 21:07:04 user JSPServlet: init
26/03 21:07:05 user ColdFusionStartUpServlet: init
26/03 21:07:05 user ColdFusionStartUpServlet: ColdFusion: Starting
application services
26/03 21:07:05 user ColdFusionStartUpServlet: ColdFusion: VM version =
14.0-b16
26/03 21:07:27 user ColdFusionStartUpServlet: ColdFusion: application
services are now available
26/03 21:07:27 user CFMxmlServlet: init
26/03 21:07:27 user CFMxmlServlet: Macromedia Flex Build: 87315.134646
26/03 21:07:28 user CFSwfServlet: init
26/03 21:07:28 user CFCServlet: init
26/03 21:07:29 user FlashGateway: init
26/03 21:07:29 user MessageBrokerServlet: init
26/03 21:08:07 user CFFormGateway: init
26/03 21:08:07 user CFInternalServlet: init
26/03 21:08:07 user WSRPProducer: init
26/03 21:08:07 user ServerCFCServlet: init
26/03 21:08:08 info Deploying enterprise application "JRun 4.0
Internal J2EE Components" from: file:/san/lun0/jrun4/lib/jrun-comp.ear
26/03 21:08:08 info Deploying EJB "JRunSQLInvoker" from: file:/san/
lun0/jrun4/lib/jrun-comp.ear
26/03 21:18:20 user CFInternalServlet: destroy
26/03 21:18:25 user FlashGateway: destroy
26/03 21:18:25 user WSRPProducer: destroy
26/03 21:18:25 user CFCServlet: destroy
26/03 21:18:25 user CFMxmlServlet: destroy
26/03 21:18:25 user CFFormGateway: destroy
26/03 21:18:25 user CFSwfServlet: destroy
26/03 21:18:33 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
26/03 21:18:33 info JRun Web Server listening on *:8300
26/03 21:18:33 info JRun Proxy Server listening on *:51020
26/03 21:18:33 info Deploying enterprise application "cfusion-ear"
from: file:/san/lun0/jrun4/servers/cfusion/cfusion-ear/
26/03 21:18:33 info Deploying web application "Adobe ColdFusion 9"
from: file:/san/lun0/jrun4/servers/cfusion/cfusion-ear/
26/03 21:18:34 user JSPServlet: init
26/03 21:18:34 user ColdFusionStartUpServlet: init
26/03 21:18:34 user ColdFusionStartUpServlet: ColdFusion: Starting
application services
26/03 21:18:34 user ColdFusionStartUpServlet: ColdFusion: VM version =
14.0-b16
26/03 21:18:58 user ColdFusionStartUpServlet: ColdFusion: application
services are now available
26/03 21:18:58 user CFMxmlServlet: init
26/03 21:18:58 user CFMxmlServlet: Macromedia Flex Build: 87315.134646
26/03 21:18:59 user CFSwfServlet: init
26/03 21:18:59 user CFCServlet: init
26/03 21:19:00 user FlashGateway: init
26/03 21:19:00 user MessageBrokerServlet: init
26/03 21:19:52 user CFFormGateway: init
26/03 21:19:52 user CFInternalServlet: init
26/03 21:19:52 user WSRPProducer: init
26/03 21:19:52 user ServerCFCServlet: init
26/03 21:19:53 info Deploying enterprise application "JRun 4.0
Internal J2EE Components" from: file:/san/lun0/jrun4/lib/jrun-comp.ear
26/03 21:19:53 info Deploying EJB "JRunSQLInvoker" from: file:/san/
lun0/jrun4/lib/jrun-comp.ear
26/03 21:22:28 user CFInternalServlet: destroy
26/03 21:22:33 user FlashGateway: destroy
26/03 21:22:33 user WSRPProducer: destroy
26/03 21:22:33 user CFCServlet: destroy
26/03 21:22:33 user CFMxmlServlet: destroy
26/03 21:22:33 user CFFormGateway: destroy
26/03 21:22:33 user CFSwfServlet: destroy
26/03 21:22:41 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
26/03 21:22:41 info JRun Web Server listening on *:8300
26/03 21:22:41 info JRun Proxy Server listening on *:51020
26/03 21:22:41 info Deploying enterprise application "cfusion-ear"
from: file:/san/lun0/jrun4/servers/cfusion/cfusion-ear/
26/03 21:22:41 info Deploying web application "Adobe ColdFusion 9"
from: file:/san/lun0/jrun4/servers/cfusion/cfusion-ear/
26/03 21:22:42 user JSPServlet: init
26/03 21:22:42 user ColdFusionStartUpServlet: init
26/03 21:22:42 user ColdFusionStartUpServlet: ColdFusion: Starting
application services
26/03 21:22:42 user ColdFusionStartUpServlet: ColdFusion: VM version =
14.0-b16
26/03 21:23:03 user ColdFusionStartUpServlet: ColdFusion: application
services are now available
26/03 21:23:03 user CFMxmlServlet: init
26/03 21:23:03 user CFMxmlServlet: Macromedia Flex Build: 87315.134646
26/03 21:23:04 user CFSwfServlet: init
26/03 21:23:04 user CFCServlet: init
26/03 21:23:05 user FlashGateway: init
26/03 21:23:05 user MessageBrokerServlet: init
26/03 21:23:37 user CFFormGateway: init
26/03 21:23:37 user CFInternalServlet: init
26/03 21:23:37 user WSRPProducer: init
26/03 21:23:37 user ServerCFCServlet: init
26/03 21:23:38 info Deploying enterprise application "JRun 4.0
Internal J2EE Components" from: file:/san/lun0/jrun4/lib/jrun-comp.ear
26/03 21:23:38 info Deploying EJB "JRunSQLInvoker" from: file:/san/
lun0/jrun4/lib/jrun-comp.ear
27/03 11:05:45 user CFInternalServlet: destroy
27/03 11:05:50 user FlashGateway: destroy
27/03 11:05:50 user WSRPProducer: destroy
27/03 11:05:50 user CFCServlet: destroy
27/03 11:05:50 user CFMxmlServlet: destroy
27/03 11:05:50 user CFFormGateway: destroy
27/03 11:05:50 user CFSwfServlet: destroy
27/03 11:05:57 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
27/03 11:05:57 info JRun Web Server listening on *:8300
27/03 11:05:58 info JRun Proxy Server listening on *:51020
27/03 11:05:58 info Deploying enterprise application "cfusion-ear"
from: file:/san/lun0/jrun4/servers/cfusion/cfusion-ear/
27/03 11:05:58 info Deploying web application "Adobe ColdFusion 9"
from: file:/san/lun0/jrun4/servers/cfusion/cfusion-ear/
27/03 11:05:59 user JSPServlet: init
27/03 11:05:59 user ColdFusionStartUpServlet: init
27/03 11:05:59 user ColdFusionStartUpServlet: ColdFusion: Starting
application services
27/03 11:05:59 user ColdFusionStartUpServlet: ColdFusion: VM version =
14.0-b16
27/03 11:06:03 user ColdFusionStartUpServlet: ColdFusion: application
services are now available
27/03 11:06:03 user CFMxmlServlet: init
27/03 11:06:03 user CFMxmlServlet: Macromedia Flex Build: 87315.134646
27/03 11:06:05 user CFSwfServlet: init
27/03 11:06:05 user CFCServlet: init
27/03 11:06:05 user FlashGateway: init
27/03 11:06:05 user MessageBrokerServlet: init
27/03 11:07:22 user CFFormGateway: init
27/03 11:07:22 user CFInternalServlet: init
27/03 11:07:22 user WSRPProducer: init
27/03 11:07:23 user ServerCFCServlet: init
27/03 11:07:23 info Deploying enterprise application "JRun 4.0
Internal J2EE Components" from: file:/san/lun0/jrun4/lib/jrun-comp.ear
27/03 11:07:23 info Deploying EJB "JRunSQLInvoker" from: file:/san/
lun0/jrun4/lib/jrun-comp.ear

application.log

"Severity","ThreadID","Date","Time","Application","Message"
"Information","jrpp-0","03/26/10","15:57:23",,"/san/lun0/jrun4/servers/
cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/logs/application.log
initialized"
"Information","jrpp-0","03/26/10","15:57:23","CFADMIN","Invalid login
for Default User"
"Warning","jrpp-25","03/26/10","20:18:49",,"GetProfileString:
coldfusion.util.IniUtils$InvalidIniPathException: The system cannot
find the path specified: ${configFile}"
"Error","jrpp-0","03/26/10","20:51:32","HRA_V10-4","An error occurred
while starting the Application The specific sequence of files included
or processed is: /san/lun0/www/index.cfm, line: 67 "
"Error","jrpp-0","03/26/10","20:55:25","HRA_V10-4","An error occurred
while starting the Application The specific sequence of files included
or processed is: /san/lun0/www/index.cfm, line: 67 "
"Error","jrpp-1","03/26/10","21:01:47","HRA_V10-4","An error occurred
while starting the Application The specific sequence of files included
or processed is: /san/lun0/www/index.cfm, line: 67 "
"Error","jrpp-1","03/26/10","21:04:43","HRA_V10-4","An error occurred
while starting the Application The specific sequence of files included
or processed is: /san/lun0/www/index.cfm, line: 67 "
"Error","jrpp-1","03/26/10","21:09:07","HRA_V10-4","An error occurred
while starting the Application The specific sequence of files included
or processed is: /san/lun0/www/index.cfm, line: 67 "
"Error","jrpp-0","03/26/10","21:21:02","HRA_V10-4","An error occurred
while starting the Application The specific sequence of files included
or processed is: /san/lun0/www/index.cfm, line: 67 "
"Error","jrpp-4","03/26/10","21:24:40","HRA_V10-4","An error occurred
while starting the Application The specific sequence of files included
or processed is: /san/lun0/www/index.cfm, line: 67 "
"Error","jrpp-0","03/27/10","11:09:01","HRA_V10-4","An error occurred
while starting the Application The specific sequence of files included
or processed is: /san/lun0/www/index.cfm, line: 67 "

exception.log

"Error","jrpp-0","03/27/10","11:09:01","HRA_V10-4","An error occurred
while starting the Application The specific sequence of files included
or processed is: /san/lun0/www/index.cfm, line: 67 "
coldfusion.runtime.CustomException: An error occurred while starting
the Application
at coldfusion.tagext.lang.ThrowTag.doStartTag(ThrowTag.java:142)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722)
at cfApplication2ecfc1777487937$funcONAPPLICATIONSTART.runFunction(/
san/lun0/www/Application.cfc:67)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)
at coldfusion.runtime.UDFMethod
$ArgumentCollectionFilter.invoke(UDFMethod.java:368)
at
coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:
55)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:490)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:336)
at coldfusion.runtime.AppEventInvoker.invoke(AppEventInvoker.java:88)
at
coldfusion.runtime.AppEventInvoker.onApplicationStart(AppEventInvoker.java:
211)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:
224)
at
coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:
48)
at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:
40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:87)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
at
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:
28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:
22)
at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:53)
at coldfusion.CfmServlet.service(CfmServlet.java:200)
at
coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:
89)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
at
coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:
42)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:
46)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
at jrun.servlet.FilterChain.service(FilterChain.java:101)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:
286)
at
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:
543)
at
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:
203)
at jrunx.scheduler.ThreadPool
$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

server.log

"Severity","ThreadID","Date","Time","Application","Message"
"Information","scheduler-9","03/26/10","15:34:05",,"/san/lun0/jrun4/
servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/logs/
server.log initialized"
"Information","scheduler-9","03/26/10","15:34:05",,"Starting
logging..."
"Information","scheduler-9","03/26/10","15:34:05",,"Starting
license..."
"Information","scheduler-9","03/26/10","15:34:06",,"Evaluation Edition
enabled"
"Information","scheduler-9","03/26/10","15:34:07",,"Starting
crypto..."
"Information","scheduler-9","03/26/10","15:34:07",,"Installed JSafe
JCE provider: Version 3.6 RSA Security Inc. Crypto-J JCE Security
Provider (implements RSA, DSA, Diffie-Hellman, AES, DES, Triple DES,
DESX, RC2, RC4, RC5, PBE, MD2, MD5, RIPEMD160, SHA1, SHA224, SHA256,
SHA384, SHA512, HMAC-MD5, HMAC-RIPEMD160, HMAC-SHA1, HMAC-SHA224, HMAC-
SHA256, HMAC-SHA384, HMAC-SHA512)"
"Information","scheduler-9","03/26/10","15:34:07",,"Starting
security..."
"Information","scheduler-9","03/26/10","15:34:27",,"Starting
scheduler..."
"Information","scheduler-9","03/26/10","15:34:27",,"Starting
WatchService..."
"Information","scheduler-9","03/26/10","15:34:27",,"Starting
debugging..."
"Information","scheduler-9","03/26/10","15:34:27",,"Starting sql..."
"Information","scheduler-9","03/26/10","15:34:27",,"Starting mail..."
"Information","scheduler-9","03/26/10","15:34:27",,"Starting
runtime..."
"Information","scheduler-9","03/26/10","15:34:27",,"CORBA
Configuration not enabled"
"Information","scheduler-9","03/26/10","15:34:27",,"Starting cron..."
"Information","scheduler-9","03/26/10","15:34:27",,"Starting
registry..."
"Information","scheduler-9","03/26/10","15:34:27",,"Starting
client..."
"Information","scheduler-9","03/26/10","15:34:27",,"The metrics
service is disabled for the J2EE edition"
"Information","scheduler-9","03/26/10","15:34:27",,"Starting
xmlrpc..."
"Information","scheduler-9","03/26/10","15:34:28",,"Starting
graphing..."
"Information","scheduler-9","03/26/10","15:34:28",,"Starting
verity..."
"Information","scheduler-9","03/26/10","15:34:28",,"Starting solr..."
"Information","scheduler-9","03/26/10","15:34:28",,"Starting
archive..."
"Information","scheduler-9","03/26/10","15:34:28",,"Starting
document..."
"Information","scheduler-9","03/26/10","15:34:28",,"Starting
eventgateway..."
"Information","scheduler-9","03/26/10","15:34:28",,"Starting
FlexAssembler..."
"Information","scheduler-9","03/26/10","15:34:28",,"Starting .NET..."
"Information","scheduler-9","03/26/10","15:34:28",,"Starting
Monitoring..."
"Information","scheduler-9","03/26/10","15:34:28",,"ColdFusion
started"
"Information","Thread-1","03/26/10","15:42:01",,"ColdFusion stopped"
"Information","scheduler-8","03/26/10","15:45:42",,"Starting
logging..."
"Information","scheduler-8","03/26/10","15:45:42",,"Starting
license..."
"Information","scheduler-8","03/26/10","15:45:43",,"Evaluation Edition
enabled"
"Information","scheduler-8","03/26/10","15:45:43",,"Starting
crypto..."
"Information","scheduler-8","03/26/10","15:45:43",,"Installed JSafe
JCE provider: Version 3.6 RSA Security Inc. Crypto-J JCE Security
Provider (implements RSA, DSA, Diffie-Hellman, AES, DES, Triple DES,
DESX, RC2, RC4, RC5, PBE, MD2, MD5, RIPEMD160, SHA1, SHA224, SHA256,
SHA384, SHA512, HMAC-MD5, HMAC-RIPEMD160, HMAC-SHA1, HMAC-SHA224, HMAC-
SHA256, HMAC-SHA384, HMAC-SHA512)"
"Information","scheduler-8","03/26/10","15:45:43",,"Starting
security..."
"Information","scheduler-8","03/26/10","15:45:44",,"Starting
scheduler..."
"Information","scheduler-8","03/26/10","15:45:44",,"Starting
WatchService..."
"Information","scheduler-8","03/26/10","15:45:44",,"Starting
debugging..."
"Information","scheduler-8","03/26/10","15:45:44",,"Starting sql..."
"Information","scheduler-8","03/26/10","15:45:44",,"Starting mail..."
"Information","scheduler-8","03/26/10","15:45:44",,"Starting
runtime..."
"Information","scheduler-8","03/26/10","15:45:44",,"CORBA
Configuration not enabled"
"Information","scheduler-8","03/26/10","15:45:44",,"Starting cron..."
"Information","scheduler-8","03/26/10","15:45:44",,"Starting
registry..."
"Information","scheduler-8","03/26/10","15:45:44",,"Starting
client..."
"Information","scheduler-8","03/26/10","15:45:45",,"The metrics
service is disabled for the J2EE edition"
"Information","scheduler-8","03/26/10","15:45:45",,"Starting
xmlrpc..."
"Information","scheduler-8","03/26/10","15:45:45",,"Starting
graphing..."
"Information","scheduler-8","03/26/10","15:45:45",,"Starting
verity..."
"Information","scheduler-8","03/26/10","15:45:45",,"Starting solr..."
"Information","scheduler-8","03/26/10","15:45:45",,"Starting
archive..."
"Information","scheduler-8","03/26/10","15:45:45",,"Starting
document..."
"Information","scheduler-8","03/26/10","15:45:45",,"Starting
eventgateway..."
"Information","scheduler-8","03/26/10","15:45:45",,"Starting
FlexAssembler..."
"Information","scheduler-8","03/26/10","15:45:45",,"Starting .NET..."
"Information","scheduler-8","03/26/10","15:45:45",,"Starting
Monitoring..."
"Information","scheduler-8","03/26/10","15:45:46",,"ColdFusion
started"
"Information","Thread-1","03/26/10","15:46:06",,"ColdFusion stopped"
"Information","scheduler-9","03/26/10","15:56:00",,"Starting
logging..."
"Information","scheduler-9","03/26/10","15:56:00",,"Starting
license..."
"Information","scheduler-9","03/26/10","15:56:01",,"Evaluation Edition
enabled"
"Information","scheduler-9","03/26/10","15:56:01",,"Starting
crypto..."
"Information","scheduler-9","03/26/10","15:56:01",,"Installed JSafe
JCE provider: Version 3.6 RSA Security Inc. Crypto-J JCE Security
Provider (implements RSA, DSA, Diffie-Hellman, AES, DES, Triple DES,
DESX, RC2, RC4, RC5, PBE, MD2, MD5, RIPEMD160, SHA1, SHA224, SHA256,
SHA384, SHA512, HMAC-MD5, HMAC-RIPEMD160, HMAC-SHA1, HMAC-SHA224, HMAC-
SHA256, HMAC-SHA384, HMAC-SHA512)"
"Information","scheduler-9","03/26/10","15:56:01",,"Starting
security..."
"Information","scheduler-9","03/26/10","15:56:01",,"Starting
scheduler..."
"Information","scheduler-9","03/26/10","15:56:01",,"Starting
WatchService..."
"Information","scheduler-9","03/26/10","15:56:01",,"Starting
debugging..."
"Information","scheduler-9","03/26/10","15:56:01",,"Starting sql..."
"Information","scheduler-9","03/26/10","15:56:01",,"Starting mail..."
"Information","scheduler-9","03/26/10","15:56:01",,"Starting
runtime..."
"Information","scheduler-9","03/26/10","15:56:02",,"CORBA
Configuration not enabled"
"Information","scheduler-9","03/26/10","15:56:02",,"Starting cron..."
"Information","scheduler-9","03/26/10","15:56:02",,"Starting
registry..."
"Information","scheduler-9","03/26/10","15:56:02",,"Starting
client..."
"Information","scheduler-9","03/26/10","15:56:03",,"The metrics
service is disabled for the J2EE edition"
"Information","scheduler-9","03/26/10","15:56:03",,"Starting
xmlrpc..."
"Information","scheduler-9","03/26/10","15:56:03",,"Starting
graphing..."
"Information","scheduler-9","03/26/10","15:56:03",,"Starting
verity..."
"Information","scheduler-9","03/26/10","15:56:03",,"Starting solr..."
"Information","scheduler-9","03/26/10","15:56:03",,"Starting
archive..."
"Information","scheduler-9","03/26/10","15:56:03",,"Starting
document..."
"Information","scheduler-9","03/26/10","15:56:03",,"Starting
eventgateway..."
"Information","scheduler-9","03/26/10","15:56:03",,"Starting
FlexAssembler..."
"Information","scheduler-9","03/26/10","15:56:03",,"Starting .NET..."
"Information","scheduler-9","03/26/10","15:56:03",,"Starting
Monitoring..."
"Information","scheduler-9","03/26/10","15:56:03",,"ColdFusion
started"
"Information","jrpp-3","03/26/10","15:58:29",,"Pool Manager Started"
"Information","Thread-1","03/26/10","20:49:17",,"ColdFusion stopped"
"Information","scheduler-11","03/26/10","20:49:26",,"Starting
logging..."
"Information","scheduler-11","03/26/10","20:49:26",,"Starting
license..."
"Information","scheduler-11","03/26/10","20:49:27",,"Evaluation
Edition enabled"
"Information","scheduler-11","03/26/10","20:49:27",,"Starting
crypto..."
"Information","scheduler-11","03/26/10","20:49:27",,"Installed JSafe
JCE provider: Version 3.6 RSA Security Inc. Crypto-J JCE Security
Provider (implements RSA, DSA, Diffie-Hellman, AES, DES, Triple DES,
DESX, RC2, RC4, RC5, PBE, MD2, MD5, RIPEMD160, SHA1, SHA224, SHA256,
SHA384, SHA512, HMAC-MD5, HMAC-RIPEMD160, HMAC-SHA1, HMAC-SHA224, HMAC-
SHA256, HMAC-SHA384, HMAC-SHA512)"
"Information","scheduler-11","03/26/10","20:49:27",,"Starting
security..."
"Information","scheduler-11","03/26/10","20:49:27",,"Starting
scheduler..."
"Information","scheduler-11","03/26/10","20:49:27",,"Starting
WatchService..."
"Information","scheduler-11","03/26/10","20:49:27",,"Starting
debugging..."
"Information","scheduler-11","03/26/10","20:49:27",,"Starting sql..."
"Information","scheduler-11","03/26/10","20:49:52",,"Pool Manager
Started"
"Information","scheduler-11","03/26/10","20:49:52",,"Starting mail..."
"Information","scheduler-11","03/26/10","20:49:52",,"Starting
runtime..."
"Information","scheduler-11","03/26/10","20:49:53",,"CORBA
Configuration not enabled"
"Information","scheduler-11","03/26/10","20:49:53",,"Starting cron..."
"Information","scheduler-11","03/26/10","20:49:53",,"Starting
registry..."
"Information","scheduler-11","03/26/10","20:49:53",,"Starting
client..."
"Information","scheduler-11","03/26/10","20:49:53",,"The metrics
service is disabled for the J2EE edition"
"Information","scheduler-11","03/26/10","20:49:53",,"Starting
xmlrpc..."
"Information","scheduler-11","03/26/10","20:49:53",,"Starting
graphing..."
"Information","scheduler-11","03/26/10","20:49:53",,"Starting
verity..."
"Information","scheduler-11","03/26/10","20:49:53",,"Starting solr..."
"Information","scheduler-11","03/26/10","20:49:53",,"Starting
archive..."
"Information","scheduler-11","03/26/10","20:49:53",,"Starting
document..."
"Information","scheduler-11","03/26/10","20:49:53",,"Starting
eventgateway..."
"Information","scheduler-11","03/26/10","20:49:53",,"Starting
FlexAssembler..."
"Information","scheduler-11","03/26/10","20:49:53",,"Starting .NET..."
"Information","scheduler-11","03/26/10","20:49:53",,"Starting
Monitoring..."
"Information","scheduler-11","03/26/10","20:49:53",,"ColdFusion
started"
"Information","Thread-1","03/26/10","20:53:18",,"ColdFusion stopped"
"Information","scheduler-9","03/26/10","20:53:28",,"Starting
logging..."
"Information","scheduler-9","03/26/10","20:53:28",,"Starting
license..."
"Information","scheduler-9","03/26/10","20:53:29",,"Evaluation Edition
enabled"
"Information","scheduler-9","03/26/10","20:53:29",,"Starting
crypto..."
"Information","scheduler-9","03/26/10","20:53:29",,"Installed JSafe
JCE provider: Version 3.6 RSA Security Inc. Crypto-J JCE Security
Provider (implements RSA, DSA, Diffie-Hellman, AES, DES, Triple DES,
DESX, RC2, RC4, RC5, PBE, MD2, MD5, RIPEMD160, SHA1, SHA224, SHA256,
SHA384, SHA512, HMAC-MD5, HMAC-RIPEMD160, HMAC-SHA1, HMAC-SHA224, HMAC-
SHA256, HMAC-SHA384, HMAC-SHA512)"
"Information","scheduler-9","03/26/10","20:53:29",,"Starting
security..."
"Information","scheduler-9","03/26/10","20:53:29",,"Starting
scheduler..."
"Information","scheduler-9","03/26/10","20:53:29",,"Starting
WatchService..."
"Information","scheduler-9","03/26/10","20:53:29",,"Starting
debugging..."
"Information","scheduler-9","03/26/10","20:53:29",,"Starting sql..."
"Information","scheduler-9","03/26/10","20:53:45",,"Pool Manager
Started"
"Information","scheduler-9","03/26/10","20:53:45",,"Starting mail..."
"Information","scheduler-9","03/26/10","20:53:45",,"Starting
runtime..."
"Information","scheduler-9","03/26/10","20:53:45",,"CORBA
Configuration not enabled"
"Information","scheduler-9","03/26/10","20:53:45",,"Starting cron..."
"Information","scheduler-9","03/26/10","20:53:45",,"Starting
registry..."
"Information","scheduler-9","03/26/10","20:53:45",,"Starting
client..."
"Information","scheduler-9","03/26/10","20:53:45",,"The metrics
service is disabled for the J2EE edition"
"Information","scheduler-9","03/26/10","20:53:45",,"Starting
xmlrpc..."
"Information","scheduler-9","03/26/10","20:53:45",,"Starting
graphing..."
"Information","scheduler-9","03/26/10","20:53:45",,"Starting
verity..."
"Information","scheduler-9","03/26/10","20:53:45",,"Starting solr..."
"Information","scheduler-9","03/26/10","20:53:45",,"Starting
archive..."
"Information","scheduler-9","03/26/10","20:53:45",,"Starting
document..."
"Information","scheduler-9","03/26/10","20:53:45",,"Starting
eventgateway..."
"Information","scheduler-9","03/26/10","20:53:45",,"Starting
FlexAssembler..."
"Information","scheduler-9","03/26/10","20:53:45",,"Starting .NET..."
"Information","scheduler-9","03/26/10","20:53:45",,"Starting
Monitoring..."
"Information","scheduler-9","03/26/10","20:53:46",,"ColdFusion
started"
"Information","Thread-1","03/26/10","20:57:45",,"ColdFusion stopped"
"Information","scheduler-9","03/26/10","20:57:54",,"Starting
logging..."
"Information","scheduler-9","03/26/10","20:57:54",,"Starting
license..."
"Information","scheduler-9","03/26/10","20:57:55",,"Evaluation Edition
enabled"
"Information","scheduler-9","03/26/10","20:57:55",,"Starting
crypto..."
"Information","scheduler-9","03/26/10","20:57:55",,"Installed JSafe
JCE provider: Version 3.6 RSA Security Inc. Crypto-J JCE Security
Provider (implements RSA, DSA, Diffie-Hellman, AES, DES, Triple DES,
DESX, RC2, RC4, RC5, PBE, MD2, MD5, RIPEMD160, SHA1, SHA224, SHA256,
SHA384, SHA512, HMAC-MD5, HMAC-RIPEMD160, HMAC-SHA1, HMAC-SHA224, HMAC-
SHA256, HMAC-SHA384, HMAC-SHA512)"
"Information","scheduler-9","03/26/10","20:57:55",,"Starting
security..."
"Information","scheduler-9","03/26/10","20:57:55",,"Starting
scheduler..."
"Information","scheduler-9","03/26/10","20:57:55",,"Starting
WatchService..."
"Information","scheduler-9","03/26/10","20:57:55",,"Starting
debugging..."
"Information","scheduler-9","03/26/10","20:57:55",,"Starting sql..."
"Information","scheduler-9","03/26/10","20:58:12",,"Pool Manager
Started"
"Information","scheduler-9","03/26/10","20:58:12",,"Starting mail..."
"Information","scheduler-9","03/26/10","20:58:12",,"Starting
runtime..."
"Information","scheduler-9","03/26/10","20:58:13",,"CORBA
Configuration not enabled"
"Information","scheduler-9","03/26/10","20:58:13",,"Starting cron..."
"Information","scheduler-9","03/26/10","20:58:13",,"Starting
registry..."
"Information","scheduler-9","03/26/10","20:58:13",,"Starting
client..."
"Information","scheduler-9","03/26/10","20:58:13",,"The metrics
service is disabled for the J2EE edition"
"Information","scheduler-9","03/26/10","20:58:13",,"Starting
xmlrpc..."
"Information","scheduler-9","03/26/10","20:58:13",,"Starting
graphing..."
"Information","scheduler-9","03/26/10","20:58:13",,"Starting
verity..."
"Information","scheduler-9","03/26/10","20:58:13",,"Starting solr..."
"Information","scheduler-9","03/26/10","20:58:13",,"Starting
archive..."
"Information","scheduler-9","03/26/10","20:58:13",,"Starting
document..."
"Information","scheduler-9","03/26/10","20:58:13",,"Starting
eventgateway..."
"Information","scheduler-9","03/26/10","20:58:13",,"Starting
FlexAssembler..."
"Information","scheduler-9","03/26/10","20:58:13",,"Starting .NET..."
"Information","scheduler-9","03/26/10","20:58:13",,"Starting
Monitoring..."
"Information","scheduler-9","03/26/10","20:58:13",,"ColdFusion
started"
"Information","Thread-1","03/26/10","20:59:45",,"ColdFusion stopped"
"Information","scheduler-9","03/26/10","20:59:55",,"Starting
logging..."
"Information","scheduler-9","03/26/10","20:59:55",,"Starting
license..."
"Information","scheduler-9","03/26/10","20:59:56",,"Evaluation Edition
enabled"
"Information","scheduler-9","03/26/10","20:59:56",,"Starting
crypto..."
"Information","scheduler-9","03/26/10","20:59:56",,"Installed JSafe
JCE provider: Version 3.6 RSA Security Inc. Crypto-J JCE Security
Provider (implements RSA, DSA, Diffie-Hellman, AES, DES, Triple DES,
DESX, RC2, RC4, RC5, PBE, MD2, MD5, RIPEMD160, SHA1, SHA224, SHA256,
SHA384, SHA512, HMAC-MD5, HMAC-RIPEMD160, HMAC-SHA1, HMAC-SHA224, HMAC-
SHA256, HMAC-SHA384, HMAC-SHA512)"
"Information","scheduler-9","03/26/10","20:59:56",,"Starting
security..."
"Information","scheduler-9","03/26/10","20:59:56",,"Starting
scheduler..."
"Information","scheduler-9","03/26/10","20:59:56",,"Starting
WatchService..."
"Information","scheduler-9","03/26/10","20:59:56",,"Starting
debugging..."
"Information","scheduler-9","03/26/10","20:59:56",,"Starting sql..."
"Information","scheduler-9","03/26/10","21:00:17",,"Pool Manager
Started"
"Information","scheduler-9","03/26/10","21:00:17",,"Starting mail..."
"Information","scheduler-9","03/26/10","21:00:17",,"Starting
runtime..."
"Information","scheduler-9","03/26/10","21:00:18",,"CORBA
Configuration not enabled"
"Information","scheduler-9","03/26/10","21:00:18",,"Starting cron..."
"Information","scheduler-9","03/26/10","21:00:18",,"Starting
registry..."
"Information","scheduler-9","03/26/10","21:00:18",,"Starting
client..."
"Information","scheduler-9","03/26/10","21:00:18",,"The metrics
service is disabled for the J2EE edition"
"Information","scheduler-9","03/26/10","21:00:18",,"Starting
xmlrpc..."
"Information","scheduler-9","03/26/10","21:00:18",,"Starting
graphing..."
"Information","scheduler-9","03/26/10","21:00:18",,"Starting
verity..."
"Information","scheduler-9","03/26/10","21:00:18",,"Starting solr..."
"Information","scheduler-9","03/26/10","21:00:18",,"Starting
archive..."
"Information","scheduler-9","03/26/10","21:00:18",,"Starting
document..."
"Information","scheduler-9","03/26/10","21:00:18",,"Starting
eventgateway..."
"Information","scheduler-9","03/26/10","21:00:18",,"Starting
FlexAssembler..."
"Information","scheduler-9","03/26/10","21:00:18",,"Starting .NET..."
"Information","scheduler-9","03/26/10","21:00:18",,"Starting
Monitoring..."
"Information","scheduler-9","03/26/10","21:00:18",,"ColdFusion
started"
"Information","Thread-1","03/26/10","21:02:57",,"ColdFusion stopped"
"Information","scheduler-11","03/26/10","21:03:06",,"Starting
logging..."
"Information","scheduler-11","03/26/10","21:03:07",,"Starting
license..."
"Information","scheduler-11","03/26/10","21:03:08",,"Evaluation
Edition enabled"
"Information","scheduler-11","03/26/10","21:03:08",,"Starting
crypto..."
"Information","scheduler-11","03/26/10","21:03:08",,"Installed JSafe
JCE provider: Version 3.6 RSA Security Inc. Crypto-J JCE Security
Provider (implements RSA, DSA, Diffie-Hellman, AES, DES, Triple DES,
DESX, RC2, RC4, RC5, PBE, MD2, MD5, RIPEMD160, SHA1, SHA224, SHA256,
SHA384, SHA512, HMAC-MD5, HMAC-RIPEMD160, HMAC-SHA1, HMAC-SHA224, HMAC-
SHA256, HMAC-SHA384, HMAC-SHA512)"
"Information","scheduler-11","03/26/10","21:03:08",,"Starting
security..."
"Information","scheduler-11","03/26/10","21:03:08",,"Starting
scheduler..."
"Information","scheduler-11","03/26/10","21:03:08",,"Starting
WatchService..."
"Information","scheduler-11","03/26/10","21:03:08",,"Starting
debugging..."
"Information","scheduler-11","03/26/10","21:03:08",,"Starting sql..."
"Information","scheduler-11","03/26/10","21:03:10",,"Pool Manager
Started"
"Information","scheduler-11","03/26/10","21:03:10",,"Starting mail..."
"Information","scheduler-11","03/26/10","21:03:10",,"Starting
runtime..."
"Information","scheduler-11","03/26/10","21:03:10",,"CORBA
Configuration not enabled"
"Information","scheduler-11","03/26/10","21:03:10",,"Starting cron..."
"Information","scheduler-11","03/26/10","21:03:10",,"Starting
registry..."
"Information","scheduler-11","03/26/10","21:03:10",,"Starting
client..."
"Information","scheduler-11","03/26/10","21:03:10",,"The metrics
service is disabled for the J2EE edition"
"Information","scheduler-11","03/26/10","21:03:10",,"Starting
xmlrpc..."
"Information","scheduler-11","03/26/10","21:03:10",,"Starting
graphing..."
"Information","scheduler-11","03/26/10","21:03:10",,"Starting
verity..."
"Information","scheduler-11","03/26/10","21:03:10",,"Starting solr..."
"Information","scheduler-11","03/26/10","21:03:10",,"Starting
archive..."
"Information","scheduler-11","03/26/10","21:03:10",,"Starting
document..."
"Information","scheduler-11","03/26/10","21:03:10",,"Starting
eventgateway..."
"Information","scheduler-11","03/26/10","21:03:10",,"Starting
FlexAssembler..."
"Information","scheduler-11","03/26/10","21:03:10",,"Starting .NET..."
"Information","scheduler-11","03/26/10","21:03:10",,"Starting
Monitoring..."
"Information","scheduler-11","03/26/10","21:03:10",,"ColdFusion
started"
"Information","Thread-1","03/26/10","21:05:09",,"ColdFusion stopped"
"Information","scheduler-7","03/26/10","21:07:05",,"Starting
logging..."
"Information","scheduler-7","03/26/10","21:07:05",,"Starting
license..."
"Information","scheduler-7","03/26/10","21:07:06",,"Evaluation Edition
enabled"
"Information","scheduler-7","03/26/10","21:07:06",,"Starting
crypto..."
"Information","scheduler-7","03/26/10","21:07:06",,"Installed JSafe
JCE provider: Version 3.6 RSA Security Inc. Crypto-J JCE Security
Provider (implements RSA, DSA, Diffie-Hellman, AES, DES, Triple DES,
DESX, RC2, RC4, RC5, PBE, MD2, MD5, RIPEMD160, SHA1, SHA224, SHA256,
SHA384, SHA512, HMAC-MD5, HMAC-RIPEMD160, HMAC-SHA1, HMAC-SHA224, HMAC-
SHA256, HMAC-SHA384, HMAC-SHA512)"
"Information","scheduler-7","03/26/10","21:07:06",,"Starting
security..."
"Information","scheduler-7","03/26/10","21:07:06",,"Starting
scheduler..."
"Information","scheduler-7","03/26/10","21:07:06",,"Starting
WatchService..."
"Information","scheduler-7","03/26/10","21:07:06",,"Starting
debugging..."
"Information","scheduler-7","03/26/10","21:07:06",,"Starting sql..."
"Information","scheduler-7","03/26/10","21:07:26",,"Pool Manager
Started"
"Information","scheduler-7","03/26/10","21:07:26",,"Starting mail..."
"Information","scheduler-7","03/26/10","21:07:26",,"Starting
runtime..."
"Information","scheduler-7","03/26/10","21:07:26",,"CORBA
Configuration not enabled"
"Information","scheduler-7","03/26/10","21:07:26",,"Starting cron..."
"Information","scheduler-7","03/26/10","21:07:26",,"Starting
registry..."
"Information","scheduler-7","03/26/10","21:07:26",,"Starting
client..."
"Information","scheduler-7","03/26/10","21:07:26",,"The metrics
service is disabled for the J2EE edition"
"Information","scheduler-7","03/26/10","21:07:26",,"Starting
xmlrpc..."
"Information","scheduler-7","03/26/10","21:07:26",,"Starting
graphing..."
"Information","scheduler-7","03/26/10","21:07:26",,"Starting
verity..."
"Information","scheduler-7","03/26/10","21:07:26",,"Starting solr..."
"Information","scheduler-7","03/26/10","21:07:27",,"Starting
archive..."
"Information","scheduler-7","03/26/10","21:07:27",,"Starting
document..."
"Information","scheduler-7","03/26/10","21:07:27",,"Starting
eventgateway..."
"Information","scheduler-7","03/26/10","21:07:27",,"Starting
FlexAssembler..."
"Information","scheduler-7","03/26/10","21:07:27",,"Starting .NET..."
"Information","scheduler-7","03/26/10","21:07:27",,"Starting
Monitoring..."
"Information","scheduler-7","03/26/10","21:07:27",,"ColdFusion
started"
"Information","Thread-1","03/26/10","21:18:25",,"ColdFusion stopped"
"Information","scheduler-9","03/26/10","21:18:35",,"Starting
logging..."
"Information","scheduler-9","03/26/10","21:18:35",,"Starting
license..."
"Information","scheduler-9","03/26/10","21:18:36",,"Evaluation Edition
enabled"
"Information","scheduler-9","03/26/10","21:18:36",,"Starting
crypto..."
"Information","scheduler-9","03/26/10","21:18:36",,"Installed JSafe
JCE provider: Version 3.6 RSA Security Inc. Crypto-J JCE Security
Provider (implements RSA, DSA, Diffie-Hellman, AES, DES, Triple DES,
DESX, RC2, RC4, RC5, PBE, MD2, MD5, RIPEMD160, SHA1, SHA224, SHA256,
SHA384, SHA512, HMAC-MD5, HMAC-RIPEMD160, HMAC-SHA1, HMAC-SHA224, HMAC-
SHA256, HMAC-SHA384, HMAC-SHA512)"
"Information","scheduler-9","03/26/10","21:18:36",,"Starting
security..."
"Information","scheduler-9","03/26/10","21:18:36",,"Starting
scheduler..."
"Information","scheduler-9","03/26/10","21:18:36",,"Starting
WatchService..."
"Information","scheduler-9","03/26/10","21:18:36",,"Starting
debugging..."
"Information","scheduler-9","03/26/10","21:18:36",,"Starting sql..."
"Information","scheduler-9","03/26/10","21:18:57",,"Pool Manager
Started"
"Information","scheduler-9","03/26/10","21:18:57",,"Starting mail..."
"Information","scheduler-9","03/26/10","21:18:57",,"Starting
runtime..."
"Information","scheduler-9","03/26/10","21:18:58",,"CORBA
Configuration not enabled"
"Information","scheduler-9","03/26/10","21:18:58",,"Starting cron..."
"Information","scheduler-9","03/26/10","21:18:58",,"Starting
registry..."
"Information","scheduler-9","03/26/10","21:18:58",,"Starting
client..."
"Information","scheduler-9","03/26/10","21:18:58",,"The metrics
service is disabled for the J2EE edition"
"Information","scheduler-9","03/26/10","21:18:58",,"Starting
xmlrpc..."
"Information","scheduler-9","03/26/10","21:18:58",,"Starting
graphing..."
"Information","scheduler-9","03/26/10","21:18:58",,"Starting
verity..."
"Information","scheduler-9","03/26/10","21:18:58",,"Starting solr..."
"Information","scheduler-9","03/26/10","21:18:58",,"Starting
archive..."
"Information","scheduler-9","03/26/10","21:18:58",,"Starting
document..."
"Information","scheduler-9","03/26/10","21:18:58",,"Starting
eventgateway..."
"Information","scheduler-9","03/26/10","21:18:58",,"Starting
FlexAssembler..."
"Information","scheduler-9","03/26/10","21:18:58",,"Starting .NET..."
"Information","scheduler-9","03/26/10","21:18:58",,"Starting
Monitoring..."
"Information","scheduler-9","03/26/10","21:18:58",,"ColdFusion
started"
"Information","Thread-1","03/26/10","21:22:33",,"ColdFusion stopped"
"Information","scheduler-11","03/26/10","21:22:43",,"Starting
logging..."
"Information","scheduler-11","03/26/10","21:22:43",,"Starting
license..."
"Information","scheduler-11","03/26/10","21:22:44",,"Evaluation
Edition enabled"
"Information","scheduler-11","03/26/10","21:22:44",,"Starting
crypto..."
"Information","scheduler-11","03/26/10","21:22:44",,"Installed JSafe
JCE provider: Version 3.6 RSA Security Inc. Crypto-J JCE Security
Provider (implements RSA, DSA, Diffie-Hellman, AES, DES, Triple DES,
DESX, RC2, RC4, RC5, PBE, MD2, MD5, RIPEMD160, SHA1, SHA224, SHA256,
SHA384, SHA512, HMAC-MD5, HMAC-RIPEMD160, HMAC-SHA1, HMAC-SHA224, HMAC-
SHA256, HMAC-SHA384, HMAC-SHA512)"
"Information","scheduler-11","03/26/10","21:22:44",,"Starting
security..."
"Information","scheduler-11","03/26/10","21:22:44",,"Starting
scheduler..."
"Information","scheduler-11","03/26/10","21:22:44",,"Starting
WatchService..."
"Information","scheduler-11","03/26/10","21:22:44",,"Starting
debugging..."
"Information","scheduler-11","03/26/10","21:22:44",,"Starting sql..."
"Information","scheduler-11","03/26/10","21:23:02",,"Pool Manager
Started"
"Information","scheduler-11","03/26/10","21:23:02",,"Starting mail..."
"Information","scheduler-11","03/26/10","21:23:02",,"Starting
runtime..."
"Information","scheduler-11","03/26/10","21:23:03",,"CORBA
Configuration not enabled"
"Information","scheduler-11","03/26/10","21:23:03",,"Starting cron..."
"Information","scheduler-11","03/26/10","21:23:03",,"Starting
registry..."
"Information","scheduler-11","03/26/10","21:23:03",,"Starting
client..."
"Information","scheduler-11","03/26/10","21:23:03",,"The metrics
service is disabled for the J2EE edition"
"Information","scheduler-11","03/26/10","21:23:03",,"Starting
xmlrpc..."
"Information","scheduler-11","03/26/10","21:23:03",,"Starting
graphing..."
"Information","scheduler-11","03/26/10","21:23:03",,"Starting
verity..."
"Information","scheduler-11","03/26/10","21:23:03",,"Starting solr..."
"Information","scheduler-11","03/26/10","21:23:03",,"Starting
archive..."
"Information","scheduler-11","03/26/10","21:23:03",,"Starting
document..."
"Information","scheduler-11","03/26/10","21:23:03",,"Starting
eventgateway..."
"Information","scheduler-11","03/26/10","21:23:03",,"Starting
FlexAssembler..."
"Information","scheduler-11","03/26/10","21:23:03",,"Starting .NET..."
"Information","scheduler-11","03/26/10","21:23:03",,"Starting
Monitoring..."
"Information","scheduler-11","03/26/10","21:23:03",,"ColdFusion
started"
"Information","Thread-1","03/27/10","11:05:50",,"ColdFusion stopped"
"Information","scheduler-11","03/27/10","11:05:59",,"Starting
logging..."
"Information","scheduler-11","03/27/10","11:05:59",,"Starting
license..."
"Information","scheduler-11","03/27/10","11:06:01",,"Evaluation
Edition enabled"
"Information","scheduler-11","03/27/10","11:06:01",,"Starting
crypto..."
"Information","scheduler-11","03/27/10","11:06:01",,"Installed JSafe
JCE provider: Version 3.6 RSA Security Inc. Crypto-J JCE Security
Provider (implements RSA, DSA, Diffie-Hellman, AES, DES, Triple DES,
DESX, RC2, RC4, RC5, PBE, MD2, MD5, RIPEMD160, SHA1, SHA224, SHA256,
SHA384, SHA512, HMAC-MD5, HMAC-RIPEMD160, HMAC-SHA1, HMAC-SHA224, HMAC-
SHA256, HMAC-SHA384, HMAC-SHA512)"
"Information","scheduler-11","03/27/10","11:06:01",,"Starting
security..."
"Information","scheduler-11","03/27/10","11:06:01",,"Starting
scheduler..."
"Information","scheduler-11","03/27/10","11:06:01",,"Starting
WatchService..."
"Information","scheduler-11","03/27/10","11:06:01",,"Starting
debugging..."
"Information","scheduler-11","03/27/10","11:06:01",,"Starting sql..."
"Information","scheduler-11","03/27/10","11:06:02",,"Pool Manager
Started"
"Information","scheduler-11","03/27/10","11:06:03",,"Starting mail..."
"Information","scheduler-11","03/27/10","11:06:03",,"Starting
runtime..."
"Information","scheduler-11","03/27/10","11:06:03",,"CORBA
Configuration not enabled"
"Information","scheduler-11","03/27/10","11:06:03",,"Starting cron..."
"Information","scheduler-11","03/27/10","11:06:03",,"Starting
registry..."
"Information","scheduler-11","03/27/10","11:06:03",,"Starting
client..."
"Information","scheduler-11","03/27/10","11:06:03",,"The metrics
service is disabled for the J2EE edition"
"Information","scheduler-11","03/27/10","11:06:03",,"Starting
xmlrpc..."
"Information","scheduler-11","03/27/10","11:06:03",,"Starting
graphing..."
"Information","scheduler-11","03/27/10","11:06:03",,"Starting
verity..."
"Information","scheduler-11","03/27/10","11:06:03",,"Starting solr..."
"Information","scheduler-11","03/27/10","11:06:03",,"Starting
archive..."
"Information","scheduler-11","03/27/10","11:06:03",,"Starting
document..."
"Information","scheduler-11","03/27/10","11:06:03",,"Starting
eventgateway..."
"Information","scheduler-11","03/27/10","11:06:03",,"Starting
FlexAssembler..."
"Information","scheduler-11","03/27/10","11:06:03",,"Starting .NET..."
"Information","scheduler-11","03/27/10","11:06:03",,"Starting
Monitoring..."
"Information","scheduler-11","03/27/10","11:06:03",,"ColdFusion
started"
"Warning","jrpp-0","03/27/10","11:09:01",,"Thread: jrpp-0, processing
template: /san/lun0/www/index.cfm, completed in 88 seconds, exceeding
the 30 second warning limit"

jvm.config

Had originally tried the default, but also tried this:


# Arguments to VM
java.args=-server -Xmx1400m -Xmx1400m -Xmn512m -
Dsun.io.useCanonCaches=false -XX:MaxPermSize=192m -XX:+UseParallelGC -
Xbatch -Djava.awt.headless=true -
Dcoldfusion.rootDir={application.home}/ -
Djava.security.policy={application.home}/servers/cfusion/cfusion-ear/
cfusion-war/WEB-INF/cfusion/lib/coldfusion.policy -
Djava.security.auth.policy={application.home}/servers/cfusion/cfusion-
ear/cfusion-war/WEB-INF/cfusion/lib/neo_jaas.policy

Both give the same issues.

Install is CF9 multiserver. Setting summary page is reporting:

System Information
Server Details
Server Product ColdFusion
Version 9,0,0,251028
Edition Enterprise (Trial)
Operating System UNIX
OS Version 2.6.24-26-server
Adobe Driver Version 4.0 (Build 0005)


JVM Details
Java Version 1.6.0_14
Java Vendor Sun Microsystems Inc.

This is the same code I have running on a couple of other servers and
I am not seeing these issues. Plus I am not sure it's app specific -
even to get to the point where I can access the coldfusion
administrator takes a long time after a start/restart.

The exception you see in Application.cfc (line 67) is a cffile timeout
exception when loading the ColdSpring config. I guess I could put a
<cfsetting requesttimeout="600"> or something in my index.cfm but what
concerns me is that this is supposed to be the production box
eventually and I haven't needed to increase the timeout anywhere else
during development on much lower spec'ed hardware so I think there is
an underlying issue.

Andrew.

Andrew

unread,
Mar 27, 2010, 7:07:54 PM3/27/10
to cfaussie
Just to add to that, after the initial timeout on index.cfm, if you
hit the page again instantly it is fine, and the app works fine and
seems to perform as expected.

It's just the initial load that are extremely slugging (both starting
the server, and initialising the app).

Kai Koenig

unread,
Mar 27, 2010, 8:52:39 PM3/27/10
to cfau...@googlegroups.com
From looking at the logs, the MessageBrokerServlet or the CFFormGateway inits are the culprits. Across all your logs, those show a 30-40 delay for something just runs through in either the same or within 1-2 secs on the machines I just had a look at. I'm wondering if it's maybe waiting for some hostname in something to resolve? Also - it seems that /san/lun0... etc is actually pointing to a SAN. Just wondering if your other cf servers in that environment live in the same infrastructure and on the SAN as well - have seen crazy things with SANs or any other network drives happening before where some component of an application was waiting to authenticate against something and all of a sudden things came to a halt.

Cheers
Kai

> 27/03 11:06:05 user CFCServlet: init
> 27/03 11:06:05 user FlashGateway: init
> 27/03 11:06:05 user MessageBrokerServlet: init
> 27/03 11:07:22 user CFFormGateway: init
> 27/03 11:07:22 user CFInternalServlet: init
> 27/03 11:07:22 user WSRPProducer: init
> 27/03 11:07:23 user ServerCFCServlet: init
> 27/03 11:07:23 info Deploying enterprise application "JRun 4.0
> Internal J2EE Components" from: file:/san/lun0/jrun4/lib/jrun-comp.ear
> 27/03 11:07:23 info Deploying EJB "JRunSQLInvoker" from: file:/san/
> lun0/jrun4/lib/jrun-comp.ear
> Server cfusion ready (startup time: 87 seconds)

Robin Hilliard

unread,
Mar 27, 2010, 8:54:18 PM3/27/10
to cfau...@googlegroups.com
Hi Andrew,

With the startup you can see that cranking up the Message Broker Servlet (ie Livecycle/Blaze) is taking almost a minute, which I find is usually due to some network ports used by LCDS still being open from the last time ColdFusion was run. However CF is usually available to take forwarded requests from the web server when you see:

27/03 11:06:03 user ColdFusionStartUpServlet: ColdFusion: application
services are now available

Which in your log is only seven seconds after the first startup log message.

What happens on line 67 of index.cfm (or is it Application.cfc)? The logs are trying to tell you something there, check it out. As an earlier, ahead-of-its-time draft of the song goes:

"How many logs must a developer tail, before you can call them a developer?" ;-)

Cheers,
Robin

ROBIN HILLIARD
Chief Technology Officer
ro...@rocketboots.com.au

RocketBoots Pty Ltd
Level 11
189 Kent Street
Sydney NSW 2001
Australia
Phone +61 2 9323 2507
Facsimile +61 2 9323 2501
Mobile +61 418 414 341
www.rocketboots.com.au

MrBuzzy

unread,
Mar 27, 2010, 8:55:11 PM3/27/10
to cfau...@googlegroups.com
"There is a house in New Orleans, they call the risin' SAN"

Morning everybody :)

Andrew, I noticed your app is stored on 'The SAN' (storage area network);

03/27 11:09:01 Warning [jrpp-0] - Thread: jrpp-0, processing template: /san/lun0/www/index.cfm, completed in 88 seconds, exceeding
the 30 second warning limit


Can you deploy the app to a locally attached disk instead? CF startup and compilation is probably slower because of the remote disk activity.

I also noticed this (but Kai is faster hehe);


27/03 11:06:05 user FlashGateway: init
27/03 11:06:05 user MessageBrokerServlet: init
27/03 11:07:22 user CFFormGateway: init
27/03 11:07:22 user CFInternalServlet: init

Seems that servlet is taking a long time to be initialised, it could be for the same reason (SAN).

(Just a stab in the dark really)

HTH. Cheers.

Andrew

unread,
Mar 27, 2010, 9:30:22 PM3/27/10
to cfaussie
Thanks - I think this is worth following up. I also installed jrun on
the SAN although I wasn't sure if this was the right thing to do and
the more I read about it the more I think maybe it isn't good
practice?

Is uninstalling on Linux as simple as blowing away the jrun4 dir or do
you need to run an uninstaller? I'm ok with manually removing the
apache config and startup scripts.

Generally speaking is the SAN an appropriate place for web resources?
This is where my host has allocated all my web space.

Andrew.

On Mar 28, 11:55 am, MrBuzzy <mrbu...@gmail.com> wrote:
> "There is a house in New Orleans, they call the risin' SAN"
>
> Morning everybody :)
>
> Andrew, I noticed your app is stored on 'The SAN' (storage area network);
>

> *03/27 11:09:01 Warning [jrpp-0] - Thread: jrpp-0, processing template:


> /san/lun0/www/index.cfm, completed in 88 seconds, exceeding

> the 30 second warning limit*


>
> Can you deploy the app to a locally attached disk instead? CF startup and
> compilation is probably slower because of the remote disk activity.
>
> I also noticed this (but Kai is faster hehe);
>
> 27/03 11:06:05 user FlashGateway: init

> *27/03 11:06:05 user MessageBrokerServlet: init*


> 27/03 11:07:22 user CFFormGateway: init
> 27/03 11:07:22 user CFInternalServlet: init
>
> Seems that servlet is taking a long time to be initialised, it could be for
> the same reason (SAN).
>
> (Just a stab in the dark really)
>
> HTH. Cheers.
>
> On 28 March 2010 10:07, Andrew <am2...@gmail.com> wrote:
>
>
>
> > Just to add to that, after the initial timeout on index.cfm, if you
> > hit the page again instantly it is fine, and the app works fine and
> > seems to perform as expected.
>
> > It's just the initial load that are extremely slugging (both starting
> > the server, and initialising the app).
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "cfaussie" group.
> > To post to this group, send email to cfau...@googlegroups.com.
> > To unsubscribe from this group, send email to

> > cfaussie+u...@googlegroups.com<cfaussie%2Bunsubscribe@googlegroups.c om>

Andrew

unread,
Mar 27, 2010, 9:41:18 PM3/27/10
to cfaussie
Thanks Kai. I don't have he San on my other machines and to be
perfectly honest I am a complete noob when it comes to SANs. Tomorrow
ill take it out if the equation and see if it improves the situation.

One thing I have noticed on this box is that after ssh'ing to it there
is a lenghty delay between entering my username and receiving the
password prompt. Not sure if it could be related but if there is an
issue with authenticating users perhaps there is something similar
with the network drives?

On Mar 28, 11:52 am, Kai Koenig <k...@koeni.de> wrote:
> From looking at the logs, the MessageBrokerServlet or the CFFormGateway inits are the culprits. Across all your logs, those show a 30-40 delay for something just runs through in either the same or within 1-2 secs on the machines I just had a look at. I'm wondering if it's maybe waiting for some hostname in something to resolve? Also - it seems that /san/lun0... etc is actually pointing to a SAN. Just wondering if your other cf servers in that environment live in the same infrastructure and on the SAN as well - have seen crazy things with SANs or any other network drives happening before where some component of an application was waiting to authenticate against something and all of a sudden things came to a halt.
>
> Cheers
> Kai
>
> > 27/03 11:06:05 user CFCServlet: init
> > 27/03 11:06:05 user FlashGateway: init
> > 27/03 11:06:05 user MessageBrokerServlet: init
> > 27/03 11:07:22 user CFFormGateway: init
> > 27/03 11:07:22 user CFInternalServlet: init
> > 27/03 11:07:22 user WSRPProducer: init
> > 27/03 11:07:23 user ServerCFCServlet: init
> > 27/03 11:07:23 info Deploying enterprise application "JRun 4.0
> > Internal J2EE Components" from: file:/san/lun0/jrun4/lib/jrun-comp.ear
> > 27/03 11:07:23 info Deploying EJB "JRunSQLInvoker" from: file:/san/
> > lun0/jrun4/lib/jrun-comp.ear
> > Server cfusion ready (startup time: 87 seconds)
>
> --
> Kai Koenig - Ventego Creative Ltd

> ph:+64 4 476 6781- mob:+64 21 928 365/  +61 450 132 117

> Hands-on Regular Expression training @ webDU 2010http://bloginblack.de/agentk/workshop-befriending-regular-expressions/
>
> Hands-on Flash Catalyst and Flex 4 training @ Webinale 2010http://bloginblack.de/agentk/workshop-rias-with-flash-catalyst-and-fl...
> --

On Mar 28, 11:52 am, Kai Koenig <k...@koeni.de> wrote:
> From looking at the logs, the MessageBrokerServlet or the CFFormGateway inits are the culprits. Across all your logs, those show a 30-40 delay for something just runs through in either the same or within 1-2 secs on the machines I just had a look at. I'm wondering if it's maybe waiting for some hostname in something to resolve? Also - it seems that /san/lun0... etc is actually pointing to a SAN. Just wondering if your other cf servers in that environment live in the same infrastructure and on the SAN as well - have seen crazy things with SANs or any other network drives happening before where some component of an application was waiting to authenticate against something and all of a sudden things came to a halt.
>
> Cheers
> Kai
>
> > 27/03 11:06:05 user CFCServlet: init
> > 27/03 11:06:05 user FlashGateway: init
> > 27/03 11:06:05 user MessageBrokerServlet: init
> > 27/03 11:07:22 user CFFormGateway: init
> > 27/03 11:07:22 user CFInternalServlet: init
> > 27/03 11:07:22 user WSRPProducer: init
> > 27/03 11:07:23 user ServerCFCServlet: init
> > 27/03 11:07:23 info Deploying enterprise application "JRun 4.0
> > Internal J2EE Components" from: file:/san/lun0/jrun4/lib/jrun-comp.ear
> > 27/03 11:07:23 info Deploying EJB "JRunSQLInvoker" from: file:/san/
> > lun0/jrun4/lib/jrun-comp.ear
> > Server cfusion ready (startup time: 87 seconds)
>
> --
> Kai Koenig - Ventego Creative Ltd

> ph:+64 4 476 6781- mob:+64 21 928 365/  +61 450 132 117

> Hands-on Regular Expression training @ webDU 2010http://bloginblack.de/agentk/workshop-befriending-regular-expressions/
>
> Hands-on Flash Catalyst and Flex 4 training @ Webinale 2010http://bloginblack.de/agentk/workshop-rias-with-flash-catalyst-and-fl...
> --

Gavin Baumanis

unread,
Mar 27, 2010, 9:51:37 PM3/27/10
to cfaussie
With a long and distinguished history of not being afraid to make
embarrassingly stupid suggestions...

On Mar 28, 12:41 pm, Andrew <am2...@gmail.com> wrote:

> ...


> One thing I have noticed on this box is that after ssh'ing to it there
> is a lenghty delay between entering my username and receiving the
> password prompt.  Not sure if it could be related but if there is an
> issue with authenticating users perhaps there is something similar
> with the network drives?

Any chance you have a network duplex error?
We have a router that fails to conect at full-duplex - regardless of
settings after a power interruption.
I'd at least be shooting the hosting companay a quick email asking
them to ensure that all equipment that you're resources are on and any
other network resources out from there to the www are manually checked
to be correct.

Gavin.

Kai Koenig

unread,
Mar 28, 2010, 12:08:16 AM3/28/10
to cfau...@googlegroups.com
Hi Andrew,

> Thanks - I think this is worth following up. I also installed jrun on
> the SAN although I wasn't sure if this was the right thing to do and
> the more I read about it the more I think maybe it isn't good
> practice?
>

...

> Generally speaking is the SAN an appropriate place for web resources?
> This is where my host has allocated all my web space.

I can't really speak for the general public and overall best practices on that, but one common reason for using a SAN (for me) is having for instance a cluster of CF servers dealing with the same template/CFC/assets on the SAN. In those instances I would always install Jrun/CF on the local machine resp a local disk and refer to the SAN for the webroot/cfroot etc.

Also what I found with SANs (particular in hosting environments) is that the performance you get _dramatically_ varies depending on the connection (LAN, Fibre etc) and on what the other users of the SAN are doing. Real scenario that happened to one of my clients a while ago: another SAN users was running DB backups at a fixed time of the day. At the same time the overall SAN performance decreased so much that all of the CF servers delivering files had issues and we got significant performance issues on the web front end. SAN/Virtualisiation etc. is fine - but one still shares resources and sometimes weird stuff happens.

Kai

Andrew

unread,
Mar 28, 2010, 7:54:59 PM3/28/10
to cfaussie
Okay, I've installed it in /opt/jrun4. There's still a delay at that
point, but it's not quite as bad.

I'd really like to know what's going on there - can anyone shed any
light on what happens with the MessageBrokerServlet and CFFormGateway
initialise?

03/29 10:50:44 Information [scheduler-11] - Starting eventgateway...
03/29 10:50:44 Information [scheduler-11] - Starting Event Backend
Handlers.
03/29 10:50:44 Information [scheduler-11] - Initialized


EventRequestDispatcher with a Thread Pool size of 1.

03/29 10:50:44 Information [scheduler-11] - Initializing
EventRequestHandler
03/29 10:50:44 Information [scheduler-11] - Starting Event Gateways.
03/29 10:50:44 Information [scheduler-11] - Starting FlexAssembler...
03/29 10:50:44 Information [scheduler-11] - Starting .NET...
03/29 10:50:44 Information [scheduler-11] - Starting Monitoring...
03/29 10:50:44 Information [scheduler-11] - ColdFusion started
29/03 10:50:44 user ColdFusionStartUpServlet: ColdFusion: application
services are now available
29/03 10:50:44 user CFMxmlServlet: init
29/03 10:50:44 user CFMxmlServlet: Macromedia Flex Build: 87315.134646
29/03 10:50:44 INFO Macromedia Flex Build: 87315.134646
29/03 10:50:45 user CFSwfServlet: init
29/03 10:50:45 user CFCServlet: init
29/03 10:50:46 user FlashGateway: init
29/03 10:50:46 user MessageBrokerServlet: init
29/03 10:51:32 user CFFormGateway: init
29/03 10:51:32 user CFInternalServlet: init
29/03 10:51:32 user WSRPProducer: init
29/03 10:51:33 user ServerCFCServlet: init
29/03 10:51:33 info Deploying enterprise application "JRun 4.0
Internal J2EE Components" from: file:/opt/jrun4/lib/jrun-comp.ear
29/03 10:51:33 info Deploying EJB "JRunSQLInvoker" from: file:/opt/
jrun4/lib/jrun-comp.ear
Server cfusion ready (startup time: 56 seconds)


On Mar 28, 3:08 pm, Kai Koenig <k...@koeni.de> wrote:
> Hi Andrew,
>
> > Thanks - I think this is worth following up.  I also installed jrun on
> > the SAN although I wasn't sure if this was the right thing to do and
> > the more I read about it the more I think maybe it isn't good
> > practice?
>
> ...
>
> > Generally speaking is the SAN an appropriate place for web resources?
> > This is where my host has allocated all my web space.
>
> I can't really speak for the general public and overall best practices on that, but one common reason for using a SAN (for me) is having for instance a cluster of CF servers dealing with the same template/CFC/assets on the SAN. In those instances I would always install Jrun/CF on the local machine resp a local disk and refer to the SAN for the webroot/cfroot etc.
>
> Also what I found with SANs (particular in hosting environments) is that the performance you get _dramatically_ varies depending on the connection (LAN, Fibre etc) and on what the other users of the SAN are doing. Real scenario that happened to one of my clients a while ago: another SAN users was running DB backups at a fixed time of the day. At the same time the overall SAN performance decreased so much that all of the CF servers delivering files had issues and we got significant performance issues on the web front end. SAN/Virtualisiation etc. is fine - but one still shares resources and sometimes weird stuff happens.
>
> Kai
>
> --
> Kai Koenig - Ventego Creative Ltd
> ph: +64 4 476 6781 - mob: +64 21 928 365 /  +61 450 132 117
> web:http://www.ventego-creative.co.nz
> blog:http://www.bloginblack.de
> twitter:http://www.twitter.com/agentK
>

> Hands-on Regular Expression training @ webDU 2010http://bloginblack.de/agentk/workshop-befriending-regular-expressions/
>
> Hands-on Flash Catalyst and Flex 4 training @ Webinale 2010http://bloginblack.de/agentk/workshop-rias-with-flash-catalyst-and-fl...
> --

Kai Koenig

unread,
Mar 28, 2010, 7:57:45 PM3/28/10
to cfau...@googlegroups.com
Hmm, that still looks pretty much the same to me. 45-ish seconds for that is still too high and unusual. I'll try to find something out about those two.

Cheers
Kai


> 29/03 10:50:46 user MessageBrokerServlet: init
> 29/03 10:51:32 user CFFormGateway: init

Hands-on Regular Expression training @ webDU 2010
http://bloginblack.de/agentk/workshop-befriending-regular-expressions/

Hands-on Flash Catalyst and Flex 4 training @ Webinale 2010

http://bloginblack.de/agentk/workshop-rias-with-flash-catalyst-and-flex-4/
--

Andrew

unread,
Mar 28, 2010, 8:48:08 PM3/28/10
to cfaussie
Here's a comparison of my new environment, compared to my old one


29/03 11:36:37 user ColdFusionStartUpServlet: init
29/03 11:36:37 user ColdFusionStartUpServlet: ColdFusion: Starting
application services
29/03 11:36:37 user ColdFusionStartUpServlet: ColdFusion: VM version =
14.0-b16
29/03 11:38:58 user ColdFusionStartUpServlet: ColdFusion: application
services are now available
29/03 11:38:58 user CFMxmlServlet: init
29/03 11:38:58 user CFMxmlServlet: Macromedia Flex Build: 87315.134646
29/03 11:38:59 user CFSwfServlet: init
29/03 11:38:59 user CFCServlet: init
29/03 11:39:00 user FlashGateway: init
29/03 11:39:00 user MessageBrokerServlet: init
29/03 11:41:08 user CFFormGateway: init
29/03 11:41:08 user CFInternalServlet: init
29/03 11:41:08 user WSRPProducer: init
29/03 11:41:08 user ServerCFCServlet: init
29/03 11:41:08 info Deploying enterprise application "JRun 4.0


Internal J2EE Components" from: file:/opt/jrun4/lib/jrun-comp.ear

29/03 11:41:08 info Deploying EJB "JRunSQLInvoker" from: file:/opt/
jrun4/lib/jrun-comp.ear

Been going 5 mins.

Compare this to an environment which works:

15/03 12:06:24 user JSPServlet: init
15/03 12:06:25 user ColdFusionStartUpServlet: init
15/03 12:06:25 user ColdFusionStartUpServlet: ColdFusion: Starting
application services
15/03 12:06:25 user ColdFusionStartUpServlet: ColdFusion: VM version =
14.0-b16
15/03 12:06:29 user ColdFusionStartUpServlet: ColdFusion: application
services are now available
15/03 12:06:29 user CFMxmlServlet: init
15/03 12:06:29 user CFMxmlServlet: Macromedia Flex Build: 87315.134646
15/03 12:06:29 user CFSwfServlet: init
15/03 12:06:30 user CFCServlet: init
15/03 12:06:31 user FlashGateway: init
15/03 12:06:31 user MessageBrokerServlet: init
15/03 12:06:31 user CFFormGateway: init
15/03 12:06:31 user CFInternalServlet: init
15/03 12:06:31 user WSRPProducer: init
15/03 12:06:32 user ServerCFCServlet: init
15/03 12:06:32 info Deploying enterprise application "JRun 4.0


Internal J2EE Components" from: file:/opt/jrun4/lib/jrun-comp.ear

15/03 12:06:32 info Deploying EJB "JRunSQLInvoker" from: file:/opt/
jrun4/lib/jrun-comp.ear
15/03 12:06:51 info JRun Proxy Server listening on *:51020

That last line is missing on my new environment. Could it be that I
need to open a firewall port or something?

Kai Koenig

unread,
Mar 29, 2010, 5:07:56 AM3/29/10
to cfau...@googlegroups.com
Just a quick follow up question - have you tied CF into Apache or is it just running on the internal HTTP server on port 8300/8500 so far?

Also: I think (and that was confirmed by Mark when we briefly discussed that) that MessageBrokerServlet is the culprit. It's a servlet that's used in Remoting/LCDS.

I wonder two things:

a) did the installer ask you if you wanted to install Blaze DS or LCDS Express (or whatever that LCDS light version is called)? If yes, did you install it?
Note: MessageBrokerServlet most likely also comes with a plain CF setup as it's responsible for the /flex2gateway servlet endpoint afaik

b) You could try to comment the sections in web.xml that use the MessageBrokerServlet. You'll probably find it in at least 2 instances in there. Try to restart CF and see if it

b1) comes up at all
b2) makes a difference re start-up times (maybe post the relevant log sections)

Cheers
Kai

> --
> You received this message because you are subscribed to the Google Groups "cfaussie" group.
> To post to this group, send email to cfau...@googlegroups.com.

> To unsubscribe from this group, send email to cfaussie+u...@googlegroups.com.


> For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
>

Paul Kukiel

unread,
Mar 29, 2010, 5:22:35 AM3/29/10
to cfau...@googlegroups.com
I have also seen incorrctly configured DNS cause slow startups and
antivirus. If there is av running on the box try disable it.

Paul Kukiel

Andrew Scott

unread,
Mar 29, 2010, 6:59:49 AM3/29/10
to cfau...@googlegroups.com
Paul,

Anyone running an AV on a physical server should be re-considering their
user access. AV's should not run on a physical server, if you need to check
a file uploaded then you can run a scan, but resident memory checks should
be disabled.

Av's check every file when resident memory is switched on, and on a server
the only files that should be run, should always be checked before running
on a server.

-----Original Message-----
From: cfau...@googlegroups.com [mailto:cfau...@googlegroups.com] On Behalf
Of Paul Kukiel
Sent: Monday, 29 March 2010 8:23 PM
To: cfau...@googlegroups.com
Subject: Re: [cfaussie] Re: Slow Server Startup Time

Andrew

unread,
Mar 29, 2010, 8:12:19 AM3/29/10
to cfaussie
I don't believe that there is AV running. Might follow up on the DNS
suggestion though.

Now I've got another issue. I just went to start verity and found
that it wouldn't run.

/opt/jrun4/verity/verity-install.out reports this:

sh: /opt/jrun4/verity/k2/_ilnx21/bin/vconfig: not found
ERROR: Configuration failed to complete successfuly at Mon Mar 29
23:05:46 EST 2010

I'm starting to wonder if I have a dodgy version of the installer.
Although I did do the md5sum thing on it before I used it and it
passed...

Anyone else got Verity running on Linux 64 bit?

Andrew

unread,
Mar 29, 2010, 10:00:22 PM3/29/10
to cfaussie
Fixed the Verity issue. It needed ia32-libs libs installed, because
Verity runs in 32 bit.

However, I have since re-read the system requirements and it appears
Ubuntu is only supported for 32 bit. I am going to try and RHEL and
see if the MessageBrokerServlet issue still exists.

Andrew.

Mark Mandel

unread,
Mar 29, 2010, 10:09:15 PM3/29/10
to cfau...@googlegroups.com
Ah - Andrew, this is on Ubuntu Server, yes?

I've definitely seen this on Ubuntu Server, both on CF8, and CF9, when shutting down CF and then starting it back up again.

Server startup gets stuck on the MessageBrokerServlet init call, for a while.

It makes me think it's looking for something, and eventually it ends up timing out.  For development, I end up rebooting the whole server - it's faster.

Mark

--
You received this message because you are subscribed to the Google Groups "cfaussie" group.
To post to this group, send email to cfau...@googlegroups.com.
To unsubscribe from this group, send email to cfaussie+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.




--
E: mark....@gmail.com
T: http://www.twitter.com/neurotic
W: www.compoundtheory.com

Hands-on ColdFusion ORM Training @ cf.Objective() 2010
www.ColdFusionOrmTraining.com/

Andrew

unread,
Mar 30, 2010, 12:15:16 AM3/30/10
to cfaussie
Hi Mark,

Yep, Ubuntu Server.

I think we are going to give RHEL a try instead - fingers crossed we
don't have an issue there.

Andrew.

> > cfaussie+u...@googlegroups.com<cfaussie%2Bunsu...@googlegroups.com>


> > .
> > For more options, visit this group at
> >http://groups.google.com/group/cfaussie?hl=en.
>
> --

> E: mark.man...@gmail.com

Brian G

unread,
Jan 12, 2011, 2:22:57 AM1/12/11
to Andrew, cfau...@googlegroups.com

On Mar 29 2010, 8:15 pm, Andrew <am2...@gmail.com> wrote:
> I think we are going to give RHEL a try instead - fingers crossed we
> don't have an issue there.

Resurrecting this old thread because it helped me solve this infamous
MessageBrokerServlet slow-startup problem. I hit the same problem
with a new CF8 install on RHEL 5 and I've posted the solution here:

http://www.ghidinelli.com/2011/01/11/cold-fusion-slow-start-messagebrokerservlet

In short, your server didn't have enough entropy and
MessageBrokerServlet was trying to seed a secure random number
generator. It was being blocked by /dev/random. There's a simple fix
for the above which I've detailed on my post. I wanted to update this
thread for when some other poor sucker pulls his hair out and comes
across this thread in Google. :)

Cheers,


Brian

Andrew Myers

unread,
Jan 12, 2011, 4:11:47 AM1/12/11
to Brian G, cfau...@googlegroups.com
Thanks Brian, and great work.  I wished I've had had this knowledge this time last year.  Awesome to see you got to the bottom of it.  Thanks for sharing the solution!

Best regards,
Andrew.
Reply all
Reply to author
Forward
0 new messages