2011/3/17 Caldarale, Charles R <chuck.caldar...@unisys.com>:
>> From: Peter P. Lupo [mailto:ppl...@gmail.com]
>> Subject: Re: Hard time finding a but on Tomcat 7 (doesn't happen on 6.)
>
>> I found some logs on eclipse root regarding the error Im
>> having on tomcat (Im running tomcat from eclipse).
>
> The logs contain a major hint:
>
> # JRE version: 7.0-b125
> # If you would like to submit a bug report, please visit:
> #   http://java.sun.com/webapps/bugreport/crash.jsp
>
> You broke the JVM.  You might want to use a supported JVM, not an 
> experimental one.
>

As suspected.

Regarding "Exception in thread "" messages
1) I am sure that those are printed by ThreadGroup.uncaughtException(..).

2) There should have been a stacktrace following them. Looking into
Throwable.printStackTrace(), there is a synchronized block there
against the stream it is writing to. It looks as if the threads are
not able to enter that block.

> Also, I'd strongly recommend that you do *not* run Tomcat under Eclipse - the 
> IDEs like to do their own configuration and hide things - as you just found 
> out.

Nothing wrong with that. You just have to know what those things are.

http://wiki.eclipse.org/WTP_Tomcat_FAQ

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to