Hi Christian,

thanks for the quick response.

The error I copied appeared with a fresh copy (9.1, same with 9.0 and 9.01). With my older 8.6.7 I’ll get this:

/Applications/basex/bin/basexhttp ; exit;
gdw-imac:~ gdw$ /Applications/basex/bin/basexhttp ; exit;
/Users/gdw/.basex: Unknown option 'IGNOREHOSTNAME'.
/Users/gdw/.basex: writing new configuration file.
BaseX 8.6.6 [HTTP Server]
[main] INFO org.eclipse.jetty.server.Server - jetty-8.1.18.v20150929
[main] INFO org.eclipse.jetty.webapp.StandardDescriptorProcessor - NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
Server was started (port: 1984).
[main] INFO org.eclipse.jetty.server.AbstractConnector - Started SelectChannelConnector@0.0.0.0:8984
HTTP Server was started (port: 8984).
HTTP Stop Server was started (port: 8985).



Am 06.11.2018 um 11:28 schrieb Christian Grün <christian.gruen@gmail.com>:

Hi Günter,

Did you update your XML files (jetty.xml, pom.xml)? If yes, can you
successfully run an unmodified basexhttp instance if you download a
fresh distribution of BaseX?

Best,
Christian



On Tue, Nov 6, 2018 at 11:21 AM Günter Dunz-Wolff
<guenter.dunzwolff@gmail.com> wrote:

Hi all,

I’m trying to update to version 9 of basex. Everything is OK, but I’m not able to run basexhttp. I’m getting the following message:

/Users/gdw/Downloads/basex-2/bin/basexhttp ; exit;
gdw-imac:~ gdw$ /Users/gdw/Downloads/basex-2/bin/basexhttp ; exit;
/Users/gdw/.basex: writing new configuration file.
[main] INFO org.eclipse.jetty.util.log - Logging initialized @370ms to org.eclipse.jetty.util.log.Slf4jLog
[main] WARN org.eclipse.jetty.xml.XmlConfiguration - Config error at <Call name="addConnector"><Arg>
     <New class="org.eclipse.jetty.server.nio.SelectChannelConnector"><Set name="host"><SystemProperty name="org.basex.serverhost" default="0.0.0.0"/></Set><Set name="port"><SystemProperty name="org.basex.serverport" default="8984"/></Set><Set name="maxIdleTime">60000</Set><Set name="reuseAddress">true</Set><Set name="Acceptors">2</Set><Set name="requestHeaderSize">65535</Set></New>
   </Arg></Call>
org.eclipse.jetty.server.nio.SelectChannelConnector
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.

[Prozess beendet]

All versions till 8.6.7 are running.

My system is MacOS X Mojave.
Java-Version is:
java version "1.8.0_191"
Java(TM) SE Runtime Environment (build 1.8.0_191-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)

I hope, there is help.

Thanks in advance. Guenter