• 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

Problem while deploying project in RSA

 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
!MESSAGE Deployment from com.ibm.etools.ejbdeploy.EJBDeployer had errors: RMIC command failed on project: Test_Server with message:

error: An error has occurred in the compiler; please file a bug report (http://java.sun.com/cgi-bin/bugreport.cgi).
1 error
Further details have been recorded in the .log file in C:\Documents and Settings\edhanrav\IBM\rationalsdp6.0\workspaceRE\.metadata

!STACK 0
com.ibm.etools.rmic.RMICException: RMIC command failed on project: RE_SI_Server with message:

error: An error has occurred in the compiler; please file a bug report (http://java.sun.com/cgi-bin/bugreport.cgi).
1 error
Further details have been recorded in the .log file in C:\Documents and Settings\edhanrav\IBM\rationalsdp6.0\workspaceRE\.metadata
at com.ibm.etools.rmic.RMICClassLoader.runCompile(RMICClassLoader.java:403)
at com.ibm.etools.rmic.RMICOperation.invokeRMICInJVM(RMICOperation.java:800)
at com.ibm.etools.rmic.RMICOperation.rmic(RMICOperation.java:886)
at com.ibm.etools.rmic.RMICOperation.generateStubs(RMICOperation.java:349)
at com.ibm.etools.rmic.RMICOperation.run(RMICOperation.java:959)
at com.ibm.etools.ejbdeploy.EJBDeployer.visit(EJBDeployer.java:131)
at com.ibm.etools.ejbdeploy.EJBDeployer.doExecute(EJBDeployer.java:260)
at com.ibm.etools.ejbdeploy.EJBDeployer.execute(EJBDeployer.java:240)
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)
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm experiencing this same problem with RSA 7.0.07 and WAS 6.1 FP 23. Our company currently has an open PMR with IBM. So far no resolution.

Does anyone have a solution to this. I've read and tried several things like enable/disable Build automatically.

-Dan
 
I have always wanted to have a neighbor just like you - Fred Rogers. Tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic