Facing Problem in WSAD
I am facing problem whenever i am trying to deploy my ear after doing generate and deploy for my ejbbean afetr that i am creating the ear and deploying that through WSAD Admin Console.After that i am getting the following error stack trace :
[5/25/07 12:54:06:772 GMT+05:30] 5b31fcd9 BeanMetaData E CNTR0075E: The user-provided class "TMS.Components.WireTransfer.ejb.EJSRemoteStateles sGenericWireTransferEJBBean_GenericWireTransferEJB Home_GenericWireTransferEJBLocalHome_3571f662" needed by the EnterpriseBean could not be found or loaded.
[5/25/07 12:54:06:787 GMT+05:30] 5b31fcd9 EJBContainerI E WSVR0209E: Unable to prepare EJB jar tmsejb.jar [class com.ibm.ws.runtime.component.DeployedModuleImpl], enterprise bean com.ibm.etools.ejb.impl.SessionImpl(GenericWireTra nsferEJB) (transactionType: Container, sessionType: Stateless)
java.lang.ClassNotFoundException: TMS.Components.WireTransfer.ejb.EJSRemoteStateless GenericWireTransferEJBBean_GenericWireTransferEJBH ome_GenericWireTransferEJBLocalHome_3571f662
at com.ibm.ws.classloader.CompoundClassLoader.findCla ss(CompoundClassLoader.java:300)
at com.ibm.ws.classloader.CompoundClassLoader.loadCla ss(CompoundClassLoader.java:210)
at java.lang.ClassLoader.loadClass(ClassLoader.java(C ompiled Code))
at com.ibm.ws.classloader.ReloadableClassLoader.loadC lass(ReloadableClassLoader.java:76)
at com.ibm.ejs.container.BeanMetaData.loadExistedClas s(BeanMetaData.java:2144)
at com.ibm.ejs.container.BeanMetaData.<init>(BeanMeta Data.java:797)
at com.ibm.ws.runtime.component.EJBContainerImpl.crea teBeanMetaData(EJBContainerImpl.java:900)
at com.ibm.ws.runtime.component.EJBContainerImpl.crea teModuleMetaData(EJBContainerImpl.java:729)
at com.ibm.ws.runtime.component.EJBContainerImpl.crea teMetaData(EJBContainerImpl.java:1431)
at com.ibm.ws.runtime.component.MetaDataMgrImpl.creat eFactoryMetaData(MetaDataMgrImpl.java:126)
at com.ibm.ws.runtime.component.MetaDataMgrImpl.creat eMetaData(MetaDataMgrImpl.java:176)
at com.ibm.ws.runtime.component.DeployedModuleImpl.st art(DeployedModuleImpl.java:331)
at com.ibm.ws.runtime.component.DeployedApplicationIm pl.start(DeployedApplicationImpl.java:504)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.st artApplication(ApplicationMgrImpl.java:243)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.st art(ApplicationMgrImpl.java:219)
at com.ibm.ws.runtime.component.ContainerImpl.startCo mponents(ContainerImpl.java:343)
at com.ibm.ws.runtime.component.ContainerImpl.start(C ontainerImpl.java:234)
at com.ibm.ws.runtime.component.ApplicationServerImpl .start(ApplicationServerImpl.java:117)
at com.ibm.ws.runtime.component.ContainerImpl.startCo mponents(ContainerImpl.java:343)
at com.ibm.ws.runtime.component.ContainerImpl.start(C ontainerImpl.java:234)
at com.ibm.ws.runtime.component.ServerImpl.start(Serv erImpl.java:180)
at com.ibm.ws.runtime.WsServer.start(WsServer.java:13 5)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:232 )
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.ja va:94)
at com.ibm.etools.websphere.tools.runner.api.ServerRu nnerV5$1.run(ServerRunnerV5.java:105)
[5/25/07 12:54:07:099 GMT+05:30] 5b31fcd9 DeployedAppli W WSVR0206E: Module, tmsejb.jar, of application, TMS.ear/deployments/TMS, failed to start
[5/25/07 12:54:07:239 GMT+05:30] 5b31fcd9 ApplicationMg W WSVR0101W: An error occurred starting, TMS
[5/25/07 12:54:07:239 GMT+05:30] 5b31fcd9 ApplicationMg A WSVR0217I: Stopping application: TMS
[5/25/07 12:54:07:271 GMT+05:30] 5b31fcd9 ApplicationMg A WSVR0220I: Application stopped: TMS
[5/25/07 12:54:07:271 GMT+05:30] 5b31fcd9 ApplicationMg A WSVR0200I: Starting application: IBMUTC
[5/25/07 12:54:07:504 GMT+05:30] 5b31fcd9 WebContainer A SRVE0161I: IBM WebSphere Application Server - Web Container. Copyright IBM Corp. 1998-2002
[5/25/07 12:54:07:769 GMT+05:30] 5b31fcd9 WebContainer A SRVE0162I: Servlet Specification Level: 2.3
[5/25/07 12:54:07:769 GMT+05:30] 5b31fcd9 WebContainer A SRVE0163I: Supported JSP Specification Level: 1.2
[5/25/07 12:54:07:894 GMT+05:30] 5b31fcd9 WebContainer A SRVE0169I: Loading Web Module: IBM Universal Test Client.
[5/25/07 12:54:08:736 GMT+05:30] 5b31fcd9 WebGroup I SRVE0180I: [IBM Universal Test Client] [/UTC] [Servlet.LOG]: JSP 1.2 Processor: init
[5/25/07 12:54:08:829 GMT+05:30] 5b31fcd9 WebGroup I SRVE0180I: [IBM Universal Test Client] [/UTC] [Servlet.LOG]: SimpleFileServlet: init
[5/25/07 12:54:08:923 GMT+05:30] 5b31fcd9 ApplicationMg A WSVR0221I: Application started: IBMUTC
[5/25/07 12:54:08:938 GMT+05:30] 5b31fcd9 ApplicationMg A WSVR0200I: Starting application: adminconsole
[5/25/07 12:54:09:266 GMT+05:30] 5b31fcd9 WebContainer A SRVE0169I: Loading Web Module: adminconsole.
[5/25/07 12:54:09:484 GMT+05:30] 5b31fcd9 WebGroup I SRVE0180I: [adminconsole] [/admin] [Servlet.LOG]: JSP 1.2 Processor: init
[5/25/07 12:54:09:764 GMT+05:30] 5b31fcd9 WebGroup I SRVE0180I: [adminconsole] [/admin] [Servlet.LOG]: SimpleFileServlet: init
[5/25/07 12:54:09:780 GMT+05:30] 5b31fcd9 WebGroup I SRVE0180I: [adminconsole] [/admin] [Servlet.LOG]: InvokerServlet: init
[5/25/07 12:54:09:796 GMT+05:30] 5b31fcd9 WebGroup I SRVE0180I: [adminconsole] [/admin] [Servlet.LOG]: validator: init
[5/25/07 12:54:10:388 GMT+05:30] 5b31fcd9 WebGroup I SRVE0180I: [adminconsole] [/admin] [Servlet.LOG]: EventInitializer: init
[5/25/07 12:54:10:481 GMT+05:30] 5b31fcd9 WebGroup I SRVE0180I: [adminconsole] [/admin] [Servlet.LOG]: action: init
[5/25/07 12:54:12:165 GMT+05:30] 5b31fcd9 WebGroup I SRVE0180I: [adminconsole] [/admin] [Servlet.LOG]: action: Tiles definition factory loaded
[5/25/07 12:54:12:180 GMT+05:30] 5b31fcd9 ApplicationMg A WSVR0221I: Application started: adminconsole
[5/25/07 12:54:12:289 GMT+05:30] 5b31fcd9 HttpTransport A SRVE0171I: Transport http is listening on port 9,080.
[5/25/07 12:54:15:297 GMT+05:30] 5b31fcd9 HttpTransport A SRVE0171I: Transport https is listening on port 9,443.
[5/25/07 12:54:15:329 GMT+05:30] 5b31fcd9 HttpTransport A SRVE0171I: Transport http is listening on port 9,090.
[5/25/07 12:54:15:407 GMT+05:30] 5b31fcd9 JMXSoapAdapte A ADMC0013I: SOAP connector available at port 8880
[5/25/07 12:54:15:469 GMT+05:30] 5b31fcd9 RMIConnectorC A ADMC0026I: RMI Connector available at port 2809
[5/25/07 12:54:15:500 GMT+05:30] 5b31fcd9 WsServer A WSVR0002I: Server server1 open for e-business, problems occurred during startup
|