[jboss-jira] [JBoss JIRA] Closed: (JBREM-147) Invalid reuse of target location
David Lloyd (JIRA)
jira-events at lists.jboss.org
Wed Sep 26 05:31:08 EDT 2007
[ http://jira.jboss.com/jira/browse/JBREM-147?page=all ]
David Lloyd closed JBREM-147.
-----------------------------
> Invalid reuse of target location
> --------------------------------
>
> Key: JBREM-147
> URL: http://jira.jboss.com/jira/browse/JBREM-147
> Project: JBoss Remoting
> Issue Type: Bug
> Affects Versions: 1.0.1 beta
> Reporter: Thomas Diesler
> Assigned To: Tom Elrod
> Priority: Critical
> Fix For: 1.2.1 final
>
>
> Remoting seems to cache the target location. the stack below shows that the Locator is constructed with
> http://satellite:8080/ws4ee-encstyle-rpc
> but later remoting complains that it cannot connect to
> http://satellite:8080/ws4ee-encstyle-doc
> The same test, previously connected successfully to http://satellite:8080/ws4ee-encstyle-doc
> ----
> 2005-06-22 11:12:18,629 DEBUG [org.jboss.ws.soap.SOAPConnectionImpl] Get locator for: http://satellite:8080/ws4ee-encstyle-rpc
> ...
> 2005-06-22 11:12:18,639 DEBUG [org.jboss.ws.soap.SOAPConnectionImpl] Remoting meta data: {HEADER={SOAPAction=http://satellite:8080/ws4ee-encstyle-rpc, Content-Type=text/xml}}
> 2005-06-22 11:12:18,639 DEBUG [org.jboss.ws.soap.SOAPConnectionImpl] Outgoing Request SOAPMessage
> <env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
> <env:Header/>
> <env:Body>
> <ns1:changeSalary xmlns:ns1='http://ws.sample'>
> <UserType_1 xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
> <firstName>John</firstName>
> <lastName>Smith</lastName>
> </UserType_1>
> <Integer_2>5000</Integer_2>
> </ns1:changeSalary>
> </env:Body>
> </env:Envelope>
> 2005-06-22 11:12:18,639 DEBUG [org.jboss.remoting.transport.http.HTTPClientInvoker] Setting request header with SOAPAction : http://satellite:8080/ws4ee-encstyle-rpc
> 2005-06-22 11:12:18,639 DEBUG [org.jboss.remoting.transport.http.HTTPClientInvoker] Setting request header with Content-Type : text/xml
> 2005-06-22 11:12:18,679 DEBUG [org.jboss.remoting.transport.http.HTTPClientInvoker] Error invoking http client invoker.
> java.io.FileNotFoundException: http://satellite:8080/ws4ee-encstyle-doc
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1147)
> at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:132)
> at org.jboss.remoting.transport.http.HTTPClientInvoker.transport(HTTPClientInvoker.java:67)
> at org.jboss.remoting.RemoteClientInvoker.invoke(RemoteClientInvoker.java:117)
> at org.jboss.remoting.Client.invoke(Client.java:199)
> at org.jboss.ws.soap.SOAPConnectionImpl.call(SOAPConnectionImpl.java:112)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list