RE: Mail Session oddity

2003-09-26 Thread Shapira, Yoav
Howdy, rest truncated for space You truncated the wrong part: don't truncate the Root Cause part of the stack trace, post it ;) The oddness comes into play in that it works just fine if I run tomcat through my IDE (CodeGuide). It has to be some sort of classpath problem but I can't for

Re: Mail Session oddity

2003-09-26 Thread Cord Awtry
is :) -C- - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, September 26, 2003 1:02 PM Subject: RE: Mail Session oddity Howdy, rest truncated for space You truncated the wrong part: don't truncate the Root Cause part

Re: Mail Session oddity

2003-09-26 Thread Jon Wingfield
- From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, September 26, 2003 1:02 PM Subject: RE: Mail Session oddity Howdy, rest truncated for space You truncated the wrong part: don't truncate the Root Cause part of the stack trace, post

RE: Mail Session oddity

2003-09-26 Thread Phillip Qin
Should your IDE include mail and activation into its classpath? -Original Message- From: Cord Awtry [mailto:[EMAIL PROTECTED] Sent: September 26, 2003 12:53 PM To: Tomcat Users List Subject: Mail Session oddity Everyone, I encountered something odd when setting up a new Tomcat

RE: Mail Session oddity

2003-09-26 Thread Shapira, Yoav
PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, September 26, 2003 1:02 PM Subject: RE: Mail Session oddity Howdy, rest truncated for space You truncated the wrong part: don't truncate the Root Cause part of the stack trace, post it ;) The oddness comes into play in that it works

Re: Mail Session oddity

2003-09-26 Thread Cord Awtry
Subject: Re: Mail Session oddity But mail.jar and activation.jar are also in the common/lib directory. I'll bet it's a ClassLoader issue and the exception is really a wrapped ClassCastException. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html Jon Cord Awtry wrote: Yo

RE: Mail Session oddity

2003-09-26 Thread Phillip Qin
Maybe you are using Tomcat's mail session resource. That particularly looks for mail.jar and activation.jar in common/lib -Original Message- From: Cord Awtry [mailto:[EMAIL PROTECTED] Sent: September 26, 2003 1:34 PM To: Tomcat Users List Subject: Re: Mail Session oddity Jon