Whenever I try to run GenIC on my ejbs I get the following error:
java.lang.NoSuchMethodError: antlr/LLkParser.<init>(Lantlr/TokenStream;I)VThis looks like a problem with the jdk I am using, has anyone out there succesfully deployed on linux using jonas2?
at at.dms.compiler.Parser.<init>(Parser.java:39)
at at.dms.kjc.Parser.<init>(Parser.java:46)
at at.dms.kjc.JavaParser.<init>(JavaParser.java:35)
at at.dms.kjc.ParseManager.getJavaParser(ParseManager.java:90)
at at.dms.kjc.Main.parseFile(Main.java:481)
at at.dms.kjc.Main.run(Main.java:119)
at at.dms.kjc.Main.compile(Main.java:449)
at at.dms.kjc.Main.main(Main.java:432)
at java.lang.reflect.Method.invoke(Method.java:native)
at kaffe.lang.Application.run(Application.java:124)
at java.lang.Thread.run(Thread.java:314)
java.lang.Exception: exited with errorcode 1
at java.lang.Throwable.<init>(Throwable.java:38)
at java.lang.Exception.<init>(Exception.java:24)
at kaffe.tools.compiler.Compiler_kjc.compile(Compiler_kjc.java:44)
at kaffe.rmi.rmic.RMIC.compile(RMIC.java:826)
at kaffe.rmi.rmic.RMIC.processClass(RMIC.java:90)
at kaffe.rmi.rmic.RMIC.run(RMIC.java:73)
at kaffe.rmi.rmic.RMIC.main(RMIC.java:52)
I am deploying this and using the code on Solaris so I dont think it is a Jonas bug, or a bug in my code.
What version of the jdk should I download and install? I got this from sun and thought I would be safe with it.
Any help would be very much appreciated.
tia
-chris
