Closed GoogleCodeExporter closed 9 years ago
Guess it can be closed here. Just saw that this file is part of the sleepycat
distribution.
Original comment by robert.g...@gmail.com
on 9 Oct 2012 at 1:35
I have same problem....
java.lang.NullPointerException
at com.sleepycat.je.Database.trace(Database.java:1816)
at com.sleepycat.je.Database.sync(Database.java:489)
at edu.uci.ics.crawler4j.frontier.WorkQueues.sync(WorkQueues.java:189)
at edu.uci.ics.crawler4j.frontier.Frontier.sync(Frontier.java:183)
at edu.uci.ics.crawler4j.frontier.Frontier.close(Frontier.java:193)
at edu.uci.ics.crawler4j.crawler.CrawlController$1.run(CrawlController.j
ava:232)
at java.lang.Thread.run(Unknown Source)
Original comment by tru3....@gmail.com
on 16 Jul 2014 at 6:17
Fixed, works in v3.5
Original comment by avrah...@gmail.com
on 11 Aug 2014 at 2:12
I am suffering the same issue. I am running v3.5 so any help would be
appreciated.
Original comment by jack.w.w...@gmail.com
on 18 Oct 2014 at 11:30
I am reopening this issue.
But I need a clear scenario.
Jack, can you provide me with a scenario causing this exception to be thrown ?
Original comment by avrah...@gmail.com
on 20 Oct 2014 at 9:39
I run several crawls concurrently, and each instance of CrawlController
eventually throws this exception causing the thread to crash.
Original comment by jack.w.w...@gmail.com
on 6 Dec 2014 at 1:49
Can you please check it against v4.0 of crawler4j ?
This is a new release and many many fixes have been implemented.
If this problem appears also in v4.0 then I can check it out.
Original comment by avrah...@gmail.com
on 7 Dec 2014 at 12:10
I am currently running off the latest source code in the repo, and now it
happens less often, but still seems to occur.
Original comment by jack.w.w...@gmail.com
on 8 Dec 2014 at 1:55
Can you post the complete stacktrace please ?
Original comment by avrah...@gmail.com
on 8 Dec 2014 at 1:56
java.lang.NullPointerException
at com.sleepycat.je.Database.trace(Database.java:1816)
at com.sleepycat.je.Database.sync(Database.java:489)
at edu.uci.ics.crawler4j.frontier.WorkQueues.sync(WorkQueues.java:189)
at edu.uci.ics.crawler4j.frontier.Frontier.sync(Frontier.java:183)
at edu.uci.ics.crawler4j.frontier.Frontier.close(Frontier.java:193)
at edu.uci.ics.crawler4j.crawler.CrawlController$1.run(CrawlController.j
ava:232)
at java.lang.Thread.run(Unknown Source)
Original comment by jack.w.w...@gmail.com
on 8 Dec 2014 at 2:03
Fixed at Rev: e7ba2db4c596
It is an internal bug in BerkleyDB's code.
No update has come from BerkleyDB for over a year.
After investigation i have removed several of our calls to their problematic
code, as those calls were redundant anyway.
More details can be found in the commit description.
Original comment by avrah...@gmail.com
on 9 Dec 2014 at 1:29
Original issue reported on code.google.com by
robert.g...@gmail.com
on 9 Oct 2012 at 1:33