RE: WARNING: org.xerial's sqlite-jdbc is not loaded for 1.2.4

2020-04-22 Thread Bradley Beach
Nick/Tim,   From  https://github.com/chrismattmann/tika-python tika-python uses TIKA_SERVER_CLASSPATH   If you were looking to help us newbies... maybe an example of downloading sqlite-(version).jar (or any parser labeled as "Provided") to TIKA_SERVER_CLASSPATH and executing:   java -cp "$TIKA_SERV

Re: WARNING: org.xerial's sqlite-jdbc is not loaded for 1.2.4

2020-04-22 Thread Nick Burch
On Wed, 22 Apr 2020, Tim Allison wrote: Y. Agreed. Where should we document this? Where would you look for it? The Tika Server and Tika App both get a fair bit of use from non-Java devs Maybe we need a quickstart for non-Java folks section, and probably a python-specific one as we get loads o

Re: WARNING: org.xerial's sqlite-jdbc is not loaded for 1.2.4

2020-04-22 Thread Tim Allison
gt; > *BRAD BEACH* > > > - Original message - > From: Tim Allison > To: user@tika.apache.org > Cc: > Subject: [EXTERNAL] Re: WARNING: org.xerial's sqlite-jdbc is not loaded > for 1.2.4 > Date: Tue, Apr 21, 2020 8:53 AM > > Agreed. > > I typically put

RE: WARNING: org.xerial's sqlite-jdbc is not loaded for 1.2.4

2020-04-21 Thread Bradley Beach
Thank you Tim for the detail. It is working now. Sorry for the simple question. I couldn't seem to find it in any of the Tika docs. Regards,BRAD BEACH   - Original message -From: Tim Allison To: user@tika.apache.orgCc:Subject: [EXTERNAL] Re: WARNING: org.xerial's sqlite-jdbc is not loaded f

Re: WARNING: org.xerial's sqlite-jdbc is not loaded for 1.2.4

2020-04-21 Thread Tim Allison
Agreed. I typically put the tika-server.jar and the other jars in a bin directory and then run `java -cp "bin/*" org.apache.tika.server.TikaServerCli options` On Tue, Apr 21, 2020 at 8:15 AM Nick Burch wrote: > On Mon, 20 Apr 2020, Bradley Beach wrote: > > I have tried every permutation of

Re: WARNING: org.xerial's sqlite-jdbc is not loaded for 1.2.4

2020-04-21 Thread Nick Burch
On Mon, 20 Apr 2020, Bradley Beach wrote: I have tried every permutation of adding sqlite-jdbc-3.30.1.jar to my classpath but still get:   java -classpath ".:sqlite-jdbc-3.30.1.jar" -jar tika-server-1.24.jar --host=localhost --port=12345 You can't combine -classpath and -jar, you have to use on

WARNING: org.xerial's sqlite-jdbc is not loaded for 1.2.4

2020-04-20 Thread Bradley Beach
Dear friends,   I am a first time user of tika and am having issues getting sqlite-jdbc loaded. I understand that it is "provided."   I have tried every permutation of adding sqlite-jdbc-3.30.1.jar to my classpath but still get:   java -classpath ".:sqlite-jdbc-3.30.1.jar" -jar tika-server-1.24.jar