Author Message
Biswaranjan.Nayak
Joined: Aug 4, 2016
Messages: 8
Offline
Hi,
by following the WS programmer guide. I'm working with Task WS in .NET.

I got stuck at a point, SSL Certificate error. I'm trying to use my Callback web service while Creating a session by using Task WS Endpoint.
I've imported the Certificate of that server from where IPO CC is deployed and Installed in client machine. Also installed in IIS where my Callback webservice is deployed. I've enabled http port configuration and SSL configuration in IIS as well. Still no luck.

Now I've a doubt, that have I installed actual certificate in Client machine ? or some other certificate I've to install. If this then where to find the certificates. Need help on this.


Also that SDK folder which I've downloaded from here doesn't have any Source code sample inside for .NET, but in document that is mentioned.
WernerStein
Joined: Jan 10, 2018
Messages: 24
Offline
Hi,

you are right, we currently have only JAVA examples.

Regarding the SSL Certificates:

Which direction is failing the SOAP connection to the WSC webservice or the callback connection from WSC to client?
It is not enough to install the the server certificates on the client side, you have also install the client certificat on the server side.

Did you read the "Security (SSL/TLS)" section in the "Installation" chapter?

Regards,
Werner Stein
Biswaranjan.Nayak
Joined: Aug 4, 2016
Messages: 8
Offline
Hi Werner,
Thanks for your reply. As you suggested I've implemented the Client certificate in Server as well as Server certificate in Client. That SSL Certificate issue is resolved but we are getting a new issue observer URL Call failed. I stuck into this issue and also didn't find anything about this issue in programmer guide. I need to check with server logs.

Can you plz help me on these
1) What does this error mean (observer URL Call failed)?
2) In which directory, I can get the server logs related to this ?

Thanks in advance
WernerStein
Joined: Jan 10, 2018
Messages: 24
Offline
Hi Biswaranjan,

Does your application offer the EndpointObserver as webservice?
Is the EndpointObserver up and running before you call createSession?
Is the observerURL you provide with the createSession correct?
Did you check the observerURL? You can use your webbrowser to call the observerURL.
Can you reach the observerURL if you call it on the server running WSC?
Did you already try to make a makecall on WSCChecker test tool?

Regards,
Werner
Biswaranjan.Nayak
Joined: Aug 4, 2016
Messages: 8
Offline
Hi Werner,

Yes I've created a webservice locally which is act as a EndpointObserver webservice,
and also it's deployed in IIS, where Https is enabled with SSL/TLS support
and also I provided url of this webservice as ObserverUrl to create a session object
and yes I checked this Url in web browser, it's working fine, showing the wsdl info as xml
and also I checked the same at WSC, working fine

Yes I tested the WSCChecker, it's working fine. But it only provides login.
But we need to use all functions, Completely in DotNet. WSCChecker doesn't satisfy whole requirement.


Regards
Biswaranjan Nayak
Filename Attachment.zip [Disk] Download
WernerStein
Joined: Jan 10, 2018
Messages: 24
Offline
Hi Biswaranjan,

the errror message observer URL Call failed simply means, that the TaskWS server was not able to call the ObserverUrl for notification. In this case to call the onSessionCreated operation.

Do you have firewall active? Maybe it is blocking the port 8090.

Regards,
Werner Stein
srikanthv
Joined: Feb 7, 2018
Messages: 3
Offline
Dear Werner,

We checked the Firewall no issues with that. We tried the following URL it's

https://172.16.1.83:18443/WSCChecker/WSC/EndpointObserver?wsdl (This is an End point observer url from WSCChecker). ------ Success----Success---- (BUT We cannot use this URL in our application if I am not wrong).-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

We tried implementing our Endpoint observer URL in the same Machine as below and we are getting following error.

https://172.16.1.83:8090/sampleWSDL/EndpointObserver?wsdl
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

H8230b 03:47:57.709 WSC_SOAP_Trace WS <-- <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header/><s:Body><createSession xmlns="http://task.wsc.cc.comergo.com"><agentLoginId>Agent2</agentLoginId><password>Password</password><endpointObserverUrl>http://172.16.1.83:8090/WebServiceI/TaskEndpointObserverWS.asmx</endpointObserverUrl></createSession></s:Body></s:Envelope>
H8246b 03:47:58.501 WSC_SOAP_Trace WS --> <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"><S:Body><ns2:Fault xmlns:ns2="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.w3.org/2003/05/soap-envelope"><faultcode>ns2:Server</faultcode><faultstring>observer URL call failed</faultstring><detail><ns2:GenericFault xmlns="http://task.wsc.cc.comergo.com" xmlns:ns2="http://types.wsc.cc.comergo.com" xmlns:ns3="http://umr.wsc.cc.comergo.com"><ns2:message>observer URL call failed</ns2:message><ns2:cause>ServiceNotAvailable</ns2:cause></ns2:GenericFault></detail></ns2:Fault></S:Body></S:Envelope>
srikanthv
Joined: Feb 7, 2018
Messages: 3
Offline
Dear Werner,

We also tried with another server. Please see the attached Log in a word file also pasted below for the reference.-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
A7318f 14:14:03.305 JACORB_Debug read GIOP message of size 28 from ClientGIOPConnection to 172.16.1.83:49906 (3033b594)
A7319f 14:14:03.350 TC_Warning Endpoint.createSession():> session creation for Agent Agent2 on https://172.16.1.20:12892/sampleWSDL/Observer?wsdl failed, check exception (maybe an WSDL contract Problem)
A7320f 14:14:03.351 TC_Warning com.comergo.cc.wsc.base.common.CreationException: service construction algorithm failed --> possible programming problem --> contact product development

at com.comergo.cc.wsc.base.ws.sessions.SessionObjectPool.createSession(Unknown Source)

at com.comergo.cc.wsc.taskws.service.JAXWSBridgeImpl.createSession(Unknown Source)

at com.comergo.cc.wsc.taskws.EndpointSOAP.createSession(Unknown Source)

at sun.reflect.GeneratedMethodAccessor75.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:606)

at com.sun.xml.ws.api.server.InstanceResolver$1.invoke(InstanceResolver.java:250)

at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:149)

at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:88)

at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1063)

at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:979)

at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:950)

at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:825)

at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:380)

at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:651)

at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:264)

at com.sun.xml.ws.transport.http.servlet.ServletAdapter.invokeAsync(ServletAdapter.java:218)

at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doGet(WSServletDelegate.java:159)

at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doPost(WSServletDelegate.java:194)

at com.sun.xml.ws.transport.http.servlet.WSServlet.doPost(WSServlet.java:80)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:648)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)

at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)

at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)

at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)

at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)

at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)

at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:522)

at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1095)

at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672)

at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1500)

at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1456)

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)

at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)

at java.lang.Thread.run(Thread.java:745)

Caused by: java.lang.reflect.InvocationTargetException

at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)

at java.lang.reflect.Constructor.newInstance(Constructor.java:526)

... 42 more

Caused by: javax.xml.ws.WebServiceException: Failed to access the WSDL at: https://172.16.1.20:12892/sampleWSDL/Observer?wsdl. It failed with:
https://172.16.1.20:12892/sampleWSDL/Observer?wsdl.

at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.tryWithMex(RuntimeWSDLParser.java:252)

at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:229)

at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:192)

at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:161)

at com.sun.xml.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.java:328)

at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:290)

at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:217)

at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:199)

at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:195)

at com.sun.xml.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:112)

at javax.xml.ws.Service.<init>(Service.java:77)

at com.comergo.cc.wsc.task.EndpointObserver_Service.<init>(Unknown Source)

... 46 more

Caused by: java.io.FileNotFoundException: https://172.16.1.20:12892/sampleWSDL/Observer?wsdl

at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1626)

at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)

at java.net.URL.openStream(URL.java:1041)

at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.createReader(RuntimeWSDLParser.java:994)

at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.resolveWSDL(RuntimeWSDLParser.java:395)

at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:214)

... 56 more


A7321f 14:14:03.351 TC_Warning javax.xml.ws.WebServiceException: Failed to access the WSDL at: https://172.16.1.20:12892/sampleWSDL/Observer?wsdl. It failed with:
https://172.16.1.20:12892/sampleWSDL/Observer?wsdl.

at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.tryWithMex(RuntimeWSDLParser.java:252)

at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:229)

at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:192)

at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:161)

at com.sun.xml.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.java:328)

at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:290)

at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:217)

at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:199)

at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:195)

at com.sun.xml.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:112)

at javax.xml.ws.Service.<init>(Service.java:77)

at com.comergo.cc.wsc.task.EndpointObserver_Service.<init>(Unknown Source)

at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)

at java.lang.reflect.Constructor.newInstance(Constructor.java:526)

at com.comergo.cc.wsc.base.ws.sessions.SessionObjectPool.createSession(Unknown Source)

at com.comergo.cc.wsc.taskws.service.JAXWSBridgeImpl.createSession(Unknown Source)

at com.comergo.cc.wsc.taskws.EndpointSOAP.createSession(Unknown Source)

at sun.reflect.GeneratedMethodAccessor75.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:606)

at com.sun.xml.ws.api.server.InstanceResolver$1.invoke(InstanceResolver.java:250)

at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:149)

at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:88)

at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1063)

at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:979)

at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:950)

at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:825)

at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:380)

at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:651)

at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:264)

at com.sun.xml.ws.transport.http.servlet.ServletAdapter.invokeAsync(ServletAdapter.java:218)

at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doGet(WSServletDelegate.java:159)

at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doPost(WSServletDelegate.java:194)

at com.sun.xml.ws.transport.http.servlet.WSServlet.doPost(WSServlet.java:80)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:648)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)

at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)

at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)

at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)

at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)

at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)

at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:522)

at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1095)

at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672)

at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1500)

at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1456)

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)

at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)

at java.lang.Thread.run(Thread.java:745)

Caused by: java.io.FileNotFoundException: https://172.16.1.20:12892/sampleWSDL/Observer?wsdl

at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1626)

at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)

at java.net.URL.openStream(URL.java:1041)

at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.createReader(RuntimeWSDLParser.java:994)

at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.resolveWSDL(RuntimeWSDLParser.java:395)

at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:214)

... 56 more


A7322f 14:14:03.355 WSC_SOAP_Trace WS --> <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"><S:Body><ns2:Fault xmlns:ns2="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.w3.org/2003/05/soap-envelope"><faultcode>ns2:Server</faultcode><faultstring>observer URL call failed</faultstring><detail><ns2:GenericFault xmlns="http://task.wsc.cc.comergo.com" xmlns:ns2="http://types.wsc.cc.comergo.com" xmlns:ns3="http://umr.wsc.cc.comergo.com"><ns2:message>observer URL call failed</ns2:message><ns2:cause>ServiceNotAvailable</ns2:cause></ns2:GenericFault></detail></ns2:Fault></S:Body></S:Envelope>
A7331f 14:14:03.693 JACORB_Debug wrote 60 bytes to 172.16.1.83:49906
A7332f 14:14:03.693 JACORB_Debug wrote 38 bytes to 172.16.1.83:49906
A7333f 14:14:03.693 JACORB_Debug wrote GIOP message of size 64 to ClientGIOPConnection to 172.16.1.83:49906 (3033b594)
A7334f 14:14:03.693 JACORB_Debug read 12 bytes from 172.16.1.83:49906
A7335f 14:14:03.693 JACORB_Debug read 12 bytes from 172.16.1.83:49906
A7336f 14:14:03.693 JACORB_Debug read GIOP message of size 24 from ClientGIOPConnection to 172.16.1.83:49906 (3033b594)
A7337f 14:14:04.073 JACORB_Debug wrote 60 bytes to 172.16.1.83:49921
A7338f 14:14:04.073 JACORB_Debug wrote 38 bytes to 172.16.1.83:49921
A7339f 14:14:04.073 JACORB_Debug wrote GIOP message of size 64 to ClientGIOPConnection to 172.16.1.83:49921 (12d62045)
A7340f 14:14:04.073 JACORB_Debug read 12 bytes from 172.16.1.83:49921
A7341f 14:14:04.073 JACORB_Debug read 12 bytes from 172.16.1.83:49921
A7342f 14:14:04.073 JACORB_Debug read GIOP message of size 24 from ClientGIOPConnection to 172.16.1.83:49921 (12d62045)
A7343f 14:14:04.573 JACORB_Debug read 12 bytes from 172.16.1.83:49906
A7344f 14:14:04.573 JACORB_Debug read 64 bytes from 172.16.1.83:49906
A7345f 14:14:04.573 JACORB_Debug read GIOP message of size 76 from ClientGIOPConnection to 172.16.1.83:49906 (3033b594)
A7346f 14:14:04.573 JACORB_Debug POA RootPOA rid: 97915 opname: pushEvents _invoke: queuing request
A7347f 14:14:04.573 JACORB_Debug rid: 97915 opname: pushEvents is queued (queue size: 1)
A7348f 14:14:04.574 JACORB_Debug rid: 97915 opname: pushEvents trying to get a RequestProcessor
A7349f 14:14:04.574 JACORB_Debug waiting for queue
A7350f 14:14:04.574 JACORB_Debug rid: 97915 opname: pushEvents starts with request processing
A7351f 14:14:04.574 JACORB_Debug no BiDir context present
A7352f 14:14:04.574 JACORB_Debug rid: 97915 opname: pushEvents invokeOperation on servant (stream based)
A7353f 14:14:04.574 JACORB_Debug ServerRequest: reply to pushEvents
A7354f 14:14:04.574 JACORB_Debug wrote 24 bytes to 172.16.1.83:49906
A7355f 14:14:04.574 JACORB_Debug wrote GIOP message of size 24 to ClientGIOPConnection to 172.16.1.83:49906 (3033b594)
A7356f 14:14:04.574 JACORB_Debug rid: 97915 opname: pushEvents ends with request processing
A7357f 14:14:04.693 JACORB_Debug wrote 60 bytes to 172.16.1.83:49906
A7358f 14:14:04.693 JACORB_Debug wrote 38 bytes to 172.16.1.83:49906
A7359f 14:14:04.693 JACORB_Debug wrote GIOP message of size 64 to ClientGIOPConnection to 172.16.1.83:49906 (3033b594)
A7360f 14:14:04.693 JACORB_Debug read 12 bytes from 172.16.1.83:49906
A7361f 14:14:04.693 JACORB_Debug read 12 bytes from 172.16.1.83:49906
A7362f 14:14:04.693 JACORB_Debug read GIOP message of size 24 from ClientGIOPConnection to 172.16.1.83:49906 (3033b594)
A7363f 14:14:05.073 JACORB_Debug wrote 60 bytes to 172.16.1.83:49921
A7364f 14:14:05.073 JACORB_Debug wrote 38 bytes to 172.16.1.83:49921
A7365f 14:14:05.073 JACORB_Debug wrote GIOP message of size 64 to ClientGIOPConnection to 172.16.1.83:49921 (12d62045)
A7366f 14:14:05.073 JACORB_Debug read 12 bytes from 172.16.1.83:49921
A7367f 14:14:05.073 JACORB_Debug read 12 bytes from 172.16.1.83:49921
A7368f 14:14:05.073 JACORB_Debug read GIOP message of size 24 from ClientGIOPConnection to 172.16.1.83:49921 (12d62045)
A7369f 14:14:05.693 JACORB_Debug wrote 60 bytes to 172.16.1.83:49906
A7370f 14:14:05.693 JACORB_Debug wrote 38 bytes to 172.16.1.83:49906
A7371f 14:14:05.693 JACORB_Debug wrote GIOP message of size 64 to ClientGIOPConnection to 172.16.1.83:49906 (3033b594)
A7372f 14:14:05.693 JACORB_Debug read 12 bytes from 172.16.1.83:49906
A7373f 14:14:05.693 JACORB_Debug read 12 bytes from 172.16.1.83:49906
A7374f 14:14:05.693 JACORB_Debug read GIOP message of size 24 from ClientGIOPConnection to 172.16.1.83:49906 (3033b594)
A7376f 14:14:06.073 JACORB_Debug wrote 60 bytes to 172.16.1.83:49921
A7377f 14:14:06.073 JACORB_Debug wrote 38 bytes to 172.16.1.83:49921
A7378f 14:14:06.073 JACORB_Debug wrote GIOP message of size 64 to ClientGIOPConnection to 172.16.1.83:49921 (12d62045)
A7379f 14:14:06.073 JACORB_Debug read 12 bytes from 172.16.1.83:49921
A7380f 14:14:06.073 JACORB_Debug read 12 bytes from 172.16.1.83:49921
A7381f 14:14:06.073 JACORB_Debug read GIOP message of size 24 from ClientGIOPConnection to 172.16.1.83:49921 (12d62045)
A7382f 14:14:06.694 JACORB_Debug wrote 60 bytes to 172.16.1.83:49906
A7383f 14:14:06.694 JACORB_Debug wrote 38 bytes to 172.16.1.83:49906
A7384f 14:14:06.694 JACORB_Debug wrote GIOP message of size 64 to ClientGIOPConnection to 172.16.1.83:49906 (3033b594)
A7385f 14:14:06.694 JACORB_Debug read 12 bytes from 172.16.1.83:49906
A7386f 14:14:06.694 JACORB_Debug read 12 bytes from 172.16.1.83:49906
A7387f 14:14:06.694 JACORB_Debug read GIOP message of size 24 from ClientGIOPConnection to 172.16.1.83:49906 (3033b594)
A7390f 14:14:07.074 JACORB_Debug wrote 60 bytes to 172.16.1.83:49921
A7391f 14:14:07.074 JACORB_Debug wrote 38 bytes to 172.16.1.83:49921
A7392f 14:14:07.074 JACORB_Debug wrote GIOP message of size 64 to ClientGIOPConnection to 172.16.1.83:49921 (12d62045)
A7393f 14:14:07.074 JACORB_Debug read 12 bytes from 172.16.1.83:49921
A7394f 14:14:07.074 JACORB_Debug read 12 bytes from 172.16.1.83:49921
A7395f 14:14:07.074 JACORB_Debug read GIOP message of size 24 from ClientGIOPConnection to 172.16.1.83:49921 (12d62045)
A7396f 14:14:07.694 JACORB_Debug wrote 60 bytes to 172.16.1.83:49906
A7397f 14:14:07.694 JACORB_Debug wrote 38 bytes to 172.16.1.83:49906
A7398f 14:14:07.694 JACORB_Debug wrote GIOP message of size 64 to ClientGIOPConnection to 172.16.1.83:49906 (3033b594)
A7399f 14:14:07.694 JACORB_Debug read 12 bytes from 172.16.1.83:49906
A7400f 14:14:07.694 JACORB_Debug read 12 bytes from 172.16.1.83:49906
A7401f 14:14:07.694 JACORB_Debug read GIOP message of size 24 from ClientGIOPConnection to 172.16.1.83:49906 (3033b594)
A7402f 14:14:08.074 JACORB_Debug wrote 60 bytes to 172.16.1.83:49921
A7403f 14:14:08.074 JACORB_Debug wrote 38 bytes to 172.16.1.83:49921
A7404f 14:14:08.074 JACORB_Debug wrote GIOP message of size 64 to ClientGIOPConnection to 172.16.1.83:49921 (12d62045)
A7405f 14:14:08.074 JACORB_Debug read 12 bytes from 172.16.1.83:49921
A7406f 14:14:08.074 JACORB_Debug read 12 bytes from 172.16.1.83:49921
A7407f 14:14:08.074 JACORB_Debug read GIOP message of size 24 from ClientGIOPConnection to 172.16.1.83:49921 (12d62045)
A7408f 14:14:08.694 JACORB_Debug wrote 60 bytes to 172.16.1.83:49906
A7409f 14:14:08.694 JACORB_Debug wrote 38 bytes to 172.16.1.83:49906
A7410f 14:14:08.694 JACORB_Debug wrote GIOP message of size 64 to ClientGIOPConnection to 172.16.1.83:49906 (3033b594)
A7411f 14:14:08.694 JACORB_Debug read 12 bytes from 172.16.1.83:49906
A7412f 14:14:08.694 JACORB_Debug read 12 bytes from 172.16.1.83:49906
A7413f 14:14:08.694 JACORB_Debug read GIOP message of size 24 from ClientGIOPConnection to 172.16.1.83:49906 (3033b594)
A7415f 14:14:09.074 JACORB_Debug wrote 60 bytes to 172.16.1.83:49921
A7416f 14:14:09.074 JACORB_Debug wrote 38 bytes to 172.16.1.83:49921
A7417f 14:14:09.074 JACORB_Debug wrote GIOP message of size 64 to ClientGIOPConnection to 172.16.1.83:49921 (12d62045)
A7418f 14:14:09.074 JACORB_Debug read 12 bytes from 172.16.1.83:49921
A7419f 14:14:09.074 JACORB_Debug read 12 bytes from 172.16.1.83:49921
A7420f 14:14:09.074 JACORB_Debug read GIOP message of size 24 from ClientGIOPConnection to 172.16.1.83:49921 (12d62045)
A7421f 14:14:09.694 JACORB_Debug wrote 60 bytes to 172.16.1.83:49906
A7422f 14:14:09.694 JACORB_Debug wrote 38 bytes to 172.16.1.83:49906
A7423f 14:14:09.694 JACORB_Debug wrote GIOP message of size 64 to ClientGIOPConnection to 172.16.1.83:49906 (3033b594)
A7424f 14:14:09.694 JACORB_Debug read 12 bytes from 172.16.1.83:49906
A7425f 14:14:09.694 JACORB_Debug read 12 bytes from 172.16.1.83:49906
A7426f 14:14:09.694 JACORB_Debug read GIOP message of size 24 from ClientGIOPConnection to 172.16.1.83:49906 (3033b594)
A7427f 14:14:10.062 JACORB_Debug ClientConnectionManager: releasing ClientGIOPConnection to 172.16.1.83:53100 (18076403)
A7428f 14:14:10.062 JACORB_Debug ClientGIOPConnection to 172.16.1.83:53100 (18076403): close()
A7429f 14:14:10.063 JACORB_Info Client-side TCP transport to 172.16.1.83:53100 closed.
A7430f 14:14:10.064 JACORB_Debug Transport to 172.16.1.83:53100: stream closed Socket closed
A7431f 14:14:10.064 JACORB_Debug Delegate released!
A7432f 14:14:10.065 JACORB_Debug Unknown exception type java.net.SocketException with exception java.net.SocketException: Socket closed
A7433f 14:14:10.066 JACORB_Debug Caught exception
java.net.SocketException: Socket closed

at java.net.SocketInputStream.socketRead0(Native Method)

at java.net.SocketInputStream.read(SocketInputStream.java:152)

at java.net.SocketInputStream.read(SocketInputStream.java:122)

at org.jacorb.orb.etf.StreamConnectionBase.read(StreamConnectionBase.java:111)

at org.jacorb.orb.giop.GIOPConnection.getMessage(GIOPConnection.java:332)

at org.jacorb.orb.giop.GIOPConnection.receiveMessages(GIOPConnection.java:475)

at org.jacorb.orb.giop.MessageReceptor.doWork(MessageReceptor.java:71)

at org.jacorb.util.threadpool.ConsumerTie.run(ConsumerTie.java:61)

at java.lang.Thread.run(Thread.java:745)


A7434f 14:14:10.066 JACORB_Debug ClientGIOPConnection to 172.16.1.83:53100 (18076403): getMessage() -- COMM_FAILURE
A7435f 14:14:10.066 JACORB_Debug ClientGIOPConnection to 172.16.1.83:53100 (18076403): streamClosed()
A7436f 14:14:10.066 JACORB_Debug ClientGIOPConnection to 172.16.1.83:53100 (18076403): closeAllowReopen()
A7437f 14:14:10.066 JACORB_Debug [2/5] job queue empty
A7438f 14:14:10.074 JACORB_Debug wrote 60 bytes to 172.16.1.83:49921
A7439f 14:14:10.074 JACORB_Debug wrote 38 bytes to 172.16.1.83:49921
A7440f 14:14:10.074 JACORB_Debug wrote GIOP message of size 64 to ClientGIOPConnection to 172.16.1.83:49921 (12d62045)
A7441f 14:14:10.074 JACORB_Debug read 12 bytes from 172.16.1.83:49921
A7442f 14:14:10.074 JACORB_Debug read 12 bytes from 172.16.1.83:49921
A7443f 14:14:10.074 JACORB_Debug read GIOP message of size 24 from ClientGIOPConnection to 172.16.1.83:49921 (12d62045)
A7444f 14:14:10.694 JACORB_Debug wrote 60 bytes to 172.16.1.83:49906
A7445f 14:14:10.694 JACORB_Debug wrote 38 bytes to 172.16.1.83:49906
A7446f 14:14:10.694 JACORB_Debug wrote GIOP message of size 64 to ClientGIOPConnection to 172.16.1.83:49906 (3033b594)
A7447f 14:14:10.694 JACORB_Debug read 12 bytes from 172.16.1.83:49906
A7448f 14:14:10.694 JACORB_Debug read 12 bytes from 172.16.1.83:49906
A7449f 14:14:10.694 JACORB_Debug read GIOP message of size 24 from ClientGIOPConnection to 172.16.1.83:49906 (3033b594)
A7450f 14:14:11.074 JACORB_Debug wrote 60 bytes to 172.16.1.83:49921
A7451f 14:14:11.074 JACORB_Debug wrote 38 bytes to 172.16.1.83:49921
A7452f 14:14:11.074 JACORB_Debug wrote GIOP message of size 64 to ClientGIOPConnection to 172.16.1.83:49921 (12d62045)
A7453f 14:14:11.074 JACORB_Debug read 12 bytes from 172.16.1.83:49921
A7454f 14:14:11.074 JACORB_Debug read 12 bytes from 172.16.1.83:49921
A7455f 14:14:11.074 JACORB_Debug read GIOP message of size 24 from ClientGIOPConnection to 172.16.1.83:49921 (12d62045)
A7456f 14:14:11.694 JACORB_Debug wrote 60 bytes to 172.16.1.83:49906
A7457f 14:14:11.694 JACORB_Debug wrote 38 bytes to 172.16.1.83:49906
A7458f 14:14:11.694 JACORB_Debug wrote GIOP message of size 64 to ClientGIOPConnection to 172.16.1.83:49906 (3033b594)
A7459f 14:14:11.694 JACORB_Debug read 12 bytes from 172.16.1.83:49906
A7460f 14:14:11.694 JACORB_Debug read 12 bytes from 172.16.1.83:49906
A7461f 14:14:11.694 JACORB_Debug read GIOP message of size 24 from ClientGIOPConnection to 172.16.1.83:49906 (3033b594)
A7466f 14:14:12.074 JACORB_Debug wrote 60 bytes to 172.16.1.83:49921
A7467f 14:14:12.074 JACORB_Debug wrote 38 bytes to 172.16.1.83:49921
A7468f 14:14:12.074 JACORB_Debug wrote GIOP message of size 64 to ClientGIOPConnection to 172.16.1.83:49921 (12d62045)
A7469f 14:14:12.074 JACORB_Debug read 12 bytes from 172.16.1.83:49921
A7470f 14:14:12.074 JACORB_Debug read 12 bytes from 172.16.1.83:49921
A7471f 14:14:12.074 JACORB_Debug read GIOP message of size 24 from ClientGIOPConnection to 172.16.1.83:49921 (12d62045)
A7474f 14:14:12.541 JACORB_Debug read 12 bytes from 172.16.1.83:49921
A7475f 14:14:12.541 JACORB_Debug read 64 bytes from 172.16.1.83:49921
A7476f 14:14:12.541 JACORB_Debug read GIOP message of size 76 from ClientGIOPConnection to 172.16.1.83:49921 (12d62045)
A7477f 14:14:12.541 JACORB_Debug POA RootPOA rid: 98453 opname: pushEvents _invoke: queuing request
A7478f 14:14:12.542 JACORB_Debug rid: 98453 opname: pushEvents is queued (queue size: 1)
A7479f 14:14:12.542 JACORB_Debug rid: 98453 opname: pushEvents trying to get a RequestProcessor
A7480f 14:14:12.542 JACORB_Debug waiting for queue
A7481f 14:14:12.542 JACORB_Debug rid: 98453 opname: pushEvents starts with request processing
A7482f 14:14:12.542 JACORB_Debug no BiDir context present
A7483f 14:14:12.542 JACORB_Debug rid: 98453 opname: pushEvents invokeOperation on servant (stream based)
A7484f 14:14:12.542 JACORB_Debug ServerRequest: reply to pushEvents
A7485f 14:14:12.542 JACORB_Debug wrote 24 bytes to 172.16.1.83:49921
A7486f 14:14:12.542 JACORB_Debug wrote GIOP message of size 24 to ClientGIOPConnection to 172.16.1.83:49921 (12d62045)
A7487f 14:14:12.542 JACORB_Debug rid: 98453 opname: pushEvents ends with request processing
A7488f 14:14:12.694 JACORB_Debug wrote 60 bytes to 172.16.1.83:49906
A7489f 14:14:12.694 JACORB_Debug wrote 38 bytes to 172.16.1.83:49906
A7490f 14:14:12.694 JACORB_Debug wrote GIOP message of size 64 to ClientGIOPConnection to 172.16.1.83:49906 (3033b594)
A7491f 14:14:12.694 JACORB_Debug read 12 bytes from 172.16.1.83:49906
A7492f 14:14:12.694 JACORB_Debug read 12 bytes from 172.16.1.83:49906
A7493f 14:14:12.694 JACORB_Debug read GIOP message of size 24 from ClientGIOPConnection to 172.16.1.83:49906 (3033b594)
A7494f 14:14:13.074 JACORB_Debug wrote 60 bytes to 172.16.1.83:49921
A7495f 14:14:13.074 JACORB_Debug wrote 38 bytes to 172.16.1.83:49921
A7496f 14:14:13.074 JACORB_Debug wrote GIOP message of size 64 to ClientGIOPConnection to 172.16.1.83:49921 (12d62045)
A7497f 14:14:13.074 JACORB_Debug read 12 bytes from 172.16.1.83:49921
A7498f 14:14:13.074 JACORB_Debug read 12 bytes from 172.16.1.83:49921
A7499f 14:14:13.074 JACORB_Debug read GIOP message of size 24 from ClientGIOPConnection to 172.16.1.83:49921 (12d62045)
A7509f 14:14:13.694 JACORB_Debug wrote 60 bytes to 172.16.1.83:49906
A7510f 14:14:13.694 JACORB_Debug wrote 38 bytes to 172.16.1.83:49906
A7511f 14:14:13.694 JACORB_Debug wrote GIOP message of size 64 to ClientGIOPConnection to 172.16.1.83:49906 (3033b594)
A7512f 14:14:13.694 JACORB_Debug read 12 bytes from 172.16.1.83:49906
A7513f 14:14:13.694 JACORB_Debug read 12 bytes from 172.16.1.83:49906
A7514f 14:14:13.694 JACORB_Debug read GIOP message of size 24 from ClientGIOPConnection to 172.16.1.83:49906 (3033b594)
A7515f 14:14:14.074 JACORB_Debug wrote 60 bytes to 172.16.1.83:49921
A7516f 14:14:14.074 JACORB_Debug wrote 38 bytes to 172.16.1.83:49921
A7517f 14:14:14.074 JACORB_Debug wrote GIOP message of size 64 to ClientGIOPConnection to 172.16.1.83:49921 (12d62045)
A7518f 14:14:14.074 JACORB_Debug read 12 bytes from 172.16.1.83:49921
A7519f 14:14:14.074 JACORB_Debug read 12 bytes from 172.16.1.83:49921
A7520f 14:14:14.074 JACORB_Debug read GIOP message of size 24 from ClientGIOPConnection to 172.16.1.83:49921 (12d62045)
A7521f 14:14:14.575 JACORB_Debug read 12 bytes from 172.16.1.83:49906
A7522f 14:14:14.575 JACORB_Debug read 64 bytes from 172.16.1.83:49906
A7523f 14:14:14.575 JACORB_Debug read GIOP message of size 76 from ClientGIOPConnection to 172.16.1.83:49906 (3033b594)
A7524f 14:14:14.576 JACORB_Debug POA RootPOA rid: 97917 opname: pushEvents _invoke: queuing request
A7525f 14:14:14.576 JACORB_Debug rid: 97917 opname: pushEvents is queued (queue size: 1)
A7526f 14:14:14.576 JACORB_Debug rid: 97917 opname: pushEvents trying to get a RequestProcessor
A7527f 14:14:14.576 JACORB_Debug waiting for queue
A7528f 14:14:14.576 JACORB_Debug rid: 97917 opname: pushEvents starts with request processing
A7529f 14:14:14.576 JACORB_Debug no BiDir context present
A7530f 14:14:14.576 JACORB_Debug rid: 97917 opname: pushEvents invokeOperation on servant (stream based)
A7531f 14:14:14.576 JACORB_Debug ServerRequest: reply to pushEvents
A7532f 14:14:14.576 JACORB_Debug wrote 24 bytes to 172.16.1.83:49906
A7533f 14:14:14.576 JACORB_Debug wrote GIOP message of size 24 to ClientGIOPConnection to 172.16.1.83:49906 (3033b594)
A7534f 14:14:14.576 JACORB_Debug rid: 97917 opname: pushEvents ends with request processing
A7535f Category JACORB_Debug switched off
A8002f 14:16:58.371 JACORB_Info Received CloseConnection on ClientGIOPConnection to 127.0.0.1:2809 (2d11fffd)
A8003f 14:16:58.371 JACORB_Info Client-side TCP transport to 127.0.0.1:2809 closed.
Filename full trace.rtf [Disk] Download
WernerStein
Joined: Jan 10, 2018
Messages: 24
Offline
Hello Biswaranjan,

Does your sampleWSDL/Observer implement the complete EndpointObserver interface?

In the post 12/02/2018 02:35:15, the trace shows the observerUrl http://172.16.1.83:8090/WebServiceI/TaskEndpointObserverWS.asmx, but I would expect https not http, could you please also try to add ?wsdl to the end of the observer url (like: http://172.16.1.83:8090/WebServiceI/TaskEndpointObserverWS.asmx?wsdl)

You may also use SoapUI to easy provide a valid EndpointObserver mock server. For diagnostic.

Regards,
Werner Stein
srikanthv
Joined: Feb 7, 2018
Messages: 3
Offline
Dear Werner,

We tried both http and https, please check the next detailed trace, which I have attached. We will check with SoapUI for the vailidity and come back.

Thanks and Regards,
Srikanth
Go to:   
Mobile view