EJB Deploy issues in RAD 6  
Author Message
vsingr





PostPosted: 2006-1-6 1:18:00 Top

java-programmer, EJB Deploy issues in RAD 6 I get the following exception while trying to deploy a EJB project in
my test environment
com.ibm.etools.rmic.RMICException: RMIC Command returns RC = 1.
at com.ibm.etools.rmic.RMICOperation.invokeCommandLine(Unknown Source)
at com.ibm.etools.rmic.RMICOperation.rmic(Unknown Source)
at com.ibm.etools.rmic.RMICOperation.generateStubs(Unknown Source)
at com.ibm.etools.rmic.UIRMICBeansOperation.generateStubs(Unknown
Source)
at com.ibm.etools.rmic.RMICOperation.run(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)

Any idea why this happens?

 
Chris Smith





PostPosted: 2006-1-6 1:29:00 Top

java-programmer >> EJB Deploy issues in RAD 6 vsingr <email***@***.com> wrote:
> I get the following exception while trying to deploy a EJB project in
> my test environment
> com.ibm.etools.rmic.RMICException: RMIC Command returns RC = 1.

So rmic failed. Do you get to see the error messages that rmic printed?

--
www.designacourse.com
The Easiest Way To Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
 
vsingr





PostPosted: 2006-1-6 1:40:00 Top

java-programmer >> EJB Deploy issues in RAD 6 No I do not see the error messages Infact the stack I have given here
is all what I see in the log file and in the faled message Dialog box.

 
 
David Wahler





PostPosted: 2006-1-6 2:36:00 Top

java-programmer >> EJB Deploy issues in RAD 6 vsingr wrote:
> No I do not see the error messages Infact the stack I have given here
> is all what I see in the log file and in the faled message Dialog box.

As you seem to be using Eclipse, check the Console view.

-- David

 
 
vsingr





PostPosted: 2006-1-7 0:24:00 Top

java-programmer >> EJB Deploy issues in RAD 6 Console View gives me the same error messages as the logs

 
 
Neill





PostPosted: 2006-1-9 12:19:00 Top

java-programmer >> EJB Deploy issues in RAD 6 "vsingr" <email***@***.com> wrote in message
news:email***@***.com...
> I get the following exception while trying to deploy a EJB project in
> my test environment
> com.ibm.etools.rmic.RMICException: RMIC Command returns RC = 1.
> at com.ibm.etools.rmic.RMICOperation.invokeCommandLine(Unknown Source)
> at com.ibm.etools.rmic.RMICOperation.rmic(Unknown Source)
> at com.ibm.etools.rmic.RMICOperation.generateStubs(Unknown Source)
> at com.ibm.etools.rmic.UIRMICBeansOperation.generateStubs(Unknown
> Source)
> at com.ibm.etools.rmic.RMICOperation.run(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)
>
> Any idea why this happens?
>

Have you generated the deploy and RMIC code? What steps have you taken? Was
it working before, and it quit working? What has changed?

Are you new to EJB development, or new to RAD, and don't know what you're
doing? You haven't given much information for anyone to help you.

I've used the EJB tools in WSAD 5, and other than the occasional quirk, they
work ok. Same with my limited use of RAD 6, even though it could have been
quality tested a little better, but then, that's what the user community is
for <g>.



 
 
vsingr





PostPosted: 2006-1-10 2:01:00 Top

java-programmer >> EJB Deploy issues in RAD 6 Well it seems that upgrading my RAD to 6.0.1 did the trick . Ofcourse
as is the cawse with all IBM products i had to recreate my workspace
again to make it work. To answer Neill's query of which is new to me
RAD 6 is the one. I was working on WSAD 5.1.2 All hell broke lose in
RAD 6.0.0
Thanks everyone