Mike This won't give you an answer, but maybe some helpful insight. I have not had a problem with standard jobs but have had a problem with jobs we added to do synchronization with POS terminals. I've seen two situations where the system seems to leave a job in a "running" status and not clear it out and reschedule on a restart. 1) Server encounters a heap space (out of memory) error. - Solved by increasing max memory in startup.sh 2) Server (or POS client in our case) is stopped while a job is running. - Haven't implemented a solution but we are planning on a "graceful shutdown" on our POS terminals to make sure all entity sync jobs are finished before shutting down.
----- Original Message ----- From: "Mike Baschky" <[EMAIL PROTECTED]> To: [email protected] Sent: Friday, January 18, 2008 10:09:51 AM (GMT-0700) America/Denver Subject: Stalled jobs Hey All, I've got an odd issue I'm trying figure out. My service engine does not appear to be running jobs anymore. It appears to be just sitting there doing nothing (even for the standard ofbiz jobs like purgeOldJobs). When I look into the Jobsandbox table I see several jobs in running status but nothing is happening. These jobs are a several days old so I'm guessing they are not really running. I've shut the system down an restarted but still nothing seems to happen. I'm not really seeing any error messages that help me out here. Thinking that maybe I've hit some sort of job limit I banked out the statusId on several jobs and then cancelled them in webtools - again no luck on kicking off the remaining jobs. One other item I noted in the thread list is there are 5 sleeping default-invoker-thread-xxx threads at the top of the page but I only see of these threads in the Java threads listed below (not sure if this means anything). I'm not sure where to look next. Can anyone point me in the right direction on how to track this issue down. Thanks. -Mike
