[jira] [Commented] (SOLR-6764) Can't index exampledocs/*.xml into collection based on the data_driven_schema_configs configset

2015-01-14 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14277523#comment-14277523
 ] 

ASF subversion and git services commented on SOLR-6764:
---

Commit 1651783 from [~thelabdude] in branch 'dev/branches/lucene_solr_5_0'
[ https://svn.apache.org/r1651783 ]

SOLR-6764: Field types need to be re-informed after reloading a managed schema 
from ZK

 Can't index exampledocs/*.xml into collection based on the 
 data_driven_schema_configs configset
 ---

 Key: SOLR-6764
 URL: https://issues.apache.org/jira/browse/SOLR-6764
 Project: Solr
  Issue Type: Bug
Reporter: Timothy Potter
Assignee: Timothy Potter
 Attachments: SOLR-6764.patch


 This is exactly what we don't want ;-) Fire up a collection that uses the 
 data_driven_schema_configs (such as by doing: bin/solr -e cloud -noprompt) 
 and then try to index our example docs using:
 $ java -Durl=http://localhost:8983/solr/gettingstarted/update -jar post.jar 
 *.xml
 Here goes the spew ...
 SimplePostTool version 1.5
 Posting files to base url http://localhost:8983/solr/gettingstarted/update 
 using content-type application/xml..
 POSTing file gb18030-example.xml
 POSTing file hd.xml
 SimplePostTool: WARNING: Solr returned an error #500 (Server Error) for url: 
 http://localhost:8983/solr/gettingstarted/update
 SimplePostTool: WARNING: Response: ?xml version=1.0 encoding=UTF-8?
 response
 lst name=responseHeaderint name=status500/intint 
 name=QTime19/int/lstlst name=errorstr name=msgServer Error
 request: 
 http://192.168.1.2:8983/solr/gettingstarted_shard2_replica2/update?update.chain=add-unknown-fields-to-the-schemaamp;update.distrib=TOLEADERamp;distrib.from=http%3A%2F%2F192.168.1.2%3A8983%2Fsolr%2Fgettingstarted_shard1_replica2%2Famp;wt=javabinamp;version=2/strstr
  name=traceorg.apache.solr.common.SolrException: Server Error
 request: 
 http://192.168.1.2:8983/solr/gettingstarted_shard2_replica2/update?update.chain=add-unknown-fields-to-the-schemaamp;update.distrib=TOLEADERamp;distrib.from=http%3A%2F%2F192.168.1.2%3A8983%2Fsolr%2Fgettingstarted_shard1_replica2%2Famp;wt=javabinamp;version=2
   at 
 org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner.run(ConcurrentUpdateSolrServer.java:241)
   at 
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at 
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:745)
 /strint name=code500/int/lst
 /response
 SimplePostTool: WARNING: IOException while reading response: 
 java.io.IOException: Server returned HTTP response code: 500 for URL: 
 http://localhost:8983/solr/gettingstarted/update
 POSTing file ipod_other.xml
 SimplePostTool: WARNING: Solr returned an error #400 (Bad Request) for url: 
 http://localhost:8983/solr/gettingstarted/update
 SimplePostTool: WARNING: Response: ?xml version=1.0 encoding=UTF-8?
 response
 lst name=responseHeaderint name=status400/intint 
 name=QTime630/int/lstlst name=errorstr name=msgERROR: 
 [doc=IW-02] Error adding field 'price'='11.50' msg=For input string: 
 11.50/strint name=code400/int/lst
 /response
 SimplePostTool: WARNING: IOException while reading response: 
 java.io.IOException: Server returned HTTP response code: 400 for URL: 
 http://localhost:8983/solr/gettingstarted/update
 POSTing file ipod_video.xml
 SimplePostTool: WARNING: Solr returned an error #400 (Bad Request) for url: 
 http://localhost:8983/solr/gettingstarted/update
 SimplePostTool: WARNING: Response: ?xml version=1.0 encoding=UTF-8?
 response
 lst name=responseHeaderint name=status400/intint 
 name=QTime5/int/lstlst name=errorstr name=msgERROR: 
 [doc=MA147LL/A] Error adding field 'weight'='5.5' msg=For input string: 
 5.5/strint name=code400/int/lst
 /response
 SimplePostTool: WARNING: IOException while reading response: 
 java.io.IOException: Server returned HTTP response code: 400 for URL: 
 http://localhost:8983/solr/gettingstarted/update
 POSTing file manufacturers.xml
 SimplePostTool: WARNING: Solr returned an error #500 (Server Error) for url: 
 http://localhost:8983/solr/gettingstarted/update
 SimplePostTool: WARNING: Response: ?xml version=1.0 encoding=UTF-8?
 response
 lst name=responseHeaderint name=status500/intint 
 name=QTime2/int/lstlst name=errorstr name=msgException writing 
 document id adata to the index; possible analysis error./strstr 
 name=traceorg.apache.solr.common.SolrException: Exception writing document 
 id adata to the index; possible analysis error.
   at 
 org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:168)
   at 
 

[jira] [Commented] (SOLR-6764) Can't index exampledocs/*.xml into collection based on the data_driven_schema_configs configset

2015-01-14 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14277435#comment-14277435
 ] 

ASF subversion and git services commented on SOLR-6764:
---

Commit 1651772 from [~thelabdude] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1651772 ]

SOLR-6764: Field types need to be re-informed after reloading a managed schema 
from ZK

 Can't index exampledocs/*.xml into collection based on the 
 data_driven_schema_configs configset
 ---

 Key: SOLR-6764
 URL: https://issues.apache.org/jira/browse/SOLR-6764
 Project: Solr
  Issue Type: Bug
Reporter: Timothy Potter
Assignee: Timothy Potter
 Attachments: SOLR-6764.patch


 This is exactly what we don't want ;-) Fire up a collection that uses the 
 data_driven_schema_configs (such as by doing: bin/solr -e cloud -noprompt) 
 and then try to index our example docs using:
 $ java -Durl=http://localhost:8983/solr/gettingstarted/update -jar post.jar 
 *.xml
 Here goes the spew ...
 SimplePostTool version 1.5
 Posting files to base url http://localhost:8983/solr/gettingstarted/update 
 using content-type application/xml..
 POSTing file gb18030-example.xml
 POSTing file hd.xml
 SimplePostTool: WARNING: Solr returned an error #500 (Server Error) for url: 
 http://localhost:8983/solr/gettingstarted/update
 SimplePostTool: WARNING: Response: ?xml version=1.0 encoding=UTF-8?
 response
 lst name=responseHeaderint name=status500/intint 
 name=QTime19/int/lstlst name=errorstr name=msgServer Error
 request: 
 http://192.168.1.2:8983/solr/gettingstarted_shard2_replica2/update?update.chain=add-unknown-fields-to-the-schemaamp;update.distrib=TOLEADERamp;distrib.from=http%3A%2F%2F192.168.1.2%3A8983%2Fsolr%2Fgettingstarted_shard1_replica2%2Famp;wt=javabinamp;version=2/strstr
  name=traceorg.apache.solr.common.SolrException: Server Error
 request: 
 http://192.168.1.2:8983/solr/gettingstarted_shard2_replica2/update?update.chain=add-unknown-fields-to-the-schemaamp;update.distrib=TOLEADERamp;distrib.from=http%3A%2F%2F192.168.1.2%3A8983%2Fsolr%2Fgettingstarted_shard1_replica2%2Famp;wt=javabinamp;version=2
   at 
 org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner.run(ConcurrentUpdateSolrServer.java:241)
   at 
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at 
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:745)
 /strint name=code500/int/lst
 /response
 SimplePostTool: WARNING: IOException while reading response: 
 java.io.IOException: Server returned HTTP response code: 500 for URL: 
 http://localhost:8983/solr/gettingstarted/update
 POSTing file ipod_other.xml
 SimplePostTool: WARNING: Solr returned an error #400 (Bad Request) for url: 
 http://localhost:8983/solr/gettingstarted/update
 SimplePostTool: WARNING: Response: ?xml version=1.0 encoding=UTF-8?
 response
 lst name=responseHeaderint name=status400/intint 
 name=QTime630/int/lstlst name=errorstr name=msgERROR: 
 [doc=IW-02] Error adding field 'price'='11.50' msg=For input string: 
 11.50/strint name=code400/int/lst
 /response
 SimplePostTool: WARNING: IOException while reading response: 
 java.io.IOException: Server returned HTTP response code: 400 for URL: 
 http://localhost:8983/solr/gettingstarted/update
 POSTing file ipod_video.xml
 SimplePostTool: WARNING: Solr returned an error #400 (Bad Request) for url: 
 http://localhost:8983/solr/gettingstarted/update
 SimplePostTool: WARNING: Response: ?xml version=1.0 encoding=UTF-8?
 response
 lst name=responseHeaderint name=status400/intint 
 name=QTime5/int/lstlst name=errorstr name=msgERROR: 
 [doc=MA147LL/A] Error adding field 'weight'='5.5' msg=For input string: 
 5.5/strint name=code400/int/lst
 /response
 SimplePostTool: WARNING: IOException while reading response: 
 java.io.IOException: Server returned HTTP response code: 400 for URL: 
 http://localhost:8983/solr/gettingstarted/update
 POSTing file manufacturers.xml
 SimplePostTool: WARNING: Solr returned an error #500 (Server Error) for url: 
 http://localhost:8983/solr/gettingstarted/update
 SimplePostTool: WARNING: Response: ?xml version=1.0 encoding=UTF-8?
 response
 lst name=responseHeaderint name=status500/intint 
 name=QTime2/int/lstlst name=errorstr name=msgException writing 
 document id adata to the index; possible analysis error./strstr 
 name=traceorg.apache.solr.common.SolrException: Exception writing document 
 id adata to the index; possible analysis error.
   at 
 org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:168)
   at 
 

[jira] [Commented] (SOLR-6764) Can't index exampledocs/*.xml into collection based on the data_driven_schema_configs configset

2015-01-14 Thread Steve Rowe (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14277296#comment-14277296
 ] 

Steve Rowe commented on SOLR-6764:
--

+1, LGTM

 Can't index exampledocs/*.xml into collection based on the 
 data_driven_schema_configs configset
 ---

 Key: SOLR-6764
 URL: https://issues.apache.org/jira/browse/SOLR-6764
 Project: Solr
  Issue Type: Bug
Reporter: Timothy Potter
Assignee: Timothy Potter
 Attachments: SOLR-6764.patch


 This is exactly what we don't want ;-) Fire up a collection that uses the 
 data_driven_schema_configs (such as by doing: bin/solr -e cloud -noprompt) 
 and then try to index our example docs using:
 $ java -Durl=http://localhost:8983/solr/gettingstarted/update -jar post.jar 
 *.xml
 Here goes the spew ...
 SimplePostTool version 1.5
 Posting files to base url http://localhost:8983/solr/gettingstarted/update 
 using content-type application/xml..
 POSTing file gb18030-example.xml
 POSTing file hd.xml
 SimplePostTool: WARNING: Solr returned an error #500 (Server Error) for url: 
 http://localhost:8983/solr/gettingstarted/update
 SimplePostTool: WARNING: Response: ?xml version=1.0 encoding=UTF-8?
 response
 lst name=responseHeaderint name=status500/intint 
 name=QTime19/int/lstlst name=errorstr name=msgServer Error
 request: 
 http://192.168.1.2:8983/solr/gettingstarted_shard2_replica2/update?update.chain=add-unknown-fields-to-the-schemaamp;update.distrib=TOLEADERamp;distrib.from=http%3A%2F%2F192.168.1.2%3A8983%2Fsolr%2Fgettingstarted_shard1_replica2%2Famp;wt=javabinamp;version=2/strstr
  name=traceorg.apache.solr.common.SolrException: Server Error
 request: 
 http://192.168.1.2:8983/solr/gettingstarted_shard2_replica2/update?update.chain=add-unknown-fields-to-the-schemaamp;update.distrib=TOLEADERamp;distrib.from=http%3A%2F%2F192.168.1.2%3A8983%2Fsolr%2Fgettingstarted_shard1_replica2%2Famp;wt=javabinamp;version=2
   at 
 org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner.run(ConcurrentUpdateSolrServer.java:241)
   at 
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at 
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:745)
 /strint name=code500/int/lst
 /response
 SimplePostTool: WARNING: IOException while reading response: 
 java.io.IOException: Server returned HTTP response code: 500 for URL: 
 http://localhost:8983/solr/gettingstarted/update
 POSTing file ipod_other.xml
 SimplePostTool: WARNING: Solr returned an error #400 (Bad Request) for url: 
 http://localhost:8983/solr/gettingstarted/update
 SimplePostTool: WARNING: Response: ?xml version=1.0 encoding=UTF-8?
 response
 lst name=responseHeaderint name=status400/intint 
 name=QTime630/int/lstlst name=errorstr name=msgERROR: 
 [doc=IW-02] Error adding field 'price'='11.50' msg=For input string: 
 11.50/strint name=code400/int/lst
 /response
 SimplePostTool: WARNING: IOException while reading response: 
 java.io.IOException: Server returned HTTP response code: 400 for URL: 
 http://localhost:8983/solr/gettingstarted/update
 POSTing file ipod_video.xml
 SimplePostTool: WARNING: Solr returned an error #400 (Bad Request) for url: 
 http://localhost:8983/solr/gettingstarted/update
 SimplePostTool: WARNING: Response: ?xml version=1.0 encoding=UTF-8?
 response
 lst name=responseHeaderint name=status400/intint 
 name=QTime5/int/lstlst name=errorstr name=msgERROR: 
 [doc=MA147LL/A] Error adding field 'weight'='5.5' msg=For input string: 
 5.5/strint name=code400/int/lst
 /response
 SimplePostTool: WARNING: IOException while reading response: 
 java.io.IOException: Server returned HTTP response code: 400 for URL: 
 http://localhost:8983/solr/gettingstarted/update
 POSTing file manufacturers.xml
 SimplePostTool: WARNING: Solr returned an error #500 (Server Error) for url: 
 http://localhost:8983/solr/gettingstarted/update
 SimplePostTool: WARNING: Response: ?xml version=1.0 encoding=UTF-8?
 response
 lst name=responseHeaderint name=status500/intint 
 name=QTime2/int/lstlst name=errorstr name=msgException writing 
 document id adata to the index; possible analysis error./strstr 
 name=traceorg.apache.solr.common.SolrException: Exception writing document 
 id adata to the index; possible analysis error.
   at 
 org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:168)
   at 
 org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:69)
   at 
 org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51)
   at 
 

[jira] [Commented] (SOLR-6764) Can't index exampledocs/*.xml into collection based on the data_driven_schema_configs configset

2015-01-14 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14277383#comment-14277383
 ] 

ASF subversion and git services commented on SOLR-6764:
---

Commit 1651763 from [~thelabdude] in branch 'dev/trunk'
[ https://svn.apache.org/r1651763 ]

SOLR-6764: Field types need to be re-informed after reloading a managed schema 
from ZK

 Can't index exampledocs/*.xml into collection based on the 
 data_driven_schema_configs configset
 ---

 Key: SOLR-6764
 URL: https://issues.apache.org/jira/browse/SOLR-6764
 Project: Solr
  Issue Type: Bug
Reporter: Timothy Potter
Assignee: Timothy Potter
 Attachments: SOLR-6764.patch


 This is exactly what we don't want ;-) Fire up a collection that uses the 
 data_driven_schema_configs (such as by doing: bin/solr -e cloud -noprompt) 
 and then try to index our example docs using:
 $ java -Durl=http://localhost:8983/solr/gettingstarted/update -jar post.jar 
 *.xml
 Here goes the spew ...
 SimplePostTool version 1.5
 Posting files to base url http://localhost:8983/solr/gettingstarted/update 
 using content-type application/xml..
 POSTing file gb18030-example.xml
 POSTing file hd.xml
 SimplePostTool: WARNING: Solr returned an error #500 (Server Error) for url: 
 http://localhost:8983/solr/gettingstarted/update
 SimplePostTool: WARNING: Response: ?xml version=1.0 encoding=UTF-8?
 response
 lst name=responseHeaderint name=status500/intint 
 name=QTime19/int/lstlst name=errorstr name=msgServer Error
 request: 
 http://192.168.1.2:8983/solr/gettingstarted_shard2_replica2/update?update.chain=add-unknown-fields-to-the-schemaamp;update.distrib=TOLEADERamp;distrib.from=http%3A%2F%2F192.168.1.2%3A8983%2Fsolr%2Fgettingstarted_shard1_replica2%2Famp;wt=javabinamp;version=2/strstr
  name=traceorg.apache.solr.common.SolrException: Server Error
 request: 
 http://192.168.1.2:8983/solr/gettingstarted_shard2_replica2/update?update.chain=add-unknown-fields-to-the-schemaamp;update.distrib=TOLEADERamp;distrib.from=http%3A%2F%2F192.168.1.2%3A8983%2Fsolr%2Fgettingstarted_shard1_replica2%2Famp;wt=javabinamp;version=2
   at 
 org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner.run(ConcurrentUpdateSolrServer.java:241)
   at 
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at 
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:745)
 /strint name=code500/int/lst
 /response
 SimplePostTool: WARNING: IOException while reading response: 
 java.io.IOException: Server returned HTTP response code: 500 for URL: 
 http://localhost:8983/solr/gettingstarted/update
 POSTing file ipod_other.xml
 SimplePostTool: WARNING: Solr returned an error #400 (Bad Request) for url: 
 http://localhost:8983/solr/gettingstarted/update
 SimplePostTool: WARNING: Response: ?xml version=1.0 encoding=UTF-8?
 response
 lst name=responseHeaderint name=status400/intint 
 name=QTime630/int/lstlst name=errorstr name=msgERROR: 
 [doc=IW-02] Error adding field 'price'='11.50' msg=For input string: 
 11.50/strint name=code400/int/lst
 /response
 SimplePostTool: WARNING: IOException while reading response: 
 java.io.IOException: Server returned HTTP response code: 400 for URL: 
 http://localhost:8983/solr/gettingstarted/update
 POSTing file ipod_video.xml
 SimplePostTool: WARNING: Solr returned an error #400 (Bad Request) for url: 
 http://localhost:8983/solr/gettingstarted/update
 SimplePostTool: WARNING: Response: ?xml version=1.0 encoding=UTF-8?
 response
 lst name=responseHeaderint name=status400/intint 
 name=QTime5/int/lstlst name=errorstr name=msgERROR: 
 [doc=MA147LL/A] Error adding field 'weight'='5.5' msg=For input string: 
 5.5/strint name=code400/int/lst
 /response
 SimplePostTool: WARNING: IOException while reading response: 
 java.io.IOException: Server returned HTTP response code: 400 for URL: 
 http://localhost:8983/solr/gettingstarted/update
 POSTing file manufacturers.xml
 SimplePostTool: WARNING: Solr returned an error #500 (Server Error) for url: 
 http://localhost:8983/solr/gettingstarted/update
 SimplePostTool: WARNING: Response: ?xml version=1.0 encoding=UTF-8?
 response
 lst name=responseHeaderint name=status500/intint 
 name=QTime2/int/lstlst name=errorstr name=msgException writing 
 document id adata to the index; possible analysis error./strstr 
 name=traceorg.apache.solr.common.SolrException: Exception writing document 
 id adata to the index; possible analysis error.
   at 
 org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:168)
   at 
 org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:69)
   

[jira] [Commented] (SOLR-6764) Can't index exampledocs/*.xml into collection based on the data_driven_schema_configs configset

2015-01-09 Thread Grant Ingersoll (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14270974#comment-14270974
 ] 

Grant Ingersoll commented on SOLR-6764:
---

Path works for me.  Didn't do exhaustive testing, but w/ the data set I had I 
got this every time.  Now I don't.

 Can't index exampledocs/*.xml into collection based on the 
 data_driven_schema_configs configset
 ---

 Key: SOLR-6764
 URL: https://issues.apache.org/jira/browse/SOLR-6764
 Project: Solr
  Issue Type: Bug
Reporter: Timothy Potter
Assignee: Timothy Potter
 Attachments: SOLR-6764.patch


 This is exactly what we don't want ;-) Fire up a collection that uses the 
 data_driven_schema_configs (such as by doing: bin/solr -e cloud -noprompt) 
 and then try to index our example docs using:
 $ java -Durl=http://localhost:8983/solr/gettingstarted/update -jar post.jar 
 *.xml
 Here goes the spew ...
 SimplePostTool version 1.5
 Posting files to base url http://localhost:8983/solr/gettingstarted/update 
 using content-type application/xml..
 POSTing file gb18030-example.xml
 POSTing file hd.xml
 SimplePostTool: WARNING: Solr returned an error #500 (Server Error) for url: 
 http://localhost:8983/solr/gettingstarted/update
 SimplePostTool: WARNING: Response: ?xml version=1.0 encoding=UTF-8?
 response
 lst name=responseHeaderint name=status500/intint 
 name=QTime19/int/lstlst name=errorstr name=msgServer Error
 request: 
 http://192.168.1.2:8983/solr/gettingstarted_shard2_replica2/update?update.chain=add-unknown-fields-to-the-schemaamp;update.distrib=TOLEADERamp;distrib.from=http%3A%2F%2F192.168.1.2%3A8983%2Fsolr%2Fgettingstarted_shard1_replica2%2Famp;wt=javabinamp;version=2/strstr
  name=traceorg.apache.solr.common.SolrException: Server Error
 request: 
 http://192.168.1.2:8983/solr/gettingstarted_shard2_replica2/update?update.chain=add-unknown-fields-to-the-schemaamp;update.distrib=TOLEADERamp;distrib.from=http%3A%2F%2F192.168.1.2%3A8983%2Fsolr%2Fgettingstarted_shard1_replica2%2Famp;wt=javabinamp;version=2
   at 
 org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner.run(ConcurrentUpdateSolrServer.java:241)
   at 
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at 
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:745)
 /strint name=code500/int/lst
 /response
 SimplePostTool: WARNING: IOException while reading response: 
 java.io.IOException: Server returned HTTP response code: 500 for URL: 
 http://localhost:8983/solr/gettingstarted/update
 POSTing file ipod_other.xml
 SimplePostTool: WARNING: Solr returned an error #400 (Bad Request) for url: 
 http://localhost:8983/solr/gettingstarted/update
 SimplePostTool: WARNING: Response: ?xml version=1.0 encoding=UTF-8?
 response
 lst name=responseHeaderint name=status400/intint 
 name=QTime630/int/lstlst name=errorstr name=msgERROR: 
 [doc=IW-02] Error adding field 'price'='11.50' msg=For input string: 
 11.50/strint name=code400/int/lst
 /response
 SimplePostTool: WARNING: IOException while reading response: 
 java.io.IOException: Server returned HTTP response code: 400 for URL: 
 http://localhost:8983/solr/gettingstarted/update
 POSTing file ipod_video.xml
 SimplePostTool: WARNING: Solr returned an error #400 (Bad Request) for url: 
 http://localhost:8983/solr/gettingstarted/update
 SimplePostTool: WARNING: Response: ?xml version=1.0 encoding=UTF-8?
 response
 lst name=responseHeaderint name=status400/intint 
 name=QTime5/int/lstlst name=errorstr name=msgERROR: 
 [doc=MA147LL/A] Error adding field 'weight'='5.5' msg=For input string: 
 5.5/strint name=code400/int/lst
 /response
 SimplePostTool: WARNING: IOException while reading response: 
 java.io.IOException: Server returned HTTP response code: 400 for URL: 
 http://localhost:8983/solr/gettingstarted/update
 POSTing file manufacturers.xml
 SimplePostTool: WARNING: Solr returned an error #500 (Server Error) for url: 
 http://localhost:8983/solr/gettingstarted/update
 SimplePostTool: WARNING: Response: ?xml version=1.0 encoding=UTF-8?
 response
 lst name=responseHeaderint name=status500/intint 
 name=QTime2/int/lstlst name=errorstr name=msgException writing 
 document id adata to the index; possible analysis error./strstr 
 name=traceorg.apache.solr.common.SolrException: Exception writing document 
 id adata to the index; possible analysis error.
   at 
 org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:168)
   at 
 org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:69)
   at 
 

[jira] [Commented] (SOLR-6764) Can't index exampledocs/*.xml into collection based on the data_driven_schema_configs configset

2015-01-08 Thread Grant Ingersoll (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14270035#comment-14270035
 ] 

Grant Ingersoll commented on SOLR-6764:
---

I'm seeing similar when I try to index the Citibike data out of the box: 
http://www.citibikenyc.com/system-data

I did:

{code}
bin/solr start -cloud
bin/solr create_collection -n citi
bin/post citi ~/projects/content/citi-bike/2013-07-CitiBiketripdata.csv 
{code}

Seeing: 

{quote}
ERROR - 2015-01-08 20:47:00.973; org.apache.solr.common.SolrException; 
org.apache.solr.common.SolrException: Exception writing document id 
662e0607-6fd2-4ecc-91f1-40384cf232e3 to the index; possible analysis error.
at 
org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:171)
at 
org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:69)
at 
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51)
at 
org.apache.solr.update.processor.AddSchemaFieldsUpdateProcessorFactory$AddSchemaFieldsUpdateProcessor.processAdd(AddSchemaFieldsUpdateProcessorFactory.java:328)
at 
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51)
at 
org.apache.solr.update.processor.FieldMutatingUpdateProcessor.processAdd(FieldMutatingUpdateProcessor.java:117)
at 
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51)
at 
org.apache.solr.update.processor.FieldMutatingUpdateProcessor.processAdd(FieldMutatingUpdateProcessor.java:117)
at 
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51)
at 
org.apache.solr.update.processor.FieldMutatingUpdateProcessor.processAdd(FieldMutatingUpdateProcessor.java:117)
at 
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51)
at 
org.apache.solr.update.processor.FieldMutatingUpdateProcessor.processAdd(FieldMutatingUpdateProcessor.java:117)
at 
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51)
at 
org.apache.solr.update.processor.FieldMutatingUpdateProcessor.processAdd(FieldMutatingUpdateProcessor.java:117)
at 
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51)
at 
org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:931)
at 
org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1085)
at 
org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:697)
at 
org.apache.solr.update.processor.LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:104)
at 
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51)
at 
org.apache.solr.update.processor.AbstractDefaultValueUpdateProcessorFactory$DefaultValueUpdateProcessor.processAdd(AbstractDefaultValueUpdateProcessorFactory.java:94)
at 
org.apache.solr.handler.loader.CSVLoaderBase.doAdd(CSVLoaderBase.java:395)
at 
org.apache.solr.handler.loader.SingleThreadedCSVLoader.addDoc(CSVLoader.java:44)
at 
org.apache.solr.handler.loader.CSVLoaderBase.load(CSVLoaderBase.java:364)
at org.apache.solr.handler.loader.CSVLoader.load(CSVLoader.java:31)
at 
org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:103)
at 
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:144)
at org.apache.solr.core.SolrCore.execute(SolrCore.java:2005)
at 
org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:779)
at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:414)
at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:201)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
at 
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557)
at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1075)
at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
at 

[jira] [Commented] (SOLR-6764) Can't index exampledocs/*.xml into collection based on the data_driven_schema_configs configset

2014-11-19 Thread Timothy Potter (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14218255#comment-14218255
 ] 

Timothy Potter commented on SOLR-6764:
--

Seems like a race-condition in the managed schema stuff as sometimes this works 
and other times it doesn't ... also seeing errors like this:

Caused by: java.lang.NullPointerException
at 
org.apache.lucene.analysis.core.StopFilter.accept(StopFilter.java:108)
at 
org.apache.lucene.analysis.util.FilteringTokenFilter.incrementToken(FilteringTokenFilter.java:52)
at 
org.apache.lucene.analysis.core.LowerCaseFilter.incrementToken(LowerCaseFilter.java:45)
at 
org.apache.lucene.index.DefaultIndexingChain$PerField.invert(DefaultIndexingChain.java:617)
at 
org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:318)
at 
org.apache.lucene.index.DocumentsWriterPerThread.updateDocument(DocumentsWriterPerThread.java:240)
at 
org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:455)
at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1398)
at 
org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:240)
at 
org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:164)
... 60 more

This should never happen and doesn't in non-cloud mode.

 Can't index exampledocs/*.xml into collection based on the 
 data_driven_schema_configs configset
 ---

 Key: SOLR-6764
 URL: https://issues.apache.org/jira/browse/SOLR-6764
 Project: Solr
  Issue Type: Bug
Reporter: Timothy Potter
Assignee: Timothy Potter

 This is exactly what we don't want ;-) Fire up a collection that uses the 
 data_driven_schema_configs (such as by doing: bin/solr -e cloud -noprompt) 
 and then try to index our example docs using:
 $ java -Durl=http://localhost:8983/solr/gettingstarted/update -jar post.jar 
 *.xml
 Here goes the spew ...
 SimplePostTool version 1.5
 Posting files to base url http://localhost:8983/solr/gettingstarted/update 
 using content-type application/xml..
 POSTing file gb18030-example.xml
 POSTing file hd.xml
 SimplePostTool: WARNING: Solr returned an error #500 (Server Error) for url: 
 http://localhost:8983/solr/gettingstarted/update
 SimplePostTool: WARNING: Response: ?xml version=1.0 encoding=UTF-8?
 response
 lst name=responseHeaderint name=status500/intint 
 name=QTime19/int/lstlst name=errorstr name=msgServer Error
 request: 
 http://192.168.1.2:8983/solr/gettingstarted_shard2_replica2/update?update.chain=add-unknown-fields-to-the-schemaamp;update.distrib=TOLEADERamp;distrib.from=http%3A%2F%2F192.168.1.2%3A8983%2Fsolr%2Fgettingstarted_shard1_replica2%2Famp;wt=javabinamp;version=2/strstr
  name=traceorg.apache.solr.common.SolrException: Server Error
 request: 
 http://192.168.1.2:8983/solr/gettingstarted_shard2_replica2/update?update.chain=add-unknown-fields-to-the-schemaamp;update.distrib=TOLEADERamp;distrib.from=http%3A%2F%2F192.168.1.2%3A8983%2Fsolr%2Fgettingstarted_shard1_replica2%2Famp;wt=javabinamp;version=2
   at 
 org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner.run(ConcurrentUpdateSolrServer.java:241)
   at 
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at 
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:745)
 /strint name=code500/int/lst
 /response
 SimplePostTool: WARNING: IOException while reading response: 
 java.io.IOException: Server returned HTTP response code: 500 for URL: 
 http://localhost:8983/solr/gettingstarted/update
 POSTing file ipod_other.xml
 SimplePostTool: WARNING: Solr returned an error #400 (Bad Request) for url: 
 http://localhost:8983/solr/gettingstarted/update
 SimplePostTool: WARNING: Response: ?xml version=1.0 encoding=UTF-8?
 response
 lst name=responseHeaderint name=status400/intint 
 name=QTime630/int/lstlst name=errorstr name=msgERROR: 
 [doc=IW-02] Error adding field 'price'='11.50' msg=For input string: 
 11.50/strint name=code400/int/lst
 /response
 SimplePostTool: WARNING: IOException while reading response: 
 java.io.IOException: Server returned HTTP response code: 400 for URL: 
 http://localhost:8983/solr/gettingstarted/update
 POSTing file ipod_video.xml
 SimplePostTool: WARNING: Solr returned an error #400 (Bad Request) for url: 
 http://localhost:8983/solr/gettingstarted/update
 SimplePostTool: WARNING: Response: ?xml version=1.0 encoding=UTF-8?
 response
 lst name=responseHeaderint name=status400/intint 
 name=QTime5/int/lstlst name=errorstr name=msgERROR: 
 [doc=MA147LL/A] Error adding field 'weight'='5.5' msg=For input string: 
 

[jira] [Commented] (SOLR-6764) Can't index exampledocs/*.xml into collection based on the data_driven_schema_configs configset

2014-11-19 Thread Steve Rowe (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14218279#comment-14218279
 ] 

Steve Rowe commented on SOLR-6764:
--

Some of this might be a dupe of SOLR-6016 - there are fields in the example 
docs that have a mix of integer and floating point values, so depending on 
which file gets indexed first, a doc with a field previously detected as 
integral will fail when field values are floating point.

 Can't index exampledocs/*.xml into collection based on the 
 data_driven_schema_configs configset
 ---

 Key: SOLR-6764
 URL: https://issues.apache.org/jira/browse/SOLR-6764
 Project: Solr
  Issue Type: Bug
Reporter: Timothy Potter
Assignee: Timothy Potter

 This is exactly what we don't want ;-) Fire up a collection that uses the 
 data_driven_schema_configs (such as by doing: bin/solr -e cloud -noprompt) 
 and then try to index our example docs using:
 $ java -Durl=http://localhost:8983/solr/gettingstarted/update -jar post.jar 
 *.xml
 Here goes the spew ...
 SimplePostTool version 1.5
 Posting files to base url http://localhost:8983/solr/gettingstarted/update 
 using content-type application/xml..
 POSTing file gb18030-example.xml
 POSTing file hd.xml
 SimplePostTool: WARNING: Solr returned an error #500 (Server Error) for url: 
 http://localhost:8983/solr/gettingstarted/update
 SimplePostTool: WARNING: Response: ?xml version=1.0 encoding=UTF-8?
 response
 lst name=responseHeaderint name=status500/intint 
 name=QTime19/int/lstlst name=errorstr name=msgServer Error
 request: 
 http://192.168.1.2:8983/solr/gettingstarted_shard2_replica2/update?update.chain=add-unknown-fields-to-the-schemaamp;update.distrib=TOLEADERamp;distrib.from=http%3A%2F%2F192.168.1.2%3A8983%2Fsolr%2Fgettingstarted_shard1_replica2%2Famp;wt=javabinamp;version=2/strstr
  name=traceorg.apache.solr.common.SolrException: Server Error
 request: 
 http://192.168.1.2:8983/solr/gettingstarted_shard2_replica2/update?update.chain=add-unknown-fields-to-the-schemaamp;update.distrib=TOLEADERamp;distrib.from=http%3A%2F%2F192.168.1.2%3A8983%2Fsolr%2Fgettingstarted_shard1_replica2%2Famp;wt=javabinamp;version=2
   at 
 org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner.run(ConcurrentUpdateSolrServer.java:241)
   at 
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at 
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:745)
 /strint name=code500/int/lst
 /response
 SimplePostTool: WARNING: IOException while reading response: 
 java.io.IOException: Server returned HTTP response code: 500 for URL: 
 http://localhost:8983/solr/gettingstarted/update
 POSTing file ipod_other.xml
 SimplePostTool: WARNING: Solr returned an error #400 (Bad Request) for url: 
 http://localhost:8983/solr/gettingstarted/update
 SimplePostTool: WARNING: Response: ?xml version=1.0 encoding=UTF-8?
 response
 lst name=responseHeaderint name=status400/intint 
 name=QTime630/int/lstlst name=errorstr name=msgERROR: 
 [doc=IW-02] Error adding field 'price'='11.50' msg=For input string: 
 11.50/strint name=code400/int/lst
 /response
 SimplePostTool: WARNING: IOException while reading response: 
 java.io.IOException: Server returned HTTP response code: 400 for URL: 
 http://localhost:8983/solr/gettingstarted/update
 POSTing file ipod_video.xml
 SimplePostTool: WARNING: Solr returned an error #400 (Bad Request) for url: 
 http://localhost:8983/solr/gettingstarted/update
 SimplePostTool: WARNING: Response: ?xml version=1.0 encoding=UTF-8?
 response
 lst name=responseHeaderint name=status400/intint 
 name=QTime5/int/lstlst name=errorstr name=msgERROR: 
 [doc=MA147LL/A] Error adding field 'weight'='5.5' msg=For input string: 
 5.5/strint name=code400/int/lst
 /response
 SimplePostTool: WARNING: IOException while reading response: 
 java.io.IOException: Server returned HTTP response code: 400 for URL: 
 http://localhost:8983/solr/gettingstarted/update
 POSTing file manufacturers.xml
 SimplePostTool: WARNING: Solr returned an error #500 (Server Error) for url: 
 http://localhost:8983/solr/gettingstarted/update
 SimplePostTool: WARNING: Response: ?xml version=1.0 encoding=UTF-8?
 response
 lst name=responseHeaderint name=status500/intint 
 name=QTime2/int/lstlst name=errorstr name=msgException writing 
 document id adata to the index; possible analysis error./strstr 
 name=traceorg.apache.solr.common.SolrException: Exception writing document 
 id adata to the index; possible analysis error.
   at 
 org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:168)
   at