[ 
https://issues.apache.org/jira/browse/OAK-7054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16294810#comment-16294810
 ] 

Tommaso Teofili commented on OAK-7054:
--------------------------------------

I think the core problem is what Marcel found out, the OOM problem is a 
consequence of the repeated failing initializations of Solr cores.
Even in the latest build failure 
[unit-test.log|https://builds.apache.org/job/Jackrabbit%20Oak/1099/artifact/oak-solr-core/target/unit-tests.log]
 the core is started with options which do not reflect the recent changes in 
solrconfig.xml.

> Build failure: ClassNotFoundException: solr.JsonUpdateRequestHandler
> --------------------------------------------------------------------
>
>                 Key: OAK-7054
>                 URL: https://issues.apache.org/jira/browse/OAK-7054
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: continuous integration
>            Reporter: Hudson
>            Assignee: Tommaso Teofili
>             Fix For: 1.8
>
>
> No description is provided
> The build Jackrabbit Oak #1075 has failed.
> First failed run: [Jackrabbit Oak 
> #1075|https://builds.apache.org/job/Jackrabbit%20Oak/1075/] [console 
> log|https://builds.apache.org/job/Jackrabbit%20Oak/1075/console]
> {noformat}
> [ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.723 
> s <<< FAILURE! - in 
> org.apache.jackrabbit.oak.plugins.index.solr.index.SolrIndexEditorTest
> [ERROR] 
> testIgnoredPropertiesNotIndexed(org.apache.jackrabbit.oak.plugins.index.solr.index.SolrIndexEditorTest)
>   Time elapsed: 0.475 s  <<< ERROR!
> java.lang.RuntimeException: org.apache.solr.common.SolrException: SolrCore 
> 'oak' is not available due to init failure: Error loading class 
> 'solr.JsonUpdateRequestHandler'
>       at 
> org.apache.jackrabbit.oak.plugins.index.solr.index.SolrIndexEditorTest.testIgnoredPropertiesNotIndexed(SolrIndexEditorTest.java:71)
> Caused by: org.apache.solr.common.SolrException: SolrCore 'oak' is not 
> available due to init failure: Error loading class 
> 'solr.JsonUpdateRequestHandler'
>       at 
> org.apache.jackrabbit.oak.plugins.index.solr.index.SolrIndexEditorTest.testIgnoredPropertiesNotIndexed(SolrIndexEditorTest.java:71)
> Caused by: org.apache.solr.common.SolrException: Error loading class 
> 'solr.JsonUpdateRequestHandler'
> Caused by: org.apache.solr.common.SolrException: Error loading class 
> 'solr.JsonUpdateRequestHandler'
> Caused by: java.lang.ClassNotFoundException: solr.JsonUpdateRequestHandler
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to