Re: Error encountered while executing a Web Service : ; nested exception is: java.net.ConnectException: A remote host refused an attempted connect operation. (ARERR 9130)

2011-09-20 Thread DDussie
Please help, The firewall team sees no traffic being dropped or even getting to to firewall. Port 8080 is open, i'm able to telnet 8080 (the firewall team see that traffic) Server port mapped 59200. URL: http://test1:8080/schange/webservices?wsdl When I authenticate local and run the above

Re: Error encountered while executing a Web Service : ; nested exception is: java.net.ConnectException: A remote host refused an attempted connect operation. (ARERR 9130)

2011-09-15 Thread Misi Mladoniczky
Hi, Apparently the tcp-port you are connecting to rejects the connection. Or you may have a firewall in between that prevents connection. This can have various reasons. Try doing a telnet to the host/port from both the server and your pc. The actual http://service:port/etc...; will tell you

Re: Error encountered while executing a Web Service : ; nested exception is: java.net.ConnectException: A remote host refused an attempted connect operation. (ARERR 9130)

2011-09-15 Thread DDussie
Thank Misi, There are 2 firewalls. We opened port 8080 not 80. We will try. $telnet servername 8080 Trying... Connected to servername. Escape character is '^]'. 2011-09-14 19:06:36,880 ERROR [pool-2-thread-5] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) -

Re: Error encountered while executing a Web Service : ; nested exception is: java.net.ConnectException: A remote host refused an attempted connect operation. (ARERR 9130)

2011-09-15 Thread DDussie
Thank Misi, the url in filter .. so open port 8080 is correct. http://10.110.26.51:8080/test/webservices?wsdl There are 2 firewalls. We opened port 8080 not 80. The firewall team. so no hits against the firewall between the ARServer to the Application Server the WDSL is attempting to send data

Re: Error encountered while executing a Web Service : ; nested exception is: java.net.ConnectException: A remote host refused an attempted connect operation. (ARERR 9130)

2011-09-15 Thread DDussie
All the relevant ports are opening. Could it be the java? below, /usr/java5/jre/lib/jaxp.properties - does not exist on the server. If this is what it is looking of how is it generated? /usr/java1.4/jre/lib/jaxp.properties exist on server. truss log, 8323196:61145325:

Error encountered while executing a Web Service : ; nested exception is: java.net.ConnectException: A remote host refused an attempted connect operation. (ARERR 9130)

2011-09-14 Thread DDussie
Hello, Has anyone seen this error and can provide a solution/point in direction how to troubleshoot. Error encountered while executing a Web Service : ; nested exception is: java.net.ConnectException: A remote host refused an attempted connect operation. (ARERR 9130) we have created a