For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 8 replies, 4 voices, and was last updated 20 years, 7 months ago by
Scott Anderson.
-
AuthorPosts
-
josemgaMemberHi;
I’m trying to deploy Myapp.ear in websphere 5.1 in exploded way using ME 3.8.4, this creates two folders inside C:\WebSphere\AppServer\installedApps\MyNode\Myapp.ear
MyappEJB.jar & MyappWeb.war, but when I check this app in websphere Console there is not any app related with my app in Enterprise Application installed list.
does anybody have an idea what I am doing in a wrong way?June 11, 2005 at 4:28 pm #230898
Riyad KallaMemberIIRC WebSphere does not allow exploded deployments, what you need to do is deploy a packaged deployment, then “deploy” it using the WebSphere console.
For development we typically suggest Tomcat, JBoss, or WebLogic as they both all accept exploded deployments and work really well out of the box.
June 11, 2005 at 4:50 pm #230906
preetpalMemberRKalla,
sorry for not naming you correctly if that is the case. So does that mean that for weblogic also I would not be able to do a exploded deployment.
Thanks
PreetpalJune 12, 2005 at 8:40 pm #230928
Riyad KallaMemberSo does that mean that for weblogic also I would not be able to do a exploded deployment.
I believe this is the case, but I am not that farmiliar with WebLogic. We would suggest you use JBoss for development, it does support exploded deployments.
June 13, 2005 at 10:10 am #230953
preetpalMemberRiyad,
Just curious, Wanted to know why is the web project not turning up in the exploded deployment directory…..
Please refer to my post down below.
thanks
PreetpalJune 13, 2005 at 10:54 am #230957
Scott AndersonParticipantI believe this is the case, but I am not that farmiliar with WebLogic.
It’s not the case. Exploded deployments work very well and by default in WebLogic.
For more on WebSphere debugging, please see this thread:
http://myeclipseide.com/PNphpBB2+file-viewtopic-t-7011.htmlJune 13, 2005 at 4:24 pm #230989
preetpalMemberScott,
Can you answer why i am not able to see the web project in the exploded directory structure for weblogic. I am deploying an ejb and a web application under the applications directory of the weblogic 8.1 server. The packaged deployment works just fine.
June 14, 2005 at 12:48 pm #231063
josemgaMemberI’ve done a successfull deployment (websphere 5.1), but when I try to make a new deployment in extended way, the xdoclet overwrite the last configuration and I get this error ….
I don’t know if I’ve forgotten something at the momment to configure myEclipse-xdoclet options,Thanks a lot.
[6/9/05 18:59:29:922 CDT] 3d77aebf EJBContainerI E WSVR0209E: Unable to prepare EJB jar Myapp.jar [class com.ibm.ws.runtime.component.DeployedModuleImpl], enterprise bean com.ibm.etools.ejb.impl.SessionImpl(TestClassBean) (transactionType: Container, sessionType: Stateless)
java.lang.ClassNotFoundException: com.ge.cf.service.test.interfaces.EJSStatelessTestClassBeanHomeBean_58cbc0ba
at com.ibm.ws.classloader.CompoundClassLoader.findClass(CompoundClassLoader.java:3 51)
at com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoader.java:2 61)
at java.lang.ClassLoader.loadClass(ClassLoader.java:494)
at com.ibm.ejs.container.BeanMetaData.loadExistedClass(BeanMetaData.java:2573)
at com.ibm.ejs.container.BeanMetaData.<init>(BeanMetaData.java:888)
at com.ibm.ws.runtime.component.EJBContainerImpl.createBeanMetaData(EJBContainerIm pl.java:980)
at com.ibm.ws.runtime.component.EJBContainerImpl.createModuleMetaData(EJBContainer Impl.java:796)
at com.ibm.ws.runtime.component.EJBContainerImpl.createMetaData(EJBContainerImpl.j ava:1517)
at com.ibm.ws.runtime.component.MetaDataMgrImpl.createFactoryMetaData(MetaDataMgrI mpl.java:115)
at com.ibm.ws.runtime.component.MetaDataMgrImpl.createMetaData(MetaDataMgrImpl.jav a:159)
at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:3 50)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationI mpl.java:575)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgr Impl.java:271)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2 49)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:5 36)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl. java:125)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:5 36)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:183)
at com.ibm.ws.runtime.WsServer.start(WsServer.java:128)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:41)
at java.lang.reflect.Method.invoke(Method.java:386)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)June 17, 2005 at 11:08 am #231247
Scott AndersonParticipantWebSphere debugging has always been tricky. Here’s a thread that runs down how to do it and covers most unforseen issues, like this:
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-7011.htmlI hope that helps.
-
AuthorPosts
