<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic HTTP transport error using JDK 1.3.1 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/http-transport-error-using-jdk-1-3-1/m-p/3147443#M802117</link>
    <description>Hi, &lt;BR /&gt;&lt;BR /&gt;right now we are running SAP EP 6 on HP-UX B.11.11 U 9000/800 637319322 using JDK 1.3.1_09. On the portal side we have a connector to another system which uses SOAP for the communication. This implementation relies on Sun JAX-RPC 1.0_01. Everything works just fine on a windows portal server but we get some strange errors on HP-UX.&lt;BR /&gt;&lt;BR /&gt;To isolate the problem we have written a tiny java class that uses the client classes and connects to the remote system. On Windows and Linux everything works fine. But on HP-UX we get this error messages&lt;BR /&gt;&lt;BR /&gt;RemoteException caught: HTTP transport error: java.lang.UnsupportedOperationException: HttpURLConnection.writeRequests(1); nested exception is: &lt;BR /&gt;&lt;BR /&gt;        HTTP transport error: java.lang.UnsupportedOperationException: HttpURLConnection.writeRequests(1) &lt;BR /&gt;java.rmi.RemoteException: HTTP transport error: java.lang.UnsupportedOperationException: HttpURLConnection.writeRequests(1); nested exception is: &lt;BR /&gt;&lt;BR /&gt;        HTTP transport error: java.lang.UnsupportedOperationException: HttpURLConnection.writeRequests(1) &lt;BR /&gt;HTTP transport error: java.lang.UnsupportedOperationException: HttpURLConnection.writeRequests(1) &lt;BR /&gt;        at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:189) &lt;BR /&gt;        at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:73) &lt;BR /&gt;        at com.pironet.pbng.contentbus.framework.client.stubs.ContentBusWs_Stub.setContext(ContentBusWs_Stub.java:780) &lt;BR /&gt;        at TestClient.establishConnection(TestClient.java:45) &lt;BR /&gt;        at TestClient.main(TestClient.java:56) &lt;BR /&gt;&lt;BR /&gt;CAUSE: &lt;BR /&gt;&lt;BR /&gt;java.lang.UnsupportedOperationException: HttpURLConnection.writeRequests(1) &lt;BR /&gt;        at com.sun.xml.rpc.client.http.handler.HttpURLConnection.writeRequests(HttpURLConnection.java:271) &lt;BR /&gt;        at com.sun.xml.rpc.client.http.handler.HttpURLConnection.getInputStream(HttpURLConnection.java:542) &lt;BR /&gt;        at com.sun.xml.rpc.client.http.handler.HttpURLConnection.getHeaderField(HttpURLConnection.java:878) &lt;BR /&gt;        at com.sun.xml.rpc.client.http.handler.HttpURLConnection.getResponseCode(HttpURLConnection.java:905) &lt;BR /&gt;        at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:115) &lt;BR /&gt;        at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:73) &lt;BR /&gt;        at com.pironet.pbng.contentbus.framework.client.stubs.ContentBusWs_Stub.setContext(ContentBusWs_Stub.java:780) &lt;BR /&gt;        at TestClient.establishConnection(TestClient.java:45) &lt;BR /&gt;        at TestClient.main(TestClient.java:56) &lt;BR /&gt;&lt;BR /&gt;So we consider that either something is wrong with the  HttpURLConnection.writeRequests method or our environment is somehow not configured right! We are quite sure, that it is definetly not a firewall connection issue, since the socket connection can be established correctly. We have double checked that by using an ordinary browser.&lt;BR /&gt;&lt;BR /&gt;We have found out that the problem doesn't occur on an older JDK 1.3.1_01! But it occurs JDK 1.3.1_09 and 1.3.1_11. So this seems to be a bug of the JDK Implementation on HP-UX...&lt;BR /&gt;&lt;BR /&gt;Any idea what we can do to fix this? &lt;BR /&gt;&lt;BR /&gt;Kind Regards, &lt;BR /&gt;&lt;BR /&gt;Ali Saffari &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 17 Dec 2003 13:04:58 GMT</pubDate>
    <dc:creator>Ali_20</dc:creator>
    <dc:date>2003-12-17T13:04:58Z</dc:date>
    <item>
      <title>HTTP transport error using JDK 1.3.1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/http-transport-error-using-jdk-1-3-1/m-p/3147443#M802117</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;right now we are running SAP EP 6 on HP-UX B.11.11 U 9000/800 637319322 using JDK 1.3.1_09. On the portal side we have a connector to another system which uses SOAP for the communication. This implementation relies on Sun JAX-RPC 1.0_01. Everything works just fine on a windows portal server but we get some strange errors on HP-UX.&lt;BR /&gt;&lt;BR /&gt;To isolate the problem we have written a tiny java class that uses the client classes and connects to the remote system. On Windows and Linux everything works fine. But on HP-UX we get this error messages&lt;BR /&gt;&lt;BR /&gt;RemoteException caught: HTTP transport error: java.lang.UnsupportedOperationException: HttpURLConnection.writeRequests(1); nested exception is: &lt;BR /&gt;&lt;BR /&gt;        HTTP transport error: java.lang.UnsupportedOperationException: HttpURLConnection.writeRequests(1) &lt;BR /&gt;java.rmi.RemoteException: HTTP transport error: java.lang.UnsupportedOperationException: HttpURLConnection.writeRequests(1); nested exception is: &lt;BR /&gt;&lt;BR /&gt;        HTTP transport error: java.lang.UnsupportedOperationException: HttpURLConnection.writeRequests(1) &lt;BR /&gt;HTTP transport error: java.lang.UnsupportedOperationException: HttpURLConnection.writeRequests(1) &lt;BR /&gt;        at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:189) &lt;BR /&gt;        at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:73) &lt;BR /&gt;        at com.pironet.pbng.contentbus.framework.client.stubs.ContentBusWs_Stub.setContext(ContentBusWs_Stub.java:780) &lt;BR /&gt;        at TestClient.establishConnection(TestClient.java:45) &lt;BR /&gt;        at TestClient.main(TestClient.java:56) &lt;BR /&gt;&lt;BR /&gt;CAUSE: &lt;BR /&gt;&lt;BR /&gt;java.lang.UnsupportedOperationException: HttpURLConnection.writeRequests(1) &lt;BR /&gt;        at com.sun.xml.rpc.client.http.handler.HttpURLConnection.writeRequests(HttpURLConnection.java:271) &lt;BR /&gt;        at com.sun.xml.rpc.client.http.handler.HttpURLConnection.getInputStream(HttpURLConnection.java:542) &lt;BR /&gt;        at com.sun.xml.rpc.client.http.handler.HttpURLConnection.getHeaderField(HttpURLConnection.java:878) &lt;BR /&gt;        at com.sun.xml.rpc.client.http.handler.HttpURLConnection.getResponseCode(HttpURLConnection.java:905) &lt;BR /&gt;        at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:115) &lt;BR /&gt;        at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:73) &lt;BR /&gt;        at com.pironet.pbng.contentbus.framework.client.stubs.ContentBusWs_Stub.setContext(ContentBusWs_Stub.java:780) &lt;BR /&gt;        at TestClient.establishConnection(TestClient.java:45) &lt;BR /&gt;        at TestClient.main(TestClient.java:56) &lt;BR /&gt;&lt;BR /&gt;So we consider that either something is wrong with the  HttpURLConnection.writeRequests method or our environment is somehow not configured right! We are quite sure, that it is definetly not a firewall connection issue, since the socket connection can be established correctly. We have double checked that by using an ordinary browser.&lt;BR /&gt;&lt;BR /&gt;We have found out that the problem doesn't occur on an older JDK 1.3.1_01! But it occurs JDK 1.3.1_09 and 1.3.1_11. So this seems to be a bug of the JDK Implementation on HP-UX...&lt;BR /&gt;&lt;BR /&gt;Any idea what we can do to fix this? &lt;BR /&gt;&lt;BR /&gt;Kind Regards, &lt;BR /&gt;&lt;BR /&gt;Ali Saffari &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Dec 2003 13:04:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/http-transport-error-using-jdk-1-3-1/m-p/3147443#M802117</guid>
      <dc:creator>Ali_20</dc:creator>
      <dc:date>2003-12-17T13:04:58Z</dc:date>
    </item>
  </channel>
</rss>

