[wsas-java-dev] [jira] Created: (WSAS-201) Exception thrown when
executing run-client.bat in JavaScript Sample
Charitha Kankanamge (JIRA)
jira at wso2.org
Tue Jan 30 03:32:20 PST 2007
Exception thrown when executing run-client.bat in JavaScript Sample
-------------------------------------------------------------------
Key: WSAS-201
URL: http://www.wso2.org/jira/browse/WSAS-201
Project: WSO2 WSAS-Java
Issue Type: Bug
Components: samples
Affects Versions: Nightly
Environment: jdk1.5, WinXP
Reporter: Charitha Kankanamge
Assigned To: Afkham Azeez
I got the following exception when executing run-client batch script in JavaScript sample.
org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not f
ound is http://10.100.1.203:9762/soap/JavascriptService/echo and the WSA Action=urn:anonOutInOp
at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:343)
at org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:275)
at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:473)
at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:453)
at org.wso2.wsas.sample.javascript.Client.main(Client.java:82)
Caused by: java.lang.Exception: org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found is http://10.100.1.203:9762/soap/Javascript
Service/echo and the WSA Action = urn:anonOutInOp at org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPha
se.java:48)
at org.apache.axis2.engine.Phase.invoke(Phase.java:398)
at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:251)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:164)
at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostReq
uest(HTTPTransportUtils.java:273)
at org.apache.axis2.transport.http.util.SOAPUtil.processPostRequest(SOAP
Util.java:63)
at org.wso2.wsas.transport.jetty.Axis2SOAPHandler.processPostRequest(Axi
s2SOAPHandler.java:43)
at org.wso2.wsas.transport.jetty.Axis2Handler.handle(Axis2Handler.java:1
67)
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:1
81)
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:689)
at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:146)
at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
at org.mortbay.jetty.Server.handle(Server.java:285)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:457)
at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:765)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:710)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:203)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:357)
at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217)
at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool
.java:475)
at org.apache.axis2.AxisFault.<init>(AxisFault.java:159)
... 5 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Wsas-java-dev
mailing list