Posted By:
Jim_Melvin
Posted On:
Friday, September 27, 2002 12:15 PM
</ We are trying to run JavaMail on OS/390 and are receiving the following error. *********************************************************** </ javax.mail.SendFailedException: Sending failed;/> nested exception is: javax.mail.MessagingException: IOException while sending message; nested exception is: </ javax.activation.UnsupportedDataTypeException /> </ at javax.mail.Transport.send0(Transport.java:203)/> </ at javax.mail.Transport.send(Transport.java:73) /> </ at MessageSend.main(MessageSend.java:70)/2> *********************************************************** < We can run the same Class program on Windows and everything works fine. Th
More>>
</ We are trying to run JavaMail on OS/390 and are receiving the following error.
***********************************************************
</ javax.mail.SendFailedException: Sending failed;/>
nested exception is:
javax.mail.MessagingException: IOException while sending message;
nested exception is:
</ javax.activation.UnsupportedDataTypeException />
</ at javax.mail.Transport.send0(Transport.java:203)/>
</ at javax.mail.Transport.send(Transport.java:73) />
</ at MessageSend.main(MessageSend.java:70)/2>
***********************************************************
< We can run the same Class program on Windows and everything works fine. The actual line of code that JavaMail does not like is the Transport statement.
< Transport.send(message) >
Any help would be greatly appreciated. Also, is anyone running JavaMail on OS/390? >
Jim>
<<Less