Aklakan opened a new pull request, #3450:
URL: https://github.com/apache/jena/pull/3450
GitHub issue resolved #3437
Pull request Description: Moved `static { JenaSystem.ini()} ` after the init
of other static fields to get rid of a NPE.
Running the jar file both with `-cp` and `-jar` (I didn't realize in the
issue that I used both versions) now gives.
```bash
➜ java -cp fuseki-server.jar jena.textindexer
No assembler description given
java -cp fuseki-server.jar jena.textindexer 0,99s user 0,11s system 251%
cpu 0,441 total
➜ java -jar fuseki-server.jar jena.textindexer
Exception in thread "main" org.apache.jena.cmd.CmdException: Dataset name
provided but 'no dataset' flag given
at
org.apache.jena.fuseki.main.cmds.FusekiMain.processStdArguments(FusekiMain.java:396)
[...]
- [x] Key commit messages start with the issue number (GH-xxxx)
By submitting this pull request, I acknowledge that I am making a
contribution to the Apache Software Foundation under the terms and conditions
of the [Contributor's
Agreement](https://www.apache.org/licenses/contributor-agreements.html).
----
See the [Apache Jena "Contributing"
guide](https://github.com/apache/jena/blob/main/CONTRIBUTING.md).
--
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]