On further troubleshooting, we found
1. Scanner pulls artifacts and deploys.
2. After 10 minutes it accesses maven, sees a new artifact version
3. it tries to pull the artifact but gets 401 response( Caused by: org.apache.http.client.HttpResponseException: status code: 401, reason phrase: Unauthorized (401)
4.After that the timer thread does not respond. The scanner status for the container says
scanner:
status: started
5. The server needs to be restarted.
The settings we are using is as per:
Any guidance will be highly appreciated
Thanks
Richa