[jira] [Commented] (JENA-2096) Add CLI parameters to delete old DB after compaction has completed successfully

2021-05-05 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/JENA-2096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17339580#comment-17339580
 ] 

ASF subversion and git services commented on JENA-2096:
---

Commit 248731a0543d93901e70452da7a14ababc10770a in jena's branch 
refs/heads/main from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=248731a ]

JENA-2096: Skip mmap file check on MS Windows


> Add CLI parameters to delete old DB after compaction has completed 
> successfully
> --
>
> Key: JENA-2096
> URL: https://issues.apache.org/jira/browse/JENA-2096
> Project: Apache Jena
>  Issue Type: Improvement
>  Components: cmd, Fuseki
>Affects Versions: Jena 4.0.0
>Reporter: Bruno P. Kinoshita
>Assignee: Andy Seaborne
>Priority: Major
> Fix For: Jena 4.1.0
>
>
> Placeholder for https://github.com/apache/jena/pull/988



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (JENA-2102) Calling jena.textindexer from command line throws a NullPointerException

2021-05-05 Thread Andy Seaborne (Jira)


 [ 
https://issues.apache.org/jira/browse/JENA-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Seaborne resolved JENA-2102.
-
Fix Version/s: Jena 4.1.0
   Resolution: Fixed

> Calling jena.textindexer from command line throws a NullPointerException
> 
>
> Key: JENA-2102
> URL: https://issues.apache.org/jira/browse/JENA-2102
> Project: Apache Jena
>  Issue Type: Bug
>  Components: Jena, Text
>Affects Versions: Jena 4.0.0
> Environment: {code:java}
> Singularity> java --version
> openjdk 11.0.11 2021-04-20
> OpenJDK Runtime Environment (build 11.0.11+9-post-Debian-1deb10u1)
> OpenJDK 64-Bit Server VM (build 11.0.11+9-post-Debian-1deb10u1, mixed mode, 
> sharing){code}
> Currently running openJDK since we are using HPC, but have tried running on 
> standard Java setup and get same issue. 
> {code:java}
> [popere@mahuika01 tuia]$ java --version
> java 15.0.2 2021-01-19
> Java(TM) SE Runtime Environment (build 15.0.2+7-27)
> Java HotSpot(TM) 64-Bit Server VM (build 15.0.2+7-27, mixed mode, sharing)
> [popere@mahuika01 tuia]$ java -cp fuseki-server/fuseki-server.jar 
> jena.textindexer
> Exception in thread "main" java.lang.ExceptionInInitializerError
>  at jena.textindexer.main(textindexer.java:25)
> Caused by: java.lang.NullPointerException: Cannot invoke 
> "java.util.Map.put(Object, Object)" because "org.apache.jena.cmd.Cmds.cmds" 
> is null
>  at org.apache.jena.cmd.Cmds.injectCmd(Cmds.java:38)
>  at org.apache.jena.query.text.cmd.InitTextCmds.cmds(InitTextCmds.java:25)
>  at org.apache.jena.query.text.TextQuery.init(TextQuery.java:74)
>  at org.apache.jena.query.text.InitJenaText.start(InitJenaText.java:32)
>  at org.apache.jena.sys.JenaSystem.lambda$init$2(JenaSystem.java:117)
>  at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
>  at org.apache.jena.sys.JenaSystem.forEach(JenaSystem.java:192)
>  at org.apache.jena.sys.JenaSystem.forEach(JenaSystem.java:169)
>  at org.apache.jena.sys.JenaSystem.init(JenaSystem.java:115)
>  at org.apache.jena.cmd.Cmds.(Cmds.java:33)
>  ... 1 more{code}
>Reporter: R Pope
>Assignee: Andy Seaborne
>Priority: Major
> Fix For: Jena 4.1.0
>
>
> {code:java}
> Singularity> java -cp 
> /usr/local/share/apache-jena-fuseki-4.0.0/fuseki-server.jar jena.textindexer 
> --desc=TextQuery/text-index.ttl
> Exception in thread "main" java.lang.ExceptionInInitializerError
>  at jena.textindexer.main(textindexer.java:25)
> Caused by: java.lang.NullPointerException
>  at org.apache.jena.cmd.Cmds.injectCmd(Cmds.java:38)
>  at org.apache.jena.query.text.cmd.InitTextCmds.cmds(InitTextCmds.java:25)
>  at org.apache.jena.query.text.TextQuery.init(TextQuery.java:74)
>  at org.apache.jena.query.text.InitJenaText.start(InitJenaText.java:32)
>  at org.apache.jena.sys.JenaSystem.lambda$init$2(JenaSystem.java:117)
>  at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
>  at org.apache.jena.sys.JenaSystem.forEach(JenaSystem.java:192)
>  at org.apache.jena.sys.JenaSystem.forEach(JenaSystem.java:169)
>  at org.apache.jena.sys.JenaSystem.init(JenaSystem.java:115)
>  at org.apache.jena.cmd.Cmds.(Cmds.java:33)
>  ... 1 more
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (JENA-2097) UUID IRIs cause RiotException

2021-05-05 Thread Andy Seaborne (Jira)


 [ 
https://issues.apache.org/jira/browse/JENA-2097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Seaborne resolved JENA-2097.
-
Resolution: Fixed

> UUID IRIs cause RiotException
> -
>
> Key: JENA-2097
> URL: https://issues.apache.org/jira/browse/JENA-2097
> Project: Apache Jena
>  Issue Type: Bug
>  Components: IRI, RIOT
>Affects Versions: Jena 4.0.0
>Reporter: Andy Seaborne
>Assignee: Andy Seaborne
>Priority: Critical
> Fix For: Jena 4.1.0
>
>
> Report: [users@ 
> 2021-04-27|https://lists.apache.org/thread.html/r5acdd3ab9338b99408992511620421b1602bbb4c4cfcaabcf57aae74%40%3Cusers.jena.apache.org%3E].
> {code:java}
> Model model = ModelFactory.createDefaultModel();
> String data = " <
> http://ex.org/a>  .";
> try (ByteArrayInputStream in = new
> ByteArrayInputStream(data.getBytes(StandardCharsets.UTF_8))) {
> RDFDataMgr.read(model, in, Lang.NTRIPLES);
> }
> {code}
> Gives error:
> {noformat}
> org.apache.jena.riot.RiotException: [line: 1, col: 1 ] Bad IRI: Not a valid
> UUID string: urn:uuid:4f115b8c-5300-4e4d-84f4-1a7593e5fd57 
> at 
> org.apache.jena.riot.system.ErrorHandlerFactory$ErrorHandlerStd.error(ErrorHandlerFactory.java:146)
> ...
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (JENA-2102) Calling jena.textindexer from command line throws a NullPointerException

2021-05-05 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/JENA-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17339511#comment-17339511
 ] 

ASF subversion and git services commented on JENA-2102:
---

Commit ad24b3777c3515fbaabe81e8ec2ad9d95f012e4c in jena's branch 
refs/heads/main from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=ad24b37 ]

JENA-2102: Fix init check


> Calling jena.textindexer from command line throws a NullPointerException
> 
>
> Key: JENA-2102
> URL: https://issues.apache.org/jira/browse/JENA-2102
> Project: Apache Jena
>  Issue Type: Bug
>  Components: Jena, Text
>Affects Versions: Jena 4.0.0
> Environment: {code:java}
> Singularity> java --version
> openjdk 11.0.11 2021-04-20
> OpenJDK Runtime Environment (build 11.0.11+9-post-Debian-1deb10u1)
> OpenJDK 64-Bit Server VM (build 11.0.11+9-post-Debian-1deb10u1, mixed mode, 
> sharing){code}
> Currently running openJDK since we are using HPC, but have tried running on 
> standard Java setup and get same issue. 
> {code:java}
> [popere@mahuika01 tuia]$ java --version
> java 15.0.2 2021-01-19
> Java(TM) SE Runtime Environment (build 15.0.2+7-27)
> Java HotSpot(TM) 64-Bit Server VM (build 15.0.2+7-27, mixed mode, sharing)
> [popere@mahuika01 tuia]$ java -cp fuseki-server/fuseki-server.jar 
> jena.textindexer
> Exception in thread "main" java.lang.ExceptionInInitializerError
>  at jena.textindexer.main(textindexer.java:25)
> Caused by: java.lang.NullPointerException: Cannot invoke 
> "java.util.Map.put(Object, Object)" because "org.apache.jena.cmd.Cmds.cmds" 
> is null
>  at org.apache.jena.cmd.Cmds.injectCmd(Cmds.java:38)
>  at org.apache.jena.query.text.cmd.InitTextCmds.cmds(InitTextCmds.java:25)
>  at org.apache.jena.query.text.TextQuery.init(TextQuery.java:74)
>  at org.apache.jena.query.text.InitJenaText.start(InitJenaText.java:32)
>  at org.apache.jena.sys.JenaSystem.lambda$init$2(JenaSystem.java:117)
>  at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
>  at org.apache.jena.sys.JenaSystem.forEach(JenaSystem.java:192)
>  at org.apache.jena.sys.JenaSystem.forEach(JenaSystem.java:169)
>  at org.apache.jena.sys.JenaSystem.init(JenaSystem.java:115)
>  at org.apache.jena.cmd.Cmds.(Cmds.java:33)
>  ... 1 more{code}
>Reporter: R Pope
>Assignee: Andy Seaborne
>Priority: Major
>
> {code:java}
> Singularity> java -cp 
> /usr/local/share/apache-jena-fuseki-4.0.0/fuseki-server.jar jena.textindexer 
> --desc=TextQuery/text-index.ttl
> Exception in thread "main" java.lang.ExceptionInInitializerError
>  at jena.textindexer.main(textindexer.java:25)
> Caused by: java.lang.NullPointerException
>  at org.apache.jena.cmd.Cmds.injectCmd(Cmds.java:38)
>  at org.apache.jena.query.text.cmd.InitTextCmds.cmds(InitTextCmds.java:25)
>  at org.apache.jena.query.text.TextQuery.init(TextQuery.java:74)
>  at org.apache.jena.query.text.InitJenaText.start(InitJenaText.java:32)
>  at org.apache.jena.sys.JenaSystem.lambda$init$2(JenaSystem.java:117)
>  at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
>  at org.apache.jena.sys.JenaSystem.forEach(JenaSystem.java:192)
>  at org.apache.jena.sys.JenaSystem.forEach(JenaSystem.java:169)
>  at org.apache.jena.sys.JenaSystem.init(JenaSystem.java:115)
>  at org.apache.jena.cmd.Cmds.(Cmds.java:33)
>  ... 1 more
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (JENA-2101) RDF-star: Adjust grammar to disallow blank nodes in embedded triple expressions.

2021-05-05 Thread Andy Seaborne (Jira)


 [ 
https://issues.apache.org/jira/browse/JENA-2101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Seaborne resolved JENA-2101.
-
Resolution: Fixed

> RDF-star: Adjust grammar to disallow blank nodes in embedded triple 
> expressions.
> 
>
> Key: JENA-2101
> URL: https://issues.apache.org/jira/browse/JENA-2101
> Project: Apache Jena
>  Issue Type: Bug
>Affects Versions: Jena 4.0.0
>Reporter: Andy Seaborne
>Assignee: Andy Seaborne
>Priority: Major
> Fix For: Jena 4.1.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (JENA-2096) Add CLI parameters to delete old DB after compaction has completed successfully

2021-05-05 Thread Andy Seaborne (Jira)


 [ 
https://issues.apache.org/jira/browse/JENA-2096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Seaborne resolved JENA-2096.
-
  Assignee: Andy Seaborne
Resolution: Done

> Add CLI parameters to delete old DB after compaction has completed 
> successfully
> --
>
> Key: JENA-2096
> URL: https://issues.apache.org/jira/browse/JENA-2096
> Project: Apache Jena
>  Issue Type: Improvement
>  Components: cmd, Fuseki
>Affects Versions: Jena 4.0.0
>Reporter: Bruno P. Kinoshita
>Assignee: Andy Seaborne
>Priority: Major
> Fix For: Jena 4.1.0
>
>
> Placeholder for https://github.com/apache/jena/pull/988



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (JENA-2096) Add CLI parameters to delete old DB after compaction has completed successfully

2021-05-05 Thread Andy Seaborne (Jira)


[ 
https://issues.apache.org/jira/browse/JENA-2096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17339506#comment-17339506
 ] 

Andy Seaborne commented on JENA-2096:
-

Thanks Brandon SarĂ !

> Add CLI parameters to delete old DB after compaction has completed 
> successfully
> --
>
> Key: JENA-2096
> URL: https://issues.apache.org/jira/browse/JENA-2096
> Project: Apache Jena
>  Issue Type: Improvement
>  Components: cmd, Fuseki
>Affects Versions: Jena 4.0.0
>Reporter: Bruno P. Kinoshita
>Priority: Major
> Fix For: Jena 4.1.0
>
>
> Placeholder for https://github.com/apache/jena/pull/988



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (JENA-2096) Add CLI parameters to delete old DB after compaction has completed successfully

2021-05-05 Thread Andy Seaborne (Jira)


 [ 
https://issues.apache.org/jira/browse/JENA-2096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Seaborne updated JENA-2096:

Fix Version/s: Jena 4.1.0

> Add CLI parameters to delete old DB after compaction has completed 
> successfully
> --
>
> Key: JENA-2096
> URL: https://issues.apache.org/jira/browse/JENA-2096
> Project: Apache Jena
>  Issue Type: Improvement
>  Components: cmd, Fuseki
>Affects Versions: Jena 4.0.0
>Reporter: Bruno P. Kinoshita
>Priority: Major
> Fix For: Jena 4.1.0
>
>
> Placeholder for https://github.com/apache/jena/pull/988



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (JENA-2096) Add CLI parameters to delete old DB after compaction has completed successfully

2021-05-05 Thread Andy Seaborne (Jira)


 [ 
https://issues.apache.org/jira/browse/JENA-2096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Seaborne updated JENA-2096:

Priority: Major  (was: Minor)

> Add CLI parameters to delete old DB after compaction has completed 
> successfully
> --
>
> Key: JENA-2096
> URL: https://issues.apache.org/jira/browse/JENA-2096
> Project: Apache Jena
>  Issue Type: Improvement
>  Components: cmd, Fuseki
>Affects Versions: Jena 4.0.0
>Reporter: Bruno P. Kinoshita
>Priority: Major
>
> Placeholder for https://github.com/apache/jena/pull/988



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (JENA-2102) Calling jena.textindexer from command line throws a NullPointerException

2021-05-05 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/JENA-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17339503#comment-17339503
 ] 

ASF subversion and git services commented on JENA-2102:
---

Commit cb1def6ce03d54e6719a9bbe9d5d0d95de7daf8b in jena's branch 
refs/heads/main from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=cb1def6 ]

Merge pull request #998 from afs/jena2102-cmd-init

JENA-2102: Explicitly initialize map for injected commands

> Calling jena.textindexer from command line throws a NullPointerException
> 
>
> Key: JENA-2102
> URL: https://issues.apache.org/jira/browse/JENA-2102
> Project: Apache Jena
>  Issue Type: Bug
>  Components: Jena, Text
>Affects Versions: Jena 4.0.0
> Environment: {code:java}
> Singularity> java --version
> openjdk 11.0.11 2021-04-20
> OpenJDK Runtime Environment (build 11.0.11+9-post-Debian-1deb10u1)
> OpenJDK 64-Bit Server VM (build 11.0.11+9-post-Debian-1deb10u1, mixed mode, 
> sharing){code}
> Currently running openJDK since we are using HPC, but have tried running on 
> standard Java setup and get same issue. 
> {code:java}
> [popere@mahuika01 tuia]$ java --version
> java 15.0.2 2021-01-19
> Java(TM) SE Runtime Environment (build 15.0.2+7-27)
> Java HotSpot(TM) 64-Bit Server VM (build 15.0.2+7-27, mixed mode, sharing)
> [popere@mahuika01 tuia]$ java -cp fuseki-server/fuseki-server.jar 
> jena.textindexer
> Exception in thread "main" java.lang.ExceptionInInitializerError
>  at jena.textindexer.main(textindexer.java:25)
> Caused by: java.lang.NullPointerException: Cannot invoke 
> "java.util.Map.put(Object, Object)" because "org.apache.jena.cmd.Cmds.cmds" 
> is null
>  at org.apache.jena.cmd.Cmds.injectCmd(Cmds.java:38)
>  at org.apache.jena.query.text.cmd.InitTextCmds.cmds(InitTextCmds.java:25)
>  at org.apache.jena.query.text.TextQuery.init(TextQuery.java:74)
>  at org.apache.jena.query.text.InitJenaText.start(InitJenaText.java:32)
>  at org.apache.jena.sys.JenaSystem.lambda$init$2(JenaSystem.java:117)
>  at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
>  at org.apache.jena.sys.JenaSystem.forEach(JenaSystem.java:192)
>  at org.apache.jena.sys.JenaSystem.forEach(JenaSystem.java:169)
>  at org.apache.jena.sys.JenaSystem.init(JenaSystem.java:115)
>  at org.apache.jena.cmd.Cmds.(Cmds.java:33)
>  ... 1 more{code}
>Reporter: R Pope
>Assignee: Andy Seaborne
>Priority: Major
>
> {code:java}
> Singularity> java -cp 
> /usr/local/share/apache-jena-fuseki-4.0.0/fuseki-server.jar jena.textindexer 
> --desc=TextQuery/text-index.ttl
> Exception in thread "main" java.lang.ExceptionInInitializerError
>  at jena.textindexer.main(textindexer.java:25)
> Caused by: java.lang.NullPointerException
>  at org.apache.jena.cmd.Cmds.injectCmd(Cmds.java:38)
>  at org.apache.jena.query.text.cmd.InitTextCmds.cmds(InitTextCmds.java:25)
>  at org.apache.jena.query.text.TextQuery.init(TextQuery.java:74)
>  at org.apache.jena.query.text.InitJenaText.start(InitJenaText.java:32)
>  at org.apache.jena.sys.JenaSystem.lambda$init$2(JenaSystem.java:117)
>  at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
>  at org.apache.jena.sys.JenaSystem.forEach(JenaSystem.java:192)
>  at org.apache.jena.sys.JenaSystem.forEach(JenaSystem.java:169)
>  at org.apache.jena.sys.JenaSystem.init(JenaSystem.java:115)
>  at org.apache.jena.cmd.Cmds.(Cmds.java:33)
>  ... 1 more
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (JENA-2102) Calling jena.textindexer from command line throws a NullPointerException

2021-05-05 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/JENA-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17339502#comment-17339502
 ] 

ASF subversion and git services commented on JENA-2102:
---

Commit 155af2a8eb82854b1f839b287bfb55eb11587020 in jena's branch 
refs/heads/main from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=155af2a ]

JENA-2102: Explicitly initialize map for injected commands


> Calling jena.textindexer from command line throws a NullPointerException
> 
>
> Key: JENA-2102
> URL: https://issues.apache.org/jira/browse/JENA-2102
> Project: Apache Jena
>  Issue Type: Bug
>  Components: Jena, Text
>Affects Versions: Jena 4.0.0
> Environment: {code:java}
> Singularity> java --version
> openjdk 11.0.11 2021-04-20
> OpenJDK Runtime Environment (build 11.0.11+9-post-Debian-1deb10u1)
> OpenJDK 64-Bit Server VM (build 11.0.11+9-post-Debian-1deb10u1, mixed mode, 
> sharing){code}
> Currently running openJDK since we are using HPC, but have tried running on 
> standard Java setup and get same issue. 
> {code:java}
> [popere@mahuika01 tuia]$ java --version
> java 15.0.2 2021-01-19
> Java(TM) SE Runtime Environment (build 15.0.2+7-27)
> Java HotSpot(TM) 64-Bit Server VM (build 15.0.2+7-27, mixed mode, sharing)
> [popere@mahuika01 tuia]$ java -cp fuseki-server/fuseki-server.jar 
> jena.textindexer
> Exception in thread "main" java.lang.ExceptionInInitializerError
>  at jena.textindexer.main(textindexer.java:25)
> Caused by: java.lang.NullPointerException: Cannot invoke 
> "java.util.Map.put(Object, Object)" because "org.apache.jena.cmd.Cmds.cmds" 
> is null
>  at org.apache.jena.cmd.Cmds.injectCmd(Cmds.java:38)
>  at org.apache.jena.query.text.cmd.InitTextCmds.cmds(InitTextCmds.java:25)
>  at org.apache.jena.query.text.TextQuery.init(TextQuery.java:74)
>  at org.apache.jena.query.text.InitJenaText.start(InitJenaText.java:32)
>  at org.apache.jena.sys.JenaSystem.lambda$init$2(JenaSystem.java:117)
>  at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
>  at org.apache.jena.sys.JenaSystem.forEach(JenaSystem.java:192)
>  at org.apache.jena.sys.JenaSystem.forEach(JenaSystem.java:169)
>  at org.apache.jena.sys.JenaSystem.init(JenaSystem.java:115)
>  at org.apache.jena.cmd.Cmds.(Cmds.java:33)
>  ... 1 more{code}
>Reporter: R Pope
>Assignee: Andy Seaborne
>Priority: Major
>
> {code:java}
> Singularity> java -cp 
> /usr/local/share/apache-jena-fuseki-4.0.0/fuseki-server.jar jena.textindexer 
> --desc=TextQuery/text-index.ttl
> Exception in thread "main" java.lang.ExceptionInInitializerError
>  at jena.textindexer.main(textindexer.java:25)
> Caused by: java.lang.NullPointerException
>  at org.apache.jena.cmd.Cmds.injectCmd(Cmds.java:38)
>  at org.apache.jena.query.text.cmd.InitTextCmds.cmds(InitTextCmds.java:25)
>  at org.apache.jena.query.text.TextQuery.init(TextQuery.java:74)
>  at org.apache.jena.query.text.InitJenaText.start(InitJenaText.java:32)
>  at org.apache.jena.sys.JenaSystem.lambda$init$2(JenaSystem.java:117)
>  at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
>  at org.apache.jena.sys.JenaSystem.forEach(JenaSystem.java:192)
>  at org.apache.jena.sys.JenaSystem.forEach(JenaSystem.java:169)
>  at org.apache.jena.sys.JenaSystem.init(JenaSystem.java:115)
>  at org.apache.jena.cmd.Cmds.(Cmds.java:33)
>  ... 1 more
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (JENA-2096) Add CLI parameters to delete old DB after compaction has completed successfully

2021-05-05 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/JENA-2096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17339500#comment-17339500
 ] 

ASF subversion and git services commented on JENA-2096:
---

Commit d144861a279b3b4e64132a4493cf94314f946a2f in jena's branch 
refs/heads/main from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=d144861 ]

Merge pull request #988 from bsara/compact-delete-old

[JENA-2096] Added ability to delete old DB after compaction has completed 
successfully

> Add CLI parameters to delete old DB after compaction has completed 
> successfully
> --
>
> Key: JENA-2096
> URL: https://issues.apache.org/jira/browse/JENA-2096
> Project: Apache Jena
>  Issue Type: Improvement
>  Components: cmd, Fuseki
>Affects Versions: Jena 4.0.0
>Reporter: Bruno P. Kinoshita
>Priority: Minor
>
> Placeholder for https://github.com/apache/jena/pull/988



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (JENA-2096) Add CLI parameters to delete old DB after compaction has completed successfully

2021-05-05 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/JENA-2096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17339499#comment-17339499
 ] 

ASF subversion and git services commented on JENA-2096:
---

Commit b10414354f8a16331e7c1a4598ca8279c0017f81 in jena's branch 
refs/heads/main from Brandon Sara
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=b104143 ]

JENA-2096 - Added ability to delete old DB after compaction has completed 
successfully


> Add CLI parameters to delete old DB after compaction has completed 
> successfully
> --
>
> Key: JENA-2096
> URL: https://issues.apache.org/jira/browse/JENA-2096
> Project: Apache Jena
>  Issue Type: Improvement
>  Components: cmd, Fuseki
>Affects Versions: Jena 4.0.0
>Reporter: Bruno P. Kinoshita
>Priority: Minor
>
> Placeholder for https://github.com/apache/jena/pull/988



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (JENA-2101) RDF-star: Adjust grammar to disallow blank nodes in embedded triple expressions.

2021-05-05 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/JENA-2101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17339496#comment-17339496
 ] 

ASF subversion and git services commented on JENA-2101:
---

Commit c52f52f1cdb40271473b2146b1d049d553d3c2cb in jena's branch 
refs/heads/main from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=c52f52f ]

Merge pull request #997 from afs/rdf-star-expr

JENA-2101: Expression use of <<>>

> RDF-star: Adjust grammar to disallow blank nodes in embedded triple 
> expressions.
> 
>
> Key: JENA-2101
> URL: https://issues.apache.org/jira/browse/JENA-2101
> Project: Apache Jena
>  Issue Type: Bug
>Affects Versions: Jena 4.0.0
>Reporter: Andy Seaborne
>Assignee: Andy Seaborne
>Priority: Major
> Fix For: Jena 4.1.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (JENA-2101) RDF-star: Adjust grammar to disallow blank nodes in embedded triple expressions.

2021-05-05 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/JENA-2101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17339495#comment-17339495
 ] 

ASF subversion and git services commented on JENA-2101:
---

Commit c495b2bf52189e550a12a464953f555107026ef5 in jena's branch 
refs/heads/main from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=c495b2b ]

JENA-2101: Expression use of <<>>


> RDF-star: Adjust grammar to disallow blank nodes in embedded triple 
> expressions.
> 
>
> Key: JENA-2101
> URL: https://issues.apache.org/jira/browse/JENA-2101
> Project: Apache Jena
>  Issue Type: Bug
>Affects Versions: Jena 4.0.0
>Reporter: Andy Seaborne
>Assignee: Andy Seaborne
>Priority: Major
> Fix For: Jena 4.1.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (JENA-2097) UUID IRIs cause RiotException

2021-05-05 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/JENA-2097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17339494#comment-17339494
 ] 

ASF subversion and git services commented on JENA-2097:
---

Commit 37c3697aa5d0528c21593dd528cbaa216d710860 in jena's branch 
refs/heads/main from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=37c3697 ]

Merge pull request #989 from afs/jena2097-iri

 JENA-2097: Bad URIs are parser warnings

> UUID IRIs cause RiotException
> -
>
> Key: JENA-2097
> URL: https://issues.apache.org/jira/browse/JENA-2097
> Project: Apache Jena
>  Issue Type: Bug
>  Components: IRI, RIOT
>Affects Versions: Jena 4.0.0
>Reporter: Andy Seaborne
>Assignee: Andy Seaborne
>Priority: Critical
> Fix For: Jena 4.1.0
>
>
> Report: [users@ 
> 2021-04-27|https://lists.apache.org/thread.html/r5acdd3ab9338b99408992511620421b1602bbb4c4cfcaabcf57aae74%40%3Cusers.jena.apache.org%3E].
> {code:java}
> Model model = ModelFactory.createDefaultModel();
> String data = " <
> http://ex.org/a>  .";
> try (ByteArrayInputStream in = new
> ByteArrayInputStream(data.getBytes(StandardCharsets.UTF_8))) {
> RDFDataMgr.read(model, in, Lang.NTRIPLES);
> }
> {code}
> Gives error:
> {noformat}
> org.apache.jena.riot.RiotException: [line: 1, col: 1 ] Bad IRI: Not a valid
> UUID string: urn:uuid:4f115b8c-5300-4e4d-84f4-1a7593e5fd57 
> at 
> org.apache.jena.riot.system.ErrorHandlerFactory$ErrorHandlerStd.error(ErrorHandlerFactory.java:146)
> ...
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (JENA-2097) UUID IRIs cause RiotException

2021-05-05 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/JENA-2097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17339493#comment-17339493
 ] 

ASF subversion and git services commented on JENA-2097:
---

Commit 4bc0d40ee182dc9ca4d8379c9eb0df3da2e45021 in jena's branch 
refs/heads/main from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=4bc0d40 ]

JENA-2097: Bad URIs are parser warnings


> UUID IRIs cause RiotException
> -
>
> Key: JENA-2097
> URL: https://issues.apache.org/jira/browse/JENA-2097
> Project: Apache Jena
>  Issue Type: Bug
>  Components: IRI, RIOT
>Affects Versions: Jena 4.0.0
>Reporter: Andy Seaborne
>Assignee: Andy Seaborne
>Priority: Critical
> Fix For: Jena 4.1.0
>
>
> Report: [users@ 
> 2021-04-27|https://lists.apache.org/thread.html/r5acdd3ab9338b99408992511620421b1602bbb4c4cfcaabcf57aae74%40%3Cusers.jena.apache.org%3E].
> {code:java}
> Model model = ModelFactory.createDefaultModel();
> String data = " <
> http://ex.org/a>  .";
> try (ByteArrayInputStream in = new
> ByteArrayInputStream(data.getBytes(StandardCharsets.UTF_8))) {
> RDFDataMgr.read(model, in, Lang.NTRIPLES);
> }
> {code}
> Gives error:
> {noformat}
> org.apache.jena.riot.RiotException: [line: 1, col: 1 ] Bad IRI: Not a valid
> UUID string: urn:uuid:4f115b8c-5300-4e4d-84f4-1a7593e5fd57 
> at 
> org.apache.jena.riot.system.ErrorHandlerFactory$ErrorHandlerStd.error(ErrorHandlerFactory.java:146)
> ...
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)