File crawl using exited with an unexpected jobqueue status error under MySQL

2012-12-20 Thread Shigeki Kobayashi
Hi


I run MCF1.1dev trunk downloaded on Dec. 22nd and craw file using Windows
share connection
under MySQL 5.5.28, for Linux (x86_64).

The following Error occurred and then the job exited:

---
2012/12/21 10:09:37 ERROR (Worker thread '78') - Exception tossed:
Unexpected jobqueue status - record id 1356045273314, expecting active
status, saw 0
org.apache.manifoldcf.core.interfaces.ManifoldCFException: Unexpected
jobqueue status - record id 1356045273314, expecting active status, saw 0
at
org.apache.manifoldcf.crawler.jobs.JobQueue.updateCompletedRecord(JobQueue.java:742)
at
org.apache.manifoldcf.crawler.jobs.JobManager.markDocumentCompletedMultiple(JobManager.java:2438)
at
org.apache.manifoldcf.crawler.system.WorkerThread.run(WorkerThread.java:765)
---


Do you think this is related to
https://issues.apache.org/jira/browse/CONNECTORS-246?


Regards,


Shigeki


Re: File crawl using exited with an unexpected jobqueue status error under MySQL

2012-12-20 Thread Karl Wright
Yes, it is the same cause - a transactional integrity bug in the
database, MySQL in this case.  I can open a ManifoldCF ticket, but the
real fix has to come from the MySQL team.

Karl

On Thu, Dec 20, 2012 at 8:59 PM, Shigeki Kobayashi
shigeki.kobayas...@g.softbank.co.jp wrote:

 Hi


 I run MCF1.1dev trunk downloaded on Dec. 22nd and craw file using Windows
 share connection
 under MySQL 5.5.28, for Linux (x86_64).

 The following Error occurred and then the job exited:

 ---
 2012/12/21 10:09:37 ERROR (Worker thread '78') - Exception tossed:
 Unexpected jobqueue status - record id 1356045273314, expecting active
 status, saw 0
 org.apache.manifoldcf.core.interfaces.ManifoldCFException: Unexpected
 jobqueue status - record id 1356045273314, expecting active status, saw 0
 at
 org.apache.manifoldcf.crawler.jobs.JobQueue.updateCompletedRecord(JobQueue.java:742)
 at
 org.apache.manifoldcf.crawler.jobs.JobManager.markDocumentCompletedMultiple(JobManager.java:2438)
 at
 org.apache.manifoldcf.crawler.system.WorkerThread.run(WorkerThread.java:765)
 ---


 Do you think this is related to
 https://issues.apache.org/jira/browse/CONNECTORS-246?


 Regards,


 Shigeki