I did try installing the newest sun JDK (1.5_06) but get these errors on 
startup:

Does anyone have any tips on getting the 1.5 JDK to work with CFMX?

Thanks

--

12/06 18:54:41 user CFCServlet: destroy
12/06 18:54:41 user GraphServlet: destroy
12/06 18:54:41 user FlashGateway: destroy
Exception thrown by error-handling template:
coldfusion.server.ServiceFactory$ServiceNotAvailableException: The Runtime 
service is not available.
        at 
coldfusion.server.ServiceFactory.getRuntimeService(ServiceFactory.java:107)
        at 
coldfusion.filter.ExceptionFilter.handleException(ExceptionFilter.java:98)
        at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:61)
        at 
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
        at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:35)
        at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:43)
        at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
        at coldfusion.CfmServlet.service(CfmServlet.java:105)
        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
        at 
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:249)
        at 
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
        at 
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:192)
        at 
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318)
        at 
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426)
        at 
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
12/06 18:54:41 error The ClientScope service is not available.
coldfusion.server.ServiceFactory$ServiceNotAvailableException: The ClientScope 
service is not available.
        at 
coldfusion.server.ServiceFactory.getClientScopeService(ServiceFactory.java:125)
        at 
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:31)
        at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:35)
        at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:43)
        at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
        at coldfusion.CfmServlet.service(CfmServlet.java:105)
        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
        at 
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:249)
        at 
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
        at 
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:192)
        at 
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318)
        at 
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426)
        at 
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

12/06 18:54:41 error Exception occurred invoking custom error page 
/WEB-INF/exception/java/lang/Exception.cfm
coldfusion.server.ServiceFactory$ServiceNotAvailableException: The Debugging 
service is not available.
        at 
coldfusion.server.ServiceFactory.getDebuggingService(ServiceFactory.java:98)
        at coldfusion.CfmServlet.getFilterChain(CfmServlet.java:72)
        at coldfusion.CfmServlet.service(CfmServlet.java:101)
        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
        at 
jrun.servlet.JRunRequestDispatcher.invokeNext(JRunRequestDispatcher.java:447)
        at 
jrun.servlet.JRunRequestDispatcher.include(JRunRequestDispatcher.java:379)
        at jrun.servlet.JRunResponse.sendErrorPage(JRunResponse.java:672)
        at jrun.servlet.JRunResponse.sendError(JRunResponse.java:515)
        at 
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:291)
        at 
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
        at 
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:192)
        at 
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318)
        at 
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426)
        at 
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

Starting Macromedia JRun 4 (Build 75991), default server
[1]java.lang.NoSuchMethodException: setURL
        at 
com.sun.jmx.mbeanserver.StandardMetaDataImpl.forbidInvokeGetterSetter(StandardMetaDataImpl.java:493)
        at 
com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:406)
        at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
        at 
com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
        at jrunx.kernel.JRun.startServer(JRun.java:567)
        at jrunx.kernel.JRun.<init>(JRun.java:486)
        at jrunx.kernel.JRun$1.run(JRun.java:339)
        at java.security.AccessController.doPrivileged(Native Method)
        at jrunx.kernel.JRun.start(JRun.java:336)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at jrunx.kernel.JRun.invoke(JRun.java:180)
        at jrunx.kernel.JRun.main(JRun.java:168)
        at coldfusion.ColdFusion.main(ColdFusion.java:6)
[0]javax.management.ReflectionException: Cannot invoke getter or setter 
(setURL) as operation unless jmx.invoke.getters property is set
        at 
com.sun.jmx.mbeanserver.StandardMetaDataImpl.forbidInvokeGetterSetter(StandardMetaDataImpl.java:495)
        at 
com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:406)
        at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
        at 
com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
        at jrunx.kernel.JRun.startServer(JRun.java:567)
        at jrunx.kernel.JRun.<init>(JRun.java:486)
        at jrunx.kernel.JRun$1.run(JRun.java:339)
        at java.security.AccessController.doPrivileged(Native Method)
        at jrunx.kernel.JRun.start(JRun.java:336)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at jrunx.kernel.JRun.invoke(JRun.java:180)
        at jrunx.kernel.JRun.main(JRun.java:168)
        at coldfusion.ColdFusion.main(ColdFusion.java:6)
Caused by: java.lang.NoSuchMethodException: setURL


> Hey folks,
> 
> Revisiting a thread from a couple of years ago that I never did get an 
> answer to back then, but which was able to be worked around.  Just 
> wondering if anyone now has an answer :)
> 
> The problem:  On linux, CFMX 6.1, sun JVM 1.4.2, cfserver under heavy 
> load crashes randomly every couple of days due to a "hotspot error" 
> reported by the JVM.  We determined that it was a bug in the JVM's 
> hotspot compiler, and therefore determined that using the "-Xint" JVM 
> flag (disabling it) could stop the crashes.
> 
> Good news: the server has run fine since in this "-Xint" mode.   Bad 
> news: the performance hit of this workaround is less than optimal.  
> 
> I'm just wondering if anyone ever found a true fix for this problem 
> (some combination of JVM flags?  some updated sun JVM?).  
> 
> Alternatively, is there a better JVM (that works!) for CFMX on linux 
> now?  I've tried swapping out different JVMs (BEA's, IBM's) through 
> the years with little success, as CFMX complains about not being able 
> to find some function or other.
> 
> Any help with finding a stable, high performance JVM for CFMX on linux 
> would be much appreciated. 
> 
> Regards,
Terry

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:226359
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to