Hamilton-dfp commented on issue #2106:
URL: https://github.com/apache/jena/issues/2106#issuecomment-1834366175

   @rvesse, @afs, thank you for taking the time to respond.
   
   This issue did turn out to be that I was using the UI webapp.
   
   Downloading the `jena-fuseki-server` jar and following the fuseki-main 
documentation (both linked above), I was able to get the expected output.
   
   The only gotcha that I will note here for posterity is that adding the 
`--modules=true` flag is required to get it to load the module. This threw me 
for a loop because I think in the [next iteration it will be on by 
default](https://github.com/apache/jena/blob/cb37a5657756bdadf37a1832d307e134b30669c5/jena-fuseki2/jena-fuseki-main/src/main/java/org/apache/jena/fuseki/main/cmds/FusekiMain.java#L108)?
   
   ```
   java -cp jena-fuseki-server-4.10.0.jar:helloFuseki-0.0.1.jar 
org.apache.jena.fuseki.main.cmds.FusekiMainCmd --modules=true 
--loc=/Users/user/jena/apache-jena-fuseki-4.10.0/run/configuration /my-test
   ```
   
   Note that I just pointed this instance to the TDB that the UI webapp had 
created for me.
   
   ```
   [2023-11-30 11:36:23] Server     INFO  Module: HelloFuseki (unknown)
   [2023-11-30 11:36:23] Server     INFO  Apache Jena Fuseki 4.10.0
   [2023-11-30 11:36:23] Server     INFO  Database: TDB2 dataset: 
location=/Users/user/jena/apache-jena-fuseki-4.10.0/run/configuration
   [2023-11-30 11:36:23] Server     INFO  Path = /my-test
   [2023-11-30 11:36:23] Server     INFO    Memory: 8.0 GiB
   [2023-11-30 11:36:23] Server     INFO    Java:   17.0.8
   [2023-11-30 11:36:23] Server     INFO    OS:     Mac OS X 13.2.1 aarch64
   [2023-11-30 11:36:23] Server     INFO    PID:    11407
   *********************************** Hello Fuseki
   [2023-11-30 11:36:23] Server     INFO  Start Fuseki (http=3030)
   ```
   
   Thanks again, folks!
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to