Hi
I am getting the following error message in WSAD 5.1 while
running the generate deployment code on FABEAR. The all related EJBs are
included in the project and I am able to open them and edit them. Any idea why
I am getting the following error
/******************start**************************************************/
java.lang.NoClassDefFoundError:
com/bis/cobra/account/session/ExternalAccountServiceBean
at java.lang.ClassLoader.resolveClass0(Native
Method)
error: An error has occurred in the compiler; please file a
bug report (http://java.sun.com/cgi-bin/bugreport.cgi).
at
java.lang.ClassLoader.resolveClass(ClassLoader.java:920)
at com.ibm.tools.rmic.iiop.DirectoryLoader.loadClass(DirectoryLoader.java:105)
1 error
at
com.ibm.tools.rmic.iiop.CompoundType.loadClass(CompoundType.java:350)
at
com.ibm.tools.rmic.iiop.Type.initClass(Type.java:997)
at
com.ibm.tools.rmic.iiop.Type.setRepositoryID(Type.java:1014)
at
com.ibm.tools.rmic.iiop.CompoundType.initialize(CompoundType.java:758)
at
com.ibm.tools.rmic.iiop.ImplementationType.initialize(ImplementationType.java:195)
at
com.ibm.tools.rmic.iiop.ImplementationType.forImplementation(ImplementationType.java:90)
at
com.ibm.tools.rmic.iiop.StubGenerator.getTopType(StubGenerator.java:153)
at
com.ibm.tools.rmic.iiop.Generator.generate(Generator.java:273)
at sun.rmi.rmic.Main.doCompile(Main.java:553)
at sun.rmi.rmic.Main.compile(Main.java:148)
at sun.rmi.rmic.Main.main(Main.java:792)
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\pardha\My Documents\IBM\wsappdev51\workspace\.metadata
I did check the log file, but no information more than above
mentioned
Pardha