Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/01/2010, 11:52
Avatar de Fuzzylog
Fuzzylog
 
Fecha de Ingreso: agosto-2008
Ubicación: En internet
Mensajes: 2.511
Antigüedad: 15 años, 8 meses
Puntos: 188
Respuesta: Problemas Envio de Email Javamail

Aquí hay uno que tenía el mismo problema, o similar

http://www.jguru.com/faq/printablefa...topic=JavaMail

te pego la zona importante de los mensajes.

Re: Re: Re: Problem is with the JavaMail classes which are given...
Author: Sverker Brundin (http://www.jguru.com/guru/viewbio.jsp?EID=472457), Aug 9, 2001
I had this problem on Linux with Weblogic. The application worked fine on my Windows 2000 machine. When I compared the weblogic.jar files on both machines I noticed that the one on Linux missed the file javamail.default.providers. I added this to the weblogic.jar file on linux (has to be under the META-INF directory). I also had to update the mail.jar and activation.jar files and make weblogic to use these instead of the ones in weblogic.jar (by editing the classpath in startWebLogic.sh). Now everything works fine!

Re: Re: Re: Re: Problem is with the JavaMail classes which are given...
Author: Sverker Brundin (http://www.jguru.com/guru/viewbio.jsp?EID=472457), Aug 9, 2001
A better solution: Just add mail.jar to bea\wlserver6.0\lib and change the classpath so that mail.jar is loaded before weblogic.jar. (javamail.default.providers is included in mail.jar). Works for me anyway! ;)

Suerte