We just went live with DSpace 1.7.1 in Production after upgrading from 1.5.1 to 1.7.1 and we’re having problems with both index-init and filter-media. Our indexes take about 5 hours to build and right at the end, both jobs fail with the following errors:
request: http://oursite/solr/statistics/update?wt=javabin&version=1 2011-08-22 12:37:50,716 ERROR org.dspace.search.DSIndexer @ background merge hit exception: _u88:C181167 _u89:c1 _u8a:c20 _u8b:c20 _u8c:c20 _u8d:c18 into _u8e [optimize] [mergeDocStores] java.io.IOException: background merge hit exception: _u88:C181167 _u89:c1 _u8a:c20 _u8b:c20 _u8c:c20 _u8d:c18 into _u8e [optimize] [mergeDocStores] at org.apache.lucene.index.IndexWriter.optimize(IndexWriter.java:2908) at org.apache.lucene.index.IndexWriter.optimize(IndexWriter.java:2843) at org.apache.lucene.index.IndexWriter.optimize(IndexWriter.java:2813) at org.dspace.search.DSIndexer.optimizeIndex(DSIndexer.java:411) at org.dspace.search.DSIndexer.updateIndex(DSIndexer.java:588) at org.dspace.search.DSIndexer.updateIndex(DSIndexer.java:539) at org.dspace.app.mediafilter.MediaFilterManager.main(MediaFilterManager.java:381) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:183) Caused by: java.io.IOException: No space left on device at java.io.RandomAccessFile.writeBytes(Native Method) at java.io.RandomAccessFile.write(RandomAccessFile.java:466) at org.apache.lucene.store.SimpleFSDirectory$SimpleFSIndexOutput.flushBuffer(SimpleFSDirectory.java:192) at org.apache.lucene.store.BufferedIndexOutput.flushBuffer(BufferedIndexOutput.java:96) at org.apache.lucene.store.BufferedIndexOutput.flush(BufferedIndexOutput.java:85) at org.apache.lucene.store.BufferedIndexOutput.writeBytes(BufferedIndexOutput.java:75) at org.apache.lucene.store.IndexOutput.writeBytes(IndexOutput.java:43) at org.apache.lucene.index.CompoundFileWriter.copyFile(CompoundFileWriter.java:229) at org.apache.lucene.index.CompoundFileWriter.close(CompoundFileWriter.java:184) at org.apache.lucene.index.SegmentMerger.createCompoundFile(SegmentMerger.java:217) at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:5222) at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4675) at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:235) at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:291) 2011-08-22 12:37:51,072 ERROR org.dspace.kernel.DSpaceKernelManager @ WARN Failed to unregister the MBean: org.dspace:name=3ad4f6f8-7449-478d-99f5-10aa11360763,type=DSpaceKernel 2011-08-22 12:41:08,335 INFO org.dspace.app.webui.servlet.SimpleSearchServlet @ anonymous:session_id=8F2024E9D25A224752DAD674B3A38CA4:ip_addr=146.165.68.35:search:query="ca024312",results=(0,0,1) 2011-08-22 12:41:10,245 INFO org.dspace.usage.LoggerUsageEventListener @ anonymous:session_id=8F2024E9D25A224752DAD674B3A38CA4:ip_addr=146.165.68.35:view_item:handle=2121/337042 2011-08-22 12:41:10,274 ERROR org.dspace.statistics.SolrLoggerUsageEventListener @ Not found Not found request: http://oursite/solr/statistics/update?wt=javabin&version=1 I did some Googling and found something about maybe this is a problem with the indexes being accessed while being built…? If anyone can help, I would really appreciate it. Btw, we are running on Sun Solaris 10, PostgreSQL 8.2.5. Also, we have not implemented our statistics yet so I haven’t even started trying to figure out where the SOLR errors are coming from. Thanks, Sue Sue Walker-Thornton Software Developer/Database Administrator NASA Langley Research Center|LITES Contract SGT, Inc.|130 Research Drive Hampton, Va. 23666 Office: (757) 224-4074 Mobile: (757) 506-9903 Fax: (757) 224-4001 [email protected]
------------------------------------------------------------------------------ uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion and the tools developers use with it. Learn more about uberSVN and get a free download at: http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

