We are running sucessfuly Jboss3.2.6 on solaris 8 with java j2sdk1.4.2_08
We want to switch to the 64 bits JVM.
I applied the following changes in run.conf

JAVA_HOME="/export/home/stargus/j2sdk1.4.2_08"
JAVA="/export/home/stargus/j2sdk1.4.2_08/bin/sparcv9/java"

The 64 bit JVM seems to reside under $JAVA_HOME/bin/sparcv9 or 
$JAVA_HOME/jre/bin/sparcv9/

No matter how I try to configure it I always get the same deployment exception:
Caused by: java.lang.NoClassDefFoundError: org/jboss/verifier/BeanVerifier
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at java.lang.Class.privateGetDeclaredConstructors(Class.java:1618)
        at java.lang.Class.getConstructor0(Class.java:1930)
        at java.lang.Class.getConstructor(Class.java:1027)
        at 
org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:870)
        at 
org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:290)
        at 
org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:317)
        at org.jboss.system.ServiceCreator.install(ServiceCreator.java:123)
        ... 37 more
14:48:31,771 INFO  [Server] JBoss SHUTDOWN: Undeploying all packages


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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to