Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1360 by [email protected]: simple mistake in quartz scheduler.
http://code.google.com/p/openmeetings/issues/detail?id=1360

I download the openmeetings code in http://openmeetings.googlecode.com/svn/trunk/singlewebapp/ . After i run it , i found the console keep reporting [DEBUG] [DefaultQuartzScheduler_Worker-1] , it makes me confused , and it makes out of memory error,and i think there may be something wrong, and then i found the code in org.openmeetings.app.quartz.scheduler.QuartzRecordingJob :WhiteboardConvertionJobManager.getInstance().initJobs();
then in initJobs(),  try {
            if (!isRunning) {
                isRunning = true;

               ……

               isRunning = false;

            }
i think the (isRunning = false) is bug , hope to fix it soon.....

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to