You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Barbaglia, Guido (ESTG)" <Gu...@fao.org> on 2008/10/24 12:08:35 UTC

[Axis2] - Production problem

Dear all,

     I'm developing an information system for FAO and I'm using Axis2 to
implement the data sharing between different instances of this
web-application.

     I've tested my Axis2 application on two machines (let's say A and B)
belonging to the same local network, and everything works very well. Then I
installed it on a production server C (with pubblic access and belonging to
the same network) and I tried to test the communication between A and C, but
I had connection timeout problem. It seems that node A did not accept the
connection within timeout of xyz ms from the node C.

     This sounds very strange to me because the application works very well
between A and B, while I have timeout problems between the production server
C and my fake nodes A and B. Here is my stacktrace:

- Unable to sendViaPost to
url[http://168.202.106.184:8080/fenix-services/services/CommunicationModuleSe
rvice]
org.apache.commons.httpclient.ConnectTimeoutException: The host did not
accept the connection within timeout of 60000 ms
    at
org.apache.commons.httpclient.protocol.ReflectionSocketFactory.createSocket(R
eflectionSocketFactory.java:154)
    at
org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSoc
ket(DefaultProtocolSocketFactory.java:124)
    at
org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:706)
    at
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnecti
onAdapter.open(MultiThreadedHttpConnectionManager.java:1321)
    at
org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodD
irector.java:386)
    at
org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDire
ctor.java:170)
    at
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396)
    at
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346)
    at
org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTP
Sender.java:520)
    at
org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:191)
    at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:77)
    at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCo
mmons(CommonsHTTPTransportSender.java:327)
    at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTP
TransportSender.java:206)
    at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:396)
    at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation
.java:374)
    at
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOp
eration.java:211)
    at
org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
    at
org.fao.fenix.web.modules.communication.server.CommunicationServiceImpl.downl
oadResource(CommunicationServiceImpl.java:345)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.
java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUt
ils.java:310)
    at
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(
ReflectiveMethodInvocation.java:182)
    at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Reflecti
veMethodInvocation.java:149)
    at
org.springframework.security.intercept.method.aopalliance.MethodSecurityInter
ceptor.invoke(MethodSecurityInterceptor.java:66)
    at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Reflecti
veMethodInvocation.java:171)
    at
org.springmodules.cache.interceptor.flush.AbstractFlushingInterceptor.invoke(
AbstractFlushingInterceptor.java:153)
    at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Reflecti
veMethodInvocation.java:171)
    at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProx
y.java:204)
    at $Proxy42.downloadResource(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.
java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at
org.gwtwidgets.server.spring.GWTRPCServiceExporter.invokeMethodOnService(GWTR
PCServiceExporter.java:148)
    at
org.gwtwidgets.server.spring.GWTRPCServiceExporter.processCall(GWTRPCServiceE
xporter.java:298)
    at
com.google.gwt.user.server.rpc.RemoteServiceServlet.doPost(RemoteServiceServl
et.java:86)
    at
org.gwtwidgets.server.spring.GWTRPCServiceExporter.handleRequest(GWTRPCServic
eExporter.java:363)
    at
org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter.handle(HttpRequ
estHandlerAdapter.java:49)
    at
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServle
t.java:875)
    at
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet
.java:809)
    at
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServ
let.java:571)
    at
org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java
:511)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationF
ilterChain.java:290)
    at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCha
in.java:206)
    at
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilte
r(FilterChainProxy.java:359)
    at
org.springframework.security.intercept.web.FilterSecurityInterceptor.invoke(F
ilterSecurityInterceptor.java:109)
    at
org.springframework.security.intercept.web.FilterSecurityInterceptor.doFilter
(FilterSecurityInterceptor.java:83)
    at
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilte
r(FilterChainProxy.java:371)
    at
org.springframework.security.ui.SessionFixationProtectionFilter.doFilterHttp(
SessionFixationProtectionFilter.java:67)
    at
org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityF
ilter.java:53)
    at
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilte
r(FilterChainProxy.java:371)
    at
org.springframework.security.ui.ExceptionTranslationFilter.doFilterHttp(Excep
tionTranslationFilter.java:101)
    at
org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityF
ilter.java:53)
    at
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilte
r(FilterChainProxy.java:371)
    at
org.springframework.security.providers.anonymous.AnonymousProcessingFilter.do
FilterHttp(AnonymousProcessingFilter.java:105)
    at
org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityF
ilter.java:53)
    at
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilte
r(FilterChainProxy.java:371)
    at
org.springframework.security.wrapper.SecurityContextHolderAwareRequestFilter.
doFilterHttp(SecurityContextHolderAwareRequestFilter.java:91)
    at
org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityF
ilter.java:53)
    at
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilte
r(FilterChainProxy.java:371)
    at
org.springframework.security.context.HttpSessionContextIntegrationFilter.doFi
lterHttp(HttpSessionContextIntegrationFilter.java:235)
    at
org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityF
ilter.java:53)
    at
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilte
r(FilterChainProxy.java:371)
    at
org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.
java:174)
    at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(Delegatin
gFilterProxy.java:236)
    at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilte
rProxy.java:167)
    at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationF
ilterChain.java:235)
    at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCha
in.java:206)
    at
org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter.doFilterInt
ernal(OpenEntityManagerInViewFilter.java:112)
    at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFi
lter.java:76)
    at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationF
ilterChain.java:235)
    at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCha
in.java:206)
    at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.jav
a:233)
    at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.jav
a:175)
    at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
    at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:
109)
    at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
    at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
    at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http1
1Protocol.java:584)
    at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    at java.lang.Thread.run(Thread.java:619)
Caused by: java.net.SocketTimeoutException: connect timed out
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    at java.net.Socket.connect(Socket.java:518)
    at sun.reflect.GeneratedMethodAccessor111.invoke(Unknown Source)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.
java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at
org.apache.commons.httpclient.protocol.ReflectionSocketFactory.createSocket(R
eflectionSocketFactory.java:139)
    ... 85 more
org.apache.axis2.AxisFault: The host did not accept the connection within
timeout of 60000 ms
    at org.apache.axis2.AxisFault.makeFault(AxisFault.java:417)
    at
org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:195)
    at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:77)
    at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCo
mmons(CommonsHTTPTransportSender.java:327)
    at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTP
TransportSender.java:206)
    at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:396)
    at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation
.java:374)
    at
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOp
eration.java:211)
    at
org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
    at
org.fao.fenix.web.modules.communication.server.CommunicationServiceImpl.downl
oadResource(CommunicationServiceImpl.java:345)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.
java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUt
ils.java:310)
    at
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(
ReflectiveMethodInvocation.java:182)
    at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Reflecti
veMethodInvocation.java:149)
    at
org.springframework.security.intercept.method.aopalliance.MethodSecurityInter
ceptor.invoke(MethodSecurityInterceptor.java:66)
    at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Reflecti
veMethodInvocation.java:171)
    at
org.springmodules.cache.interceptor.flush.AbstractFlushingInterceptor.invoke(
AbstractFlushingInterceptor.java:153)
    at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Reflecti
veMethodInvocation.java:171)
    at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProx
y.java:204)
    at $Proxy42.downloadResource(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.
java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at
org.gwtwidgets.server.spring.GWTRPCServiceExporter.invokeMethodOnService(GWTR
PCServiceExporter.java:148)
    at
org.gwtwidgets.server.spring.GWTRPCServiceExporter.processCall(GWTRPCServiceE
xporter.java:298)
    at
com.google.gwt.user.server.rpc.RemoteServiceServlet.doPost(RemoteServiceServl
et.java:86)
    at
org.gwtwidgets.server.spring.GWTRPCServiceExporter.handleRequest(GWTRPCServic
eExporter.java:363)
    at
org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter.handle(HttpRequ
estHandlerAdapter.java:49)
    at
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServle
t.java:875)
    at
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet
.java:809)
    at
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServ
let.java:571)
    at
org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java
:511)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationF
ilterChain.java:290)
    at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCha
in.java:206)
    at
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilte
r(FilterChainProxy.java:359)
    at
org.springframework.security.intercept.web.FilterSecurityInterceptor.invoke(F
ilterSecurityInterceptor.java:109)
    at
org.springframework.security.intercept.web.FilterSecurityInterceptor.doFilter
(FilterSecurityInterceptor.java:83)
    at
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilte
r(FilterChainProxy.java:371)
    at
org.springframework.security.ui.SessionFixationProtectionFilter.doFilterHttp(
SessionFixationProtectionFilter.java:67)
    at
org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityF
ilter.java:53)
    at
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilte
r(FilterChainProxy.java:371)
    at
org.springframework.security.ui.ExceptionTranslationFilter.doFilterHttp(Excep
tionTranslationFilter.java:101)
    at
org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityF
ilter.java:53)
    at
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilte
r(FilterChainProxy.java:371)
    at
org.springframework.security.providers.anonymous.AnonymousProcessingFilter.do
FilterHttp(AnonymousProcessingFilter.java:105)
    at
org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityF
ilter.java:53)
    at
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilte
r(FilterChainProxy.java:371)
    at
org.springframework.security.wrapper.SecurityContextHolderAwareRequestFilter.
doFilterHttp(SecurityContextHolderAwareRequestFilter.java:91)
    at
org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityF
ilter.java:53)
    at
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilte
r(FilterChainProxy.java:371)
    at
org.springframework.security.context.HttpSessionContextIntegrationFilter.doFi
lterHttp(HttpSessionContextIntegrationFilter.java:235)
    at
org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityF
ilter.java:53)
    at
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilte
r(FilterChainProxy.java:371)
    at
org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.
java:174)
    at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(Delegatin
gFilterProxy.java:236)
    at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilte
rProxy.java:167)
    at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationF
ilterChain.java:235)
    at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCha
in.java:206)
    at
org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter.doFilterInt
ernal(OpenEntityManagerInViewFilter.java:112)
    at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFi
lter.java:76)
    at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationF
ilterChain.java:235)
    at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCha
in.java:206)
    at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.jav
a:233)
    at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.jav
a:175)
    at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
    at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:
109)
    at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
    at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
    at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http1
1Protocol.java:584)
    at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    at java.lang.Thread.run(Thread.java:619)
Caused by: org.apache.commons.httpclient.ConnectTimeoutException: The host
did not accept the connection within timeout of 60000 ms
    at
org.apache.commons.httpclient.protocol.ReflectionSocketFactory.createSocket(R
eflectionSocketFactory.java:154)
    at
org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSoc
ket(DefaultProtocolSocketFactory.java:124)
    at
org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:706)
    at
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnecti
onAdapter.open(MultiThreadedHttpConnectionManager.java:1321)
    at
org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodD
irector.java:386)
    at
org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDire
ctor.java:170)
    at
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396)
    at
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346)
    at
org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTP
Sender.java:520)
    at
org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:191)
    ... 76 more
Caused by: java.net.SocketTimeoutException: connect timed out
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    at java.net.Socket.connect(Socket.java:518)
    at sun.reflect.GeneratedMethodAccessor111.invoke(Unknown Source)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.
java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at
org.apache.commons.httpclient.protocol.ReflectionSocketFactory.createSocket(R
eflectionSocketFactory.java:139)
    ... 85 more

     These nodes all belongs to the same network and all the firewall doors
are open for all of them, which could be the problem?


Thanks in advance
-- 
Guido Barbaglia
Global Information and Early Warning System (ESTG), Room D817
Food and Agriculture Organization of the United Nations
Viale delle Terme di Caracalla, 00100 Rome, Italy
E-mail: guido.barbaglia@fao.org
Telephone: +39 06 570 54983




---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


RE: [Axis2] - Production problem

Posted by "Barbaglia, Guido (ESTG)" <Gu...@fao.org>.
Yes I can, it's the same network and I use to access A, B and C for testing,
so I can reach all of them.



-----Original Message-----
From:	Markus Tost [mailto:da_mepper@gmx.net]
Sent:	Fri 10/24/2008 1:45 PM
To:	axis-user@ws.apache.org
Cc:	
Subject:	Re: [Axis2] - Production problem

Hi Guido,

your service running on production server isn't able to connect to a 
local service? Maybe the ports are not open for connection from 
production area to your local network? I know, it's the same network, 
you said. Is it really?

Are you able to reach ip:port of A from C manually?

Thanks.
Markus




Barbaglia, Guido (ESTG) schrieb:
> Each node has send/receive capabilities, so the service is running on every
> node. But I have the "did not accept connection" error even with a simple
> ping service. I've checked the network configuration and everything seems
ok,
> moreover all the 'nodes' belong to the same network, the only difference
with
> node C is that it can be accessed by external browsers.
>
> If I try a ping or resources exchange between A and B (my development
> laptops) everything works fine, when I try the same between A/B and C
(which
> has its own installation with the same software) things fail...
>
> I've tried to increase the timeout but the problem is the same.
>
> What can I try?
>
>
> Best regards
> Guido Barbaglia
>
>
>
> -----Original Message-----
> From:	Michele Mazzucco [mailto:Michele.Mazzucco@ncl.ac.uk]
> Sent:	Fri 10/24/2008 12:55 PM
> To:	axis-user@ws.apache.org
> Cc:	
> Subject:	Re: [Axis2] - Production problem
>
> Guido,
>
>
> On 24 Oct 2008, at 11:08, Barbaglia, Guido (ESTG) wrote:
>
>   
>>  I've tested my Axis2 application on two machines (let's say A and B)
>> belonging to the same local network, and everything works very  
>> well. Then I
>> installed it on a production server C (with pubblic access and  
>> belonging to
>> the same network) and I tried to test the communication between A  
>> and C, but
>> I had connection timeout problem. It seems that node A did not  
>> accept the
>> connection within timeout of xyz ms from the node C.
>>     
>
> isn't your service running on node C? If so, why did you state "it  
> seems that node A did not accept the connection..."?
> BTW, could it be a firewall/proxy/network configuration issue?
>
>
>
> Michele
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org





---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: [Axis2] - Production problem

Posted by Markus Tost <da...@gmx.net>.
Hi Guido,

your service running on production server isn't able to connect to a 
local service? Maybe the ports are not open for connection from 
production area to your local network? I know, it's the same network, 
you said. Is it really?

Are you able to reach ip:port of A from C manually?

Thanks.
Markus




Barbaglia, Guido (ESTG) schrieb:
> Each node has send/receive capabilities, so the service is running on every
> node. But I have the "did not accept connection" error even with a simple
> ping service. I've checked the network configuration and everything seems ok,
> moreover all the 'nodes' belong to the same network, the only difference with
> node C is that it can be accessed by external browsers.
>
> If I try a ping or resources exchange between A and B (my development
> laptops) everything works fine, when I try the same between A/B and C (which
> has its own installation with the same software) things fail...
>
> I've tried to increase the timeout but the problem is the same.
>
> What can I try?
>
>
> Best regards
> Guido Barbaglia
>
>
>
> -----Original Message-----
> From:	Michele Mazzucco [mailto:Michele.Mazzucco@ncl.ac.uk]
> Sent:	Fri 10/24/2008 12:55 PM
> To:	axis-user@ws.apache.org
> Cc:	
> Subject:	Re: [Axis2] - Production problem
>
> Guido,
>
>
> On 24 Oct 2008, at 11:08, Barbaglia, Guido (ESTG) wrote:
>
>   
>>  I've tested my Axis2 application on two machines (let's say A and B)
>> belonging to the same local network, and everything works very  
>> well. Then I
>> installed it on a production server C (with pubblic access and  
>> belonging to
>> the same network) and I tried to test the communication between A  
>> and C, but
>> I had connection timeout problem. It seems that node A did not  
>> accept the
>> connection within timeout of xyz ms from the node C.
>>     
>
> isn't your service running on node C? If so, why did you state "it  
> seems that node A did not accept the connection..."?
> BTW, could it be a firewall/proxy/network configuration issue?
>
>
>
> Michele
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


RE: [Axis2] - Production problem

Posted by "Barbaglia, Guido (ESTG)" <Gu...@fao.org>.
Each node has send/receive capabilities, so the service is running on every
node. But I have the "did not accept connection" error even with a simple
ping service. I've checked the network configuration and everything seems ok,
moreover all the 'nodes' belong to the same network, the only difference with
node C is that it can be accessed by external browsers.

If I try a ping or resources exchange between A and B (my development
laptops) everything works fine, when I try the same between A/B and C (which
has its own installation with the same software) things fail...

I've tried to increase the timeout but the problem is the same.

What can I try?


Best regards
Guido Barbaglia



-----Original Message-----
From:	Michele Mazzucco [mailto:Michele.Mazzucco@ncl.ac.uk]
Sent:	Fri 10/24/2008 12:55 PM
To:	axis-user@ws.apache.org
Cc:	
Subject:	Re: [Axis2] - Production problem

Guido,


On 24 Oct 2008, at 11:08, Barbaglia, Guido (ESTG) wrote:

>  I've tested my Axis2 application on two machines (let's say A and B)
> belonging to the same local network, and everything works very  
> well. Then I
> installed it on a production server C (with pubblic access and  
> belonging to
> the same network) and I tried to test the communication between A  
> and C, but
> I had connection timeout problem. It seems that node A did not  
> accept the
> connection within timeout of xyz ms from the node C.

isn't your service running on node C? If so, why did you state "it  
seems that node A did not accept the connection..."?
BTW, could it be a firewall/proxy/network configuration issue?



Michele



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org





---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: [Axis2] - Production problem

Posted by Michele Mazzucco <Mi...@ncl.ac.uk>.
Guido,


On 24 Oct 2008, at 11:08, Barbaglia, Guido (ESTG) wrote:

>  I've tested my Axis2 application on two machines (let's say A and B)
> belonging to the same local network, and everything works very  
> well. Then I
> installed it on a production server C (with pubblic access and  
> belonging to
> the same network) and I tried to test the communication between A  
> and C, but
> I had connection timeout problem. It seems that node A did not  
> accept the
> connection within timeout of xyz ms from the node C.

isn't your service running on node C? If so, why did you state "it  
seems that node A did not accept the connection..."?
BTW, could it be a firewall/proxy/network configuration issue?



Michele



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org