users@jersey.java.net

Re: Allocate Exception

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Thu, 24 Apr 2008 09:01:58 +0200

Hi Richard,

The emails in this thread should be of help to you:

   https://jersey.dev.java.net/servlets/BrowseList?
list=users&by=thread&from=987148

Paul.

On Apr 23, 2008, at 7:30 PM, Richard Levenberg wrote:

> Yes sorry, it was late and I was getting frustrated. I confirmed
> that there
> is another asm.jar and asm-attr.jar from Hibernate in my wepapp's lib
> directory. The asm-3.1.jar from jersey seems incompatible with the
> asm.jar
> from Hibernate and vice-versa. I did some quick removing of .jars
> before I
> left this morning.
>
> Not sure at this point what to do about it. Thanks for the replies.
>
> r
>
> On Wed, 23 Apr 2008 17:45:52 +0200
> Paul Sandoz <Paul.Sandoz_at_Sun.COM> wrote:
>> Hi Richard,
>>
>> Richard Levenberg wrote:
>>> Does this error mean that there were too many classes/libs that
>>> it had
>>> to search through or something else?
>>>
>>
>> Hmm... i think "SEVERE: Allocate exception for servlet ..." means
>> there was
>> an error initiating the servlet. What version of ASM are you using?
>>
>> From the exception (java.lang.NoSuchMethodError) my guess is that
>> the
>> signature of the method:
>>
>> org.objectweb.asm.ClassReader.accept(ClassVisitor, int)
>>
>> that jersey was compiled against (using asm 3.1) does not match the
>> signature of the method in the asm jar you are using in the class
>> path.
>>
>>
>>> If the there were too many is there any way to further qualify the
>>> search to minimize the stuff it has to search through?
>>>
>>
>> Yes, if using servlet you can set the init-param
>>
>> "com.sun.ws.rest.config.property.classpath"
>>
>> with a ';' separate list of paths (that are relative the the
>> location of
>> the web application).
>>
>> Paul.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jersey.dev.java.net
> For additional commands, e-mail: users-help_at_jersey.dev.java.net
>