• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Entity Bean Deployment Problem

 
Ranch Hand
Posts: 106
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Sir,
I am trying to deploy an entity bean on WebSphere Application Server 5.0 but I am getting following error : What could be the problem??
Please Wait...Installing..
If there are EJB's in the application, the EJB Deploy process may take several minutes. Please do not save the configuration until the process is complete.
Check the SystemOut.log on the Deployment Manager or Server where the application is deployed for specific information about the EJB Deploy process as it occurs.
ADMA5016I: Installation of DefaultEAR started.
ADMA5018I: Starting EJBDeploy on ear /opt/WebSphere/AppServer/wstemp/root/upload/DefaultEAR.ear..
Starting workbench.
Creating the project.
Building: /VFSTest.
Building: /TestEjb.
Deploying jar VFSTest
Generating deployment code
Building: /VFSTest.
Invoking RMIC.
Deploying jar TestEjb
Generating deployment code
An unexpected exception was thrown. Halting execution.
Shutting down workbench.
Error during generation of deployment code: null.
>com.ibm.etools.ejbdeploy.EJBDeploymentException (Error during generation of deployment code: null.)
java.lang.NullPointerException
at com.ibm.ObjectQuery.crud.schema.QueryGenConfigInfo.reset(QueryGenConfigInfo.java:183)
at com.ibm.ObjectQuery.crud.schema.DataStoreMap.initialize(DataStoreMap.java:101)
at com.ibm.ObjectQuery.crud.schema.DataStoreMap.(DataStoreMap.java:59)
at com.ibm.ObjectQuery.crud.schema.DataStoreMap.singletonFor(DataStoreMap.java:745)
at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.runCMP(EJBDeployOperation.java:1459)
at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.run(EJBDeployOperation.java:1333)
at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.doit(EJBDeployOperation.java:859)
at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.invokeDeploymentCodegen(BatchExtension.java:1508)
at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.internalJarProcess(BatchExtension.java:498)
at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.runEarDeploy(BatchExtension.java:339)
at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.access$000(BatchExtension.java:103)
at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension$RunDeploy.run(BatchExtension.java:237)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1378)
at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension$RunDeploy.execute(BatchExtension.java:221)
at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.run(BatchExtension.java:184)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.etools.ejbdeploy.batch.impl.BootLoaderLoader.run(BootLoaderLoader.java:255)
at com.ibm.etools.ejbdeploy.batch.impl.BatchDeploy.execute(BatchDeploy.java:133)
at com.ibm.etools.ejbdeploy.EJBDeploy.execute(EJBDeploy.java:82)
at com.ibm.etools.ejbdeploy.EJBDeploy.main(EJBDeploy.java:309)
EJBDeploy level: 20021023_1257-WB201-AD-V50D-GA-I
ADMA5007I: EJBDeploy completed on /tmp/app_fa0fcf0a26/dpl/dpl_DefaultEAR.ear
ADMA5008E: EJBDeploy failed on /tmp/app_fa0fcf0a26/dpl/dpl_DefaultEAR.ear: com.ibm.websphere.management.exception.AdminException: ADMA0063E: Error in EJB deploy - [An unexpected exception was thrown. Halting execution.]
ADMA5011I: Cleanup of temp dir for app DefaultEAR done.
ADMA5014E: Installation of application DefaultEAR failed.
Installation of application DefaultEAR failed.
If you want to work with installed applications, then click Manage Applications.
Manage Applications
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic