Posted: Fri Apr 20, 2012 3:16 am Post subject: Broker is not recognizing EmailServer configurable service
Newbie
Joined: 24 Sep 2004 Posts: 6 Location: Kolkata, India
Broker is not recognizing the user defined EmailServer configurable service (EmailSvc). When I am giving the email server host name, EmailOutput node is able to send emails. But when I am giving the EmailServer configurable service name as SMTP server, then it is throwing exception mentioning "Unknown SMTP host: EmailSvc". The Broker is treating the service name as SMTP host name instead of the SMTP host name mentioned in the configurable service EmailSvc.
I have restarted the Broker multiple times but no improvement. Can anyone tell me what may be the reason for not recognizing the EmailServer configurable service.
Environment:
Broker - v7.0.0.3
OS - Windown XP SP3 and AIX v6
Exception:
ExceptionList
RecoverableException
File:CHARACTER:F:\build\S700_P\src\DataFlowEngine\ImbDataFlowNode.cpp
Line:INTEGER:1073
Function:CHARACTER:ImbDataFlowNode::createExceptionList
Type:CHARACTER:ComIbmEmailOutputNode
Name:CHARACTER:TEST_EMAIL_MF#FCMComposite_1_3
Label:CHARACTER:TEST_EMAIL_MF.Email Output
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:2230
Text:CHARACTER:Node throwing exception
RecoverableException
File:CHARACTER:MbErrorHandler.java
Line:INTEGER:137
Function:CHARACTER:sendBasicEmail()
Type:CHARACTER:
Name:CHARACTER:
Label:CHARACTER:
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:4459
Text:CHARACTER:Exception sending email
Insert
Type:INTEGER:5
Text:CHARACTER:com.ibm.broker.emailnodes.EmailOutputNode : javax.mail.MessagingException: Unknown SMTP host: EmailSvc;
nested exception is:
java.net.UnknownHostException: EmailSvc
at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1280)
at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
at javax.mail.Service.connect(Service.java:275)
at javax.mail.Service.connect(Service.java:156)
at javax.mail.Service.connect(Service.java:105)
at com.ibm.broker.emailnodes.EmailOutputNode.sendMail(EmailOutputNode.java:443)
at com.ibm.broker.emailnodes.EmailOutputNode.sendBasicEmail(EmailOutputNode.java:480)
at com.ibm.broker.emailnodes.EmailOutputNode.sendData(EmailOutputNode.java:358)
at com.ibm.broker.plugin.MbOutputTemplateNode.sendData(MbOutputTemplateNode.java:47)
Caused by: java.net.UnknownHostException: EmailSvc
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:227)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:377)
at java.net.Socket.connect(Socket.java:539)
at java.net.Socket.connect(Socket.java:488)
at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:232)
at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:189)
at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1250)
... 8 more
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum