UNSOLVED

Sivan1

updated

17 years ago

S

Sivan1

6 Posts

0

3009

June 16th, 2009 00:00

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 ?