我在内部网络上遇到ColdFusion 10 Web服务的问题。尝试使用远程Web服务时,我不断收到超时。我在互联网上研究了许多类似的问题,但它们是多种多样的,从网络设置到需要重新安装的ColdFusion连接器等,我不知道从哪里开始,因为它可能影响同一服务器上的其他应用程序。我已经有了超时属性。
当尝试访问浏览器地址栏中的完整wsdl URL时,它会在我尝试启动Web服务的同一台服务器上呈现没有问题。
我正在使用wsVersion 1进行消费和发布。
有没有人可以帮助您解决此问题。我提供了以下详细信息以帮助排除故障。
尝试使用Web服务时出错。
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: java.net.ConnectException: Connection timed out: connect
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:java.net.ConnectException: Connection timed out: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:529)
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.apache.axis.components.net.Def... ''
Web Service Log from attempting to run web service this morning. Removed http prefix
Jul 22, 2014 8:23 AM Information ajp-bio-8012-exec-8
Web service request completed {Time taken=21048 ms}
Jul 22, 2014 8:23 AM Information ajp-bio-8012-exec-8
Starting Web service request.
Jul 22, 2014 8:23 AM Information ajp-bio-8012-exec-8
Creating Web service proxy {url='//internal-site.com/services/customer360/FluService.cfc?wsdl'}
Jul 22, 2014 8:23 AM Information ajp-bio-8012-exec-8
Using Axis 1 for consuming the service //internal-site.com/services/customer360/FluService.cfc.
ColdFusion Server Information
Server Product ColdFusion
Version 10,0,13,287689
Tomcat Version 7.0.23.0
Edition Enterprise
Serial Number xxxx-5644
Operating System Windows Server 2008 R2
OS Version 6.1
Update Level /D:/ColdFusion10/cfusion/lib/updates/chf10000013.jar
Adobe Driver Version 4.1 (Build 0001)
提前致谢。