On Monday 19 November 2001 12:43 pm, you wrote:
> 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?

Not with weblogic, but I have seen Verification errors with jikes-generated 
classfiles (though not in a long time).  Check your version of jikes and 
upgrade if possible. 

Paul

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to