cancel
Showing results for 
Search instead for 
Did you mean: 

Mail Adapter Problem

Former Member
0 Kudos

Hi,

I'm facing an error in mail adapter. The error says:

unable to call the mailer; com.sap.aii.messaging.srt.BubbleException: Failed to call the endpoint [null "null"]; nested exception caused by: java.net.UnknownHostException: <mailserver.com>

I have checked with the mail server team as well... The mail server is up and running fine. What other problems might be possible for UnknownHostException.

Please help me in resolving the problem.

Helpful answers will be rewarded.

Thanks and Regards,

Sreenivas

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

java.net.UnknownHostException is thrown if the hostname specified can not be resolved ...

its purely a network problem...may be a missing entry in your hosts file....bring in your network admins and they'll be the right ppl to help u.

Former Member
0 Kudos

hi

Either you don't have a mail server running on the host

or it's not accepting your connections, or some software (firewall, antivirus)

is preventing you from connecting.

regards

krishna

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

this means that one of the configuration parameters is not filled

if you use mail package to supply different parameters use

adapter specific parameters (dynamic configuration instead)

or just check if your structure is ok

then it will work

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

Hi Michal,

Tried your suggestion still same error.

Actually this adapter was working fine last week with out any errors and successfully sending mails... Also, there are no changes been made for this scenario. It suddenly stoped working now. Any other possible reasons why it is throwing UnknownHostException ?

Regards,

Sreenivas

Former Member
0 Kudos

Also

DId yuo check if any firewall/ antivirus s/w is preventing access??

regards

krishna