Expand my Community achievements bar.

SOLVED

Unable to connect to SMTP Server - Why?

Avatar

Level 10

Recently we installed Service Pack1 on ES2 server. Now the version is 9.0.0.1

This SP is applied on TEST environment and being tested. We have configured everything for the Email service; however, the Email component throws an exception:

Unable to connect to SMTP Server. The same Email Server is being used by PROD which works well. (SP1 is not installed on PROD)

Does anyone face similar issue? Is it due to the SP1 installation?

The complete log file is attached here.

2010-07-11 09:12:38,581 ERROR [STDERR] javax.mail.MessagingException: Could not connect to SMTP host: mofnexch.mofne.gov.bh, port: 25;
  nested exception is:
java.net.ConnectException: Connection refused: connect
2010-07-11 09:12:38,582 ERROR [STDERR]  at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1282)
2010-07-11 09:12:38,583 ERROR [STDERR]  at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
2010-07-11 09:12:38,583 ERROR [STDERR]  at javax.mail.Service.connect(Service.java:275)
2010-07-11 09:12:38,583 ERROR [STDERR]  at javax.mail.Service.connect(Service.java:156)
2010-07-11 09:12:38,583 ERROR [STDERR]  at com.adobe.idp.dsc.email.EmailServiceImpl.sendMessage(EmailServiceImpl.java:457)
2010-07-11 09:12:38,583 ERROR [STDERR]  at com.adobe.idp.dsc.email.EmailServiceImpl.sendWithMapOfAttachments(EmailServiceImpl.java:433)
2010-07-11 09:12:38,583 ERROR [STDERR]  at com.adobe.idp.dsc.email.EmailServiceImpl.sendWithDocument(EmailServiceImpl.java:344)
2010-07-11 09:12:38,583 ERROR [STDERR]  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2010-07-11 09:12:38,583 ERROR [STDERR]  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2010-07-11 09:12:38,583 ERROR [STDERR]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2010-07-11 09:12:38,583 ERROR [STDERR]  at java.lang.reflect.Method.invoke(Method.java:585)
2010-07-11 09:12:38,583 ERROR [STDERR]  at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.java:118)
2010-07-11 09:12:38,583 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor.java:140)
2010-07-11 09:12:38,583 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-07-11 09:12:38,583 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassivationInterceptor.java:53)
2010-07-11 09:12:38,583 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-07-11 09:12:38,583 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(TransactionInterceptor.java:74)
2010-07-11 09:12:38,583 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTransactionCMTAdapterBean.java:357)
2010-07-11 09:12:38,583 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(EjbTransactionCMTAdapterBean.java:227)
2010-07-11 09:12:38,583 ERROR [STDERR]  at sun.reflect.GeneratedMethodAccessor306.invoke(Unknown Source)
2010-07-11 09:12:38,583 ERROR [STDERR]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2010-07-11 09:12:38,583 ERROR [STDERR]  at java.lang.reflect.Method.invoke(Method.java:585)
2010-07-11 09:12:38,583 ERROR [STDERR]  at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
2010-07-11 09:12:38,583 ERROR [STDERR]  at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
2010-07-11 09:12:38,583 ERROR [STDERR]  at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
2010-07-11 09:12:38,583 ERROR [STDERR]  at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
2010-07-11 09:12:38,583 ERROR [STDERR]  at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
2010-07-11 09:12:38,583 ERROR [STDERR]  at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
2010-07-11 09:12:38,583 ERROR [STDERR]  at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)
2010-07-11 09:12:38,584 ERROR [STDERR]  at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
2010-07-11 09:12:38,584 ERROR [STDERR]  at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
2010-07-11 09:12:38,584 ERROR [STDERR]  at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
2010-07-11 09:12:38,584 ERROR [STDERR]  at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
2010-07-11 09:12:38,584 ERROR [STDERR]  at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
2010-07-11 09:12:38,584 ERROR [STDERR]  at org.jboss.ejb.Container.invoke(Container.java:960)
2010-07-11 09:12:38,584 ERROR [STDERR]  at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
2010-07-11 09:12:38,584 ERROR [STDERR]  at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
2010-07-11 09:12:38,584 ERROR [STDERR]  at $Proxy165.doSupports(Unknown Source)
2010-07-11 09:12:38,584 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvider.java:104)
2010-07-11 09:12:38,584 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInterceptor.java:72)
2010-07-11 09:12:38,584 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-07-11 09:12:38,584 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStrategyInterceptor.java:55)
2010-07-11 09:12:38,584 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-07-11 09:12:38,584 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateInterceptor.java:37)
2010-07-11 09:12:38,584 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-07-11 09:12:38,584 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterceptor.java:188)
2010-07-11 09:12:38,584 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-07-11 09:12:38,584 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
2010-07-11 09:12:38,584 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-07-11 09:12:38,584 ERROR [STDERR]  at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:115)
2010-07-11 09:12:38,585 ERROR [STDERR]  at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129)
2010-07-11 09:12:38,585 ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessageReceiver.java:93)
2010-07-11 09:12:38,585 ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:225)
2010-07-11 09:12:38,585 ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispatcher.java:66)
2010-07-11 09:12:38,585 ERROR [STDERR]  at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
2010-07-11 09:12:38,585 ERROR [STDERR]  at com.adobe.workflow.engine.PEUtil.invokeAction(PEUtil.java:885)
2010-07-11 09:12:38,585 ERROR [STDERR]  at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.transientInvoke(WorkflowDSCInvoker.java:347)
2010-07-11 09:12:38,585 ERROR [STDERR]  at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.invoke(WorkflowDSCInvoker.java:158)
2010-07-11 09:12:38,585 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor.java:140)
2010-07-11 09:12:38,585 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-07-11 09:12:38,585 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassivationInterceptor.java:53)
2010-07-11 09:12:38,585 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-07-11 09:12:38,585 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(TransactionInterceptor.java:74)
2010-07-11 09:12:38,585 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTransactionCMTAdapterBean.java:357)
2010-07-11 09:12:38,585 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doRequiresNew(EjbTransactionCMTAdapterBean.java:299)
2010-07-11 09:12:38,585 ERROR [STDERR]  at sun.reflect.GeneratedMethodAccessor215.invoke(Unknown Source)
2010-07-11 09:12:38,585 ERROR [STDERR]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2010-07-11 09:12:38,585 ERROR [STDERR]  at java.lang.reflect.Method.invoke(Method.java:585)
2010-07-11 09:12:38,585 ERROR [STDERR]  at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
2010-07-11 09:12:38,585 ERROR [STDERR]  at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
2010-07-11 09:12:38,585 ERROR [STDERR]  at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
2010-07-11 09:12:38,585 ERROR [STDERR]  at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
2010-07-11 09:12:38,585 ERROR [STDERR]  at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
2010-07-11 09:12:38,585 ERROR [STDERR]  at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
2010-07-11 09:12:38,585 ERROR [STDERR]  at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:404)
2010-07-11 09:12:38,585 ERROR [STDERR]  at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
2010-07-11 09:12:38,585 ERROR [STDERR]  at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
2010-07-11 09:12:38,586 ERROR [STDERR]  at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
2010-07-11 09:12:38,586 ERROR [STDERR]  at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
2010-07-11 09:12:38,586 ERROR [STDERR]  at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
2010-07-11 09:12:38,586 ERROR [STDERR]  at org.jboss.ejb.Container.invoke(Container.java:960)
2010-07-11 09:12:38,586 ERROR [STDERR]  at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
2010-07-11 09:12:38,586 ERROR [STDERR]  at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
2010-07-11 09:12:38,586 ERROR [STDERR]  at $Proxy165.doRequiresNew(Unknown Source)
2010-07-11 09:12:38,586 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvider.java:143)
2010-07-11 09:12:38,586 ERROR [STDERR]  at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInterceptor.java:72)
2010-07-11 09:12:38,586 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-07-11 09:12:38,586 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStrategyInterceptor.java:55)
2010-07-11 09:12:38,586 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-07-11 09:12:38,586 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateInterceptor.java:37)
2010-07-11 09:12:38,586 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-07-11 09:12:38,586 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterceptor.java:188)
2010-07-11 09:12:38,586 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-07-11 09:12:38,586 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
2010-07-11 09:12:38,586 ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
2010-07-11 09:12:38,586 ERROR [STDERR]  at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:115)
2010-07-11 09:12:38,586 ERROR [STDERR]  at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129)
2010-07-11 09:12:38,586 ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.invoke(AbstractMessageReceiver.java:329)
2010-07-11 09:12:38,586 ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invokeCall(SoapSdkEndpoint.java:139)
2010-07-11 09:12:38,586 ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invoke(SoapSdkEndpoint.java:81)
2010-07-11 09:12:38,586 ERROR [STDERR]  at sun.reflect.GeneratedMethodAccessor308.invoke(Unknown Source)
2010-07-11 09:12:38,586 ERROR [STDERR]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2010-07-11 09:12:38,586 ERROR [STDERR]  at java.lang.reflect.Method.invoke(Method.java:585)
2010-07-11 09:12:38,586 ERROR [STDERR]  at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397)
2010-07-11 09:12:38,586 ERROR [STDERR]  at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
2010-07-11 09:12:38,587 ERROR [STDERR]  at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
2010-07-11 09:12:38,587 ERROR [STDERR]  at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
2010-07-11 09:12:38,587 ERROR [STDERR]  at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
2010-07-11 09:12:38,587 ERROR [STDERR]  at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
2010-07-11 09:12:38,587 ERROR [STDERR]  at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454)
2010-07-11 09:12:38,587 ERROR [STDERR]  at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
2010-07-11 09:12:38,587 ERROR [STDERR]  at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)
2010-07-11 09:12:38,587 ERROR [STDERR]  at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
2010-07-11 09:12:38,587 ERROR [STDERR]  at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
2010-07-11 09:12:38,587 ERROR [STDERR]  at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
2010-07-11 09:12:38,587 ERROR [STDERR]  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
2010-07-11 09:12:38,587 ERROR [STDERR]  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
2010-07-11 09:12:38,587 ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.soap.axis.InvocationFilter.doFilter(InvocationFilter.java:43)
2010-07-11 09:12:38,587 ERROR [STDERR]  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
2010-07-11 09:12:38,587 ERROR [STDERR]  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
2010-07-11 09:12:38,587 ERROR [STDERR]  at com.adobe.idp.um.auth.filter.CSRFFilter.doFilter(CSRFFilter.java:41)
2010-07-11 09:12:38,587 ERROR [STDERR]  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
2010-07-11 09:12:38,587 ERROR [STDERR]  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
2010-07-11 09:12:38,587 ERROR [STDERR]  at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
2010-07-11 09:12:38,587 ERROR [STDERR]  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
2010-07-11 09:12:38,587 ERROR [STDERR]  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
2010-07-11 09:12:38,587 ERROR [STDERR]  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
2010-07-11 09:12:38,587 ERROR [STDERR]  at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
2010-07-11 09:12:38,587 ERROR [STDERR]  at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
2010-07-11 09:12:38,587 ERROR [STDERR]  at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
2010-07-11 09:12:38,587 ERROR [STDERR]  at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
2010-07-11 09:12:38,587 ERROR [STDERR]  at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
2010-07-11 09:12:38,587 ERROR [STDERR]  at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
2010-07-11 09:12:38,587 ERROR [STDERR]  at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
2010-07-11 09:12:38,587 ERROR [STDERR]  at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
2010-07-11 09:12:38,588 ERROR [STDERR]  at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
2010-07-11 09:12:38,588 ERROR [STDERR]  at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
2010-07-11 09:12:38,588 ERROR [STDERR]  at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
2010-07-11 09:12:38,588 ERROR [STDERR]  at java.lang.Thread.run(Thread.java:595)
2010-07-11 09:12:38,589 ERROR [STDERR] Caused by: java.net.ConnectException: Connection refused: connect
2010-07-11 09:12:38,589 ERROR [STDERR]  at java.net.PlainSocketImpl.socketConnect(Native Method)
2010-07-11 09:12:38,589 ERROR [STDERR]  at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
2010-07-11 09:12:38,589 ERROR [STDERR]  at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
2010-07-11 09:12:38,589 ERROR [STDERR]  at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
2010-07-11 09:12:38,589 ERROR [STDERR]  at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
2010-07-11 09:12:38,589 ERROR [STDERR]  at java.net.Socket.connect(Socket.java:520)
2010-07-11 09:12:38,589 ERROR [STDERR]  at java.net.Socket.connect(Socket.java:470)
2010-07-11 09:12:38,589 ERROR [STDERR]  at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:232)
2010-07-11 09:12:38,589 ERROR [STDERR]  at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:189)
2010-07-11 09:12:38,589 ERROR [STDERR]  at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1250)
2010-07-11 09:12:38,589 ERROR [STDERR]  ... 138 more
2010-07-11 09:12:38,711 ERROR [com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker] An exception was thrown with name com.adobe.idp.dsc.email.ConnectionFailedException message:Failed to connect to email server:
mffinid@mofnexch.mofne.gov.bh. Reason: Could not connect to SMTP host: mofnexch.mofne.gov.bh, port: 25 while invoking service EmailService and operation sendWithDocument and no fault routes were found to be configured.

1 Accepted Solution

Avatar

Correct answer by
Level 10

I've seen antivirus settings blocking outgoing calls to port 25. Not on the mail server but on the client's servers (trying to connect to port 25 of a mail server).

These settings can be different for both servers since it's configured on the client antivirus installation.

As a test, just turn the antivirus off on your test server.

Jasmin

View solution in original post

9 Replies

Avatar

Level 10

Can you ping mofnexch.mofne.gov.bh on your test server?

Was that test server working before you installed SP1?

Jasmin

Avatar

Level 10

Can you pinmofnexch.mofne.gov.bh on your test server?  Yes, I'm able to ping from TEST server

Was that test server working before you installed SP1? 

I am not sure because, we recently installed this test server after a couple of weeks we applied SP1

-Nith

Avatar

Level 10

Are you using a different user to make the connection?

Jasmin

Avatar

Level 10

Hi Jasmin,

The user account is same one which is used to connect from PROD to MOFNEXCH

I even tried with a number of other valid accounts. Still no luck

Nith

Avatar

Level 10

Are they the same OS?

Also I've seen instances where the antivirus would block access to port 25. Are the antivirus settings the same on both machines?

Jasmin

Avatar

Level 10

Yes, Same OS (Windows 2008 R2 Server).

The port 25 points to the Email server and not TEST or PROD. Am I correct?

If so, if the antivirus is installed on Email server, it should block both TEST & PROD. I don't know why just TEST is not working.

Nith

Avatar

Correct answer by
Level 10

I've seen antivirus settings blocking outgoing calls to port 25. Not on the mail server but on the client's servers (trying to connect to port 25 of a mail server).

These settings can be different for both servers since it's configured on the client antivirus installation.

As a test, just turn the antivirus off on your test server.

Jasmin

Avatar

Level 10

You are correct Jasmin!

After disabling the Antivirus, it works fine

Thanks a lot..

Nith

Avatar

Level 10

For example I can block my machine from accessing any port 25 on any server if I create a rule in my antivirus.

AntiVirus.jpg

Jasmin