I have just installed RAD6.0 . But I installed the WSAD5.1
test environment as we use WAS5.1 in Production .
However our existing
EJB project which is in production will not deploy .
This project was working fine in WSAD5.1 . I have set up everything the same way . The project compiles fine and there are no validation errors .
But when I try to deploy it comes back with an error saying deployment fails .
This is what the error says :
Deployment from com.ibm.etools.ejbdeploy.EJBDeployer had errors: RMIC Command returns RC = 1. The problems which stopped RMIC are displayed, and have also been recorded in the .log file
com.ibm.etools.rmic.RMICException: RMIC Command returns RC = 1. The problems which stopped RMIC are displayed, and have also been recorded in the .log file in C:\Documents and Settings\gangudk.CORP\IBM\rationalsdp6.0\workspace\.metadata
at com.ibm.etools.rmic.RMICClassLoader.runCompile(RMICClassLoader.java:381)
at com.ibm.etools.rmic.RMICOperation.invokeRMICInJVM(RMICOperation.java:682)
at com.ibm.etools.rmic.RMICOperation.rmic(RMICOperation.java:774)
at com.ibm.etools.rmic.RMICOperation.generateStubs(RMICOperation.java:279)
at com.ibm.etools.rmic.UIRMICBeansOperation.generateStubs(UIRMICBeansOperation.java:101)
at com.ibm.etools.rmic.RMICOperation.run(RMICOperation.java:848)
at com.ibm.etools.ejbdeploy.EJBDeployer.visit(EJBDeployer.java:126)
at com.ibm.etools.ejbdeploy.EJBDeployer.doExecute(EJBDeployer.java:249)
at com.ibm.etools.ejbdeploy.EJBDeployer.execute(EJBDeployer.java:229)
at com.ibm.wtp.j2ee.deploy.J2EEDeployOperation.deploy(J2EEDeployOperation.java:90)
at com.ibm.wtp.j2ee.deploy.J2EEDeployOperation.execute(J2EEDeployOperation.java:67)
at com.ibm.wtp.common.operation.WTPOperation.doRun(WTPOperation.java:234)
at com.ibm.wtp.common.operation.WTPOperation$1.run(WTPOperation.java:168)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1673)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1693)
at com.ibm.wtp.common.operation.WTPOperation.run(WTPOperation.java:186)
at com.ibm.wtp.common.operation.WTPOperationJobAdapter.run(WTPOperationJobAdapter.java:34)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
Can someone help me out ?
I was hoping for an easy migration of the
IDE that I use to write code but I guess that is never the case when we work with IBM Websphere .
Thanks again .