You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "James Dyer (JIRA)" <ji...@apache.org> on 2012/05/22 20:35:41 UTC

[jira] [Commented] (SOLR-3478) DataImportHandler's Entity must have a name

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

James Dyer commented on SOLR-3478:
----------------------------------

Thanks for finding this one.  Looking at this issue, I'm pretty sure I introduced this bug with SOLR-3430.
                
> DataImportHandler's Entity must have a name
> -------------------------------------------
>
>                 Key: SOLR-3478
>                 URL: https://issues.apache.org/jira/browse/SOLR-3478
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 4.0
>         Environment: r1341454, {code}java -Dsolr.solr.home="./example-DIH/solr/" -jar start.jar{code}
>            Reporter: Stefan Matheis (steffkes)
>            Assignee: Stefan Matheis (steffkes)
>             Fix For: 4.0
>
>         Attachments: SOLR-3478.patch
>
>
> Using trunk and trying to start the {{example-DIH}} version, throws the following Exception:
> {code}May 22, 2012 8:17:45 PM org.apache.solr.common.SolrException log
> SEVERE: null:org.apache.solr.common.SolrException
>   at org.apache.solr.core.SolrCore.<init>(SolrCore.java:614)
>   [...]
> Caused by: org.apache.solr.handler.dataimport.DataImportHandlerException: Entity must have a name.
>   at org.apache.solr.handler.dataimport.config.Entity.<init>(Entity.java:54)
>   at org.apache.solr.handler.dataimport.config.DIHConfiguration.<init>(DIHConfiguration.java:61)
>   at org.apache.solr.handler.dataimport.DataImporter.readFromXml(DataImporter.java:249)
>   at org.apache.solr.handler.dataimport.DataImporter.loadDataConfig(DataImporter.java:187)
>   ... 49 more{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org