Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exceptions while reindexing #86

Closed
vidiecan opened this issue May 1, 2015 · 2 comments
Closed

Exceptions while reindexing #86

vidiecan opened this issue May 1, 2015 · 2 comments

Comments

@vidiecan
Copy link

vidiecan commented May 1, 2015

 9847 2015-05-01 13:37:35,508 INFO  org.dspace.discovery.SolrServiceImpl @ Wrote Item: 11372/LRT-1408 to Index
 9848 2015-05-01 13:37:35,543 ERROR org.dspace.discovery.SolrServiceImpl @ Error while writing item to discovery index: 11372/LRT-1409 message:Unexpected EOF; was expecting a close tag for element <field>
 9849  at [row,col {unknown-source}]: [72,24]
 9850 org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Unexpected EOF; was expecting a close tag for element <field>
 9851  at [row,col {unknown-source}]: [72,24]
 9852     at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:552)
 9853     at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
 9854     at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
 9855     at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
 9856     at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
 9857     at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
 9858     at org.dspace.discovery.SolrServiceImpl.writeDocument(SolrServiceImpl.java:743)
 9859     at org.dspace.discovery.SolrServiceImpl.buildDocument(SolrServiceImpl.java:1436)
 9860     at org.dspace.discovery.SolrServiceImpl.indexContent(SolrServiceImpl.java:226)
 9861     at org.dspace.discovery.SolrServiceImpl.updateIndex(SolrServiceImpl.java:406)
 9862     at org.dspace.discovery.SolrServiceImpl.createIndex(SolrServiceImpl.java:366)
 9863     at org.dspace.discovery.IndexClient.main(IndexClient.java:117)
 9864     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 9865     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 9866     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 9867     at java.lang.reflect.Method.invoke(Method.java:483)
 9868     at org.dspace.app.launcher.ScriptLauncher.runOneCommand(ScriptLauncher.java:226)
 9869     at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:77)
 9870 2015-05-01 13:37:35,569 INFO  org.dspace.discovery.SolrServiceImpl @ Wrote Item: 11372/LRT-208 to Index
 987
@vidiecan vidiecan added this to the 2015.05.initial milestone May 1, 2015
@vidiecan vidiecan added the bug label May 1, 2015
@vidiecan vidiecan assigned vidiecan and unassigned amirkamran May 4, 2015
@vidiecan
Copy link
Author

vidiecan commented May 4, 2015

not consistently reproducible.

reproducible only on some specific OS.

it is very likely that the http communication between dspace/solr gets lost (network buffers?)

@vidiecan
Copy link
Author

vidiecan commented May 4, 2015

moving to the next milestone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants