Longhorn: Could not find message body reader for type: interface org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataInput

Issue #567 resolved
Julien Paulhan created an issue

Hello,

Could not find message body reader for type: interface org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataInput

I keep getting this error even if the correct jar for jboss.resteasy is present in the right folder. What did I miss? Thanks,

Julien

Comments (2)

  1. Chase Tingley

    Closing this, as it was answered in this thread the okapi-devel list. It was an issue in how the request to longhorn was being constructed.

    payload = "hello world!"
    response = requests.put(url+'projects/1/inputFiles/test.html', files=dict(inputFile=payload))
    
  2. Log in to comment