Discussion:
[Exist-open] Start Up Error in Log File
Bill Kelm
2017-05-01 20:29:43 UTC
Permalink
​Noticing these errors in the exist.log file at startup, on version 3.0:

exist.log:2017-04-19 13:49:54,955 [main] ERROR (AnalyzerConfig.java
[configureAnalyzer]:171) - Lucene index: analyzer class
org.apache.lucene.analysis.WhitespaceAnalyzer not found.
(org.apache.lucene.analysis.WhitespaceAnalyzer)

I know that moved, a while back around version 2.2, we have now upgraded to
version 3. But I see like five lines with this error message in the log
file. I have looked in all our databases .xconf files and I'm not see any
calls to this.

Any direction to where I need to edit to fix this call or track down where
it is?​

Thanks,
Bill K.
--
Bill G. Kelm - Systems Librarian
Willamette University Library
900 State Street - Salem, OR 97301
Phone: 503-375-5332 Fax: 503-370-6141
Joe Wicentowski
2017-05-01 21:06:47 UTC
Permalink
Hi Bill,
try org.apache.lucene.analysis.core.StandardAnalyzer instead of
org.apache.lucene.analysis.standard.StandardAnalyzer
Cheers,
Joe
exist.log:2017-04-19 13:49:54,955 [main] ERROR (AnalyzerConfig.java
[configureAnalyzer]:171) - Lucene index: analyzer class
org.apache.lucene.analysis.WhitespaceAnalyzer not found.
(org.apache.lucene.analysis.WhitespaceAnalyzer)
I know that moved, a while back around version 2.2, we have now upgraded to
version 3. But I see like five lines with this error message in the log
file. I have looked in all our databases .xconf files and I'm not see any
calls to this.
Any direction to where I need to edit to fix this call or track down where
it is?
Thanks,
Bill K.
--
Bill G. Kelm - Systems Librarian
Willamette University Library
900 State Street - Salem, OR 97301
Phone: 503-375-5332 Fax: 503-370-6141
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Exist-open mailing list
https://lists.sourceforge.net/lists/listinfo/exist-open
Joe Wicentowski
2017-05-01 21:36:09 UTC
Permalink
Hi Bill,

Sure, sorry, you'd change this in any collection.xconf files that use
the old class name within /db/system/config. See fuller information
about this in the release notes at
http://exist-db.org/exist/apps/doc/upgrading.xml. It's under the
section on 2.2, although it seems many people have been reporting it
since 3.0 - perhaps logging has improved.

Joe
Thanks Joe, but showing my absolute lack of Exist skill, where do I change
it to the new location?
Bill
Post by Joe Wicentowski
Hi Bill,
try org.apache.lucene.analysis.core.StandardAnalyzer instead of
org.apache.lucene.analysis.standard.StandardAnalyzer
Cheers,
Joe
exist.log:2017-04-19 13:49:54,955 [main] ERROR (AnalyzerConfig.java
[configureAnalyzer]:171) - Lucene index: analyzer class
org.apache.lucene.analysis.WhitespaceAnalyzer not found.
(org.apache.lucene.analysis.WhitespaceAnalyzer)
I know that moved, a while back around version 2.2, we have now upgraded to
version 3. But I see like five lines with this error message in the log
file. I have looked in all our databases .xconf files and I'm not see any
calls to this.
Any direction to where I need to edit to fix this call or track down where
it is?
Thanks,
Bill K.
--
Bill G. Kelm - Systems Librarian
Willamette University Library
900 State Street - Salem, OR 97301
Phone: 503-375-5332 Fax: 503-370-6141
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Exist-open mailing list
https://lists.sourceforge.net/lists/listinfo/exist-open
--
Bill G. Kelm - Systems Librarian
Willamette University Library
900 State Street - Salem, OR 97301
Phone: 503-375-5332 Fax: 503-370-6141
Loading...