1 2 Previous Next 17 Replies Latest reply on Apr 19, 2011 11:06 AM by wolfgangknauf Go to original post
      • 15. AS7: "IllegalArgumentException: key is null"
        wolfgangknauf

        Just an update: JBoss pulled from GIT today will deploy both my sample apps, but the web module will fail with "java.lang.NoClassDefFoundError", it seems it cannot locate the interfaces in the EJB jar.

        As the JBoss team is probably working in this area, I will wait some time until I start complaining ;-)

        • 16. Re: AS7: "IllegalArgumentException: key is null"
          jaikiran

          The latest AS7 upstream shows this (expected) error for the deployment attached to JBAS-9261:

           

          14:02:50,480 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC00001: Failed to start service jboss.deployment.subunit."Stateless.ear"."StatelessWeb.war".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.subunit."Stateless.ear"."StatelessWeb.war".INSTALL: Failed to process phase INSTALL of subdeployment "StatelessWeb.war" of deployment "Stateless.ear"
              at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:108)
              at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1675)
              at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_21]
              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_21]
              at java.lang.Thread.run(Thread.java:619) [:1.6.0_21]
          Caused by: java.lang.IllegalArgumentException: Cannot find source service for lookup name: KeksLocal
              at org.jboss.as.ee.component.LookupBindingSourceDescription.<init>(LookupBindingSourceDescription.java:73)
              at org.jboss.as.ejb3.deployment.processors.EjbRefProcessor.processDescriptorEntries(EjbRefProcessor.java:99)
              at org.jboss.as.ee.component.AbstractDeploymentDescriptorBindingsProcessor.deploy(AbstractDeploymentDescriptorBindingsProcessor.java:57)
              at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:102)
              ... 4 more
          
          14:02:50,661 INFO  [org.jboss.as.server] (MSC service thread 1-1) Service status report
             New missing/unsatisfied dependencies:
                service jboss.naming.context.java.module.Stateless.StatelessWeb (missing)
            Services which failed to start:
                service jboss.deployment.subunit."Stateless.ear"."StatelessWeb.war".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.subunit."Stateless.ear"."StatelessWeb.war".INSTALL: Failed to process phase INSTALL of subdeployment "StatelessWeb.war" of deployment "Stateless.ear"
          

           

           

          So the NoClassDefFoundError might have been due to some changes in progress in AS7 upstream.

          • 17. AS7: "IllegalArgumentException: key is null"
            wolfgangknauf

            Ok, thanks!

            1 2 Previous Next