|
| Hi, this problem has been driving me crazy. I hope someone can help. I have exported a portal project as a .war file using WSAD. When I try to install the portal application on using the WPS admin interface, the installation fails. The log shows the follo
wing exception:
[10/14/03 18:38:20:922 EDT] 439823e4 ActiveModule W ADSM0105W: Failed to load application ServicePortletApplication_WPS_PA_3401
com.ibm.etools.archive.exception.OpenFailureException: Archive is not a valid EAR File because the deployment descriptor can not be found (case sensitive): META-INF/application.xml
at com.ibm.etools.commonarchive.impl.CommonarchiveFactoryImpl. openSpecificArchive(CommonarchiveFactory
Impl.java:503)
at com.ibm.etools.commonarchive.impl.CommonarchiveFactoryImpl.openEARFile(CommonarchiveFactoryImpl.java(Inlined Compiled Code))
at com.ibm.ejs.models.base.config.applicationserver.impl.ApplicationRefImpl.getJarFile(ApplicationRefImpl.java(Compiled Code))
at com.ibm.ejs.sm.active.ActiveModule.configWCCM(ActiveModule.java(Compiled Code))
at com.ibm.ejs.sm.active.ActiveObject.configObject(ActiveObject.java:778)
at com.ibm.ejs.sm.active.ActiveObject.start(ActiveObject.java:115)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ejs.sm.agent.AdminAgentImpl.activeObjectInvocation(AdminAgentImpl.java:93)
at com.ibm.ejs.sm.active.ActiveObject.invokeContainedObject(ActiveObject.java:525)
at com.ibm.ejs.sm.agent.AdminAgentImpl.activeObjectInvocation(AdminAgentImpl.java:110)
at com.ibm.ejs.sm.agent.AdminAgentImpl.invokeActiveObject(AdminAgentImpl.java:62)
at com.ibm.ejs.sm.agent._AdminAgentImpl_Tie._invoke(_AdminAgentImpl_Tie.java:73)
at com.ibm.CORBA.iiop.ExtendedServerDelegate.dispatch(ExtendedServerDelegate.java:532)
at com.ibm.CORBA.iiop.ORB.process(ORB.java:2395)
at com.ibm.CORBA.iiop.OrbWorker.run(OrbWorker.java:186)
at com.ibm.ejs.oa.pool.ThreadPool$PooledWorker.run(ThreadPool.java:104)
at com.ibm.ws.util.CachedThread.run(ThreadPool.java:138)
Has anyone seen this exception? Can someone explain what the problem is?
|
|