Unsolved
This post is more than 5 years old
6 Posts
0
3008
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 ?
No Events found!


JasonCwik
281 Posts
0
June 16th, 2009 16:00
Are you behind a proxy server? Can you try changing 'location' to 'Location'?
If that doesn't work, can you provide a tcpdump of the call?
Sivan1
6 Posts
0
June 16th, 2009 21:00
Yes I am behind a a proxy server but I have set the system property and hence that wont be a problem.My code to interact with Atmos was working fine and now suddenly it started failing saying Obejct id returned is null.
I had tried out the 'Location' but in vein.
Any help would be appreciated.
JasonCwik
281 Posts
0
July 2nd, 2009 11:00
Hi Sivan,
Can you produce a tcpdump of the request and response? If you are on Windows, you can use the WinDump utility.
I recommend:
tcpdump -D
(determine which interface # to use)
tcpdump -i -A -s 0 host accesspoint.emccis.com and port 80