
UNSOLVED
Error when the new object ID is returned in the location response header
the following error is thrown while creating a directory on a specified path :
com.emc.esu.api.EsuException: Could not find ObjectId
at com.emc.esu.api.rest.EsuRestApi.createObjectFromSegmentOnPath(EsuRestApi.java:347)
at com.emc.esu.api.rest.EsuRestApi.createObjectOnPath(EsuRestApi.java:389)
On debugging we found that
location = con.getHeaderField( "location" ); returns null.
what can be the possible issue ?
Responses (0)
Solutions (0)
