Programming Tutorials

Comment on Tutorial - Sending Email from Java application (using gmail) By Narayanan



Comment Added by : María

Comment Added at : 2011-10-04 11:47:50

Comment on Tutorial : Sending Email from Java application (using gmail) By Narayanan
Hi
I have this error in my application when servlet is tryinto to consult a db, but from other location we dont get it, it works propertly... Could you please help me?

java.net.socketTimeoutException: connect timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)


View Tutorial