Unable to connect to SMTP server - why?

Recently, we have installed Service Pack 1 on ES2 server. The version is now 9.0.0.1

This SP is applied on the TEST environment and tested. We have configured for e-mail service; However, the Messaging component throws an exception:

Unable to connect to the SMTP server. The same e-mail server is used by the PROD that works well. (SP1 is not installed on PROD)

Does someone facing similar issue? Is this due to the installation of SP1?

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:4 33)

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.jav one: 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 (RequestInterceptor ChainImpl.java:60)
2010-07-11 09:12:38, 583 ERROR [STDERR] at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept (DocumentPassi vationInterceptor.java:53)
2010-07-11 09:12:38, 583 ERROR [STDERR] at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed (RequestInterceptor ChainImpl.java:60)
2010-07-11 09:12:38, 583 ERROR [STDERR] at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$ 1.doInTransaction (Transa ctionInterceptor.java:74)
2010-07-11 09:12:38, 583 ERROR [STDERR] at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute (EjbTr ansactionCMTAdapterBean.java:357)
2010-07-11 09:12:38, 583 ERROR [STDERR] at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports (Ej bTransactionCMTAdapterBean.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 (StatelessSessionConta iner.java:237)
2010-07-11 09:12:38, 583 ERROR [STDERR] at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke (CachedConnectionI nterceptor.java:158)
2010-07-11 09:12:38, 583 ERROR [STDERR] at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke (StatelessSessionInstance Interceptor.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 (EjbTransactionProvi der.java:104)
2010-07-11 09:12:38, 584 ERROR [STDERR] at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept (TransactionInt erceptor.java:72)
2010-07-11 09:12:38, 584 ERROR [STDERR] at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed (RequestInterceptor ChainImpl.java:60)
2010-07-11 09:12:38, 584 ERROR [STDERR] at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept (InvocationStra tegyInterceptor.java:55)
2010-07-11 09:12:38, 584 ERROR [STDERR] at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed (RequestInterceptor ChainImpl.java:60)
2010-07-11 09:12:38, 584 ERROR [STDERR] at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept (InvalidStateIntercep tor.java:37)
2010-07-11 09:12:38, 584 ERROR [STDERR] at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed (RequestInterceptor ChainImpl.java:60)
2010-07-11 09:12:38, 584 ERROR [STDERR] at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept (AuthorizationInterc eptor.java:188)
2010-07-11 09:12:38, 584 ERROR [STDERR] at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed (RequestInterceptor ChainImpl.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 (RequestInterceptor ChainImpl.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 (AbstractMessage Receiver.java:93)
2010-07-11 09:12:38, 585 ERROR [STDERR] at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend (VMMessageDispatcher.java:22 5)
2010-07-11 09:12:38, 585 ERROR [STDERR] at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send (AbstractMessageDispat dear .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 (RequestInterceptor ChainImpl.java:60)
2010-07-11 09:12:38, 585 ERROR [STDERR] at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept (DocumentPassi vationInterceptor.java:53)
2010-07-11 09:12:38, 585 ERROR [STDERR] at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed (RequestInterceptor ChainImpl.java:60)
2010-07-11 09:12:38, 585 ERROR [STDERR] at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$ 1.doInTransaction (Transa ctionInterceptor.java:74)
2010-07-11 09:12:38, 585 ERROR [STDERR] at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute (EjbTr ansactionCMTAdapterBean.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 (StatelessSessionConta iner.java:237)
2010-07-11 09:12:38, 585 ERROR [STDERR] at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke (CachedConnectionI nterceptor.java:158)
2010-07-11 09:12:38, 585 ERROR [STDERR] at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke (StatelessSessionInstance Interceptor.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 (EjbTransactionProvi der.java:143)
2010-07-11 09:12:38, 586 ERROR [STDERR] at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept (TransactionInt erceptor.java:72)
2010-07-11 09:12:38, 586 ERROR [STDERR] at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed (RequestInterceptor ChainImpl.java:60)
2010-07-11 09:12:38, 586 ERROR [STDERR] at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept (InvocationStra tegyInterceptor.java:55)
2010-07-11 09:12:38, 586 ERROR [STDERR] at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed (RequestInterceptor ChainImpl.java:60)
2010-07-11 09:12:38, 586 ERROR [STDERR] at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept (InvalidStateIntercep tor.java:37)
2010-07-11 09:12:38, 586 ERROR [STDERR] at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed (RequestInterceptor ChainImpl.java:60)
2010-07-11 09:12:38, 586 ERROR [STDERR] at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept (AuthorizationInterc eptor.java:188)
2010-07-11 09:12:38, 586 ERROR [STDERR] at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed (RequestInterceptor ChainImpl.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 (RequestInterceptor ChainImpl.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 (AbstractMessageReceiv er.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.j ava: 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.j ava: 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.j ava: 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.j ava: 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.ja goes: 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.ja goes: 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, ERROR 711 [com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker] an exception was thrown with the com.adobe.idp.dsc.email.ConnectionFailedException name message: unable to connect to the e-mail server: [email protected]. Reason: Could not connect to SMTP host: mofnexch.mofne.gov.bh, port: 25 during the EmailService sendWithDocument call and the service operation and no way fault proved be configured.

I saw the anti-virus settings, outgoing calls to port 25 blocking. Not on the mail server, but on the servers of the customer (trying to connect to port 25 of a mail server).

These settings may be different for the two servers, because it is set up on the installation of the antivirus client.

As test, just disable the antivirus on your test server.

Jasmine

Tags: Adobe LiveCycle

Similar Questions

  • Unable to connect to smtp server

    Thunderbird worked fine yesterday but when trying to send a message this morning it says it cannot connect to the smtp server and put my password that I did - but it makes no difference.

    Thunderbird continues to operate correctly on my wifes computer and if I connect to the blank media, I can send a message from there, but still my computer it will not send and I get the same error.

    I tried to restart my computer completely and thunderbird, but it makes no difference

    Okay people, there jujst started working again - what is happening here that my wife has sent all the morning OK but mine has just started a few minutes there are - and they are both the same SMTP!

  • Muse forms error (error: mail(): unable to connect to the server e-mail "localhost" port 25, verify your "SMTP")

    HIE

    I get this error when downloading my site on Azure

    Can I use forms in azure or I have to embeed HTML so that

    ﷯2 warnings

    Web server returned an unexpected error in PHP. Contact your Web host or administrator of the Web site on the configuration of PHP and mail. Error: mail(): unable to connect to the server e-mail "localhost" port 25, verify your "SMTP" and "smtp_port" in php.ini or use ini_set()

    PHP mail can be disabled or misconfigured web server. These forms can not send email. Contact your Web host or administrator of the Web site on the correct configuration of PHP mail.

    Rockinghudson you cannot use FTP to upload your site on Business Catalyst. You must use post it on the function of catalyst for business within the Muse. The code generated for Business Catalyst is different from the code that is generated when you use file > Upload FTP host or file > export as HTML... from capacity and generic hosting needs are different from those for Business Catalyst.

  • 'Unable to connect to the server' msg on Palm Pre to the IMAP e-mail server

    I am trying to connect to a server of Courier IMAP on my Palm Pre. It happens to be a Lotus Domino 7 server, but I don't think that is relevant, unless someone can suggest a better Protocol IMAP (don't want to use POP, because I want access to records). I was able to use it very well on my Palm 750 (Win Mobile) and now for the test, on Outlook Express as a Windows client, so I know that the IMAP server does not work correctly.

    On the Meadow, when I press the "Sign In" button at the bottom of the page of manual configuration of account, I always get the message:

    Error

    Unable to connect to the server

    I am able to sync the Pre with EAS system based on Zimbra to my business and my personal Google gmail account without any problem.

    On the Meadow, in the manual configuration of the account, I entered

    E-mail type: IMAP

    nom_ordinateur.nom_domaine.com

    user name [no @domain.com]

    password

    Port: 143

    Encryption: no

    [And yet once again, I know that the values that I have entered are correct, because I just enter values in Outlook Express and it worked fine.]

    He actually let me same hit "Sign in" until I set up outgoing mail server also (which seems weird and as a minor bug - it should let me retrieve messages, even if I don't have an available SMTP server to send responses). So, I also implemented the mail out with authentication server. I don't know I have a valid for sending SMTP system, but let's assume that is not related to the error, as I just want to do my incoming mail and be able to deposit in the IMAP folders respective, at least for now. I'll worry send later.

    Initially, I left the empty root folder option. I also tried to put a "/" (single, slash, ignore the quotation marks) in there. No effect.

    (Question on semi - the Pre does support multiple connections EE without getting confused? In general (on Win Mobile anyway), you can only have 1 per device. If it was an option on the Meadow, perhaps I could empty Domino in favour of another Exchange Server, but this would be a term much more time here, I hope with my IMAP question).

    Thanks for any help,

    Colin

    It seems that you need a smtp server configuration that is valid for the step of the link set.  In the test here, if the SMTP connection is refused/incorrect login it will not create the account (verified by looking at the packet stream, newspapers of IMAP connection fine, SMTP connection refused, account refused on the Meadow).

    So now, it seems that you need a valid SMTP server in order to create an account.

  • [RESOLVED by itself] Firefox Sync: unable to connect to the server for 12 hours now

    New installation of Windows 7 64 bit
    New installation of Firefox 28

    Is my sync configuration, enter the user, pass & recovery key.
    It hangs on the audit for more than five minutes.

    Then displays error: unable to connect to the server
    See the screenshots: http://i.gyazo.com/0d19d680eae937fa27ace5df59caaa5d.png

    This happened during the last 12 hours.

    The State of the system (https://services.mozilla.com/status) Says:
    "The Firefox Sync service is running normally.
    There is no known issues at this time. '

    I tried to disable the firewall and I use MS Security Essentials.

    Please advise?
    Thank you.

    This issue is resolved itself today.

  • Unable to connect to the servers of SnapChat. IOS 4.2.1. iPhone 3G. Error message: unable to connect to the server. Please try again later.

    Hello

    I can not connect to servers SnapChat

    IOS 4.2.1

    iPhone 3G

    Error message:

    Unable to connect to the server. Please try again later

    Thank you for your time and understanding.

    Hello!

    It seems that you can not use your SnapChat the way app which you should be. I would use the troubleshooting steps in the following article for third-party applications. You may well reach out to the developer if the problem is not solved by the article though:

    If an application you have installed unexpectedly closes, unresponsive, or does not open

    Thank you for using communities of Apple Support.

  • At the opening of some Web pages I get a msg 'unable to connect to the server', but it works very well in startup

    The last few days during the use of the internet, some Web pages will not be not open. I get a msg of error saying 'unable to connect to the server', but it works very well with other sites such as Facebook and YouTube.  This happens when I use Safari, Firefox and Chrome.  Yet if I'm in Safe Boot mode it works fine.  I exaggerate the App installed VPN and when I am in normal mode and connect to the VPN exaggeration, all Web pages work correctly. I searched the net for days trying to find a solution but nothing I tried worked.  I'm not very computer savvy either so don't know much of what I do with this technical stuff.  I emptied the caches, but that did not work.  Following the advice of an answer to another question on this forum that was similar to mine, I went into the Terminal and performed a diagnostic test.  I don't understand all the information in this essay so hope someone here can decipher. The report is quite long, but this is the beginning of the pasted below.  Help, please!

    The system version: OS X 10.11.1 (B 15, 42)

    Kernel version: Darwin 15.0.0

    Boot Mode: Normal

    Model: MacBookPro11, 1

    FileVault: on

    The System Diagnostics

    2016-04-13 desmoides crash

    2016-04-13 desmoides crash

    2016-04-13 desmoides crash

    2016-04-13 desmoides crash

    2016-04-13 desmoides crash

    2016-04-13 desmoides crash

    2016-04-13 desmoides crash

    2016-04-13 desmoides crash

    2016-04-13 desmoides crash

    2016-04-13 desmoides crash

    Diagnosis of the user

    2016-04-12 AssetCacheLocatorService crash

    Accident of GarageBand 2016-04-12

    Kernel messages

    Apr 12 15:34:15 AssertMacros: tmpData (value: 0x0), leader: /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleCredentialManager/AppleCre dentialManager-82.10.1/AppleCredentialManager/AppleCredentialManager.cpp, line: 765

    Apr 12 15:34:15 init: error getting of PHY_MODE; using MODE_UNKNOWN

    Apr 12 15:34:18 NTFS-fs warning (device/dev/disk0s4, pid 165): ntfs_system_inodes_get(): Windows is put into hibernation. Will not be able to get back on read-write. Run the chkdsk command.

    Apr 12 15:35:41 deal with iCoreService [94] taken causing excessive Awakenings. Awakenings (per second) rate: 520; Maximum rate (per second) Awakenings: 150; Observation period: 300 seconds; Life of the Awakenings of task number: 45019

    Apr 12 16:45:59, launchd process [1]-l' system of limitation of disabling i/o level

    Apr 12 16:45:59, launchd process [1] disable the CPU - the system-wide limit

    Apr 12 16:46:31 AssertMacros: tmpData (value: 0x0), leader: /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleCredentialManager/AppleCre dentialManager-82.10.1/AppleCredentialManager/AppleCredentialManager.cpp, line: 765

    Apr 12 16:46:31 init: error getting of PHY_MODE; using MODE_UNKNOWN

    Apr 12 16:46:33 NTFS-fs warning (device/dev/disk0s4, pid 155): ntfs_system_inodes_get(): Windows is put into hibernation. Will not be able to get back on read-write. Run the chkdsk command.

    Apr 12 16:47:52 iCoreService process [94] taken causing excessive Awakenings. Awakenings (per second) rate: 557; Maximum rate (per second) Awakenings: 150; Observation period: 300 seconds; Life of the Awakenings of task number: 45052

    12 apr 17:20:51 0xe00002db questioned the file opening error

    -the last message repeated 1 time.

    Apr 12 19:39:26 AssertMacros: tmpData (value: 0x0), leader: /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleCredentialManager/AppleCre dentialManager-82.10.1/AppleCredentialManager/AppleCredentialManager.cpp, line: 765

    Apr 12 19:39:26 init: error getting of PHY_MODE; using MODE_UNKNOWN

    Apr 12 19:39:28 NTFS-fs warning (device/dev/disk0s4, pid 158): ntfs_system_inodes_get(): Windows is put into hibernation. Will not be able to get back on read-write. Run the chkdsk command.

    Apr 12 19:40:49 deal with iCoreService [94] taken causing excessive Awakenings. Awakenings (per second) rate: 545; Maximum rate (per second) Awakenings: 150; Observation period: 300 seconds; Life of the Awakenings of task number: 45066

    Apr 12 20:46:58 launchd process [1]-l' system of limitation of disabling i/o level

    Apr 12 20:46:58 launchd process [1] disable the CPU - the system-wide limit

    Apr 12 20:47:21 AssertMacros: tmpData (value: 0x0), leader: /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleCredentialManager/AppleCre dentialManager-82.10.1/AppleCredentialManager/AppleCredentialManager.cpp, line: 765

    Apr 12 20:47:21 init: error getting of PHY_MODE; using MODE_UNKNOWN

    Apr 12 20:47:23 NTFS-fs warning (device/dev/disk0s4, pid 157): ntfs_system_inodes_get(): Windows is put into hibernation. Will not be able to get back on read-write. Run the chkdsk command.

    Apr 12 20:48:44 deal with iCoreService [94] taken causing excessive Awakenings. Awakenings (per second) rate: 545; Maximum rate (per second) Awakenings: 150; Observation period: 300 seconds; Life of the Awakenings of task number: 45476

    Apr 12 21:54:58 opening error 0xe00002db questioned the file

    -the last message repeated 3 times.

    Apr 13 01:42:49 deal with com.apple.WebKit [12265] wire 546051 caught fire CPU! He used more than 50% of the CPU (actual recent use: 93%) more than 180 seconds. Screw using the processor to life 90,030145 seconds, (89.468979, System 0.561166 user) information book: balance: 90000757669 credit: debit 90000757669: limit 0: 90000000000 period (50%): 180000000000 time since last filling (ns): 96164617988

    Hi AussieEgypt,

    Thank you for using communities Support from Apple.

    If a problem does not occur when it is started in safe mode, then you have already determined that the problem was isolated to a few 3rd party software running on your Mac.  Take a look at the information below to start with the removal of some elements of start-up and connection and see if the problem persists:

    Test your login items

    1. Choose the Apple menu > System Preferences, and then click users and groups.

    2. Click on your account under the current user name, and then click connection points.

      Make a list of the login items, you will need to remember later.

    3. Select all the elements of connection, and then click the button Delete .

    4. Choose the Apple menu > restart.

    5. If this solves the problem, reopen the preferences users and groups, add the elements of connection one at a time and restart your Mac after the addition of each of them.

      If the problem persists, follow the steps above to remove only the last element of connection that you added.

    OS X El Capitan: If you think you have incompatible connection points

    See you soon.

  • 'Unable to connect to the server' after updating to iOS 9.3

    After updating my iPhone 6 more for iOS 9.3 I get the message "unable to connect to the server. I can't connect to iCloud more!

    It's your phone antivirus. If you have an application like 'disconnect' you must remove it and then you can connect and reinstall.

  • Unable to connect to the server

    I have an officejet pro 8600plus. When I bought it, I have activated ePrint and registered my printer, but never used the feature. Since then, I updated from XP to windows 8.1, changed a router and connected the printer through a series of switches on a wired ethernet connection. A few days ago, I tried to use e print but received a message that I couldn't connect to the server.

    my printer prints fine, connects to each computer on my home network, I just upgraded the firmware with success to [personal information deleted]
    and yet, for more than three days, unable to connect to the server. I even deleted my account eprint printer, after changing his email successfully, but now I can not add new, I can't get the code because I can't activate the web plus services. I can scan from the printer to files network and all, but can't seem to activate eprint.

    can anyone help?

    Thank you

    Gill

    Hi the gills.

    Welcome to the HP Support forums.  I think since upgrade to 8.1 Windows and change your printer router cannot connect to web services to get the job of ePrint feature.

    Please define Manual of the printer an IP address manually and DNS servers. I've included a link to another post, I did it with the stages (including screenshots) how to do it.

  • Unable to connect to the server appleid in el capitan?

    Whenever I try to connect to the App Store, iTunes Store or iCloud, I get an error message unable to connect to the server appleid. This all started as soon as the upgrade to El Capitan on my Macbook Pro, that is in late 2011 with 16 GB of ram and 1 TB of hard drive. It was working fine before the upgrade.

    If the firewall is enabled, please disable it in the component of security & confidentiality of system preferences. First of all, you need to unlock the settings by clicking on the padlock icon and entering your administrator password.

  • How can I subscribe to nesgroups - get an error unable to connect to the server

    Attempted to subscribe to newsgroups, but get an error message - unable to connect to the server.  What I am doing wrong?

    msnews and msn newsservers and groups are gone.  There are a few free newsservers, such that news://nntp.aioe.org , but a pottery forum is empty.  There are also some newsservers that you can pay for.  You could try emailing somone who already contacted you in the other forums to see if they have suggestions and what they are doing in this regard.

    Steve

  • After a virus attack, I am unable to connect to the server from any client computer.

    I have a small net work in my house, and until yesterday, the network works well. MSSE has cleaned up win32 virus attack yesterday and here after that I am unable to connect to the server of customers while I was able to connect to server cleints. Infographic customer request user LRN & passwiord against which I entered the data from the server connection, but it displays the sdame error message. PL help someone who will be widely recognized.

    Thank you best regards &.

    Gandhi Prasad

    original title: connection from the Client to the network problem

    Hello

    Your question (Windows XP) is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the public Server on TechNet. Please post your question in the Windows Server Forum. You can follow the link to your question:

    http://social.technet.Microsoft.com/forums/en/category/WindowsServer/

  • After an attack of virus on the server, I am unable to connect to the server from any client computer.

    After an attack of virus on the server, I am unable to connect to the server from any client computer.

    I have a small net work in my house, and until yesterday, the network works well. MSSE clean virus win32 on my server attack yesterday and here after that I am unable to connect to the server of customers while I was able to connect to server cleints. I used MS Fixit widjows firewall and then problem determination after the Client computer request user name & against which I entered the login data, password but it displays the same error message.

    PL help someone who will be widely recognized.

    Thank you best regards &.

    Gandhi Prasad

    Hello

    Because the problem is with the server, I recommend you post this question in the TechNet forum.

    http://social.technet.Microsoft.com/forums/en-us/category/windowsxpitpro

  • Unable to connect to the server of Q10 blackBerry voice control

    as the title suggests, whenever I try to use the voice command it runs for about 20 seconds and then says: "unable to connect to the server of voice control.

    its been doing this all day, but worked well before that date.

    Ive done the usual battery pull but still the same but it now say that I have no wifi connection. ive never used wifi that shouldn't have anything to do with it.

    any ideas please.

    Well Yes, same here. everything works again.

  • Error network [10061]: unable to connect to the server

    Hello

    I use version 11.1.1.3 to Hyperion. I'm not able to start the Essbase Server services after you restart the server and get the error message below when trying to connect to the Regional service. Other Foundation services are running.


    Error:

    "Network error [10061]: unable to connect to the server." The customer has expired waiting to connect to Essbase Agent using the TCP/IP protocol. Check your network connections. Also, make sure that the values for server and port are correct. »

    Is this issue related to the corruption of Essbase security files? Please could you help me solve this problem.

    Thank you

    Michel K

    Yes... Essbase security file is corrupted. I have restored back file and be able to start the Essbase Server services.

    This is the second time I'm getting this question in the last week. Please could you let me know the reason of corruption of Essbase security files.

    Thank you

    Michel K

Maybe you are looking for