i hava meet the problem with jboss4.0.4 recentlly.
the reason i found is : IMarshalledValue interface does not exist in the 
applet.jar which include the classes for webconsole.
i hava find a solution for this:

1) creat a interface named IMarshalledValue.java then compile it, src like:
     public interface IMarshalledValue extends Serializable {}
2) unzip the applet.jar file as a folder tree, add a sub folder named "stram" 
under org/jboss/util/ 

3) rebuild the applet.jar file;
jar cvf applet.jar *.*

4) put the applet.jar file into 
"${server-root}\server\default\deploy\management\console-mgr.sar\web-console.war"
and cover the old one.

5) restart jboss server. then you will see the applet console in the left of 
broswer.

good luck.!

[EMAIL PROTECTED]


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927038#3927038

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927038


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to