Bug 475630
| Summary: | Search Server get java i.o. Buffer reader, null pointer, and crashes after start up. | ||
|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | wes hayutin <whayutin> |
| Component: | Server | Assignee: | John Matthews <jmatthew> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | wes hayutin <whayutin> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 0.4 | CC: | jesusr |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | na | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-01-22 16:31:13 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 456552 | ||
|
Description
wes hayutin
2008-12-09 21:04:50 UTC
This is caused when the "nutch plugins" directory is not found. For spacewalk 0.4 we will be packaging nutch up into a RPM which will include this directory. For now we can manually copy the nutch plugins directory to /usr/share/rhn/search/nutch/plugins to go past this error. Note: /usr/share/rhn/search/nutch/conf is also required Nutch is now part of space04, in addition search-server will not crash if it can't find nutch, instead it will run in a degraded mode which doesn't support displaying text snippets from doc-search. This commit addressed most of the work needed. http://git.fedoraproject.org/git/?p=spacewalk.git;a=commitdiff;h=279a11b34f3a7fbbfd2a887dd21857496a4d9fc4 No errors found. |