2011/3/15 Peter P. Lupo <ppl...@gmail.com>:
> I would open an issue on Bugzilla but first I'd like to check it with you
> guys.
>
>  I'm trying to add mail.jar (Java Mail) to my app's lib (the problem also
> happens with tomcat's lib). It is quite simple. If I do it, I start getting
> "Exception in thread http-bio-8080" error and it keeps printing it like in a
> loop. The problem starts as soon as I make a request to a servlet or to a
> jsf page. Everything goes fine on latest Tomcat 6 but it gives me this error
> on versions 7.0.8 and 7.0.11 (only tried on those).

Which version of mail.jar? Where did you get it from?


Is it specific to your application,  or placing it into examples
webapp (that comes with Tomcat) and calling any servlet there will
also trigger the issue?

What specific error are you observing? "Exception in thread" does not
say much. Though it looks like an uncaught exception in a thread, as
printed by ThreadGroup.uncaughtException(...).  There should be a
stack trace. Please cite it.


> My environment is Windows 7 64-bit, JDK 7 64-bit 1.7.0-ea-b125. Maybe any of
> you could give it a try to confirm the possible bug but I am most certain
> about it.
>
> Just to be clear: you don't have to try sending an e-mail. Just add the jar
> and try to get a response or two from an app running on Tomcat 7.
>

Mark wrote:
> The users list is the place to debug this.

+1

Best regards,
Konstantin Kolinko

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

Reply via email to