• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Whats this error ?

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Build done.
Java build completed
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.DataStoreMap.defaultSchemas(DataStoreMap.java:171)
at com.ibm.ObjectQuery.crud.schema.DataStoreMap.schemas(DataStoreMap.java:519)
at com.ibm.ObjectQuery.crud.schema.DataStoreMap.isSchemaDefined(DataStoreMap.java:351)
at com.ibm.ObjectQuery.crud.schema.DataStoreMap.targetTypeSet(DataStoreMap.java:563)
at com.ibm.ObjectQuery.crud.schema.QueryGenConfigInfo.reset(QueryGenConfigInfo.java:188)
at com.ibm.ObjectQuery.crud.schema.DataStoreMap.<init>(DataStoreMap.java:68)
at com.ibm.ObjectQuery.crud.schema.DataStoreMap.singletonFor(DataStoreMap.java:548)
at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.run(EJBDeployOperation.java:564)
at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.doit(EJBDeployOperation.java:234)
at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.invokeDeployment(BatchExtension.java:744)
at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.run(BatchExtension.java:904)
at com.ibm.etools.ejbdeploy.batch.impl.BatchDeploy.execute(BatchDeploy.java:129)
at com.ibm.etools.ejbdeploy.EJBDeploy.execute(EJBDeploy.java:68)
at com.ibm.etools.ejbdeploy.EJBDeploy.main(EJBDeploy.java:248)
Delete undeployed module file C:\Documents and Settings\sa132249.SSL-BMRWAS\Local Settings\Temp\ABCPortalDev 2_0_15hDEV_ear\ABCPortalEJB_source.jar
Save the deployed modules as EAR file C:\WebSphere\AppServer\installableApps\Deployed_ABCPortalDev 2.0.15hDEV.ear
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic