Discussion:
Deployment error
(too old to reply)
p***@yahoo.com
2006-11-23 14:27:01 UTC
Permalink
I get the following error while deploying.
I created entity beans and did the mapping with a custom table.
Now when I deploy the ejb's ,I get the following error.

Deployment from com.ibm.etools.ejbdeploy.EJBDeployer had errors: Error during generation of deployment code: null.

com.ibm.etools.ejbdeploy.EJBDeploymentException: Error during generation of deployment code: null.
at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.getException(Unknown Source)
at com.ibm.etools.ejbdeploy.EJBDeployer.visit(Unknown Source)
at com.ibm.etools.ejbdeploy.EJBDeployer.doExecute(Unknown Source)
at com.ibm.etools.ejbdeploy.EJBDeployer.execute(Unknown Source)
at com.ibm.wtp.j2ee.deploy.J2EEDeployOperation.deploy(Unknown Source)
at com.ibm.wtp.j2ee.deploy.J2EEDeployOperation.execute(Unknown Source)
at com.ibm.wtp.common.operation.WTPOperation.doRun(Unknown Source)
at com.ibm.wtp.common.operation.WTPOperation$1.run(Unknown Source)
at org.eclipse.core.internal.resources.Workspace.run(Unknown Source)
at org.eclipse.core.internal.resources.Workspace.run(Unknown Source)
at com.ibm.wtp.common.operation.WTPOperation.run(Unknown Source)
at com.ibm.wtp.common.operation.WTPOperationJobAdapter.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Unknown Source)
Deployment from com.ibm.etools.ejbdeploy.EJBDeployer had errors: Error during generation of deployment code: null.

com.ibm.etools.ejbdeploy.EJBDeploymentException: Error during generation of deployment code: null.
at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.getException(Unknown Source)
at com.ibm.etools.ejbdeploy.EJBDeployer.visit(Unknown Source)
at com.ibm.etools.ejbdeploy.EJBDeployer.doExecute(Unknown Source)
at com.ibm.etools.ejbdeploy.EJBDeployer.execute(Unknown Source)
at com.ibm.wtp.j2ee.deploy.J2EEDeployOperation.deploy(Unknown Source)
at com.ibm.wtp.j2ee.deploy.J2EEDeployOperation.execute(Unknown Source)
at com.ibm.wtp.common.operation.WTPOperation.doRun(Unknown Source)
at com.ibm.wtp.common.operation.WTPOperation$1.run(Unknown Source)
at org.eclipse.core.internal.resources.Workspace.run(Unknown Source)
at org.eclipse.core.internal.resources.Workspace.run(Unknown Source)
at com.ibm.wtp.common.operation.WTPOperation.run(Unknown Source)
at com.ibm.wtp.common.operation.WTPOperationJobAdapter.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Unknown Source)
Deployment from com.ibm.etools.webservice.was.deployer.WSDeployer completed successfully
m***@ca.ibm.com
2006-11-26 15:20:54 UTC
Permalink
I sent a note to the developers
Brian Lima
2006-11-27 15:54:34 UTC
Permalink
Post by p***@yahoo.com
I get the following error while deploying.
I created entity beans and did the mapping with a custom table.
Now when I deploy the ejb's ,I get the following error.
Sounds like the EJB deployer is having trouble with your EJBs. If you
are using the development environment, can you verify that there are no
compilation errors or validation errors with your EJB project? There
may also be an error with you mapping.
p***@yahoo.com
2006-11-28 04:45:35 UTC
Permalink
thanks.

there was an error with mapping.

Continue reading on narkive:
Loading...