My documents have already been OCR'd, but are mostly PDF files. I generally do not need to create new PDFs.
4105738 [Thread-30] WARN org.apache.hadoop.mapred.LocalJobRunner - job_local_0007
java.lang.NullPointerException
at org.freeeed.print.OfficePrint.init(OfficePrint.java:158)
at org.freeeed.main.Map.setup(Map.java:153)
at org.apache.hadoop.mapreduce.Mapper.run(Mapper.java:142)
at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:764)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:370)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
4106653 [Thread-29] INFO org.freeeed.main.ActionProcessing - Processing done
---
Since the first item in it was OfficePrint.init / OfficePrint.java, I interpret that as being related to OpenOffice, but I could be entirely wrong.
Honestly, it is more convenient to process locally, as my project is several terabytes in size.
I'm happy to turn on whatever debugging is necessary to help figure out what is wrong on the Mac, and would be comfortable running the dev version if it will run.
Jay