It's pretty easy to accidentally run into the AWT stuff if you're doing anything that involves image processing, which I would expect a generic RTF parser might do.
Michael Della Bitta ------------------------------------------------ Appinions | 18 East 41st St., Suite 1806 | New York, NY 10017 www.appinions.com Where Influence Isn’t a Game On Sun, Aug 19, 2012 at 10:29 PM, Lance Norskog <goks...@gmail.com> wrote: > The backstory here is that Tika uses a library that for some crazy > reason is inside the Java AWG graphics toolkit. (I think the RTF > parser?) > > On Wed, Aug 15, 2012 at 5:57 AM, Ahmet Arslan <iori...@yahoo.com> wrote: >>> You can try passing >>> -Djava.awt.headless=true as one of the arguments >>> when you start Jetty to see if you can get this to go away >>> with no ill >>> effects. >> >> I started jetty using : 'java -Djava.awt.headless=true -jar start.jar' and >> successfully indexed two pdf files. That icon didn't appeared :) Thanks! > > > > -- > Lance Norskog > goks...@gmail.com