Hi,

If I make multiple scheduler jobs with same time, is this impact
Jenkins service?
Recently we had an issue with Jenkins web page. We are getting the
below error message frequently.

This Webpage is not available.
ERROR 324 (Net::ERR_EMPTY_RESPONSE): Unknown error The webpage at
http://10.10.34.45:8080/ might be temporarily down or it may have
moved permanently to a new address.

I found that The Jenkins server is running in the in-build container
JVM, there are threads which tried to send instructions to Jenkins job
monitor which is rejected by Java Thread monitor.
This is a miscommunication between the interfaces
java.util.concurrent.ThreadPool and
org.jenkinsci.plugins.buildresulttrigger.BuildResultTrigger

If parallel requests will be sent to Jenkins monitor by JVM, will it
impact Jenkins service?
Please any one advice to me..

Reply via email to