Op 10-02-2020 om 14:07 schreef Graydon:
On Mon, Feb 10, 2020 at 11:47:55AM +0100, Ben Engbers scripsit:
Whenever I try to start basex or basexclient on my Fedora 31 linux distribution, I get this output:
[error message snipped]
Am I missing something?
I'm having no issues on Fedora 31, so I can at least say it's not inherent to the distro. But then again I'm using the gui; let's check.
The GUI works fine (always has). It was only last week that I first had to use the basexclient.
08:03 bin % ./basex /home/graydon/bin/basex/basex/.basex: writing new configuration file. BaseX 9.3.1 [Standalone] Try 'help' to get more information.
That's from inside the basex bin directory.
How are you installing basex? I always use the zip version and just unpack it in $HOME/bin. Does the gui -- initialized from the basexgui script -- run for you?
-- Graydon
I added the directory, containing basex/bin, to my path. 'basexserver &', 'basexserver stop' and 'basexserverstop' execute without returning errors. This is the output from basexhttp (this is the first time I tried this):
BaseX 9.3.1 [HTTP Server] SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/bengbers/Programs/basex/lib/slf4j-simple-1.7.26.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/bengbers/Programs/basex/lib/slf4j-simple-1.7.13.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/bengbers/Programs/basex/lib/slf4j-simple-1.7.28.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/bengbers/Programs/basex/lib/slf4j-simple-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.SimpleLoggerFactory] [main] INFO org.eclipse.jetty.util.log - Logging initialized @432ms to org.eclipse.jetty.util.log.Slf4jLog [main] INFO org.eclipse.jetty.util.TypeUtil - JVM Runtime does not support Modules java.lang.UnsupportedOperationException
Did you add something to CLASSPATH?
Ben