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

Erick Erickson commented on SOLR-4112:
--------------------------------------

I've been working with a client that has this exact problem, and this patch 
cures it on last night's 4x code. If I get the time this weekend, I'd like to 
1> try it on trunk
2> make sure all tests work in both
3> commit it to both trunk and 4x.

Other then the perennial "make some tests too", any objections?

James:

Since I have the driving need, should I just assign this to myself?
                
> Dataimporting with SolrCloud Fails
> ----------------------------------
>
>                 Key: SOLR-4112
>                 URL: https://issues.apache.org/jira/browse/SOLR-4112
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 5.0
>            Reporter: Deniz Durmus
>            Assignee: James Dyer
>             Fix For: 4.1, 5.0
>
>         Attachments: SOLR-4112.patch
>
>
> While trying to import data from db on cloud, it shows this in logs:
> SEVERE: Full Import 
> failed:org.apache.solr.handler.dataimport.DataImportHandlerException: Unable 
> to PropertyWriter implementation:ZKPropertiesWriter 
>         at 
> org.apache.solr.handler.dataimport.DataImporter.createPropertyWriter(DataImporter.java:336)
>  
>         at 
> org.apache.solr.handler.dataimport.DataImporter.doFullImport(DataImporter.java:418)
>  
>         at 
> org.apache.solr.handler.dataimport.DataImporter.runCmd(DataImporter.java:487) 
>         at 
> org.apache.solr.handler.dataimport.DataImporter$1.run(DataImporter.java:468) 
> Caused by: org.apache.solr.common.cloud.ZooKeeperException: 
> ZkSolrResourceLoader does not support getConfigDir() - likely, what you are 
> trying to do is not supported in ZooKeeper mode 
>         at 
> org.apache.solr.cloud.ZkSolrResourceLoader.getConfigDir(ZkSolrResourceLoader.java:100)
>  
>         at 
> org.apache.solr.handler.dataimport.SimplePropertiesWriter.init(SimplePropertiesWriter.java:91)
>  
>         at 
> org.apache.solr.handler.dataimport.ZKPropertiesWriter.init(ZKPropertiesWriter.java:45)
>  
>         at 
> org.apache.solr.handler.dataimport.DataImporter.createPropertyWriter(DataImporter.java:334)
>  
>         ... 3 more 
> Exception in thread "Thread-306" java.lang.NullPointerException 
>         at 
> org.apache.solr.handler.dataimport.DataImporter.doFullImport(DataImporter.java:427)
>  
>         at 
> org.apache.solr.handler.dataimport.DataImporter.runCmd(DataImporter.java:487) 
>         at 
> org.apache.solr.handler.dataimport.DataImporter$1.run(DataImporter.java:468) 

--
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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to