Hi Experts,
Could you please assist me in resolving the below error.
Exception in thread "main" org.oasis_open.docs.ns.cmis.ws._200908.CmisException: Object access denied! - type : PERMISSION_DENIED - code : 70001 - Detailed message : A com.opentext.ecm.services.entlib.ELServiceRuntimeException occurred on command 'getRootFolders' parameters '' isSystemException 'true' - Cause message [com.opentext.ecm.services.entlib.ELServiceRuntimeException: Getting available application root folders failed!<Tue Nov 25 15:28:41 IST 2014> [{error_namespace=ELService, error_code=ListApplicationRootFoldersFailed, error_category=Operation}] (com.opentext.livelink.service.core.LoginException: )]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at com.sun.xml.internal.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:130)
at com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:108)
at com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:78)
at com.sun.xml.internal.ws.client.sei.SEIStub.invoke(SEIStub.java:135)
at com.sun.proxy.$Proxy40.getRepositories(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at WebServiceInvocationHandler.invoke(WebServiceInvocationHandler.java:123)
at com.sun.proxy.$Proxy41.getRepositories(Unknown Source)
at SampleBasicAuthentication.main(SampleBasicAuthentication.java:97)
Thanks in advance 