[ACFUG Discuss] CFMX 7.01 on Centos 4 (aka RHEL)

2006-06-20 Thread Howard Fore
Hey,I'm trying to get CFMX 7 running on Centos 4. For the uninitiated, Centos 4 is a Linux distribution compiled from the Red Hat Enterprise Linux sources. Yes, I know this is not an officially supported configuration. I got no errors from the installer other than a warning that it couldn't confirm if I had the libstdc++ compatibility library loaded (I do).
I ran into a problem first with the missing JDBC drivers jar (java.lang.NoClassDefFoundError: macromedia/jdbc/MacromediaDriver in the log). I fixed that and now the server starts but the CF servlets don't load. I've googled around for others with this issue but they seem to be having problems with things that don't apply to my situation (multiple instances, multiple JVMs, etc.). Can someone point me in the right direction here?
Here's the log:Starting Macromedia JRun 4.0 (Build 92909), coldfusion server06/19 22:47:44 warning Unable to open /opt/coldfusionmx7/runtime/lib/license.properties06/19 22:47:45 info JRun Naming Service listening on *:2920
06/19 22:47:45 warning No sessionSecret has been specified in jrun.xml. Installing a self generated sessionSecret.06/19 22:47:46 info No JDBC data sources have been configured for this server (see jrun-resources.xml
)06/19 22:47:46 info JRun Web Server listening on *:850006/19 22:47:46 info JRun Proxy Server listening on *:5101106/19 22:47:46 info Deploying enterprise application Macromedia ColdFusion MX from: file:/opt/coldfusionmx7/
06/19 22:47:46 info Deploying web application Macromedia Coldfusion MX from: file:/opt/coldfusionmx7/06/19 22:47:46 error Error loading class for Filter CFCacheFilter: Filter is disabled.java.lang.ClassNotFoundException
: coldfusion.bootstrap.BootstrapFilterat jrunx.util.JRunURLClassLoader.findClass(JRunURLClassLoader.java:161)at java.lang.ClassLoader.loadClass(Unknown Source)at jrunx.util.JRunURLClassLoader.loadClass
(JRunURLClassLoader.java:77)at jrunx.util.JRunURLClassLoader.loadClass(JRunURLClassLoader.java:69)at jrun.servlet.FilterManager.loadFilter(FilterManager.java:184)at jrun.servlet.FilterManager.init
(FilterManager.java:155)at jrun.servlet.FilterManager.create(FilterManager.java:74)at jrun.servlet.WebApplicationService.start(WebApplicationService.java:223)at jrun.ea.EnterpriseApplication.start
(EnterpriseApplication.java:194)at jrun.deployment.DeployerService.initModules(DeployerService.java:710)at jrun.deployment.DeployerService.createWatchedDeployment(DeployerService.java:242)at 
jrun.deployment.DeployerService.deploy(DeployerService.java:430)at jrun.deployment.DeployerService.handleEvent(DeployerService.java:381)at jrunx.kernel.JRunServiceDeployer.fireEvent(JRunServiceDeployer.java
:710)at jrunx.kernel.JRunServiceDeployer.deployServices(JRunServiceDeployer.java:111)at jrunx.kernel.DeploymentService.loadServices(DeploymentService.java:46)at sun.reflect.NativeMethodAccessorImpl.invoke0
(Native Method)at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)at java.lang.reflect.Method.invoke(Unknown Source)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)at jrunx.kernel.JRun.startServer(JRun.java
:575)at jrunx.kernel.JRun.init(JRun.java:493)at jrunx.kernel.JRun$1.run(JRun.java:346)at java.security.AccessController.doPrivileged(Native Method)at jrunx.kernel.JRun.start
(JRun.java:343)at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)at sun.reflect.DelegatingMethodAccessorImpl.invoke
(Unknown Source)at java.lang.reflect.Method.invoke(Unknown Source)at jrunx.kernel.JRun.invoke(JRun.java:180)at jrunx.kernel.JRun.main(JRun.java:168)06/19 22:47:46 user JSPServlet: init
06/19 22:47:47 info coldfusion.bootstrap.BootstrapServlet06/19 22:47:47 error Could not pre-load servlet: CFMxmlServlet06/19 22:47:47 info coldfusion.bootstrap.BootstrapServlet06/19 22:47:47 error Could not pre-load servlet: ColdFusionStartUpServlet
06/19 22:47:47 info coldfusion.bootstrap.BootstrapServlet06/19 22:47:47 error Could not pre-load servlet: CfmServlet06/19 22:47:47 info coldfusion.bootstrap.BootstrapServlet06/19 22:47:47 error Could not pre-load servlet: CFSwfServlet
06/19 22:47:47 info coldfusion.bootstrap.BootstrapServlet06/19 22:47:47 error Could not pre-load servlet: CFCServlet06/19 22:47:47 info coldfusion.bootstrap.BootstrapServlet06/19 22:47:47 error Could not pre-load servlet: FlashGateway
06/19 22:47:47 info coldfusion.bootstrap.BootstrapServlet06/19 22:47:47 error Could not pre-load servlet: CFFormGateway06/19 22:47:47 info coldfusion.bootstrap.BootstrapServlet06/19 22:47:47 error Could not pre-load servlet: CFInternalServlet
Server coldfusion ready (startup time: 5 seconds)-- Howard Fore, [EMAIL PROTECTED]The less you know, the more you believe. - U2, Last Night On Earth




-
To 

Re: [ACFUG Discuss] CFMX 7.01 on Centos 4 (aka RHEL)

2006-06-20 Thread Tom Chambers

Hi Howard,
Did you go with Centos because of a customer requirement?

tom


Howard Fore wrote:


Hey,

I'm trying to get CFMX 7 running on Centos 4. For the uninitiated, 
Centos 4 is a Linux distribution compiled from the Red Hat Enterprise 
Linux sources. Yes, I know this is not an officially supported 
configuration. I got no errors from the installer other than a warning 
that it couldn't confirm if I had the libstdc++ compatibility library 
loaded (I do).


I ran into a problem first with the missing JDBC drivers jar 
(java.lang.NoClassDefFoundError: macromedia/jdbc/MacromediaDriver in 
the log). I fixed that and now the server starts but the CF servlets 
don't load. I've googled around for others with this issue but they 
seem to be having problems with things that don't apply to my 
situation (multiple instances, multiple JVMs, etc.). Can someone point 
me in the right direction here?


Here's the log:

Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
06/19 22:47:44 warning Unable to open 
/opt/coldfusionmx7/runtime/lib/license.properties

06/19 22:47:45 info JRun Naming Service listening on *:2920
06/19 22:47:45 warning No sessionSecret has been specified in 
jrun.xml. Installing a self generated sessionSecret.
06/19 22:47:46 info No JDBC data sources have been configured for this 
server (see jrun-resources.xml )

06/19 22:47:46 info JRun Web Server listening on *:8500
06/19 22:47:46 info JRun Proxy Server listening on *:51011
06/19 22:47:46 info Deploying enterprise application Macromedia 
ColdFusion MX from: file:/opt/coldfusionmx7/
06/19 22:47:46 info Deploying web application Macromedia Coldfusion 
MX from: file:/opt/coldfusionmx7/
06/19 22:47:46 error Error loading class for Filter CFCacheFilter: 
Filter is disabled.

java.lang.ClassNotFoundException : coldfusion.bootstrap.BootstrapFilter
at 
jrunx.util.JRunURLClassLoader.findClass(JRunURLClassLoader.java:161)

at java.lang.ClassLoader.loadClass(Unknown Source)
at jrunx.util.JRunURLClassLoader.loadClass 
(JRunURLClassLoader.java:77)
at 
jrunx.util.JRunURLClassLoader.loadClass(JRunURLClassLoader.java:69)

at jrun.servlet.FilterManager.loadFilter(FilterManager.java:184)
at jrun.servlet.FilterManager.init (FilterManager.java:155)
at jrun.servlet.FilterManager.create(FilterManager.java:74)
at 
jrun.servlet.WebApplicationService.start(WebApplicationService.java:223)
at jrun.ea.EnterpriseApplication.start 
(EnterpriseApplication.java:194)
at 
jrun.deployment.DeployerService.initModules(DeployerService.java:710)
at 
jrun.deployment.DeployerService.createWatchedDeployment(DeployerService.java:242)
at 
jrun.deployment.DeployerService.deploy(DeployerService.java:430)
at 
jrun.deployment.DeployerService.handleEvent(DeployerService.java:381)
at 
jrunx.kernel.JRunServiceDeployer.fireEvent(JRunServiceDeployer.java :710)
at 
jrunx.kernel.JRunServiceDeployer.deployServices(JRunServiceDeployer.java:111)
at 
jrunx.kernel.DeploymentService.loadServices(DeploymentService.java:46)

at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at 
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at 
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)

at jrunx.kernel.JRun.startServer(JRun.java :575)
at jrunx.kernel.JRun.init(JRun.java:493)
at jrunx.kernel.JRun$1.run(JRun.java:346)
at java.security.AccessController.doPrivileged(Native Method)
at jrunx.kernel.JRun.start (JRun.java:343)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke (Unknown 
Source)

at java.lang.reflect.Method.invoke(Unknown Source)
at jrunx.kernel.JRun.invoke(JRun.java:180)
at jrunx.kernel.JRun.main(JRun.java:168)

06/19 22:47:46 user JSPServlet: init
06/19 22:47:47 info coldfusion.bootstrap.BootstrapServlet
06/19 22:47:47 error Could not pre-load servlet: CFMxmlServlet
06/19 22:47:47 info coldfusion.bootstrap.BootstrapServlet
06/19 22:47:47 error Could not pre-load servlet: ColdFusionStartUpServlet
06/19 22:47:47 info coldfusion.bootstrap.BootstrapServlet
06/19 22:47:47 error Could not pre-load servlet: CfmServlet
06/19 22:47:47 info coldfusion.bootstrap.BootstrapServlet
06/19 22:47:47 error Could not pre-load servlet: CFSwfServlet
06/19 22:47:47 info coldfusion.bootstrap.BootstrapServlet
06/19 22:47:47 error Could not pre-load servlet: CFCServlet
06/19 22:47:47 info coldfusion.bootstrap.BootstrapServlet
06/19 22:47:47 error Could not pre-load servlet: FlashGateway
06/19 

Re: [ACFUG Discuss] CFMX 7.01 on Centos 4 (aka RHEL)

2006-06-20 Thread Howard Fore

Nope, it's my personal server.

On 6/20/06, Tom Chambers [EMAIL PROTECTED] wrote:

Hi Howard,
Did you go with Centos because of a customer requirement?



--
Howard Fore, [EMAIL PROTECTED]
The less you know, the more you believe. - U2, Last Night On Earth


-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-