I am trying to use the DFS query service using a non secured DFS server but I am getting the below error. When i first tried very first time i got this error. But after couple of days without making any changes it started connecting and again today i am back to this error. My userid and password are definitely valid as I am able to upload and view documents from webtop application. I tried searching in the forums but i couldn't see anything similar to my issue. Did someone come across this issue? Attached is the code that I am using. Thanks for the help.
com.emc.documentum.fs.rt.AuthenticationException: Authorization failed, please review identities provided in service context "temporary/127.0.0.1-1309999472000-2247068335541006067"
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at com.emc.documentum.fs.rt.context.impl.compat.ClientReflectionServiceInvokerCompat60.getExceptionInstance(ClientReflectionServiceInvokerCompat60.java:176)
at com.emc.documentum.fs.rt.context.impl.compat.ClientReflectionServiceInvokerCompat60.invoke(ClientReflectionServiceInvokerCompat60.java:78)
at com.emc.documentum.fs.rt.context.impl.SoapClientInvocationHandler.invoke(SoapClientInvocationHandler.java:64)
at com.emc.documentum.fs.rt.context.impl.UcfClientInvocationHandler.invoke(UcfClientInvocationHandler.java:47)
at com.emc.documentum.fs.rt.context.impl.MtomCompatHandler60SP1.invoke(MtomCompatHandler60SP1.java:55)
at com.emc.documentum.fs.rt.context.impl.HttpSessionInvocationHandler.invoke(HttpSessionInvocationHandler.java:65)
at com.emc.documentum.fs.rt.context.impl.OperationOptionsHandler.invoke(OperationOptionsHandler.java:48)
at com.emc.documentum.fs.rt.context.impl.ReturnedContentTransformationHandler.invoke(ReturnedContentTransformationHandler.java:44)
at com.emc.documentum.fs.rt.context.impl.ContextThreadLocalInvocationHandler.invoke(ContextThreadLocalInvocationHandler.java:46)
at com.emc.documentum.fs.rt.context.impl.ServiceContextInvocationHandler.invoke(ServiceContextInvocationHandler.java:30)
at $Proxy15.execute(Unknown Source)
at documentumtest.Main.getDocumentParentFolder(Main.java:84)
at documentumtest.Main.main(Main.java:60)
Caused by: com.emc.documentum.fs.rt.impl.ResourceLookupException: Failed to create a session manager for context: "temporary/127.0.0.1-1309999472000-2247068335541006067".
... 17 more
Caused by: com.emc.documentum.fs.rt.impl.ServiceFrameworkException: Failed to setup DFC session manager
... 17 more
Caused by: java.lang.IllegalStateException: Timer already cancelled.