1 Reply Latest reply on Jul 20, 2011 3:11 PM by jaikiran

    Jboss scheduler deploy issue on linux, works fine in windows

    calduser

      what is the difference between jboss.6.0.0.-Final that i is isntalled on windows to jboss-6.0.0.M1.

      I have a scheduler class in jar file and scheduler-service.xml in meta-inf folder.

      this deploys and works fine in Windows but is giving null pointer exception in Linux.

      Can some one point out this OS issue. I have tried appending jboss to name=jboss:service. still the problem exists.

      thanks

       

      05:34:48,171 ERROR [AbstractKernelController] Error installing to Instantiated: name=:service=Scheduler state=Described mode=Manual requiredState=Configured

      1. java.lang.NullPointerException

              at EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap.hash(ConcurrentReaderHashMap.java:299)

              at EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap.get(ConcurrentReaderHashMap.java:411)

              at org.jboss.mx.server.registry.BasicMBeanRegistry.getMBeanMap(BasicMBeanRegistry.java:956)

              at org.jboss.mx.server.registry.BasicMBeanRegistry.contains(BasicMBeanRegistry.java:580)

              at org.jboss.mx.server.MBeanServerImpl.isRegistered(MBeanServerImpl.java:548)

              at org.jboss.system.ServiceCreator.install(ServiceCreator.java:102)

              at org.jboss.system.microcontainer.InstantiateAction.installAction(InstantiateAction.java:45)

              at org.jboss.system.microcontainer.InstantiateAction.installAction(InstantiateAction.java:37)

              at