Does anyone know why this error might be showing up when using the Jikes
compiler:

java.lang.VerifyError: (class: org/jboss/web/WebServer, method: run
signature: ()V) Register 4 contains wrong type
        at org.jboss.web.WebService.<init>(WebService.java:44)
        at java.lang.reflect.Constructor.newInstance(Native Method)
        at
com.sun.management.jmx.MBeanServerImpl.internal_instantiate(MBeanServerImpl.java:2210)
        at
com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.java:761)
        at
org.jboss.configuration.ConfigurationService.create(ConfigurationService.java:652)
        at
org.jboss.configuration.ConfigurationService.loadConfiguration(ConfigurationService.java:437)
        at java.lang.reflect.Method.invoke(Native Method)
        at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
        at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
        at org.jboss.Main.<init>(Main.java:201)
        at org.jboss.Main$2.run(Main.java:115)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.jboss.Main.main(Main.java:111)

If I change to javac I never see this.  Any ideas?

--jason


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to