Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

500 Internal Server Error

New Here ,
Apr 16, 2013 Apr 16, 2013

Today I restarted Macromedia JRun CF server. When I ran my application it throughs 500 Internal Server Error.

Error Message:

ROOT CAUSE:

coldfusion.server.ServiceFactory$ServiceNotAvailableException: The Monitoring service is not available.

at coldfusion.server.ServiceFactory.getMonitoringService(ServiceFactory.java:221)

at coldfusion.CfmServlet.service(CfmServlet.java:180)

at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)

at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)

at com.seefusion.Filter.doFilter(Filter.java:169)

at com.seefusion.SeeFusion.doFilter(SeeFusion.java:1500)

at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)

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 com.seefusion.Filter.doFilter(Filter.java:49)

at com.seefusion.SeeFusion.doFilter(SeeFusion.java:1500)

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)

Please help.

687
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 16, 2013 Apr 16, 2013
LATEST

Issue is solved for me.

Here is what I did to solve Monitoring Service Issue which cause to get 500 Internal Server Error:

I deleted neo-monitoring.xml file from lib directory "C:\ColdFusion9\lib and restarted CF server, which results to creare new neo-monitoring.xml file and issue get resolved.

Cheers

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources