----- Original Message ----- From: "Todd Chambery" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Monday, November 19, 2001 12:43 Subject: ejbjar with jikes deploy problems
> Greetings, > > Just curious to know if anyone else has had problems deploying to Weblogic > when using jikes as their compiler. <ejbjar> works fine, but deploying > jars, I get a > > The WebLogic Server did not start up properly. > Exception raised: java.lang.reflect.InvocationTargetException > java.lang.reflect.InvocationTargetException: java.lang.VerifyError: (class: > pkg/class, method: method signature: ()V) Expecting to find integer on stack > at java.lang.Class.newInstance0(Native Method) > > error. If I change my build.compiler property to "modern", the ejbs deploy > fine, but it takes 50 mins vs 12 minutes with jikes. > > anybody else had this problem? > I have some problems with jikes too, same error, different place. I think it may be related to this bug in their DB: http://www-124.ibm.com/developerworks/bugs/?func=detailbug&bug_id=2256&group _id=10 try reverting to 1.14; old copies live in places like http://oss.software.ibm.com/pub/jikes/jikes-1.14-windows.zip -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
