0 Replies Latest reply on Mar 21, 2002 4:25 AM by abrasax

    Moving from 3.0.0 alpha to 3.0.0 beta

    abrasax

      Hi all,

      I've created an application and ran it on JBoss 3.0.0 alpha and it has worked well. Now, I've downloaded JBoss 3.0.0 beta, but after trying to deploy my application, I've got the following error:

      09:46:05,455 ERROR [MainDeployer] could not deploy :file:/E:/java/jboss-3.0.0bet
      a/deploy/gis-ejb.jar
      java.lang.AbstractMethodError
      at org.jboss.security.plugins.JaasSecurityManagerService$DefaultCacheObj
      ectFactory.invoke(JaasSecurityManagerService.java:447)
      at $Proxy6.lookup(Unknown Source)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:473)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:349)
      at javax.naming.InitialContext.lookup(Unknown Source)
      at org.jboss.security.plugins.JaasSecurityManagerService.getCachePolicy(
      JaasSecurityManagerService.java:279)
      at org.jboss.security.plugins.JaasSecurityManagerService.access$300(Jaas
      SecurityManagerService.java:64)
      at org.jboss.security.plugins.JaasSecurityManagerService$SecurityDomainO
      bjectFactory.newSecurityDomainCtx(JaasSecurityManagerService.java:328)
      at org.jboss.security.plugins.JaasSecurityManagerService$SecurityDomainO
      bjectFactory.invoke(JaasSecurityManagerService.java:375)
      at $Proxy6.lookup(Unknown Source)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:473)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:349)
      at javax.naming.InitialContext.lookup(Unknown Source)
      at org.jboss.ejb.EJBDeployer.initializeContainer(EJBDeployer.java:740)
      at org.jboss.ejb.EJBDeployer.createEntityContainer(EJBDeployer.java:669)

      at org.jboss.ejb.EJBDeployer.createContainer(EJBDeployer.java:588)
      at org.jboss.ejb.EJBDeployer.deploy(EJBDeployer.java:423)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:458)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:413)
      at org.jboss.deployment.MainDeployer.scan(MainDeployer.java:272)
      at org.jboss.deployment.MainDeployer.startService(MainDeployer.java:218)

      at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:1
      60)
      at java.lang.reflect.Method.invoke(Native Method)
      at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:16
      28)
      at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
      23)
      at org.jboss.system.Server.(Server.java:157)
      at org.jboss.Main.boot(Main.java:263)
      at org.jboss.Main.run(Main.java:48)
      at java.lang.Thread.run(Unknown Source)

      I have the modified the auth.conf file and also the jboss-service.xml file according to files from the old installation, also copied the custom files from old lib/ext to new lib/ext, but it doesn't help.

      Have anyone some idea what could be wrong?

      Thanx
      Martin Stepanek