5 Replies Latest reply on Nov 3, 2003 8:55 PM by juha

    JBoss web-console

      The applet for the jboss 3.2.x web-console dose not seem to be working for me. What do I need to do?

      I have copied the applet.jar over to the [java_home]/jre/lib directory.

      I have tried both IE 6.0 and Netscape 7.0. In IE the applet wont load at all. In netscape it loads but nothing is displayed?

      Please help! Thanks!

        • 1. Re: JBoss web-console

          Do you have Java Plugin correctly installed? What version of JDK are you using? Any error messages you'd care to share with us?

          -- Juha

          • 2. Re: JBoss web-console

            As far as I can tell, plugin is installed correctly. As for JDK its 1.4.1_01. No errors reported in the VM or on the JBoss server log.

            Thanks...

            • 3. Re: JBoss web-console

              I'm more interested in the errors your browser's Java console might display. Make sure its open when you try to run the applet.

              I have the applet working ok with IE6 + 1.4.0_01-ea

              -- Juha

              • 4. Re: JBoss web-console

                Ok, got this error from the web-console. So, I added the jsse.jar to my JRE lib directory but it doesnt seem to have worked.


                http://localhost:8080/web-console/Invoker

                java.lang.NoClassDefFoundError: com/sun/net/ssl/HttpsURLConnection

                at org.jboss.console.remote.Util.invoke(Util.java:48)

                at org.jboss.console.remote.AppletRemoteMBeanInvoker.invoke(AppletRemoteMBeanInvoker.java:50)

                at org.jboss.console.navtree.ConsoleTreeModel.loadTree(ConsoleTreeModel.java:104)

                at org.jboss.console.navtree.ConsoleTreeModel.(ConsoleTreeModel.java:59)

                at org.jboss.console.navtree.AdminTreeBrowser.(AdminTreeBrowser.java:63)

                at org.jboss.console.navtree.AppletBrowser.start(AppletBrowser.java:51)

                at sun.applet.AppletPanel.run(Unknown Source)

                at java.lang.Thread.run(Unknown Source)

                • 5. Re: JBoss web-console

                  How about lib/ext ?

                  -- Juha