[
https://issues.apache.org/jira/browse/JENA-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17293637#comment-17293637
]
Andy Seaborne commented on JENA-2059:
-------------------------------------
It works for me here.
{noformat}
public static void main(String...a) {
Graph graph = GraphFactory.createGraphMem();
graph.find();
System.out.println("DONE");
}
{noformat}
I'll do a complete redeployment of the main development branch.
The ASF build Jenkins is heavily loaded and does occasionally show weird
effects that arise nowhere else.
> GraphFactory.createGraphMem() fails
> -----------------------------------
>
> Key: JENA-2059
> URL: https://issues.apache.org/jira/browse/JENA-2059
> Project: Apache Jena
> Issue Type: Bug
> Components: ARQ
> Affects Versions: Jena 4.0.0
> Reporter: Florian Kleedorfer
> Priority: Major
>
> Getting this with snapshot-version 4.0.0-20210301.214547-15:
> {noformat}
> java.lang.NoSuchMethodError: 'java.lang.String
> org.apache.jena.irix.IRIs.scheme(java.lang.String)'
> at ShaclCheckTest.loadGraph(ShaclCheckTest.java:99)
> at ShaclCheckTest.loadGraph(ShaclCheckTest.java:107)
> at ShaclCheckTest.loadShapes(ShaclCheckTest.java:88)
> at ShaclCheckTest.loadAuthShapes(ShaclCheckTest.java:35)
> {noformat}
> The culprit at that line is:
> {noformat}
> Graph graph = GraphFactory.createGraphMem();
> {noformat}
> I could not find any hint that this is a planned change, so I am guessing
> it's an unwanted sideeffect of the IRI refactoring.
> Version 4.0.0-20210225.075305-13 does not have this problem
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)