2010/5/31 Licht Jiang <[email protected]>:
> java.lang.NoClassDefFoundError: Could not initialize class
> com.myservice.web.TestClass
>
"Could not initialize" = the class is found, but its initialization
failed. There can be many reasons for that, e.g. 1) missing dependent
classes, 2) exception is thrown when executing a static{}
initialization block in the class. It is hard to tell what exactly
went wrong without seeing the actual exception.
>
>> Show us the full stack trace(s); there are usually at least two in cases
>> like this.
>
> Now I have no access to the service.
>
Best regards,
Konstantin Kolinko
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]