Created
November 7, 2012 21:44
-
-
Save softwaredoug/4034702 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Exception in thread "Thread-149" java.lang.RuntimeException: java.lang.NullPointerException | |
at com.lucid.crawl.lucidlogs.LogCrawler.run(LogCrawler.java:170) | |
at java.lang.Thread.run(Thread.java:722) | |
Caused by: java.lang.NullPointerException | |
at com.lucid.admin.collection.datasource.FieldMapping.setFrom(FieldMapping.java:121) | |
at com.lucid.crawl.impl.DirectSolrUpdateController.start(DirectSolrUpdateController.java:112) | |
at com.lucid.crawl.lucidlogs.LogCrawler.run(LogCrawler.java:164) | |
... 1 more | |
Exception in thread "Thread-150" java.lang.RuntimeException: java.lang.NullPointerException | |
at com.lucid.crawl.lucidlogs.LogCrawler.run(LogCrawler.java:170) | |
at java.lang.Thread.run(Thread.java:722) | |
Caused by: java.lang.NullPointerException | |
at com.lucid.admin.collection.datasource.FieldMapping.setFrom(FieldMapping.java:121) | |
at com.lucid.crawl.impl.DirectSolrUpdateController.start(DirectSolrUpdateController.java:112) | |
at com.lucid.crawl.lucidlogs.LogCrawler.run(LogCrawler.java:164) | |
... 1 more | |
Exception in thread "Thread-151" java.lang.RuntimeException: java.lang.NullPointerException | |
at com.lucid.crawl.lucidlogs.LogCrawler.run(LogCrawler.java:170) | |
at java.lang.Thread.run(Thread.java:722) | |
Caused by: java.lang.NullPointerException | |
at com.lucid.admin.collection.datasource.FieldMapping.setFrom(FieldMapping.java:121) | |
at com.lucid.crawl.impl.DirectSolrUpdateController.start(DirectSolrUpdateController.java:112) | |
at com.lucid.crawl.lucidlogs.LogCrawler.run(LogCrawler.java:164) | |
... 1 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment