Dear All
When FISHEYE-CROWD SSO is linked, the following error occurs. Is it normal?
However, login via crowd works fine.
2017-06-01 11:21:16,858 INFO [qtp93199773-161 ] com.atlassian.crowd.service.client.ClientPropertiesImpl ClientPropertiesImpl-loadAndLogPropertyString - Loading property: 'application.name' : 'fisheye-ljb'
2017-06-01 11:21:16,858 INFO [qtp93199773-161 ] com.atlassian.crowd.service.client.ClientPropertiesImpl ClientPropertiesImpl-loadAndLogPropertyString - Failed to find value for property: application.login.url
2017-06-01 11:21:16,858 INFO [qtp93199773-161 ] com.atlassian.crowd.service.client.ClientPropertiesImpl ClientPropertiesImpl-loadAndLogPropertyString - Failed to find value for property: session.tokenkey
2017-06-01 11:21:16,858 INFO [qtp93199773-161 ] com.atlassian.crowd.service.client.ClientPropertiesImpl ClientPropertiesImpl-loadAndLogPropertyString - Failed to find value for property: session.lastvalidation
2017-06-01 11:21:16,859 INFO [qtp93199773-161 ] com.atlassian.crowd.service.client.ClientPropertiesImpl ClientPropertiesImpl-loadAndLogPropertyString - Failed to find value for property: session.validationinterval
2017-06-01 11:21:16,859 INFO [qtp93199773-161 ] com.atlassian.crowd.service.client.ClientPropertiesImpl ClientPropertiesImpl-loadAndLogPropertyString - Failed to find value for property: cookie.domain
2017-06-01 11:21:16,859 INFO [qtp93199773-161 ] com.atlassian.crowd.service.client.ClientPropertiesImpl ClientPropertiesImpl-loadAndLogPropertyString - Failed to find value for property: authentication.method
2017-06-01 11:21:16,860 INFO [qtp93199773-161 ] com.atlassian.crowd.service.client.ClientPropertiesImpl ClientPropertiesImpl-loadAndLogPropertyString - Failed to find value for property: asap.issuer
2017-06-01 11:21:16,860 INFO [qtp93199773-161 ] com.atlassian.crowd.service.client.ClientPropertiesImpl ClientPropertiesImpl-loadAndLogPropertyString - Failed to find value for property: asap.key.id
2017-06-01 11:21:16,860 INFO [qtp93199773-161 ] com.atlassian.crowd.service.client.ClientPropertiesImpl ClientPropertiesImpl-loadAndLogPropertyString - Failed to find value for property: asap.subject.required
2017-06-01 11:21:16,961 DEBUG [qtp93199773-161 ] com.atlassian.crowd.integration.rest.service.RestExecutor RestExecutor-buildUrl - Constructed http://mycrowdip:port/crowd/rest/usermanagement/1/config/cookie
Thanks.
Best Regards.
These are not errors. Crowd client is basically saying that it could not find values for optional properties.
Here is a list of the properties the Crowd client is trying to find: https://confluence.atlassian.com/fisheye/connecting-to-crowd-813695565.html#ConnectingtoCrowd-ConfiguringSSODomain
(click on 'Other Crowd properties' at the end of the paragraph)
Dear Bruno Vincent
Thank you for answer.
By the way, fisheye does not allow users to specify crowd.properties.
In fisheye, can I assume that the error I listed above is "don't care"?
Thanks.
Best Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're welcome!
You're right, there is no crowd.properties file in Fisheye, you need to use environment properties as detailed on the link I posted in my answer.
Again, what you see are not errors (logs are prefixed by the INFO string), so you actually don't need to care about them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.