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