Skip to main content
Known Participant
May 28, 2014
Question

failed to load: coldfusion.rest.servlet.CFRestServlet

  • May 28, 2014
  • 1 reply
  • 782 views

HTTP Status 500 -


type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: java.lang.NullPointerException coldfusion.bootstrap.ClassloaderHelper.initServletClass(ClassloaderHelper.java:129) coldfusion.bootstrap.BootstrapServlet.init(BootstrapServlet.java:59) org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98) org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:928) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:414) org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:204) org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:539) org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:298) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) java.lang.Thread.run(Thread.java:722)

May 28, 2014 11:23:30 AM org.apache.catalina.core.ApplicationContext log

INFO: failed to load: coldfusion.rest.servlet.CFRestServlet

May 28, 2014 11:23:30 AM org.apache.catalina.core.StandardWrapperValve invoke

SEVERE: Allocate exception for servlet CFRestServlet

IIS7.5, developer edition multi-instance.

Tried all the possible paths, even with builtin webserver, but still getting this error 500.  HELP?

This topic has been closed for replies.

1 reply

BKBK
Community Expert
Community Expert
May 29, 2014

What did you do to get the error? Did you open a page? If so, what kind kind of code does it run?

Known Participant
May 29, 2014

When I try to browse into http://labs.dev/rest/test/restService where labs.dev is mapped by IIS to the correct cf instance on my dev machine.

The service is registered through cf admin's Data & Services > REST Services correctly and successfully.

Tried all possible paths:

No luck.