WAS 7 - EAR Deployment Error
--------------------------------
We have been deploying the same ear file on WAS 6.1. But deploying it on WAS 7 fails deployment (we check deploy enterprise beans option).
Following is the error encountered:
Check the SystemOut.log on the deployment manager or server where the application is deployed for specific information about the EJB deployment process as it occurs.
ADMA5016I: Installation of ClientApplication started.
ADMA5067I: Resource validation for application ClientApplication completed successfully.
ADMA5058I: Application and module versions are validated with versions of deployment targets.
ADMA5018I: The EJBDeploy program is running on file /opt/WAS7/IBM/WebSphere/AppServer/profiles/AppSrv01/wstemp/514564614/upload/ClientApplication.ear.
Starting workbench.
EJB Deploy configuration directory: /opt/WAS7/IBM/WebSphere/AppServer/profiles/AppSrv01/ejbdeploy/configuration/
framework search path: /opt/WAS7/IBM/WebSphere/AppServer/deploytool/itp/plugins
Creating the project.
*** ERROR ***: Fri Jan 23 17:39:58 PKT 2009 Error loading nested archive: ClientApplicationWeb.war
*** ERROR ***: Fri Jan 23 17:39:58 PKT 2009 java.lang.NullPointerException
org.eclipse.core.commands.ExecutionException:
at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.importEar(BatchExtension.java:1095)
at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.runEarDeploy(BatchExtension.java:354)
at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.access$1(BatchExtension.java:349)
at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension$RunDeploy.run(BatchExtension.java:332)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1782)
at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension$RunDeploy.execute(BatchExtension.java:297)
at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.run(BatchExtension.java:260)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
at com.ibm.etools.ejbdeploy.batch.impl.BootLoaderLoader.run(BootLoaderLoader.java:484)
at com.ibm.etools.ejbdeploy.batch.impl.BatchDeploy.execute(BatchDeploy.java:100)
at com.ibm.etools.ejbdeploy.EJBDeploy.execute(EJBDeploy.java:104)
at com.ibm.etools.ejbdeploy.EJBDeploy.main(EJBDeploy.java:334)
Jan 23, 2009 5:39:58 PM com.ibm