Hi there, I try to start Fuseki with the following instructions

       FusekiServer server = FusekiServer.create()
        .port(3030)
               .add("/ds", dataset)
               .build();
       System.out.println("Fuseki is starting on port: " + 
server.getHttpPort());
       server.start();

The server starts on port 3030 but hangs on. The dataset is fine, and the port 
is available. The debug logs include

11:44:11.343 [main] DEBUG org.eclipse.jetty.server.AbstractConnector - Could 
not configure SO_REUSEPORT to false on 
sun.nio.ch.ServerSocketChannelImpl[unbound]
java.lang.UnsupportedOperationException: 'SO_REUSEPORT' not supported
at 
java.base/sun.nio.ch.ServerSocketChannelImpl.setOption(ServerSocketChannelImpl.java:219)
at 
org.eclipse.jetty.server.ServerConnector.setSocketOption(ServerConnector.java:355)
at 
org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:336)
at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:304)
at org.eclipse.jetty.server.Server.lambda$doStart$0(Server.java:402)
at 
java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at 
java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:212)
at 
java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:194)
at 
java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:1024)
at 
java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:556)
at 
java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:546)
at 
java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at 
java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at 
java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:265)
at 
java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:611)
at org.eclipse.jetty.server.Server.doStart(Server.java:398)
at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
at org.apache.jena.fuseki.main.FusekiServer.start(FusekiServer.java:298)
at FusekiWithReasoner.main(FusekiWithReasoner.java:74)

Any suggestions what might be wrong? The help will be greatly appreciated.
Thank you so much!
Regards, Neli.


Neli P. Zlatareva, PhD
Professor of Computer Science
Department of Computer Science
Central Connecticut State University
New Britain, CT 06050
Phone: (860) 832-2723
Fax: (860) 832-2712
Web site: cs.ccsu.edu/~neli/

Reply via email to