Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEVERE: Crawls are not started in 1.0-rc2.6 #50

Closed
machawk1 opened this issue Aug 30, 2016 · 4 comments
Closed

SEVERE: Crawls are not started in 1.0-rc2.6 #50

machawk1 opened this issue Aug 30, 2016 · 4 comments

Comments

@machawk1
Copy link

machawk1 commented Aug 30, 2016

crawler-beans.txt
Log:

2016-08-30T17:09:41.636-04:00 SEVERE Can't launch problem configuration
2016-08-30T17:09:41.636-04:00 SEVERE Can't launch problem configuration
2016-08-30T17:09:41.634-04:00 SEVERE Cannot find class [org.archive.modules.fetcher.BdbCookieStore] for bean with name 'cookieStore' defined in URL [file:/Applications/wail.app/Contents/Resources/app/bundledApps/heritrix/./jobs/1472591380129/crawler-beans.cxml]; nested exception is java.lang.ClassNotFoundException: org.archive.modules.fetcher.BdbCookieStore; ; Can't create bean 'metadata'
2016-08-30T17:09:41.634-04:00 SEVERE Cannot find class [org.archive.modules.fetcher.BdbCookieStore] for bean with name 'cookieStore' defined in URL [file:/Applications/wail.app/Contents/Resources/app/bundledApps/heritrix/./jobs/1472591380129/crawler-beans.cxml]; nested exception is java.lang.ClassNotFoundException: org.archive.modules.fetcher.BdbCookieStore; ; Can't create bean 'metadata'
2016-08-30T17:09:41.426-04:00 SEVERE Cannot find class [org.archive.modules.fetcher.BdbCookieStore] for bean with name 'cookieStore' defined in URL [file:/Applications/wail.app/Contents/Resources/app/bundledApps/heritrix/./jobs/1472591380129/crawler-beans.cxml]; nested exception is java.lang.ClassNotFoundException: org.archive.modules.fetcher.BdbCookieStore; ; Can't create bean 'metadata'
2016-08-30T17:09:41.426-04:00 SEVERE Cannot find class [org.archive.modules.fetcher.BdbCookieStore] for bean with name 'cookieStore' defined in URL [file:/Applications/wail.app/Contents/Resources/app/bundledApps/heritrix/./jobs/1472591380129/crawler-beans.cxml]; nested exception is java.lang.ClassNotFoundException: org.archive.modules.fetcher.BdbCookieStore; ; Can't create bean 'metadata'

Crawl config attached.

@machawk1
Copy link
Author

machawk1 commented Aug 30, 2016

crawler-beans.txt - renamed from a cxml file for GitHub upload.

@N0taN3rd
Copy link
Owner

@machawk1 Neglected to change that field in the crawler bean back when moving back
to heritrix 3.2 it is now corrected.
It should have been org.archive.modules.fetcher.BdbCookieStorage

@machawk1 machawk1 changed the title SEVER: Crawls are not started in 1.0-rc2.6 SEVERE: Crawls are not started in 1.0-rc2.6 Aug 31, 2016
@machawk1
Copy link
Author

@N0taN3rd In Heritrix 3.2 are you using BDB or CDX?

@N0taN3rd
Copy link
Owner

@machawk1 CDX but the configuration for that bean is not used,
I believe this bean is referenced in another section of the cxml file but is commented out
Reverted back to file generated in WAIL.py from the agnostic branch.
Its value can be seen on line 1943 WAIL.py.

N0taN3rd added a commit that referenced this issue Aug 31, 2016
…o the default collection

Fixed crawls not started fixes #50
Setting reconcilation between versions fixes #39
UI changes when stop start buttons for a service are pressed fixes #27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants