This week's book giveaway is in the Java in General forum.
We're giving away four copies of Helidon Revealed: A Practical Guide to Oracle’s Microservices Framework and have Michael Redlich on-line!
See this thread for details.
  • 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
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

RMIC command failed on project

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First of all, Im so pumped I actually found a worthwhile forum for Websphere. Thank you guys so much.

Deployment from com.ibm.etools.ejbdeploy.EJBDeployer had errors: RMIC command failed on project: WebSphereCommerceServerExtensionsData with message:

error: Class com.me.commerce.contactus.EJSRemoteCMPXContactUs not found.
error: Class com.me.commerce.contactus.EJSRemoteCMPXContactUs_a607d640 not found.
error: Class com.me.commerce.contactus.EJSRemoteCMPXContactUsHome not found.
error: Class com.me.commerce.contactus.EJSRemoteCMPXContactUsHome_a607d640 not found.

I followed IBMs tutorial pretty closely. Any ideas on a step I missed.
 
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 currently experiencing another set of problems with RMIC





!ENTRY org.eclipse.jst.j2ee 4 0 2009-04-15 15:47:03.774
!MESSAGE Deploying CompasEJB
!SUBENTRY 1 org.eclipse.jst.j2ee 4 4 2009-04-15 15:47:03.774
!MESSAGE Deployment from com.ibm.etools.ejbdeploy.EJBDeployer had errors:

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

error: An error has occurred in the compiler; please file a bug report (http://java.sun.com/cgi-bin/bugreport.cgi).
java.lang.NoSuchMethodError: com/ibm/jtc/orb/map/CacheFactory.create(Lcom/ibm/jtc/orb/map/MapFactory;Lcom/ibm/jtc/orb/map/ObjectFactory;)Lcom/ibm/jtc/orb/map/Cache;
at com.ibm.rmi.io.ObjectStreamClass$ObjectStreamClassCache$ClassToCacheCache$Caches.<init>(Unknown Source)
at com.ibm.rmi.io.ObjectStreamClass$ObjectStreamClassCache$ClassToCacheCache$Caches.<clinit>(Unknown Source)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(Unknown Source)
at com.ibm.rmi.io.ObjectStreamClass$ObjectStreamClassCache$ClassToCacheCache.get(Unknown Source)
at com.ibm.rmi.io.ObjectStreamClass$ObjectStreamClassCache.get(Unknown Source)
at com.ibm.rmi.io.ObjectStreamClass.lookup(Unknown Source)
at com.ibm.rmi.io.ObjectStreamClass.lookup(Unknown Source)
at com.ibm.rmi.util.RepositoryId.createHashString(Unknown Source)
at com.ibm.rmi.util.RepositoryId.createHashString(Unknown Source)
at com.ibm.rmi.util.RepositoryId.<clinit>(Unknown Source)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(Unknown Source)
at com.ibm.tools.rmic.iiop.Type.setRepositoryID(Unknown Source)
at com.ibm.tools.rmic.iiop.CompoundType.initialize(Unknown Source)
at com.ibm.tools.rmic.iiop.SpecialClassType.<init>(Unknown Source)
at com.ibm.tools.rmic.iiop.SpecialClassType.forSpecial(Unknown Source)
at com.ibm.tools.rmic.iiop.CompoundType.makeType(Unknown Source)
at com.ibm.tools.rmic.iiop.ClassType.initParents(Unknown Source)
at com.ibm.tools.rmic.iiop.NCClassType.initialize(Unknown Source)
at com.ibm.tools.rmic.iiop.NCClassType.forNCClass(Unknown Source)
at com.ibm.tools.rmic.iiop.CompoundType.makeType(Unknown Source)
at com.ibm.tools.rmic.iiop.ClassType.initParents(Unknown Source)
at com.ibm.tools.rmic.iiop.ImplementationType.initialize(Unknown Source)
at com.ibm.tools.rmic.iiop.ImplementationType.forImplementation(Unknown Source)
at com.ibm.tools.rmic.iiop.CompoundType.makeType(Unknown Source)
at com.ibm.tools.rmic.iiop.ClassType.initParents(Unknown Source)
at com.ibm.tools.rmic.iiop.ImplementationType.initialize(Unknown Source)
at com.ibm.tools.rmic.iiop.ImplementationType.forImplementation(Unknown Source)
at com.ibm.tools.rmic.iiop.StubGenerator.getTopType(Unknown Source)
at com.ibm.tools.rmic.iiop.Generator.generate(Unknown Source)
at sun.rmi.rmic.Main.doCompile(Unknown Source)
at sun.rmi.rmic.Main.compile(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.ibm.etools.rmic.RMICClassLoader.runCompile(Unknown Source)
at com.ibm.etools.rmic.RMICOperation.invokeRMICInJVM(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.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 org.eclipse.jst.j2ee.internal.deploy.J2EEDeployOperation.deploy(Unknown Source)
at org.eclipse.jst.j2ee.internal.deploy.J2EEDeployOperation.execute(Unknown Source)
at org.eclipse.jst.j2ee.internal.actions.J2EEDeployAction$1.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Unknown Source)
1 error
Further details have been recorded in the .log file in C:\Program Files\IBM\Application Developer\workspace\.metadata
at com.ibm.etools.rmic.RMICClassLoader.runCompile(Unknown Source)
at com.ibm.etools.rmic.RMICOperation.invokeRMICInJVM(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.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 org.eclipse.jst.j2ee.internal.deploy.J2EEDeployOperation.deploy(Unknown Source)
at org.eclipse.jst.j2ee.internal.deploy.J2EEDeployOperation.execute(Unknown Source)
at org.eclipse.jst.j2ee.internal.actions.J2EEDeployAction$1.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Unknown Source)
!SUBENTRY 1 2009-04-15 15:47:03.774
!MESSAGE J2EEDeployOperation_2_UI_

!ENTRY org.eclipse.jst.j2ee 4 0 2009-04-15 16:03:59.360
!MESSAGE Deploying CompasEJB
!SUBENTRY 1 org.eclipse.jst.j2ee 4 4 2009-04-15 16:03:59.360
!MESSAGE Deployment from com.ibm.etools.ejbdeploy.EJBDeployer had errors:

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

error: An error has occurred in the compiler; please file a bug report (http://java.sun.com/cgi-bin/bugreport.cgi).
java.lang.NoSuchMethodError: com/ibm/jtc/orb/map/CacheFactory.create(Lcom/ibm/jtc/orb/map/MapFactory;Lcom/ibm/jtc/orb/map/ObjectFactory;)Lcom/ibm/jtc/orb/map/Cache;
at com.ibm.rmi.io.ObjectStreamClass$ObjectStreamClassCache$ClassToCacheCache$Caches.<init>(Unknown Source)
at com.ibm.rmi.io.ObjectStreamClass$ObjectStreamClassCache$ClassToCacheCache$Caches.<clinit>(Unknown Source)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(Unknown Source)
at com.ibm.rmi.io.ObjectStreamClass$ObjectStreamClassCache$ClassToCacheCache.get(Unknown Source)
at com.ibm.rmi.io.ObjectStreamClass$ObjectStreamClassCache.get(Unknown Source)
at com.ibm.rmi.io.ObjectStreamClass.lookup(Unknown Source)
at com.ibm.rmi.io.ObjectStreamClass.lookup(Unknown Source)
at com.ibm.rmi.util.RepositoryId.createHashString(Unknown Source)
at com.ibm.rmi.util.RepositoryId.createHashString(Unknown Source)
at com.ibm.rmi.util.RepositoryId.<clinit>(Unknown Source)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(Unknown Source)
at com.ibm.tools.rmic.iiop.Type.setRepositoryID(Unknown Source)
at com.ibm.tools.rmic.iiop.CompoundType.initialize(Unknown Source)
at com.ibm.tools.rmic.iiop.SpecialClassType.<init>(Unknown Source)
at com.ibm.tools.rmic.iiop.SpecialClassType.forSpecial(Unknown Source)
at com.ibm.tools.rmic.iiop.CompoundType.makeType(Unknown Source)
at com.ibm.tools.rmic.iiop.ClassType.initParents(Unknown Source)
at com.ibm.tools.rmic.iiop.NCClassType.initialize(Unknown Source)
at com.ibm.tools.rmic.iiop.NCClassType.forNCClass(Unknown Source)
at com.ibm.tools.rmic.iiop.CompoundType.makeType(Unknown Source)
at com.ibm.tools.rmic.iiop.ClassType.initParents(Unknown Source)
at com.ibm.tools.rmic.iiop.ImplementationType.initialize(Unknown Source)
at com.ibm.tools.rmic.iiop.ImplementationType.forImplementation(Unknown Source)
at com.ibm.tools.rmic.iiop.CompoundType.makeType(Unknown Source)
at com.ibm.tools.rmic.iiop.ClassType.initParents(Unknown Source)
at com.ibm.tools.rmic.iiop.ImplementationType.initialize(Unknown Source)
at com.ibm.tools.rmic.iiop.ImplementationType.forImplementation(Unknown Source)
at com.ibm.tools.rmic.iiop.StubGenerator.getTopType(Unknown Source)
at com.ibm.tools.rmic.iiop.Generator.generate(Unknown Source)
at sun.rmi.rmic.Main.doCompile(Unknown Source)
at sun.rmi.rmic.Main.compile(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.ibm.etools.rmic.RMICClassLoader.runCompile(Unknown Source)
at com.ibm.etools.rmic.RMICOperation.invokeRMICInJVM(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.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 org.eclipse.jst.j2ee.internal.deploy.J2EEDeployOperation.deploy(Unknown Source)
at org.eclipse.jst.j2ee.internal.deploy.J2EEDeployOperation.execute(Unknown Source)
at org.eclipse.jst.j2ee.internal.actions.J2EEDeployAction$1.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Unknown Source)
1 error
Further details have been recorded in the .log file in C:\Program Files\IBM\Application Developer\workspace\.metadata
at com.ibm.etools.rmic.RMICClassLoader.runCompile(Unknown Source)
at com.ibm.etools.rmic.RMICOperation.invokeRMICInJVM(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.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 org.eclipse.jst.j2ee.internal.deploy.J2EEDeployOperation.deploy(Unknown Source)
at org.eclipse.jst.j2ee.internal.deploy.J2EEDeployOperation.execute(Unknown Source)
at org.eclipse.jst.j2ee.internal.actions.J2EEDeployAction$1.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Unknown Source)
!SUBENTRY 1 2009-04-15 16:03:59.360
!MESSAGE J2EEDeployOperation_2_UI_
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Did anybody find a solution to this?
I have a similar problem, whenver I right click an EJB project en do Prepare for Deployment in RAD 7 (version 7.0.0.7), application server fixpack 6.1.23, I'm getting RMIC failure:

!SUBENTRY 1 2009-04-23 15:06:48.619
!MESSAGE J2EEDeployOperation_2_UI_

!ENTRY org.eclipse.jst.j2ee 4 0 2009-04-23 15:13:57.685
!MESSAGE Deploying FlightAgreementServiceEAR
!SUBENTRY 1 org.eclipse.jst.j2ee 4 4 2009-04-23 15:13:57.685
!MESSAGE Deployment from com.ibm.etools.ejbdeploy.EJBDeployer had errors:

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

error: An error has occurred in the compiler; please file a bug report (http://java.sun.com/cgi-bin/bugreport.cgi).
java.lang.NoSuchMethodError: com/ibm/jtc/orb/map/CacheFactory.create(Lcom/ibm/jtc/orb/map/MapFactory;Lcom/ibm/jtc/orb/map/ObjectFactory;)Lcom/ibm/jtc/orb/map/Cache;
at com.ibm.rmi.io.ObjectStreamClass$ObjectStreamClassCache$ClassToCacheCache$Caches.<init>(Unknown Source)
at com.ibm.rmi.io.ObjectStreamClass$ObjectStreamClassCache$ClassToCacheCache$Caches.<clinit>(Unknown Source)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(Unknown Source)
at com.ibm.rmi.io.ObjectStreamClass$ObjectStreamClassCache$ClassToCacheCache.get(Unknown Source)
at com.ibm.rmi.io.ObjectStreamClass$ObjectStreamClassCache.get(Unknown Source)
at com.ibm.rmi.io.ObjectStreamClass.lookup(Unknown Source)
at com.ibm.rmi.io.ObjectStreamClass.lookup(Unknown Source)
at com.ibm.rmi.util.RepositoryId.createHashString(Unknown Source)
at com.ibm.rmi.util.RepositoryId.createHashString(Unknown Source)
at com.ibm.rmi.util.RepositoryId.<clinit>(Unknown Source)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(Unknown Source)
at com.ibm.tools.rmic.iiop.Type.setRepositoryID(Unknown Source)
at com.ibm.tools.rmic.iiop.CompoundType.initialize(Unknown Source)
at com.ibm.tools.rmic.iiop.SpecialClassType.<init>(Unknown Source)
at com.ibm.tools.rmic.iiop.SpecialClassType.forSpecial(Unknown Source)
at com.ibm.tools.rmic.iiop.CompoundType.makeType(Unknown Source)
at com.ibm.tools.rmic.iiop.ClassType.initParents(Unknown Source)
at com.ibm.tools.rmic.iiop.NCClassType.initialize(Unknown Source)
at com.ibm.tools.rmic.iiop.NCClassType.forNCClass(Unknown Source)
at com.ibm.tools.rmic.iiop.CompoundType.makeType(Unknown Source)
at com.ibm.tools.rmic.iiop.ClassType.initParents(Unknown Source)
at com.ibm.tools.rmic.iiop.ImplementationType.initialize(Unknown Source)
at com.ibm.tools.rmic.iiop.ImplementationType.forImplementation(Unknown Source)
at com.ibm.tools.rmic.iiop.CompoundType.makeType(Unknown Source)
at com.ibm.tools.rmic.iiop.ClassType.initParents(Unknown Source)
at com.ibm.tools.rmic.iiop.ImplementationType.initialize(Unknown Source)
at com.ibm.tools.rmic.iiop.ImplementationType.forImplementation(Unknown Source)
at com.ibm.tools.rmic.iiop.StubGenerator.getTopType(Unknown Source)
at com.ibm.tools.rmic.iiop.Generator.generate(Unknown Source)
at sun.rmi.rmic.Main.doCompile(Unknown Source)
at sun.rmi.rmic.Main.compile(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.ibm.etools.rmic.RMICClassLoader.runCompile(Unknown Source)
at com.ibm.etools.rmic.RMICOperation.invokeRMICInJVM(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.RMICOperation.run(Unknown Source)
at com.ibm.etools.ejbdeploy.EJBDeployer.visit(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 org.eclipse.jst.j2ee.internal.deploy.J2EEDeployOperation.deploy(Unknown Source)
at org.eclipse.jst.j2ee.internal.deploy.J2EEDeployOperation.execute(Unknown Source)
at org.eclipse.jst.j2ee.internal.actions.J2EEDeployAction$1.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Unknown Source)
1 error
Further details have been recorded in the .log file in C:\Projects\PP_PCC\05_Impl\Java\PCC-Ws\.metadata
at com.ibm.etools.rmic.RMICClassLoader.runCompile(Unknown Source)
at com.ibm.etools.rmic.RMICOperation.invokeRMICInJVM(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.RMICOperation.run(Unknown Source)
at com.ibm.etools.ejbdeploy.EJBDeployer.visit(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 org.eclipse.jst.j2ee.internal.deploy.J2EEDeployOperation.deploy(Unknown Source)
at org.eclipse.jst.j2ee.internal.deploy.J2EEDeployOperation.execute(Unknown Source)
at org.eclipse.jst.j2ee.internal.actions.J2EEDeployAction$1.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Unknown Source)
!SUBENTRY 1 2009-04-23 15:13:57.685
!MESSAGE J2EEDeployOperation_2_UI_

Any help would be appreciated.
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've had this last error too.
It seems that for some reason RAD suddenly started using wrong sequence of loading classes. It always loaded ibmorb.jar from jdk (that is used to start RAD) instead of ibmorb.jar from WAS6.1 jdk.
The solution was to delete (rename) ibmorb.jar from ..\IBM\SDP70\jdk\jre\lib\ directory into something else. After that everything worked fine. (for now )
 
Manfred Schürhoff
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Good you found a solution.
Took me 1,5 days to fix it. I had recently installed WebSphere 6.1 fixpack 23. After removing this fixpack, deploy worked OK again. I also installed another fix (before I could install fixpack 23, had something to do with the webservice extension I installed some time ago). After removing these fixes, and restarting, everything worked again.

Which fixpack are you using?

Regards,
Manfred
 
Donald Rumac
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using RAD 7.0.0.6 and Websphere fixpack 6.1.0.23
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the solution guys, I just discovered this problem after installing the fix pack 23 for websphere and encountered the same problem.
I changed the filename to ibmorb.jar.buggered and it worked.
 
Ranch Hand
Posts: 330
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
dang friggen' RAD!!! i couldn't for the life of me figure what the heck was wrong with 'prepare...' until i came across this post. finally got it to work...YODA MAN JAVARANCH/ERS!!!

 
Manfred Schürhoff
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Renaming your ibmorb.jar would work, but if you want to use your local server, you have to rename it back again, else your server won't start.

 
dennis zined
Ranch Hand
Posts: 330
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yes i just realized that when it was taking forever to publish/start my server. i renamed it back and it worked. now i'm thinking it would be best for me to go back to the last fixpack version i had. does anybody know how to backout a breakpack....err, i mean a fixpack?

thanks ibm for breaking things!!!
 
Manfred Schürhoff
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Seems IBM fixed this issue in RAD 7009 update: http://www-01.ibm.com/support/docview.wss?rs=2042&context=SSRTLW&dc=DB550&uid=swg1PK85674&loc=en_US&cs=UTF-8&lang=en&rss=ct2042rational

Haven't tested it yet though.
 
dennis zined
Ranch Hand
Posts: 330
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
nope, tried that...i'm at 21 and that works.

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello
is there any other solution for the {rmic command failed on the project} problem .
i renamed the ibmorb.jar file in the{ installDir/../java/jre/lib/} and copied the old version of ibmorb.jar from { installDir/../_jvm/jre/lib/} to the { installDir/../java/jre/lib/} last week (as we need to hav a ibmorb.jar else server wont start{local server}), it worked fine ,
but now in the same project i had to create a new entity bean {where i have created a new schema for the table} now upon creating the accessbean and when try to deploy it , the problem is reappearing
(as i am new to WCS , is creating the new schema the problem: i can afford to create in the same schema)
so any suggestion of how to work come this problem


 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i'm found a solution from ibm website :

Upgrade to Rational Application Developer 7.0.0.9 or later
A new user preference J2EE > WebSphere Application Server > Always Run RMIC in a separate process will resolve this incompatibility.

https://www-304.ibm.com/support/docview.wss?uid=swg21392149
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It works !
Thanks a lot !
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic