On 29/09/2024 23:44, Zlatareva, Neli (Computer Science) wrote:
Hi Andy, I was able to fix all previous issues with starting Fuseki from Jena 
application and ended up with
Service Description: /dset/sparql
in the browser resulting from placing the usual Sparql request 
localhost:3030/dset/sparql<http://localhost:3030/dset/sparql>
The dataset I am uploading (dset) in Fuseki appears in computer download folder.
I assumed that I would get Fuseki Management Interface instead of Service 
Description: /dset/sparql

The UI is not in the embedded form of the server currently.

You can run the full server embedded by calling it's "main"

    String fusekiHome = "/....apache-jena-fuseki-5.1.0/
    String fusekiBase = "/home/afs/tmp/Fuseki/run" ;

    // Clean start
    // IOX.deleteAll(fusekiBase);
    // FileOps.ensureDir(fusekiBase);

    System.setProperty("FUSEKI_HOME", fusekiHome) ;
    System.setProperty("FUSEKI_BASE", fusekiBase) ;

    FusekiWebappCmd.main();

or use any of the command line arguments:

    FusekiWebappCmd
      .main("--update", "--tdb2", "--loc=/home/afs/tmp/DB2", "/ds");

This can be the same as a dataset in the application and will be safely shared.

Andy


I tried .enableFusekiServer(true) to enable Fuseki interface but this does not 
work – I use the latest version 5.1.0 of everything.
Is there any way I can enable the Fuseki interface in the browser or just use 
the standalone Fuseki server and upload the dataset there?
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/
________________________________
From: Lorenz Buehmann <buehm...@informatik.uni-leipzig.de>
Sent: Wednesday, September 25, 2024 2:07 AM
To: users@jena.apache.org <users@jena.apache.org>
Subject: Re: Re: Starting Fuseki server from Jena

EXTERNAL EMAIL: This email originated from outside of the organization. Do not 
click any links or open any attachments unless you trust the sender and know 
the content is safe.

there was an issue on this which seems to affect only Windows user:
https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fjetty%2Fjetty.project%2Fissues%2F6661&data=05%7C02%7CZlatareva%40ccsu.edu%7C687452e4b2db4b84db3008dcdd2864cd%7C2329c570b5804223803b427d800e81b6%7C0%7C0%7C638628412803293736%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=%2F3xsjg4HRpBZgVAfGkqknHmOQNDoBUkwevRNxIm%2BI3E%3D&reserved=0<https://github.com/jetty/jetty.project/issues/6661>

But in fact this is just a DEBUG log level message telling you that your
JVM does not support SO_REUSEPORT on that network, should not be an
issue in general

On 25.09.24 03:50, Zlatareva, Neli (Computer Science) wrote:
java.lang.UnsupportedOperationException: 'SO_REUSEPORT' not supported

--
Lorenz Bühmann
Research Associate/Scientific Developer

emailbuehm...@infai.org

Institute for Applied Informatics e.V. (InfAI) | Goerdelerring 9 | 04109 
Leipzig | Germany


Reply via email to