6 Replies Latest reply on Dec 20, 2001 9:04 PM by javabettin

    JBoss/Catalina HTTP500

    aweissman

      I downloaded and unzipped Jboss/Catalina, and started them with 'run_with_catalina.bat' under Windows2000. When I point my webbrowser at port 8080 of my machine, I get the browser error: HTTP Status 500 - No Context configured to process this request.

      And get this from JBoss:

      [INFO,Default] JBoss-2.4.4 Started in 0m:4s.96
      [INFO,EmbeddedCatalinaServiceSX] StandardHost[localhost]: MAPPING configuration
      error for request URI
      [ERROR,EmbeddedCatalinaServiceSX] HttpProcessor[8080][4] process.invoke
      java.lang.NullPointerException
      at org.apache.catalina.valves.ErrorDispatcherValve.status(ErrorDispatche
      rValve.java:280)
      at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatche
      rValve.java:180)
      at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
      .java:564)
      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
      ava:170)
      at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
      .java:564)
      at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
      a:472)
      at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)

      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
      ve.java:163)
      at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
      .java:566)
      at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
      a:472)
      at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)

      at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcesso
      r.java:1011)
      at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.ja
      va:1106)
      at java.lang.Thread.run(Unknown Source)

      I don't know what could be causing Catalina to be failing like this, especially when no modifications have been changed, and in the Jboss startup messages it shows that Tomcat services have started fine on 8080 (I am guessing this is the default port).

      IIS is not running, nor are any other servers on port 80.

      I have looked through every configuration file with the best of my ability, but am unable to find a solution to this.

      If you have any ideas: a million thanks in advance,
      Alan