Hello,

can anyone help me??


-----Original Message-----
From:   Salman, Cemal (cundus AG)
Sent:   Fri 7/9/2004 13:02
To:     [EMAIL PROTECTED]; [EMAIL PROTECTED]
Cc:     
Subject:        FW: Exception: org.apache.commons.httpclient.ProtocolException: 
Unbuffered entity enclosing request can not be repeated
Hi,

I forget to attach the class file and error message.
Sorry.


Cemal


-----Original Message-----
From:   Salman, Cemal (cundus AG)
Sent:   Fri 7/9/2004 11:46
To:     [EMAIL PROTECTED]; [EMAIL PROTECTED]
Cc:     
Subject:        Exception: org.apache.commons.httpclient.ProtocolException: Unbuffered 
entity enclosing request can not be repeated
Dear Oleg Kalnichevski, Daer Jeff Dever,

i have since last 2 weeks a problem.
I' m using the apache/httpclient package (release currently used: 
commons-httpclient-3.0-alpha1) to handle the communication with a server over a 
network.

I already get the follopwing error:
"org.apache.commons.httpclient.ProtocolException: Unbuffered entity enclosing request 
can not be repeated."

What does it mean????

I attached this mail the class file, which implements the communication.
Implementation is nested in the method 
"
private static HttpMethod sendSOAPMessage(String uri, File file, FrameModel 
frameModel) throws IOException 
".

Can you help me???

I need very fast a solution to fix this problem.


The problem occured also with with release commons-httpclient-2.0.


Kind regards
Cemal Salman



org.apache.commons.httpclient.ProtocolException: Unbuffered entity enclosing request 
can not be repeated.
        at 
org.apache.commons.httpclient.methods.EntityEnclosingMethod.writeRequestBody(EntityEnclosingMethod.java:475)
        at 
org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:1914)
        at 
org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:975)
        at 
org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:368)
        at 
org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:164)
        at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:437)
        at 
com.bayer.xmlimport.xmlpilot.communication.SOAPMessage.sendSOAPMessage(SOAPMessage.java:134)
        at 
com.bayer.xmlimport.xmlpilot.communication.SOAPMessage.sendTimestampMessage(SOAPMessage.java:55)
        at 
com.bayer.xmlimport.xmlpilot.soap.ServerTimeStamp.getTime(ServerTimeStamp.java:63)
        at 
com.bayer.xmlimport.xmlpilot.action.SendFileAction.setTimestamp(SendFileAction.java:115)
        at 
com.bayer.xmlimport.xmlpilot.action.SendFileAction.access$300(SendFileAction.java:45)
        at 
com.bayer.xmlimport.xmlpilot.action.SendFileAction$1.run(SendFileAction.java:79)
        at java.lang.Thread.run(Thread.java:534)
        
java.lang.NullPointerException
        at 
com.bayer.xmlimport.xmlpilot.soap.ServerTimeStamp.getTime(ServerTimeStamp.java:65)
        at 
com.bayer.xmlimport.xmlpilot.action.SendFileAction.setTimestamp(SendFileAction.java:115)
        at 
com.bayer.xmlimport.xmlpilot.action.SendFileAction.access$300(SendFileAction.java:45)
        at 
com.bayer.xmlimport.xmlpilot.action.SendFileAction$1.run(SendFileAction.java:79)
        at java.lang.Thread.run(Thread.java:534)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to