5 Replies Latest reply on Jul 17, 2003 3:32 AM by frito

    Using web console of JBoss

    pauster007

      when i access http://localhost:8080 i get these on my screen:

      No Default Context
      There is no default context registered with this server.
      Contexts known to this server are:

      WebApplicationContext[/jmx-console,file:/G:/jboss-3.2.1/server/default/deploy/jmx-console.war/]

      WebApplicationContext[/invoker,file:/G:/jboss-3.2.1/server/default/deploy/http-invoker.sar/invoker.war/]

      WebApplicationContext[/jbossmq-httpil,file:/G:/jboss-3.2.1/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/]

      WebApplicationContext[/web-console,jar:file:/G:/jboss-3.2.1/server/default/tmp/deploy/server/default/deploy/management/web-console.war/24.web-console.war!/]

      The links above may not work if a virtual host is configured

      then i clicked on the webconsole.war link and i get this error....

      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)


      the applet of JBoss' web console is not loading.....what do i need to do to remove that exception?java.lang.NoClassDefFoundError: com/sun/net/ssl/HttpsURLConnection?