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




On Oct 29, 8:49 am, ben <benjwar...@gmail.com> wrote:
> Hey Guys,
> I've released a new version 0.0.4.
>
> This version:
> --Has improved file loading, will not fall over if it hits files that
> are not TiddlyWikis when recursively loading directories.
> --Will fail gracefully if not running on Windows.
> --Has a debugging facility.  Running Tiddle from tiddle-debug.bat will
> output logs to tiddle.log file in the Tiddle installation directory.
>
> https://sourceforge.net/projects/tiddle/
>
> Cheers,
> Ben
>
> On Oct 28, 8:32 am, Måns <humam...@gmail.com> wrote:
>
> > Thanks for explaining how to prevent the quick closedown of the cmd.
> > Here is the full error 
> > trace:http://twmtc.tiddlyspot.com/index.html#CmdScreenDumps
>
> > YS Måns Mårtensson
>
> > On 27 Okt., 21:57, ben <benjwar...@gmail.com> wrote:
>
> > > Hiya Mans,
> > > I still can't see the second screenshot.  I think it's not marked as
> > > public on dropbox.
>
> > > Could you please send me the full error trace?  You should be able to
> > > get it by going to a dos prompt "Windows-R, type cmd, press enter"  cd
> > > to your Tiddle installation directory, and type in tiddle.bat.  The
> > > command windows should stay there whilst any error messages are
> > > displayed.  Let me know what you see.
>
> > > Cheers,
> > > Ben
>
> > > On Oct 28, 7:26 am, Måns <humam...@gmail.com> wrote:
>
> > > > Sorry there was a problem with the second link - here's a new 
> > > > one:http://tinyurl.com/yj5nln8
>
> > > > YS Måns Mårtensson
>
> > > > On 27 Okt., 21:22, Måns <humam...@gmail.com> wrote:
>
> > > > > Hi Ben
>
> > > > > GREAT!! - I like the new options - thanks for sharing and developing
> > > > > such a great tool -
> > > > > but
> > > > > I can't run it - not from the *.bat file nor from a customized
> > > > > shortcut (made as you describe in the help-file)
>
> > > > > The cmd closes so fast that I can't even read what it says...
> > > > > I have two screendumps caught on the fly... for you to investigate.
>
> > > > >http://tinyurl.com/yhw488uhttp://tinyurl.com/ygccn7t
>
> > > > > YS Måns Mårtensson
>
> > > > > On 27 Okt., 19:18, ben <benjwar...@gmail.com> wrote:
>
> > > > > > Hey guys,
> > > > > > Have released a new version of Tiddle.
>
> > > > > > * Now supports multiple TiddlyWiki's.  You can now point Tiddle at
> > > > > > either multiple TiddlyWiki files, and/or directories which contain
> > > > > > multiple TiddlyWiki files.
> > > > > > * Now supports customizable hotkey configurations to show Tiddle.
> > > > > > * Some improvements to the wiki-to-html parsing.
>
> > > > > > For those of you unfamiliar with Tiddle, Tiddle is a PC application
> > > > > > which indexes your TiddlyWiki(s), and provides a quick way of
> > > > > > searching through Tiddlers. Kind of like a "Quicksilver for
> > > > > > TiddlyWiki".
>
> > > > > > Tiddle can be found at:http://tiddle.sourceforge.net/
>
> > > > > > Cheers,
> > > > > > Ben
>
> > > > > > On Oct 14, 10:40 pm, ben <benjwar...@gmail.com> wrote:
>
> > > > > > > Ubiquity is quite cool, but as far as I know it is limited to run 
> > > > > > > in a
> > > > > > > browser.
>
> > > > > > > I wrotetiddleas a standalone java app so that it could be 
> > > > > > > available
> > > > > > > wherever I am on my PC.
>
> > > > > > > On Oct 14, 7:22 pm, Alex Hough <r.a.ho...@googlemail.com> wrote:
>
> > > > > > > > Quicksilver for the web = Ubiquity[1]
>
> > > > > > > > could the fucntionality be replicated as ubiquity?
>
> > > > > > > > [1]http://labs.mozilla.com/blog/2008/08/introducing-ubiquity/
>
> > > > > > > > 2009/10/13 ben <benjwar...@gmail.com>
>
> > > > > > > > > Yeah, that would be kind of cool.  I'll add it to my todo 
> > > > > > > > > list.
> > > > > > > > > Thanks Mans.
>
> > > > > > > > > On Oct 14, 3:29 am, Måns <humam...@gmail.com> wrote:
> > > > > > > > > > Great - Thanks Ben - I'm looking forward to a future 
> > > > > > > > > > release..
>
> > > > > > > > > > I'm suretiddlewill be a very welcome companion for everyone 
> > > > > > > > > > who has
> > > > > > > > > > a lot of data in TWs on their computer.
> > > > > > > > > > If it is possible to make it search in several TWs at once 
> > > > > > > > > > - it would
> > > > > > > > > > be very convenient if you could just put the program in a 
> > > > > > > > > > root
> > > > > > > > > > directory (or  even better - specify a root directory) with 
> > > > > > > > > > many TWs
> > > > > > > > > > and it would search through all html-files in that directory
> > > > > > > > > > automatically.
>
> > > > > > > > > > Regards Måns Mårtensson
>
> > > > > > > > > > On 13 Okt., 14:05, ben <benjwar...@gmail.com> wrote:
>
> > > > > > > > > > > Hi Mans,
> > > > > > > > > > > Forgot to mention, yes I think it would be good to search 
> > > > > > > > > > > through
> > > > > > > > > > > several TiddlyWikis at once.  I'll put it in as a feature 
> > > > > > > > > > > request.
>
> > > > > > > > > > > Cheers,
> > > > > > > > > > > Ben
>
> > > > > > > > > > > On Oct 13, 10:48 pm, Måns <humam...@gmail.com> wrote:
>
> > > > > > > > > > > > Hi Ben
>
> > > > > > > > > > > > This is very interesting indeed!! - If you could search 
> > > > > > > > > > > > in several
> > > > > > > > > > > > TiddlyWikis at the same time - it would be really 
> > > > > > > > > > > > fantastic..
>
> > > > > > > > > > > > It works for me even if it says log4j:WARN no appenders 
> > > > > > > > > > > > could be
> > > > > > > > > found
> > > > > > > > > > > > for logger (tiddle.WikiSearchService)
> > > > > > > > > > > > log4j:WARN please initialize the log4j system properly.
>
> > > > > > > > > > > > I don't have a "windows-button" - can I switch to 
> > > > > > > > > > > > another button or
> > > > > > > > > > > > combination of buttons - say ctrl + W or whatever?
>
> > > > > > > > > > > > YS Måns Mårtensson
>
> > > > > > > > > > > > On Oct 13, 9:59 am, ben <benjwar...@gmail.com> wrote:
>
> > > > > > > > > > > > > Hi all,
> > > > > > > > > > > > > I hope this is not inappropriate of me to post here.  
> > > > > > > > > > > > > Let me know
> > > > > > > > > if
> > > > > > > > > > > > > it is.
>
> > > > > > > > > > > > > I've been developing a desktop application (currently 
> > > > > > > > > > > > > only for
> > > > > > > > > > > > > windows) which indexes your TiddlyWiki, and provides 
> > > > > > > > > > > > > a quick way of
> > > > > > > > > > > > > searching through Tiddlers.
>
> > > > > > > > > > > > > I would appreciate any feedback from anyone who would 
> > > > > > > > > > > > > like to try
> > > > > > > > > it
> > > > > > > > > > > > > out.
>
> > > > > > > > > > > > >Tiddlecan be found at:http://tiddle.sourceforge.net/
>
> > > > > > > > > > > > > Kind Regards,
> > > > > > > > > > > > > Ben Warner
>
> > > > > > > > --http://www.multiurl.com/g/64
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to