08-01-2013 04:44 PM
I've got a new install of Nuxeo (I downloaded the 5.7.1 vmware) it seems to work and launch fine.
I uploaded 2 different PDF files, but the search does not find the text inside of one of them. why?
the one pdf is not an image, it is text selectable and searchable inside of adobe reader.
08-05-2013 01:04 PM
From your traces above you're victim of a PDFBox bug: PDFBOX-1512.
A workaround is add this to the JAVA_OPTS:
-Djava.util.Arrays.useLegacyMergeSort=true
08-02-2013 07:08 AM
Hi, does this happen only with this particular PDF?
08-02-2013 11:17 AM
after re-uploading the file (renamed to 'eli.pdf'), this is what is in the server.log (located here
08-02-2013 01:33 PM
If you activate the DEBUG level for org.nuxeo.ecm.core.storage.sql.FulltextExtractorWork in lib/log4j.xml then you'll get more info about the cause of the error.
08-02-2013 03:49 PM
there is no listing for 'Fulltext' in that file.
08-04-2013 03:26 PM
This
08-05-2013 12:45 PM
2013-08-05 14
08-05-2013 01:04 PM
From your traces above you're victim of a PDFBox bug: PDFBOX-1512.
A workaround is add this to the JAVA_OPTS:
-Djava.util.Arrays.useLegacyMergeSort=true
08-05-2013 02:27 PM
excuse my lack of knowledge - where do I add this?
08-05-2013 03:35 PM
Inside bin/nuxeo.conf
. See the other places where JAVA_OPTS
is used in this file.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.