Finally took a look - very impressive.
I got some warnings on the command line, one about tagsoup which I have fixed, another that bamboozled me because I have a java runtime installed......any here is what I get..... I've looked for a search for the mailing list but it seems to be well concealed - so what should I do.
[warning] /usr/bin/basex: No java runtime was found [warning] /usr/bin/basex: Unable to locate /usr/share/java/tagsoup.jar in /usr/share/java [warning] /usr/bin/basex: No JAVA_CMD set for run_java, falling back to JAVA_CMD = java
On Wed, Dec 11, 2013 at 6:44 PM, Ihe Onwuka ihe.onwuka@gmail.com wrote:
Finally took a look - very impressive.
I got some warnings on the command line, one about tagsoup which I have fixed, another that bamboozled me because I have a java runtime installed......any here is what I get..... I've looked for a search for the mailing list but it seems to be well concealed - so what should I do.
[warning] /usr/bin/basex: No java runtime was found [warning] /usr/bin/basex: Unable to locate /usr/share/java/tagsoup.jar in /usr/share/java [warning] /usr/bin/basex: No JAVA_CMD set for run_java, falling back to JAVA_CMD = java
I am getting the above warnings typing basex on the ubuntu command line despite the fact that I can power up both exist-db and the BaseX GUI, and I have moved a copy of tagsoup to /usr/share/java.
I'd be grateful for any insight. Thank you.
On 12.12.2013, at 06:55, Ihe Onwuka ihe.onwuka@gmail.com wrote:
On Wed, Dec 11, 2013 at 6:44 PM, Ihe Onwuka ihe.onwuka@gmail.com wrote: Finally took a look - very impressive.
I got some warnings on the command line, one about tagsoup which I have fixed, another that bamboozled me because I have a java runtime installed......any here is what I get..... I've looked for a search for the mailing list but it seems to be well concealed - so what should I do.
[warning] /usr/bin/basex: No java runtime was found [warning] /usr/bin/basex: Unable to locate /usr/share/java/tagsoup.jar in /usr/share/java [warning] /usr/bin/basex: No JAVA_CMD set for run_java, falling back to JAVA_CMD = java
I am getting the above warnings typing basex on the ubuntu command line despite the fact that I can power up both exist-db and the BaseX GUI, and I have moved a copy of tagsoup to /usr/share/java.
I'd be grateful for any insight. Thank you.
Hi Ihe,
these warnings are probably issued by java-wrapper. At least it looks similar to bug [1]?
Can you please tell me which debian package version you are running? If it's not 7.7.2-1, can you please try the latest version [2]?
Thanks, Alex
[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720351 [2] http://packages.debian.org/testing/database/basex
I am running 7.6.2 because it said it was a stable release and thats what the ubuntu software centre gave me.
Can I have directions on what to do with the package you are suggesting I download - running ubuntu 13.10.
On Thu, Dec 12, 2013 at 11:59 AM, Alexander Holupirek < alexander.holupirek@uni-konstanz.de> wrote:
On 12.12.2013, at 06:55, Ihe Onwuka ihe.onwuka@gmail.com wrote:
On Wed, Dec 11, 2013 at 6:44 PM, Ihe Onwuka ihe.onwuka@gmail.com
wrote:
Finally took a look - very impressive.
I got some warnings on the command line, one about tagsoup which I have
fixed, another that bamboozled me because I have a java runtime installed......any here is what I get..... I've looked for a search for the mailing list but it seems to be well concealed - so what should I do.
[warning] /usr/bin/basex: No java runtime was found [warning] /usr/bin/basex: Unable to locate /usr/share/java/tagsoup.jar
in /usr/share/java
[warning] /usr/bin/basex: No JAVA_CMD set for run_java, falling back to
JAVA_CMD = java
I am getting the above warnings typing basex on the ubuntu command line
despite the fact that I can power up both exist-db and the BaseX GUI, and I have moved a copy of tagsoup to /usr/share/java.
I'd be grateful for any insight. Thank you.
Hi Ihe,
these warnings are probably issued by java-wrapper. At least it looks similar to bug [1]?
Can you please tell me which debian package version you are running? If it's not 7.7.2-1, can you please try the latest version [2]?
Thanks, Alex
[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720351 [2] http://packages.debian.org/testing/database/basex
Hi Ihe,
thanks for giving it a try. You can get the .deb from one of the debian servers [1].
For instance, from the US server:
$ wget http://http.us.debian.org/debian/pool/main/b/basex/basex_7.7.2-1_all.deb
As root you may install the new package with, for example:
$ sudo dpkg -i ./basex_7.7.2-1_all.deb (Reading database ... 103684 files and directories currently installed.) Preparing to replace basex 7.7.2-1 (using ./basex_7.7.2-1_all.deb) ... Unpacking replacement basex ... Setting up basex (7.7.2-1) ... Processing triggers for desktop-file-utils ... Processing triggers for mime-support ... Processing triggers for menu ... Processing triggers for man-db ...
To use tagsoup, something like:
$ sudo apt-get install libtagsoup-java
should do the trick.
I hope the warnings are gone afterwards.
Thanks, Alex
[1] http://packages.debian.org/jessie/all/basex/download [2] http://http.us.debian.org/debian/pool/main/b/basex/basex_7.7.2-1_all.deb
On 12.12.2013, at 13:06, Ihe Onwuka ihe.onwuka@gmail.com wrote:
I am running 7.6.2 because it said it was a stable release and thats what the ubuntu software centre gave me.
Can I have directions on what to do with the package you are suggesting I download - running ubuntu 13.10.
On Thu, Dec 12, 2013 at 11:59 AM, Alexander Holupirek alexander.holupirek@uni-konstanz.de wrote:
On 12.12.2013, at 06:55, Ihe Onwuka ihe.onwuka@gmail.com wrote:
On Wed, Dec 11, 2013 at 6:44 PM, Ihe Onwuka ihe.onwuka@gmail.com wrote: Finally took a look - very impressive.
I got some warnings on the command line, one about tagsoup which I have fixed, another that bamboozled me because I have a java runtime installed......any here is what I get..... I've looked for a search for the mailing list but it seems to be well concealed - so what should I do.
[warning] /usr/bin/basex: No java runtime was found [warning] /usr/bin/basex: Unable to locate /usr/share/java/tagsoup.jar in /usr/share/java [warning] /usr/bin/basex: No JAVA_CMD set for run_java, falling back to JAVA_CMD = java
I am getting the above warnings typing basex on the ubuntu command line despite the fact that I can power up both exist-db and the BaseX GUI, and I have moved a copy of tagsoup to /usr/share/java.
I'd be grateful for any insight. Thank you.
Hi Ihe,
these warnings are probably issued by java-wrapper. At least it looks similar to bug [1]?
Can you please tell me which debian package version you are running? If it's not 7.7.2-1, can you please try the latest version [2]?
Thanks, Alex
[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720351 [2] http://packages.debian.org/testing/database/basex
ihe@ihe-machine:~$ basex [warning] /usr/bin/basex: No java runtime was found [warning] /usr/bin/basex: No JAVA_CMD set for run_java, falling back to JAVA_CMD = java BaseX 7.7.2 [Standalone] Try help to get more information.
BaseX 7.7.2 [Standalone] Try help to get more information.
On Thu, Dec 12, 2013 at 12:15 PM, Alexander Holupirek < alexander.holupirek@uni-konstanz.de> wrote:
Hi Ihe,
thanks for giving it a try. You can get the .deb from one of the debian servers [1].
For instance, from the US server:
$ wget http://http.us.debian.org/debian/pool/main/b/basex/basex_7.7.2-1_all.deb
As root you may install the new package with, for example:
$ sudo dpkg -i ./basex_7.7.2-1_all.deb (Reading database ... 103684 files and directories currently installed.) Preparing to replace basex 7.7.2-1 (using ./basex_7.7.2-1_all.deb) ... Unpacking replacement basex ... Setting up basex (7.7.2-1) ... Processing triggers for desktop-file-utils ... Processing triggers for mime-support ... Processing triggers for menu ... Processing triggers for man-db ...
To use tagsoup, something like:
$ sudo apt-get install libtagsoup-java
should do the trick.
I hope the warnings are gone afterwards.
Thanks, Alex
[1] http://packages.debian.org/jessie/all/basex/download [2] http://http.us.debian.org/debian/pool/main/b/basex/basex_7.7.2-1_all.deb
On 12.12.2013, at 13:06, Ihe Onwuka ihe.onwuka@gmail.com wrote:
I am running 7.6.2 because it said it was a stable release and thats
what the ubuntu software centre gave me.
Can I have directions on what to do with the package you are suggesting
I download - running ubuntu 13.10.
On Thu, Dec 12, 2013 at 11:59 AM, Alexander Holupirek <
alexander.holupirek@uni-konstanz.de> wrote:
On 12.12.2013, at 06:55, Ihe Onwuka ihe.onwuka@gmail.com wrote:
On Wed, Dec 11, 2013 at 6:44 PM, Ihe Onwuka ihe.onwuka@gmail.com
wrote:
Finally took a look - very impressive.
I got some warnings on the command line, one about tagsoup which I
have fixed, another that bamboozled me because I have a java runtime installed......any here is what I get..... I've looked for a search for the mailing list but it seems to be well concealed - so what should I do.
[warning] /usr/bin/basex: No java runtime was found [warning] /usr/bin/basex: Unable to locate /usr/share/java/tagsoup.jar
in /usr/share/java
[warning] /usr/bin/basex: No JAVA_CMD set for run_java, falling back
to JAVA_CMD = java
I am getting the above warnings typing basex on the ubuntu command
line despite the fact that I can power up both exist-db and the BaseX GUI, and I have moved a copy of tagsoup to /usr/share/java.
I'd be grateful for any insight. Thank you.
Hi Ihe,
these warnings are probably issued by java-wrapper. At least it looks similar to bug [1]?
Can you please tell me which debian package version you are running? If it's not 7.7.2-1, can you please try the latest version [2]?
Thanks, Alex
[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720351 [2] http://packages.debian.org/testing/database/basex
btw how do I search the archive of past mailing list messages?
thanks
On Thu, Dec 12, 2013 at 11:59 AM, Alexander Holupirek < alexander.holupirek@uni-konstanz.de> wrote:
On 12.12.2013, at 06:55, Ihe Onwuka ihe.onwuka@gmail.com wrote:
On Wed, Dec 11, 2013 at 6:44 PM, Ihe Onwuka ihe.onwuka@gmail.com
wrote:
Finally took a look - very impressive.
I got some warnings on the command line, one about tagsoup which I have
fixed, another that bamboozled me because I have a java runtime installed......any here is what I get..... I've looked for a search for the mailing list but it seems to be well concealed - so what should I do.
[warning] /usr/bin/basex: No java runtime was found [warning] /usr/bin/basex: Unable to locate /usr/share/java/tagsoup.jar
in /usr/share/java
[warning] /usr/bin/basex: No JAVA_CMD set for run_java, falling back to
JAVA_CMD = java
I am getting the above warnings typing basex on the ubuntu command line
despite the fact that I can power up both exist-db and the BaseX GUI, and I have moved a copy of tagsoup to /usr/share/java.
I'd be grateful for any insight. Thank you.
Hi Ihe,
these warnings are probably issued by java-wrapper. At least it looks similar to bug [1]?
Can you please tell me which debian package version you are running? If it's not 7.7.2-1, can you please try the latest version [2]?
Thanks, Alex
[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720351 [2] http://packages.debian.org/testing/database/basex
basex-talk@mailman.uni-konstanz.de