Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Deployment and RMIC code

0 views
Skip to first unread message

Federico Yankelevich

unread,
Oct 24, 2003, 4:30:07 AM10/24/03
to
Hi all,
we found a problem in WebSphere Studio 5.1:

when generating "Deployment and RMIC code" it fails with the below error (from the .log file).

It seems it cannot find the resources I have on another project that have been checked as "required project in the build path" (property window)

It works fine in WebSphere Studio 5.0.

How can I give to rmic the right classpath to find these resources??

thanks in advance,
Federico Yankelevich
Sobaco Software
Switzerland


ERROR LOG:

!ENTRY com.ibm.etools.ejbdeploy 4 0 Oct 24, 2003 10:24:41.46
!MESSAGE java.lang.ExceptionInInitializerError: java.util.MissingResourceException: Can't find bundle for base name LoggerConf, locale en_GB
at java.lang.Throwable.<init>(Throwable.java)
at java.lang.Throwable.<init>(Throwable.java)
at java.util.MissingResourceException.<init>(MissingResourceException.java:39)
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:724)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:695)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:558)
at com.ibservices.log.IbLoggerFactory.getLogger(IbLoggerFactory.java:22)
at com.ibservices.log.IbLogger.getLogger(IbLogger.java:32)
at com.ibservices.log.IbLogger.error(IbLogger.java:57)
at com.ibservices.util.IbStatus$StatusProperties.<init>(IbStatus.java:38)
at com.ibservices.util.IbStatus.<init>(IbStatus.java:60)
at com.ibservices.util.status.IbEnabledStatus.<init>(IbEnabledStatus.java:21)
at com.ibservices.util.status.IbEnabledStatus.<clinit>(IbEnabledStatus.java:17)
at java.lang.Class.initializeImpl(Native Method)
at java.lang.Class.initialize(Class.java)
at java.lang.ClassLoader.resolveClassImpl(Native Method)
at java.lang.ClassLoader.resolveClass(ClassLoader.java:617)
at com.ibm.tools.rmic.iiop.DirectoryLoader.loadClass(DirectoryLoader.java:102)
at com.ibm.tools.rmic.iiop.CompoundType.loadClass(CompoundType.java:335)
at com.ibm.tools.rmic.iiop.Type.initClass(Type.java:994)
at com.ibm.tools.rmic.iiop.Type.setRepositoryID(Type.java:1011)
at com.ibm.tools.rmic.iiop.CompoundType.initialize(CompoundType.java:743)
at com.ibm.tools.rmic.iiop.ValueType.initialize(ValueType.java:251)
at com.ibm.tools.rmic.iiop.ValueType.forValue(ValueType.java:111)
at com.ibm.tools.rmic.iiop.CompoundType.makeType(CompoundType.java)
at com.ibm.tools.rmic.iiop.CompoundType$Method.<init>(CompoundType.java)
at com.ibm.tools.rmic.iiop.CompoundType.addAllMethods(CompoundType.java:1289)
at com.ibm.tools.rmic.iiop.ValueType.initialize(ValueType.java:240)
at com.ibm.tools.rmic.iiop.ValueType.forValue(ValueType.java:111)
at com.ibm.tools.rmic.iiop.CompoundType.makeType(CompoundType.java)
at com.ibm.tools.rmic.iiop.ArrayType.forArray(ArrayType.java:85)
at com.ibm.tools.rmic.iiop.CompoundType.makeType(CompoundType.java)
at com.ibm.tools.rmic.iiop.CompoundType$Method.<init>(CompoundType.java)
at com.ibm.tools.rmic.iiop.CompoundType.addAllMethods(CompoundType.java:1289)
at com.ibm.tools.rmic.iiop.RemoteType.isConformingRemoteInterface(RemoteType.java:217)
at com.ibm.tools.rmic.iiop.RemoteType.initialize(RemoteType.java:166)
at com.ibm.tools.rmic.iiop.RemoteType.forRemote(RemoteType.java:85)
at com.ibm.tools.rmic.iiop.CompoundType.addRemoteInterfaces(CompoundType.java:1421)
at com.ibm.tools.rmic.iiop.ImplementationType.initialize(ImplementationType.java:161)
at com.ibm.tools.rmic.iiop.ImplementationType.forImplementation(ImplementationType.java:87)
at com.ibm.tools.rmic.iiop.StubGenerator.getTopType(StubGenerator.java:141)
at com.ibm.tools.rmic.iiop.Generator.generate(Generator.java:279)
at sun.rmi.rmic.Main.doCompile(Main.java:547)
at sun.rmi.rmic.Main.compile(Main.java:142)
at java.lang.reflect.AccessibleObject.invokeI(AccessibleObject.java:215)
at java.lang.reflect.Method.invoke(Method.java)
at com.ibm.etools.rmic.RMICClassLoader.runCompile(RMICClassLoader.java:233)
at com.ibm.etools.rmic.RMICOperation.invokeRMICInJVM(RMICOperation.java:466)
at com.ibm.etools.rmic.RMICOperation.rmic(RMICOperation.java:561)
at com.ibm.etools.rmic.RMICOperation.generateStubs(RMICOperation.java:206)
at com.ibm.etools.ejbdeploy.ui.plugin.rmic.UIRMICBeansOperation.generateStubs(UIRMICBeansOperation.java:132)
at com.ibm.etools.rmic.RMICOperation.run(RMICOperation.java:642)
at com.ibm.etools.ejbdeploy.ui.plugin.DeployRMICBeansOperation.generateRMICCode(DeployRMICBeansOperation.java:319)
at com.ibm.etools.ejbdeploy.ui.plugin.DeployRMICBeansOperation.run(DeployRMICBeansOperation.java:620)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1595)
at com.ibm.etools.ejbdeploy.ui.plugin.DeployRunnableWithProgress.run(DeployRunnableWithProgress.java:92)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)

!ENTRY com.ibm.etools.ejbdeploy 4 0 Oct 24, 2003 10:24:41.46
!MESSAGE
!STACK 0
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.
at java.lang.Throwable.<init>(Throwable.java)
at java.lang.Throwable.<init>(Throwable.java)
at com.ibm.etools.rmic.RMICException.<init>(RMICException.java:17)
at com.ibm.etools.rmic.RMICClassLoader.runCompile(RMICClassLoader.java:306)
at com.ibm.etools.rmic.RMICOperation.invokeRMICInJVM(RMICOperation.java:466)
at com.ibm.etools.rmic.RMICOperation.rmic(RMICOperation.java:561)
at com.ibm.etools.rmic.RMICOperation.generateStubs(RMICOperation.java:206)
at com.ibm.etools.ejbdeploy.ui.plugin.rmic.UIRMICBeansOperation.generateStubs(UIRMICBeansOperation.java:132)
at com.ibm.etools.rmic.RMICOperation.run(RMICOperation.java:642)
at com.ibm.etools.ejbdeploy.ui.plugin.DeployRMICBeansOperation.generateRMICCode(DeployRMICBeansOperation.java:319)
at com.ibm.etools.ejbdeploy.ui.plugin.DeployRMICBeansOperation.run(DeployRMICBeansOperation.java:620)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1595)
at com.ibm.etools.ejbdeploy.ui.plugin.DeployRunnableWithProgress.run(DeployRunnableWithProgress.java:92)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)


Troy Bishop

unread,
Oct 24, 2003, 3:59:59 PM10/24/03
to
Hi Federico,

I believe you have definitly hit a known bug (within the J9 JVM if you're
interested). I believe this problem will be resolved in the next interim
fix for WSAD v5.1 but I am not sure when that will be. If you would like a
patch sooner, I would suggest you contact IBM WSAD support and see if they
will provide it.

- Troy

"Federico Yankelevich" <f...@sobacosoftware.com> wrote in message
news:bnan27$1suc$1...@news.boulder.ibm.com...

Tomasz Czerwi?ski

unread,
Nov 13, 2003, 4:04:09 PM11/13/03
to
If you have in the path where install version of software is located
any folder that have '!' char try to change the name to be without
that character. I hope that it woukd help

Federico Yankelevich <f...@sobacosoftware.com> wrote in message news:<bnan27$1suc$1...@news.boulder.ibm.com>...

0 new messages