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.
Solved! Go to Solution.
Views
Replies
Total Likes
Prefer using curl commands or HTTP requests to get info from Cloud server,
These APIs are not supported on Cloud
Prefer using curl commands or HTTP requests to get info from Cloud server,
These APIs are not supported on Cloud
@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.
Views
Replies
Total Likes