yes i had the following
basic.opts=-server -Xmx512m -XX\:PermSize\=64M -XX\:MaxPermSize\=128M
-Djboss.platform.mbeanserver
-Djavax.management.builder.initial\=org.jboss.system.server.jmx.MBeanServerBuilderImpl
-Dcom.sun.management.jmxremote -Duser.language\=en
abfo.jrmpha.rmiport=4444
And had to change it to the following to get it to work
basic.opts=-server -Xmx512m -XX\:PermSize\=64M -XX\:MaxPermSize\=128M
-Djboss.platform.mbeanserver -Duser.language\=en
abfo.jrmpha.rmiport=4444
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146063#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...