Expand my Community achievements bar.

SOLVED

RE : Token Service to access a crx/server

Avatar

Level 2

Hi,

 

   I am trying to access the crx/server from the cloud dev 

https://author-pXXXX-eXXXX.adobeaemcloud.com/crx/server 

after I completed my testing in local want to test that using the service token the code is in java... attaching the code base

Repository repository = getRepository("https://author-pXXXX-eXXXX.adobeaemcloud.com/crx/server");


TokenCredentials tokenCredentials=new TokenCredentials(" XXXXXXX _ XXXXXX_ XXXXX ");



//Create a Session
javax.jcr.Session session = repository.login(tokenCredentials);

 I was seeing an error 

 

Error:

 

javax.jcr.RepositoryException: Unable to access a repository with the following settings:
org.apache.jackrabbit.repository.uri: https://author-pXXXX-eXXXX.adobeaemcloud.com/crx/server
The following RepositoryFactory classes were consulted:
org.apache.jackrabbit.core.RepositoryFactoryImpl: declined
org.apache.jackrabbit.commons.JndiRepositoryFactory: declined

 

 

 

I would like to know in java which service can be used ... to make this work...

 

 

Thank You,

Sham. 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Prefer using curl commands or HTTP requests to get info from Cloud server,

 

These APIs are not supported on Cloud


Aanchal Sikka

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Prefer using curl commands or HTTP requests to get info from Cloud server,

 

These APIs are not supported on Cloud


Aanchal Sikka

Avatar

Administrator

@sham1 Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.



Kautuk Sahni