[ 
https://issues.apache.org/jira/browse/SOLR-3780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steven Rowe resolved SOLR-3780.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0
                   4.0

I committed the patch making solrj run its own tests to branch_4x and trunk.

bq. ERROR: [doc=one] unknown field 'meta:creation-date'

Robert Muir pointed out on [email protected] that this is caused by branch_4x Maven 
Solr configuration depending on Tika 1.2, while the rest of branch_4x hasn't 
gotten the update yet (SOLR-3707).  I reverted the branch_4x dependency to Tika 
1.1, and branch_4x Maven just succeeded on ASF Jenkins.

I also committed a change to all Solr contribs removing the now unnecessary 
inclusion of solr-core test resources in their test classpaths.
                
> Maven builds regularly fail on ASF Jenkins
> ------------------------------------------
>
>                 Key: SOLR-3780
>                 URL: https://issues.apache.org/jira/browse/SOLR-3780
>             Project: Solr
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 4.0, 5.0
>            Reporter: Steven Rowe
>            Assignee: Steven Rowe
>             Fix For: 4.0, 5.0
>
>         Attachments: SOLR-3780.patch
>
>
> branch_4x and to a lesser extent trunk Maven builds on ASF Jenkins regularly 
> fail with these errors:
> {noformat}
> ERROR: [doc=one] unknown field 'meta:creation-date'
> Stack Trace:
> org.apache.solr.common.SolrException: ERROR: [doc=one] unknown field 
> 'meta:creation-date'
>       at 
> __randomizedtesting.SeedInfo.seed([564B8C2811E551FC:388DF7271220FAA9]:0)
>       at 
> org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:306)
> {noformat}
> {noformat}
> ERROR: [doc=1000] multiple values encountered for non multiValued field 
> val_i: [10, 20]
> Stack Trace:
> org.apache.solr.common.SolrException: ERROR: [doc=1000] multiple values 
> encountered for non multiValued field val_i: [10, 20]
>       at 
> __randomizedtesting.SeedInfo.seed([41D9D56849179839:C03F5B703E48F805]:0)
>       at 
> org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:402)
> {noformat}
> I can't reproduce these errors locally.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to