Tried to run tiddle on Puppy Linux 4.3 java version "1.6.0_16"
Here are the exceptions generated when I give the command from the
terminal:
----------------Terminal
Output---------------------------------------------
# java -jar tiddle-0.0.4-jar-with-dependencies.jar
log4j:WARN No appenders could be found for logger
(tiddle.search.WikiFileLoader) .
log4j:WARN Please initialize the log4j system properly.
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError:
Java heap spa ce
at org.apache.lucene.index.DocumentsWriter.getCharBlock
(DocumentsWriter. java:1241)
at org.apache.lucene.index.CharBlockPool.nextBuffer
(CharBlockPool.java:4 9)
at org.apache.lucene.index.TermsHashPerField.add
(TermsHashPerField.java: 409)
at org.apache.lucene.index.DocInverterPerField.processFields
(DocInverter PerField.java:85)
at
org.apache.lucene.index.DocFieldConsumersPerField.processFields
(DocFi eldConsumersPerField.java:36)
at
org.apache.lucene.index.DocFieldProcessorPerThread.processDocument
(Do cFieldProcessorPerThread.java:
234)
at org.apache.lucene.index.DocumentsWriter.updateDocument
(DocumentsWrite r.java:765)
at org.apache.lucene.index.DocumentsWriter.addDocument
(DocumentsWriter.j ava:743)
at org.apache.lucene.index.IndexWriter.addDocument
(IndexWriter.java:1917 )
at org.apache.lucene.index.IndexWriter.addDocument
(IndexWriter.java:1895 )
at tiddle.search.WikiSearchService.forDocuments
(WikiSearchService.java:5 4)
at tiddle.search.WikiSearchService.build
(WikiSearchService.java:32)
at tiddle.TiddleMain$1.run(TiddleMain.java:17)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown
Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown
Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
#
--------------------------End of Terminal
Output------------------------------------------
I have no idea what the exception means. If you can please look into
it I shall be thankful.
-shavinder