Salut,
There is also that strange exception at the very bottom.
> Caused by: java.util.zip.ZipException: error in opening zip file
> 38 at java.util.zip.ZipFile.open(Native Method)
> 39 at java.util.zip.ZipFile.<init>(ZipFile.java:114)
> 40 at java.util.jar.JarFile.<init>(JarFile.java:133)
> 41 at java.util.jar.JarFile.<init>(JarFile.java:70)
> 42 at sun.misc.URLClassPath$JarLoader.getJarFile(URLClassPath.java:643)
> 43 at sun.misc.URLClassPath$JarLoader.access$600(URLClassPath.java:538)
> 44 at sun.misc.URLClassPath$JarLoader$1.run(URLClassPath.java:605)
> 45 at java.security.AccessController.doPrivileged(Native Method)
> 46 at sun.misc.URLClassPath$JarLoader.ensureOpen(URLClassPath.java:597)
> 47 at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:750)
Could it be the cause?
Thanks
-- Jeanfrancois
Alan Williamson wrote:
> mmm, wonder why its even logging though, thought we'd turned all that off.
>
> can i browse the source code online somewhere to see what is causing
> this to be invoked:
>
> at java.util.logging.Logger.log(Logger.java:583)
> com.sun.grizzly.Controller.doSelect(Controller.java:498)
>
>
> Oleksiy Stashok wrote:
>> Hi,
>>
>> I think nothing, which could cause such an issue :)
>> Looks like this is some problem with Logger. Are you sure you didn't
>> do any other changes?
>> If you switch back to the earlier Grizzly - it solves the problem?
>>
>> Thanks.
>>
>> WBR,
>> Alexey.
>>
>> On Jun 18, 2008, at 14:13 , Alan Williamson wrote:
>>
>>> Chaps, what changed in the final 1.8 release?
>>>
>>> we switched over our servers to it, and we are now getting this error
>>> a lot, killing grizzly in its tracks
>>>
>>>
>>> SEVERE: selectorThread.stopException
>>> java.lang.InternalError
>>> at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:752)
>>> at sun.misc.URLClassPath.getResource(URLClassPath.java:168)
>>> at java.net.URLClassLoader$1.run(URLClassLoader.java:192)
>>> at java.security.AccessController.doPrivileged(Native Method)
>>>
>>> full stack trace here:
>>> http://clients.aw20.net/whiteboard/?b=68216
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: users-help_at_grizzly.dev.java.net
>