13 Replies Latest reply on Nov 8, 2002 9:05 AM by decleor

    JBoss Startup

    decleor

      I just downloaded the JBoss3.0.4. I started it up and it appeared to be successful. I read the documentation and it says that to check if JBoss is really running, I can go to http://localhost:8082, which will list JBoss components running.
      The URL given came back with an error.
      Can anybody tell me how to list running components? Thank you.

        • 1. Re: JBoss Startup
          • 2. Re: JBoss Startup
            decleor

            Juha, thanks for your reply. I did get further, but unfortunately I got an exception. Looks like I'm missing a library, do you know what it is and where I can get it since I don't think it comes with the bundled package. Thanks!

            java.lang.NoClassDefFoundError: sun/tools/javac/Main
            at org.apache.jasper.compiler.SunJavaCompiler.compile(SunJavaCompiler.java:136)
            at org.apache.jasper.compiler.Compiler.compile(Compiler.java:276)
            at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:548)
            at org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:176)
            at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:188)
            at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:381)
            at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:473)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:366)
            at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:293)
            at org.mortbay.jetty.servlet.Dispatcher.dispatch(Dispatcher.java:216)
            at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:151)
            at org.mortbay.jetty.servlet.Default.handleGet(Default.java:232)
            at org.mortbay.jetty.servlet.Default.service(Default.java:146)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:366)
            at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:293)
            at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:581)
            at org.mortbay.http.HttpContext.handle(HttpContext.java:1687)
            at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:544)
            at org.mortbay.http.HttpContext.handle(HttpContext.java:1637)
            at org.mortbay.http.HttpServer.service(HttpServer.java:875)
            at org.jboss.jetty.Jetty.service(Jetty.java:543)
            at org.mortbay.http.HttpConnection.service(HttpConnection.java:806)
            at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:956)
            at org.mortbay.http.HttpConnection.handle(HttpConnection.java:823)
            at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:203)
            at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:290)
            at org.mortbay.util.ThreadPool$JobRunner.run(ThreadPool.java:743)
            at java.lang.Thread.run(Unknown Source)

            • 3. Re: JBoss Startup

              You need to set JAVA_HOME env variable to point to your JDK installation so that the JSP engine can find the Sun compiler.

              • 4. Re: JBoss Startup

                You need to set JAVA_HOME env variable to point to your JDK installation so that the JSP engine can find the Sun compiler.

                • 5. Re: JBoss Startup

                  You need to set JAVA_HOME env variable to point to your JDK installation so that the JSP engine can find the Sun compiler.

                  • 6. Re: JBoss Startup

                    You need to set JAVA_HOME env variable to point to your JDK installation so that the JSP engine can find the Sun compiler.

                    • 7. Re: JBoss Startup

                      You need to set JAVA_HOME env variable to point to your JDK installation so that the JSP engine can find the Sun compiler.

                      • 8. Re: JBoss Startup

                        You need to set JAVA_HOME env variable to point to your JDK installation so that the JSP engine can find the Sun compiler.

                        • 9. Re: JBoss Startup

                          You need to set JAVA_HOME env variable to point to your JDK installation so that the JSP engine can find the Sun compiler.

                          • 10. Re: JBoss Startup

                            You need to set JAVA_HOME env variable to point to your JDK installation so that the JSP engine can find the Sun compiler.

                            • 11. Re: JBoss Startup

                              You need to set JAVA_HOME env variable to point to your JDK installation so that the JSP engine can find the Sun compiler.

                              • 12. Re: JBoss Startup

                                Wow...

                                Well I guess that drives the point home, eight times :)

                                I'm however confident I did not click that button eight times... certain forum software seems buggy.

                                • 13. Re: JBoss Startup
                                  decleor

                                  :) thx. turns out that i needed the whole jdk, not just the jre, since jre doesn't have tools.jar bundled. i can see the management console now