Closed GoogleCodeExporter closed 9 years ago
Hi Tom,
What do you mean by "Not sure if its borrowing a connection which one of my
jobs are somehow closing.".
If you don't mind, can you show you write your job? How are you using the
Quartz connection?
Original comment by saltnlight5
on 25 Feb 2012 at 4:09
@Tom
I also observed that you will get the same error too if I were to stop the
database service while MySchedule/Quartz is running. So you sure that your
database didn't have any problem right?
Original comment by saltnlight5
on 25 Feb 2012 at 3:32
No database problems. Although I have been constantly starting and stopping
the scheduler while trying to get my jobs working and myscheduler
configured.
So that might be playing a factor. I have also been noticing the scheduler
having trouble stopping the jobs. I end up having to do a kill -SIGTERM so
that might also be a factor.
Sorry I cannot be more help! I'll keep investigating.
Original comment by tomans...@gmail.com
on 25 Feb 2012 at 4:25
I think I might have solved this problem in the same was as I solved the other
ConcurrentModifications error. I have been reading that the mysql global
system property "wait_timeout" might create this kind of issue. The default
value is 28800. Mine was 15.
I changed it back to 28800 and things seemed to have stabilized quite a bit.
Which to me suggests my value was way too low which was causing the connection
to be closed by MySQL and then it would not be available when needed by
MyScheduler which was trying to access a closed connection.
I'll keep monitoring and post back if I see any changes.
Original comment by tomans...@gmail.com
on 26 Feb 2012 at 9:43
closed as non-fix
Original comment by saltnlight5
on 21 Mar 2012 at 3:37
Original comment by saltnlight5
on 21 Mar 2012 at 3:38
Original issue reported on code.google.com by
tomans...@gmail.com
on 24 Feb 2012 at 11:21