Start a Conversation

Unsolved

This post is more than 5 years old

A

5 Practitioner

 • 

274.2K Posts

1994

November 9th, 2009 21:00

Java binding exception

I am getting the following exception thrown when I attempt to upload an object to a namespace:

Exception in thread "main" com.emc.esu.api.EsuException: The request timestamp was outside the valid time window.
        at com.emc.esu.api.rest.EsuRestApi.handleError(EsuRestApi.java:1808)
        at com.emc.esu.api.rest.EsuRestApi.createObjectFromSegment(EsuRestApi.java:234)
        at com.emc.esu.api.UploadHelper.createObject(UploadHelper.java:137)
        at com.emc.esu.api.UploadHelper.createObject(UploadHelper.java:106)
        at Cloud.UploadCloud(Cloud.java:40)
        at Test.main(Test.java:24)
Java Result: 1

Any ideas?

5 Practitioner

 • 

274.2K Posts

November 9th, 2009 22:00

Nevermind...my clock was not properly synced to a good time server, thus causing the mismatch...

I should RTFM...

Thanks anyways!

No Events found!

Top