scheduler build

2012-09-02 Thread Suri
Hi
 
 
I have configured scheduler build for one job. Later i have removed my 
scheduler in my job and same job is using without scheduler build.

Even though i have removed cron build, still scheduler build is running in 
my job.

 

I have completely checked Jenkins configuration, no scheduler was mentioned 
in my job.

But job is running with scheduler. Please assist me to find out this issue.


Scheduler build

2012-02-09 Thread Suri
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..