Bug #27101
Error 500 at default installation via shell script, unable to load typo3-accessfilter
| Status: | Closed | Start date: | 2011-05-28 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Ingo Renner | % Done: | 100% |
|
| Category: | Solr XML Configuration Files | |||
| Target version: | 2.0 | Estimated time: | 0.05 hour | |
| TYPO3 Version: | Has patch: | |||
| PHP Version: | Tags: | |||
| Votes: | 1 (View) |
Description
Solr isn't able to load typo3-accessfilter*.jar, caused by lib path errors
Please change
<!-- TYPO3 Plugins --> <lib dir="../typo3lib" />
to
<!-- TYPO3 Plugins --> <lib dir="./typo3lib" />
If needed apply on other lib directives too.
Associated revisions
Fixed issue #27101: Error 500 at default installation via shell script, unable to load typo3-accessfilter
Fixed issue #27101: Error 500 at default installation via shell script, unable to load typo3-accessfilter
History
Updated by Thomas Scholze almost 2 years ago
I forgot to add the file:/opt/solr-tomcat/solr/conf/solrconfig.xml
Updated by Ingo Renner almost 2 years ago
- Category set to Solr XML Configuration Files
- Status changed from New to Accepted
- Assignee set to Ingo Renner
- Target version set to 860
Updated by Stefano Cecere almost 2 years ago
i had quite a similar problem that i solved with the same patch( <lib dir="../typo3lib" /> -> <lib dir="./typo3lib" /> )
i didn't use your install.sh, but did it manually
anyway the problem is the same since the <lib dir="./typo3lib" /> is contextual to the instance path.. so a ../ would be wrong in any case!
Updated by Ingo Renner almost 2 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
fixed in r48556
Updated by Ingo Renner almost 2 years ago
- Target version changed from 860 to 2.0
Updated by Ingo Renner about 1 year ago
- Status changed from Resolved to Closed