Results 1 to 5 of 5
- 09-09-2011, 04:22 PM #1
Member
- Join Date
- May 2011
- Posts
- 5
- Rep Power
- 0
javax.mail.Session cannot be cast to javax.mail.Session
Getting this error in my project. When googling this issue, it seems it is caused by more than 1 version of the mail.jar being in the project. However, i cannot find it anywhere other than in the tomcat libraries. If i remove it from there, i get a different exception saying the .jar cannot be found, witch would seem to indicate that i only have 1 version of the file. Anyone have a clue what the problem might be? Is it OS X Lion and some file version checking that is the issue?
- 09-12-2011, 10:47 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,481
- Rep Power
- 16
Re: javax.mail.Session cannot be cast to javax.mail.Session
You're not deploying it with your app are you?
- 01-25-2012, 01:09 PM #3
Member
- Join Date
- Jan 2012
- Posts
- 1
- Rep Power
- 0
Re: javax.mail.Session cannot be cast to javax.mail.Session
Hi JustInCase, I'm running into exactly the same problem:
I deploy my application on Glassfish, in which I have created a java mail session. When I look for the session and try to cast Object to javax.mail.Session I get the same ClassCastException: javax.mail.Session cannot be cast to javax.mail.Session. If I remove mail.jar from my app lib folder then the server doesnt even find the needed classes.
Did you finally find any solution to this? Just in case, I'm using Glassfish 3.1.1 and java-6-sun-1.6.0.26.
- 03-22-2012, 08:44 PM #4
Member
- Join Date
- Mar 2012
- Posts
- 2
- Rep Power
- 0
Re: javax.mail.Session cannot be cast to javax.mail.Session
Hi,
I am also looking for a solution with exactly the same problem. Have you found any one? Thanks.
- 03-26-2012, 05:43 PM #5
Member
- Join Date
- Mar 2012
- Posts
- 2
- Rep Power
- 0
Similar Threads
-
javax.mail
By sashaxiv in forum Advanced JavaReplies: 2Last Post: 06-08-2011, 11:37 AM -
javax.mail Attachements
By ravjot28 in forum NetworkingReplies: 3Last Post: 02-19-2010, 12:35 AM -
problem with sending mail usin javaX.mail api
By sandeepsai39 in forum New To JavaReplies: 4Last Post: 11-25-2009, 05:37 AM -
javax.mail.Transport
By sharpi03 in forum Advanced JavaReplies: 5Last Post: 10-23-2009, 05:26 PM -
Javax.mail.MethodNotSupported Exception in java mail api
By namarc in forum Advanced JavaReplies: 2Last Post: 05-05-2008, 06:01 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks