You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Brent Cerrato <br...@mosaicsoftware.com> on 2003/01/09 23:36:26 UTC

HTTP Status Problem

I am receiving the following exception when attempting to call a remote procedure, any ideas?

[SOAPException: faultCode=SOAP-ENV:Client; msg=Error parsing HTTP status line "": java.lang.Exception: Reached end of stream while reading HTTP response status; targetException=java.lang.Exception: Reached end of stream while reading HTTP response status]
	at org.apache.soap.util.net.HTTPUtils.post(Unknown Source)
	at org.apache.soap.util.net.HTTPUtils.post(Unknown Source)
	at org.apache.soap.transport.http.SOAPHTTPConnection.send(Unknown Source)
	at org.apache.soap.rpc.Call.invoke(Unknown Source)
	at org.apache.soap.rpc.Call.invoke(Unknown Source)
	at postilion.travelersexpressmoneygram.TravelersExpressMoneyGram.callRemoteProcedure(TravelersExpressMoneyGram.java:2462)
	at postilion.travelersexpressmoneygram.TravelersExpressMoneyGram.doExpressPayReq(TravelersExpressMoneyGram.java:1771)
	at postilion.travelersexpressmoneygram.TravelersExpressMoneyGram.processTranReqFromTranmgr(TravelersExpressMoneyGram.java:556)
	at postilion.core.node.AInterchangeDriver.processMsgFromTranmgr(AInterchangeDriver.java:901)
	at postilion.core.node.Interchange.processDataEventFromTranmgr(Interchange.java:2514)
	at postilion.core.node.Interchange.processEndpointData(Interchange.java:456)
	at postilion.core.node.InterchangeProcessor.processEndpointData(InterchangeProcessor.java:602)
	at postilion.core.node.InterchangeProcessor.processEvent(InterchangeProcessor.java:451)
	at postilion.core.util.Processor.run(Processor.java:190)
Caused by: java.lang.Exception: Reached end of stream while reading HTTP response status
	at org.apache.soap.util.net.HTTPUtils.post(Unknown Source)
	at org.apache.soap.util.net.HTTPUtils.post(Unknown Source)
	at org.apache.soap.transport.http.SOAPHTTPConnection.send(Unknown Source)
	at org.apache.soap.rpc.Call.invoke(Unknown Source)
	at org.apache.soap.rpc.Call.invoke(Unknown Source)
	at postilion.travelersexpressmoneygram.TravelersExpressMoneyGram.callRemoteProcedure(TravelersExpressMoneyGram.java:2462)
	at postilion.travelersexpressmoneygram.TravelersExpressMoneyGram.doExpressPayReq(TravelersExpressMoneyGram.java:1771)
	at postilion.travelersexpressmoneygram.TravelersExpressMoneyGram.processTranReqFromTranmgr(TravelersExpressMoneyGram.java:556)
	at postilion.core.node.AInterchangeDriver.processMsgFromTranmgr(AInterchangeDriver.java:901)
	at postilion.core.node.Interchange.processDataEventFromTranmgr(Interchange.java:2514)
	at postilion.core.node.Interchange.processEndpointData(Interchange.java:456)
	at postilion.core.node.InterchangeProcessor.processEndpointData(InterchangeProcessor.java:602)
	at postilion.core.node.InterchangeProcessor.processEvent(InterchangeProcessor.java:451)
	at postilion.core.util.Processor.run(Processor.java:190)

Brent Cerrato
Software Engineer - US 
Mosaic Software, Inc. 
Tel (office): +1 954 426 1190 x 268 
Fax: +1 954 426 1644 
http://www.mosaicsoftware.com/



--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>


Re: HTTP Status Problem

Posted by Scott Nichol <sn...@scottnichol.com>.
Any chance you are using a nightly build from between Nov. 12 and Nov.
18?  This sounds like a bug that was present in the code at that time.

Scott Nichol

----- Original Message -----
From: "Brent Cerrato" <br...@mosaicsoftware.com>
To: <so...@xml.apache.org>
Sent: Thursday, January 09, 2003 5:36 PM
Subject: HTTP Status Problem



I am receiving the following exception when attempting to call a remote
procedure, any ideas?

[SOAPException: faultCode=SOAP-ENV:Client; msg=Error parsing HTTP status
line "": java.lang.Exception: Reached end of stream while reading HTTP
response status; targetException=java.lang.Exception: Reached end of
stream while reading HTTP response status]
at org.apache.soap.util.net.HTTPUtils.post(Unknown Source)
at org.apache.soap.util.net.HTTPUtils.post(Unknown Source)
at org.apache.soap.transport.http.SOAPHTTPConnection.send(Unknown
Source)
at org.apache.soap.rpc.Call.invoke(Unknown Source)
at org.apache.soap.rpc.Call.invoke(Unknown Source)
at
postilion.travelersexpressmoneygram.TravelersExpressMoneyGram.callRemote
Procedure(TravelersExpressMoneyGram.java:2462)
at
postilion.travelersexpressmoneygram.TravelersExpressMoneyGram.doExpressP
ayReq(TravelersExpressMoneyGram.java:1771)
at
postilion.travelersexpressmoneygram.TravelersExpressMoneyGram.processTra
nReqFromTranmgr(TravelersExpressMoneyGram.java:556)
at
postilion.core.node.AInterchangeDriver.processMsgFromTranmgr(AInterchang
eDriver.java:901)
at
postilion.core.node.Interchange.processDataEventFromTranmgr(Interchange.
java:2514)
at
postilion.core.node.Interchange.processEndpointData(Interchange.java:456
)
at
postilion.core.node.InterchangeProcessor.processEndpointData(Interchange
Processor.java:602)
at
postilion.core.node.InterchangeProcessor.processEvent(InterchangeProcess
or.java:451)
at postilion.core.util.Processor.run(Processor.java:190)
Caused by: java.lang.Exception: Reached end of stream while reading HTTP
response status
at org.apache.soap.util.net.HTTPUtils.post(Unknown Source)
at org.apache.soap.util.net.HTTPUtils.post(Unknown Source)
at org.apache.soap.transport.http.SOAPHTTPConnection.send(Unknown
Source)
at org.apache.soap.rpc.Call.invoke(Unknown Source)
at org.apache.soap.rpc.Call.invoke(Unknown Source)
at
postilion.travelersexpressmoneygram.TravelersExpressMoneyGram.callRemote
Procedure(TravelersExpressMoneyGram.java:2462)
at
postilion.travelersexpressmoneygram.TravelersExpressMoneyGram.doExpressP
ayReq(TravelersExpressMoneyGram.java:1771)
at
postilion.travelersexpressmoneygram.TravelersExpressMoneyGram.processTra
nReqFromTranmgr(TravelersExpressMoneyGram.java:556)
at
postilion.core.node.AInterchangeDriver.processMsgFromTranmgr(AInterchang
eDriver.java:901)
at
postilion.core.node.Interchange.processDataEventFromTranmgr(Interchange.
java:2514)
at
postilion.core.node.Interchange.processEndpointData(Interchange.java:456
)
at
postilion.core.node.InterchangeProcessor.processEndpointData(Interchange
Processor.java:602)
at
postilion.core.node.InterchangeProcessor.processEvent(InterchangeProcess
or.java:451)
at postilion.core.util.Processor.run(Processor.java:190)

Brent Cerrato
Software Engineer - US
Mosaic Software, Inc.
Tel (office): +1 954 426 1190 x 268
Fax: +1 954 426 1644
http://www.mosaicsoftware.com/



--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>



Re: HTTP Status Problem

Posted by Scott Nichol <sn...@scottnichol.com>.
Any chance you are using a nightly build from between Nov. 12 and Nov.
18?  This sounds like a bug that was present in the code at that time.

Scott Nichol

----- Original Message -----
From: "Brent Cerrato" <br...@mosaicsoftware.com>
To: <so...@xml.apache.org>
Sent: Thursday, January 09, 2003 5:36 PM
Subject: HTTP Status Problem



I am receiving the following exception when attempting to call a remote
procedure, any ideas?

[SOAPException: faultCode=SOAP-ENV:Client; msg=Error parsing HTTP status
line "": java.lang.Exception: Reached end of stream while reading HTTP
response status; targetException=java.lang.Exception: Reached end of
stream while reading HTTP response status]
at org.apache.soap.util.net.HTTPUtils.post(Unknown Source)
at org.apache.soap.util.net.HTTPUtils.post(Unknown Source)
at org.apache.soap.transport.http.SOAPHTTPConnection.send(Unknown
Source)
at org.apache.soap.rpc.Call.invoke(Unknown Source)
at org.apache.soap.rpc.Call.invoke(Unknown Source)
at
postilion.travelersexpressmoneygram.TravelersExpressMoneyGram.callRemote
Procedure(TravelersExpressMoneyGram.java:2462)
at
postilion.travelersexpressmoneygram.TravelersExpressMoneyGram.doExpressP
ayReq(TravelersExpressMoneyGram.java:1771)
at
postilion.travelersexpressmoneygram.TravelersExpressMoneyGram.processTra
nReqFromTranmgr(TravelersExpressMoneyGram.java:556)
at
postilion.core.node.AInterchangeDriver.processMsgFromTranmgr(AInterchang
eDriver.java:901)
at
postilion.core.node.Interchange.processDataEventFromTranmgr(Interchange.
java:2514)
at
postilion.core.node.Interchange.processEndpointData(Interchange.java:456
)
at
postilion.core.node.InterchangeProcessor.processEndpointData(Interchange
Processor.java:602)
at
postilion.core.node.InterchangeProcessor.processEvent(InterchangeProcess
or.java:451)
at postilion.core.util.Processor.run(Processor.java:190)
Caused by: java.lang.Exception: Reached end of stream while reading HTTP
response status
at org.apache.soap.util.net.HTTPUtils.post(Unknown Source)
at org.apache.soap.util.net.HTTPUtils.post(Unknown Source)
at org.apache.soap.transport.http.SOAPHTTPConnection.send(Unknown
Source)
at org.apache.soap.rpc.Call.invoke(Unknown Source)
at org.apache.soap.rpc.Call.invoke(Unknown Source)
at
postilion.travelersexpressmoneygram.TravelersExpressMoneyGram.callRemote
Procedure(TravelersExpressMoneyGram.java:2462)
at
postilion.travelersexpressmoneygram.TravelersExpressMoneyGram.doExpressP
ayReq(TravelersExpressMoneyGram.java:1771)
at
postilion.travelersexpressmoneygram.TravelersExpressMoneyGram.processTra
nReqFromTranmgr(TravelersExpressMoneyGram.java:556)
at
postilion.core.node.AInterchangeDriver.processMsgFromTranmgr(AInterchang
eDriver.java:901)
at
postilion.core.node.Interchange.processDataEventFromTranmgr(Interchange.
java:2514)
at
postilion.core.node.Interchange.processEndpointData(Interchange.java:456
)
at
postilion.core.node.InterchangeProcessor.processEndpointData(Interchange
Processor.java:602)
at
postilion.core.node.InterchangeProcessor.processEvent(InterchangeProcess
or.java:451)
at postilion.core.util.Processor.run(Processor.java:190)

Brent Cerrato
Software Engineer - US
Mosaic Software, Inc.
Tel (office): +1 954 426 1190 x 268
Fax: +1 954 426 1644
http://www.mosaicsoftware.com/



--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>



--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>