Hello,

When we put a little load on our application, which writes XML files
into the repository, now and then a ClientException occurs:

Caused by: nl.hippo.client.api.ClientException: Exception while
executing PUT method.:
org.apache.commons.httpclient.HttpRecoverableException: Error in
parsing the status line from the response: unable to find line
starting with "HTTP"
        at nl.hippo.client.webdav.method.Put$1.doExec(Put.java:60)
        at 
nl.hippo.client.webdav.method.WebdavMethod.execute(WebdavMethod.java:62)
        at nl.hippo.client.webdav.method.Put.execute(Put.java:45)
        at 
nl.hippo.client.webdav.service.WebdavServiceImpl.executePut(WebdavServiceImpl.java:151)
        at 
com.example.service.Store2RepoServiceImpl.saveFile(Store2RepoServiceImpl.java:107)
        ... 43 more
Caused by: org.apache.commons.httpclient.HttpRecoverableException:
org.apache.commons.httpclient.HttpRecoverableException: Error in
parsing the status line from the response: unable to find line
starting with "HTTP"
        at 
org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1962)
        at 
org.apache.commons.httpclient.HttpMethodBase.processRequest(HttpMethodBase.java:2653)
        at 
org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1087)
        at 
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:643)
        at 
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:497)
        at nl.hippo.client.webdav.method.Put$1.doExec(Put.java:56)
        ... 47 more

Is this a known exception? I am not able to reproduce it clearly with
a subset of requests.

When we're doing a bulk update, we do two different updates on one
file. Could it be an issue with putting the same file multiple times
very soon after each other?

With regards,

Nick Stolwijk
~Java Developer~

Iprofs BV.
Claus Sluterweg 125
2012 WS Haarlem
www.iprofs.nl
********************************************
Hippocms-dev: Hippo CMS development public mailinglist

Searchable archives can be found at:
MarkMail: http://hippocms-dev.markmail.org
Nabble: http://www.nabble.com/Hippo-CMS-f26633.html

Reply via email to