You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
INFO: Loading property: 'session.validationinterval' : '2'
Jan 15, 2020 4:46:10 PM com.atlassian.crowd.service.client.ClientPropertiesImpl loadAndLogPropertyString
INFO: Failed to find value for property: cookie.domain
Jan 15, 2020 4:46:10 PM de.theit.jenkins.crowd.CrowdSecurityRealm$DescriptorImpl doTestConnection
SEVERE: The connection check failed.
com.atlassian.crowd.exception.InvalidCrowdServiceException: The following URL does not specify a valid Crowd User Management REST service: http://servername:8095/rest/usermanagement/1/search?entity-type=user&start-index=0&max-results=1&expand=user
Hi @yoki89
Thank you for reaching out to Atlassian Community!
I assume that your problem is related to connecting Jenkins with Crowd as you are getting `InvalidCrowdServiceException`.
This error is being thrown if the response does not contain following HTTP header
X-Embedded-Crowd-Version
I've noticed that your URL starts with:
http://servername:8095/rest/
and does not contain /crowd context path. Although it is possible to run Crowd without /crowd context path, can you check if the URL is correct? Perhaps you could check if header I've mentioned is being sent by running:
curl -v http://servername:8095/rest/usermanagement/1/search?entity-type=user&start-index=0&max-results=1&expand=user
Best Regards,
Marcin Kempa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.