I'm sorry, I was in a hurry because I had to leave, you guys were very responsive and I thought I could give you the info I had at hand. I'm talking about this Java Mail: http://www.oracle.com/technetwork/java/javamail/index.html
The messages are being printed on the console. It just prints something like Exception in thread ""http-bio-8080"-exec-8" and the following similar messages appear on the same line... Exception in thread ""http-bio-8080"-exec-8" Exception in thread ""http-bio-8080"-exec-9" @Konstantin I'm trying to do something similar... <http://www.oracle.com/technetwork/java/javamail/index.html> Peter P. Lupo http://craftnicely.blogspot.com - http://sites.google.com/site/pplupo <http://sites.google.com/site/pplupo>MPS.BR Authorized Implementation Practitioner<http://www.softex.br/mpsbr/_profissionais/MPS.BR_certificados_de_arovacao_prova_P2-MPS.BR.pdf>- Certified ScrumMaster <http://www.scrumalliance.org/pages/certified_scrummaster> <http://www.scrumalliance.org/pages/certified_scrummaster>Oracle Certified Associate, Java SE 5/SE 6<http://in.sun.com/training/certification/java/scja.xml> - Java Black Belt <http://www.blackbeltfactory.com/ui#!User/pplupo> <http://www.blackbeltfactory.com/ui#!User/pplupo>+55 (021) 81742487 On Tue, Mar 15, 2011 at 9:12 PM, Konstantin Kolinko <knst.koli...@gmail.com>wrote: > 2011/3/16 Peter P. Lupo <ppl...@gmail.com>: > > Hmm... sorry guys, I expected to find other ppl here... lol... this > mail.jar > > is the official from Oracle. I got it there and I also tried the version > > before the actual one. > > lol. Clairvoyants? There are several versions of JavaMail > specifications out there, and a number of implementations as well. > What is the size of the file, and what is in its META-INF/MANIFEST.MF > ? A download link might be a bonus. > > > It does not happen on the examples. I don't know what triggers it but > > something has changed from tomcat 6 to tomcat 7 that prevents my > application > > to run. > > Try to simplify things. Remove parts of web.xml while the issue is > still reproducible. > > Try that with a different servlet. > > > My environment is Windows 7 64-bit, JDK 7 64-bit 1.7.0-ea-b125. > > Does the issue happen with Java 6, or it is only observed with this > early access build of JDK 7? > > > Just to be clear: I don't have to try sending an e-mail. Just adding the > jar > > and making a request Unleashes the messages. > > > > These are the messages: > > Exception in thread ""http-bio-8080"-exec-8" Exception in thread > > ""http-bio-8080"-exec-9" ... > > > > And the numbers (exec-8, exec-9) keep growing, sometimes it skips one or > two > > and after a few minutes I can get 4 or 5 of them even though I have made > > only one request. > > Where those messages are printed? Are they in the log files? > > Best regards, > Konstantin Kolinko > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >