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

Scott Dickerson (JIRA) jira-events at lists.jboss.org
Tue Jan 29 15:34:00 EST 2008


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
            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