3 Replies Latest reply on Jan 3, 2002 10:58 AM by jamest

    Jboss with Catalina

    kenhq3

      Hello,

      I just installed the 2.4.4 Jboss/Catalina build on a Win2000 box.
      "bin/run_with_catalina" works fine but when I try to
      access say, http://localhost:8080, I get the following error:

      [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(ErrorDispatcherValve.java:280)
      at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:180)
      at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)

      Is this a bug or am I missing something?

      Ken Helmes
      Software Designer
      Codeonline, Ltd.

        • 1. Re: Jboss with Catalina

          Hi,

          You need to deploy some web content.

          JBoss/Catalina doesn't come with anything,
          not even Apache's
          "Congratulations You Have Sucessfully Installed etc."

          Regards,
          Adrian

          • 2. Re: Jboss with Catalina
            kenhq3

            Hello,

            After building and deploying the Petstore app and
            trying to run with http://localhost:8080/petstore

            [INFO,J2eeDeployer] J2EE application: file:/C:/apps/JBoss-2.4.4_Tomcat-4.0.1/jboss/deploy/petstore.ear is deployed.
            [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(ErrorDispatcherValve.java:280)
            at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:180)
            at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)

            Do you have any other suggestions?

            /Ken

            • 3. Re: Jboss with Catalina
              jamest

              I've got the same problem but have found another thread with a few suggestions in it
              http://www.jboss.org/modules/bb/index.html?module=bb&op=viewtopic&t=forums/ this helps (I'm hoping it's going to help me too)

              Cheers

              James