« BPEL Correlation within FlowN | Main | Setting encoding of an XML document »

HTTP transport error: Message send failed: For input string “”

Another tough error message to decrypt.

I had a simple BPEL Process that invoked a remote SOAP/HTTP web service. I had BPEL PM  10.1.3.3 running on BEA WLS 9.2.

When I run the BPEL process from the console, the outbound invocation throws back a remote fault.

 

[2008/11/02 13:06:10] "{http://schemas.oracle.com/bpel/extension}remoteFault" has been thrown.less
<remoteFault xmlns="
http://schemas.oracle.com/bpel/extension"
   <part name="summary">
      <summary>
       exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: For input string: ""

         </summary>
     </part>
</remoteFault>

The reason:

The JVM arguments –Dhttp.poxyHost and –Dhttp.proxyPort had empty values in the config.xml for the domain. i.e. –Dhttp.proxyHost= –Dhttp.proxyPort=

[In the admin console, you can view this in the “Startup” section in the “Server” section.

I removed these arguments from the startup section, and things just worked like a charm!

Comments (1)

Ranjana Biswas:

Hi,
I could not find 'admin console',where I can view the “Startup” section in the “Server” section.
Please help where to find.
Ranjana

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)

About This Entry

This page contains a single entry from the blog posted on November 2, 2008 11:25 AM.

The previous post in this blog was BPEL Correlation within FlowN.

The next post in this blog is Setting encoding of an XML document.

Many more can be found on the main index page or by looking through the archives.

Powered by
Movable Type and Oracle