Re: Update Query Parsing error

2018-05-30 Thread Bart van Leeuwen
From: Andy Seaborne To: users@jena.apache.org Date: 23-05-2018 17:37 Subject:Re: Update Query Parsing error On 23/05/18 16:19, Bart van Leeuwen wrote: > code: > > with apache-jena-libs in pom Finding only one init is a symptom repacked jars that have not the right Serv

Re: Update Query Parsing error

2018-05-28 Thread Andy Seaborne
tem.JenaSystem.forEach(JenaSystem.java:194) > > at > org.apache.jena.system.JenaSystem.forEach(JenaSystem.java:171) > > at org.apache.jena.system.JenaSystem.init(JenaSystem.java:117) > > at > org.apache.jena.graph.NodeFactory.(NodeFactory.java:32)

Re: Update Query Parsing error

2018-05-23 Thread Lorenz Buehmann
    at >> org.apache.jena.system.JenaSystem.forEach(JenaSystem.java:171) >>          at org.apache.jena.system.JenaSystem.init(JenaSystem.java:117) >>          at >> org.apache.jena.graph.NodeFactory.(NodeFactory.java:32) >>          .

Re: Update Query Parsing error

2018-05-23 Thread Andy Seaborne
Kind Regards Bart van Leeuwen twitter: @semanticfire tel. +31(0)6-53182997 Netage B.V. http://netage.nl <http://netage.nl/> Esdoornstraat 3 3461ER Linschoten The Netherlands From: Andy Seaborne <a...@apache.org> To: users@jena.apache.org Date: 23-0

Re: Update Query Parsing error

2018-05-23 Thread Bart van Leeuwen
tage B.V. http://netage.nl Esdoornstraat 3 3461ER Linschoten The Netherlands From: Andy Seaborne <a...@apache.org> To: users@jena.apache.org Date: 23-05-2018 17:05 Subject:Re: Update Query Parsing error On 23/05/18 12:40, Bart van Leeuwen wrote: > I mean this: >

Re: Update Query Parsing error

2018-05-23 Thread Andy Seaborne
tp://netage.nl <http://netage.nl/> Esdoornstraat 3 3461ER Linschoten The Netherlands From: ajs6f <aj...@apache.org> To: users@jena.apache.org Date: 23-05-2018 16:24 Subject: Re: Update Query Parsing error Runs

Re: Update Query Parsing error

2018-05-23 Thread Andy Seaborne
e.org Date: 23-05-2018 13:39 Subject: Re: Update Query Parsing error On 23/05/18 12:15, Bart van Leeuwen wrote: > I just tried your little addition and indeed it crashes before the update. > So what's next ?

Re: Update Query Parsing error

2018-05-23 Thread Bart van Leeuwen
16:24 Subject: Re: Update Query Parsing error Runs fine for me against current master. ajs6f > On May 23, 2018, at 7:40 AM, Bart van Leeuwen <bart_van_leeu...@netage.nl> wrote: > > I mean this: > > # > > public static void mai

Re: Update Query Parsing error

2018-05-23 Thread ajs6f
t; tel. +31(0)6-53182997 > Netage B.V. > http://netage.nl > Esdoornstraat 3 > 3461ER Linschoten > The Netherlands > > > > > From:Andy Seaborne <a...@apache.org> > To:users@jena.apache.org > Date:23-05-2018 13:39 > Subj

Re: Update Query Parsing error

2018-05-23 Thread Bart van Leeuwen
van Leeuwen twitter: @semanticfire tel. +31(0)6-53182997 Netage B.V. http://netage.nl Esdoornstraat 3 3461ER Linschoten The Netherlands From: Andy Seaborne <a...@apache.org> To: users@jena.apache.org Date: 23-05-2018 13:39 Subject: Re: Update Query Parsing error On

Re: Update Query Parsing error

2018-05-23 Thread Andy Seaborne
p://netage.nl/> Esdoornstraat 3 3461ER Linschoten The Netherlands From: Andy Seaborne <a...@apache.org> To: users@jena.apache.org Date: 23-05-2018 13:11 Subject: Re: Update Query Parsing error This code has the same

Re: Update Query Parsing error

2018-05-23 Thread Bart van Leeuwen
Seaborne <a...@apache.org> To: users@jena.apache.org Date: 23-05-2018 13:11 Subject: Re: Update Query Parsing error This code has the same Jena sequence without the StarDog code: The stacktrace indicates an exception before parsing even starts so the update itself is not a

Re: Update Query Parsing error

2018-05-23 Thread Andy Seaborne
This code has the same Jena sequence without the StarDog code: The stacktrace indicates an exception before parsing even starts so the update itself is not a factro. public static void main(String... args) { JenaSystem.DEBUG_INIT = true; String update = "INSERT DATA {}";

Re: Update Query Parsing error

2018-05-22 Thread Andy Seaborne
choten The Netherlands From: Andy Seaborne <a...@apache.org> To: users@jena.apache.org Date: 22-05-2018 18:55 Subject: Re: Update Query Parsing error Is this untouched Jena jars downloaded from maven central?

Re: Update Query Parsing error

2018-05-22 Thread Bart van Leeuwen
<a...@apache.org> To: users@jena.apache.org Date: 22-05-2018 18:55 Subject: Re: Update Query Parsing error Is this untouched Jena jars downloaded from maven central? Try putting this in: public static void main(String[] args) throws Exception { *** JenaSyste

Re: Update Query Parsing error

2018-05-22 Thread Andy Seaborne
);       }         } } # Met Vriendelijke Groet / With Kind Regards Bart van Leeuwen twitter: @semanticfire tel. +31(0)6-53182997 Netage B.V. http://netage.nl <http://netage.nl/> Esdoornstraat 3 3461ER Linschoten The Netherlands

Re: Update Query Parsing error

2018-05-22 Thread Bart van Leeuwen
lijke Groet / With Kind Regards Bart van Leeuwen twitter: @semanticfire tel. +31(0)6-53182997 Netage B.V. http://netage.nl Esdoornstraat 3 3461ER Linschoten The Netherlands From: Andy Seaborne <a...@apache.org> To: users@jena.apache.org Date: 22-05-2018 17:20 Subject:Re:

Re: Update Query Parsing error

2018-05-22 Thread Bart van Leeuwen
From: Martynas Jusevičius <marty...@atomgraph.com> To: jena-users-ml <users@jena.apache.org> Date: 22-05-2018 16:56 Subject: Re: Update Query Parsing error I think you should open a JIRA ticket. On Tue, May 22, 2018 at 4:53 PM, Bart van Leeuwen < bart_van_le

Re: Update Query Parsing error

2018-05-22 Thread Andy Seaborne
Bart - it does not like an issue with the update but somehow system initialization has not happened. Was there a log message as well? How are you running the update? What's the application code look like?     Andy On 22/05/18 14:24, Bart van Leeuwen wrote: Hi, On Jena 3.7.0 The following

Re: Update Query Parsing error

2018-05-22 Thread Martynas Jusevičius
@jena.apache.org" <users@jena.apache.org> > Date:22-05-2018 15:38 > Subject:Re: Update Query Parsing error > -- > > > > Bart, > > Graph ?x <-> graph ?g ? > > > Paul > > > On 22 May 2018 at 15:24:33,

Re: Update Query Parsing error

2018-05-22 Thread Bart van Leeuwen
Hermans <p...@proxml.be> To: "users@jena.apache.org" <users@jena.apache.org> Date: 22-05-2018 15:38 Subject: Re: Update Query Parsing error Bart, Graph ?x <-> graph ?g ? Paul On 22 May 2018 at 15:24:33, Bart van Leeuwen (bart_van_leeu...@netage.nl< ma

Re: Update Query Parsing error

2018-05-22 Thread Paul Hermans
Bart, Graph ?x <-> graph ?g ? Paul On 22 May 2018 at 15:24:33, Bart van Leeuwen (bart_van_leeu...@netage.nl) wrote: Hi, On Jena 3.7.0 The following the query ( which is accepted by Stardog on the console ) DELETE { Graph ?g { ?resultset

Update Query Parsing error

2018-05-22 Thread Bart van Leeuwen
Hi, On Jena 3.7.0 The following the query ( which is accepted by Stardog on the console ) DELETE { Graph ?g { ?resultset < http://vocab.resc.info/insight#organization> < http://data.resc.info/data/stations/BrandweerAmsterdamAmstelland>}} WHERE { Graph ?x { ?resultset a