I told you, the latest one. So it's 1.44.
The "exact" message is:
Exception in thread ""http-bio-8080"-exec-8"
but the number at the end ("8") varies and the number of messages like those
varies also. Each new message comes with a higher ending number. So far I
was unable to find out any correspondence between the number of the messages
and anything else. The ending number seems to be related to the time between
the last message and the new one. If it comes right away, the ending number
is the next one. If the new message takes longer to show up it may skip 1 or
2 units.

At first I thought it was related to java mail because I first had this
problem when I added that jar and it seems I got rid of the problem when I
removed the jar. Now, doing more extensive testing it seems the problem
happens everytime I submit a request before I get the response from the last
one which is odd because it works just fine with tomcat 6.

So far I was only able to do it with with my application so I have created
an empty web application and so far I have tested that with servlets, jsps
and jsfs. Now I'm moving to test some frameworks until I can find out what
exactly causes the issue with tomcat 7 and works properly on tomcat 6. Then
we can figure out if it is a problem with the framework or tomcat.

As soon as I have it isolated I will host the source somewhere so you can
download.

I advise you to not spend time on that since it seems that I am the only one
having the issue.

Thank you all for the willingness to help.

Regards,

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 10:56 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:

> > From: Peter P. Lupo [mailto:ppl...@gmail.com]
> > Subject: Re: Hard time finding a but on Tomcat 7 (doesn't happen on 6.)
>
> > I'm talking about this Java Mail:
> > http://www.oracle.com/technetwork/java/javamail/index.html
>
> You really, really need to be specific.  There are several versions of
> JavaMail referenced on that page; which one are you using?
>
> > The messages are being printed on the console. It just prints
> > something like
> > Exception in thread ""http-bio-8080"-exec-8"
>
> So what's the *exact* message, and what's in the Tomcat logs?  (Look in
> _all_ of them.)
>
> Running with the 1.4.4 mail.jar doesn't generate any problems in my rather
> simple webapps.  Perhaps there's a conflict with classes or configuration in
> your particular webapp's WEB-INF/lib or WEB-INF/classes directories; for
> example, the 1.4.4 mail.jar shouldn't have jCIFS deployed with it.
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you received
> this in error, please contact the sender and delete the e-mail and its
> attachments from all computers.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to