You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Tina Li (Closed) (JIRA)" <ji...@apache.org> on 2012/01/17 01:59:38 UTC

[jira] [Closed] (GERONIMO-6237) ejb-war application can't be deployed because of class could not be fully loaded

     [ https://issues.apache.org/jira/browse/GERONIMO-6237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tina Li closed GERONIMO-6237.
-----------------------------

    Resolution: Invalid
    
> ejb-war application can't be deployed because of class could not be fully loaded
> --------------------------------------------------------------------------------
>
>                 Key: GERONIMO-6237
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6237
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment, testsuite
>    Affects Versions: 3.0-beta-1
>         Environment: JRE 1.6.0 IBM J9 2.4 Linux amd64-64 jvmxa6460sr9-20110624_85526 (JIT enabled, AOT enabled)
>            Reporter: Tina Li
>            Priority: Minor
>         Attachments: ejb-war-3.0-beta-1.war
>
>
> 1.Download geronimo server:
>  http://mirror.bjtu.edu.cn/apache//geronimo/3.0-beta-1/geronimo-tomcat7-javaee6-3.0-beta-1-bin.tar.gz
> 2.Unzip and started server successfully
> 3.Try to deploy ejb-test application of test suite: testsuite->enterpris-testsuite->ejb-tests->ejb-war,but can't be deployed and problem appears:
> The application was not deployed.
> Could not fully load class: org.apache.geronimo.test.hello.web.Servlet1
> due to:org.apache.geronimo.test.hello.ejb.HelloLocal
> in classLoader:
> org.apache.geronimo.hook.equinox.GeronimoClassLoader@26b126b1
> java.lang.NoClassDefFoundError: Could not fully load class: org.apache.geronimo.test.hello.web.Servlet1
> due to:org.apache.geronimo.test.hello.ejb.HelloLocal
> in classLoader:
> org.apache.geronimo.hook.equinox.GeronimoClassLoader@26b126b1
> at org.apache.xbean.finder.ClassFinder.(ClassFinder.java:136)
> at org.apache.geronimo.web25.deployment.AbstractWebModuleBuilder.createWebAppClassFinder(AbstractWebModuleBuilder.java:663)
> at org.apache.geronimo.web25.deployment.AbstractWebModuleBuilder.configureBasicWebModuleAttributes(AbstractWebModuleBuilder.java:698)
> at org.apache.geronimo.tomcat.deployment.TomcatModuleBuilder.addGBeans(TomcatModuleBuilder.java:483)
> at org.apache.geronimo.j2ee.deployment.SwitchingModuleBuilder.addGBeans(SwitchingModuleBuilder.java:174)
> at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration(EARConfigBuilder.java:763)
> at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:255)
> at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:140)
> at sun.reflect.GeneratedMethodAccessor304.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
> at java.lang.reflect.Method.invoke(Method.java:611)
> at org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
> at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:131)
> at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:883)
> at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:245)
> at org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:116)
> at org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:61)
> at java.lang.Thread.run(Thread.java:736)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira