[jboss-jira] [JBoss JIRA] Closed: (JBADMCON-152) Logger class not found loading applet; workaround included

Peter Johnson (JIRA) jira-events at lists.jboss.org
Tue Jan 29 15:54:59 EST 2008


     [ http://jira.jboss.com/jira/browse/JBADMCON-152?page=all ]

Peter Johnson closed JBADMCON-152.
----------------------------------

    Resolution: Duplicate Issue
      Assignee: Peter Johnson

I am closing this issue for several reasons.

First, the problem described in this issue pertains to the web console, not to the admin console (yes, they are different things). Issues pertaining to the web console should be issued against the JBAS project.

Second, there is already a JBAS issue pertianing to this problem:  http://jira.jboss.com/jira/browse/JBAS-5050

> Logger class not found loading applet; workaround included
> ----------------------------------------------------------
>
>                 Key: JBADMCON-152
>                 URL: http://jira.jboss.com/jira/browse/JBADMCON-152
>             Project: JBoss Admin Console
>          Issue Type: Bug
>          Components: General Console
>         Environment: windows xp; jboss-5.0.0.Beta3
>            Reporter: Scott Dickerson
>         Assigned To: Peter Johnson
>            Priority: Minor
>
> The applet fails to load due to ClassNotFound exception loading org.jboss.logging.Logger (?).
> To fix, do this:
> copy jboss-5.0.0.Beta3\lib\jboss-common-core.jar to server\default\deploy\management\console-mgr.sar\web-console.war
> copy jboss-5.0.0.Beta3\lib\jboss-logging-spi.jar to server\default\deploy\management\console-mgr.sar\web-console.war 
> copy jboss-5.0.0.Beta3\server\default\lib\jboss.jar to server\default\deploy\management\console-mgr.sar\web-console.war 
> modify jboss-5.0.0.Beta3\server\default\deploy\management\console-mgr.sar\web-console.war\applet.jsp as follows:
> from 
>    code="org.jboss.console.navtree.AppletBrowser" 
>    archive="applet.jar, " 
> to 
>    code="org.jboss.console.navtree.AppletBrowser" 
>    archive="applet.jar, jboss-common-core.jar, jboss-logging-spi.jar, jboss.jar" 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list