2 Replies Latest reply on Apr 18, 2005 11:47 AM by aozarov

    Jboss on Solaris with 64 bits JVM

    aozarov

      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 in order to have more then 4G memory.
      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