Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-wtp-dev] RAD 8.5 troubles

Hi,

this is my first post and I hope this is the correct mailing list - I haven't find "users" ML, so please forward it to the right ML if necessary.

I struggle for several days with the latest RAD v8.5 and the m2e-wtp plugin. I'm trying to deploy an EAR 5.0 project with a single web 2.5 module, a single ejb 3.0 module and several helper jars on EAR and WAR level (WEB-INF/lib). Both the EJB and Web module have deployment descriptors and ibm extentions, because the web module uses JNDI lookup to reference the EJBs via their local interfaces. The manifest of the EJB and Web modules are correctly generated via maven. If I try to deploy the Ear onto WTE v8.5 I'm getting the exception below. As soon as I switch the server to "Run server with resources on Server" everything works as expected. As far as I can say the server does not use the temp deployment in ...tmp0 dir, but tries to resolve everything direct from the workspace. Can someone help with this issue, please? I'm not sure if this is related to the m2e-wtp plugin or to WAS, but this must be some strange class loading issue.

TIA,
Ilko

Console output:

[25.10.12 15:03:55:297 CEST] 000001ef InstallSchedu I   ADMA5013I: Application uir-ear installed successfully.
[25.10.12 15:03:56:747 CEST] 00000055 AppBinaryProc I   ADMA7021I: Distribution of application uir-ear completed successfully.
[25.10.12 15:03:56:747 CEST] 00000055 FileRepositor A   ADMR0015I: User defaultWIMFileBasedRealm/ilievi created document cells/r04681Node01Cell/cus/uir-ear/cver/BASE/cu-ref.xml.
[25.10.12 15:03:56:747 CEST] 00000055 FileRepositor A   ADMR0015I: User defaultWIMFileBasedRealm/ilievi created document cells/r04681Node01Cell/applications/uir-ear.ear/deployments/uir-ear/deployment.xml.
[25.10.12 15:03:56:747 CEST] 00000055 FileRepositor A   ADMR0015I: User defaultWIMFileBasedRealm/ilievi created document cells/r04681Node01Cell/applications/uir-ear.ear/deployments/uir-ear/META-INF/ibm-application-runtime.props.
[25.10.12 15:03:56:747 CEST] 00000055 FileRepositor A   ADMR0015I: User defaultWIMFileBasedRealm/ilievi created document cells/r04681Node01Cell/cus/uir-ear/cver/BASE/cu.xml.
[25.10.12 15:03:56:747 CEST] 00000055 FileRepositor A   ADMR0015I: User defaultWIMFileBasedRealm/ilievi created document cells/r04681Node01Cell/cus/uir-ear/cver/BASE/controlOpDefs.xml.
[25.10.12 15:03:56:747 CEST] 00000055 FileRepositor A   ADMR0015I: User defaultWIMFileBasedRealm/ilievi created document cells/r04681Node01Cell/blas/uir-ear/bver/BASE/bla.xml.
[25.10.12 15:03:56:747 CEST] 00000055 FileRepositor A   ADMR0016I: User defaultWIMFileBasedRealm/ilievi modified document cells/r04681Node01Cell/nodes/r04681Node01/serverindex.xml.
[25.10.12 15:03:56:779 CEST] 00000055 AdminHelper   A   ADMN1008I: An attempt is made to start the uir-ear application. (User ID = defaultWIMFileBasedRealm/ilievi)
[25.10.12 15:03:56:794 CEST] 00000055 CompositionUn A   WSVR0190I: Starting composition unit WebSphere:cuname=uir-ear in BLA WebSphere:blaname=uir-ear.
[25.10.12 15:03:57:574 CEST] 00000055 ApplicationMg A   WSVR0200I: Starting application: uir-ear
[25.10.12 15:03:57:574 CEST] 00000055 ApplicationMg A   WSVR0204I: Application: uir-ear  Application build level: Unknown
[25.10.12 15:03:57:637 CEST] 00000055 AbstractEJBRu I   WSVR0037I: Starting EJB jar: uir-ejb-1.0-SNAPSHOT.jar
[25.10.12 15:03:57:637 CEST] 00000055 ComponentData E   CWMDF0015E: The class loader cannot load the at.statistik.uir.application.usecases.AuspraegungUseCase interface on the at.statistik.uir.application.usecases.impl.AuspraegungUseCaseImpl Enterprise JavaBeans (EJB) file.
[25.10.12 15:03:57:637 CEST] 00000055 AbstractEJBRu E   WSVR0040E: addEjbModule failed for uir-ejb-1.0-SNAPSHOT.jar
com.ibm.ejs.container.EJBConfigurationException: CWMDF0015E: The class loader cannot load the at.statistik.uir.application.usecases.AuspraegungUseCase interface on the at.statistik.uir.application.usecases.impl.AuspraegungUseCaseImpl Enterprise JavaBeans (EJB) file.
    at com.ibm.ws.metadata.ComponentDataObject.setInterfacesFromImplements(ComponentDataObject.java:899)
    at com.ibm.ws.metadata.ComponentDataObject.finishCDO(ComponentDataObject.java:458)
    at com.ibm.ws.ejbcontainer.runtime.AbstractEJBRuntime.createBeanMetaData(AbstractEJBRuntime.java:2273)
    at com.ibm.ws.ejbcontainer.runtime.AbstractEJBRuntime.startModule(AbstractEJBRuntime.java:776)
    at com.ibm.ws.runtime.component.EJBContainerImpl.start(EJBContainerImpl.java:3591)
    at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1170)
    at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1370)
    at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:638)
    at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:968)
    at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:769)
    at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplicationDynamically(ApplicationMgrImpl.java:1364)
    at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2169)
    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:445)
    at com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitImpl.java:123)
    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:388)
    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.access$500(CompositionUnitMgrImpl.java:116)
    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl$1.run(CompositionUnitMgrImpl.java:663)
    at com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:5429)
    at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:5555)
    at com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:255)
    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:677)
    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:621)
    at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1256)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
    at java.lang.reflect.Method.invoke(Method.java:611)
    at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:49)
    at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
    at java.lang.reflect.Method.invoke(Method.java:611)
    at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:256)
    at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1085)
    at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:966)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:848)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:773)
    at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1335)
    at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
    at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:1228)
    at com.ibm.ws.management.application.AppManagementImpl._startApplication(AppManagementImpl.java:1482)
    at com.ibm.ws.management.application.AppManagementImpl.startApplication(AppManagementImpl.java:1371)
    at com.ibm.ws.management.application.AppManagementImpl.startApplication(AppManagementImpl.java:1320)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
    at java.lang.reflect.Method.invoke(Method.java:611)
    at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:49)
    at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
    at java.lang.reflect.Method.invoke(Method.java:611)
    at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:256)
    at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1085)
    at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:966)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:848)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:773)
    at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1335)
    at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
    at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:1228)
    at com.ibm.ws.management.connector.AdminServiceDelegator.invoke(AdminServiceDelegator.java:181)
    at com.ibm.ws.management.connector.ipc.CallRouter.route(CallRouter.java:247)
    at com.ibm.ws.management.connector.ipc.IPCConnectorInboundLink.doWork(IPCConnectorInboundLink.java:360)
    at com.ibm.ws.management.connector.ipc.IPCConnectorInboundLink$IPCConnectorReadCallback.complete(IPCConnectorInboundLink.java:602)
    at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1784)
    at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
    at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
    at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
    at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
    at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
    at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
    at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1783)

Back to the top