Re: TransactionManager ERROR There are now active transactions

2018-08-23 Thread Mikael Pesonen
ine changed - this is not the original thread report) On 01/08/18 10:32, Mikael Pesonen wrote: Hi, is it somehow possible to get this error (TransactionManager ERROR There are now active transactions ) from Fuseki GSP so that client could sleep and retry later allowing db to finish the transaction

Re: TransactionManager ERROR There are now active transactions

2018-08-22 Thread Andy Seaborne
. Of course this more load than in real production but just to speed things up. And there are 2 kinds of ways this "TransactionManager ERROR There are now active transactions" occurs: transactions are succesfull or they are not. Running this query set doesn't of course tell which ones the

Re: TransactionManager ERROR There are now active transactions

2018-08-22 Thread Mikael Pesonen
this "TransactionManager ERROR There are now active transactions" occurs: transactions are succesfull or they are not. Running this query set doesn't of course tell which ones they are. I did tests in empty disk based TDB1 and fuseki 3.7.0. Regarding to in-memory tdb, actually Im not sure i

Re: TransactionManager ERROR There are now active transactions

2018-08-13 Thread Mikael Pesonen
(for example) concurrent scripts until the errors occur. Ive usually got it in first 50 rounds. Of course this more load than in real production but just to speed things up. And there are 2 kinds of ways this "TransactionManager ERROR There are now active transactions" occurs: tr

Re: TransactionManager ERROR There are now active transactions

2018-08-13 Thread Andy Seaborne
load than in real production but just to speed things up. And there are 2 kinds of ways this "TransactionManager ERROR There are now active transactions" occurs: transactions are succesfull or they are not. Running this query set doesn't of course tell which ones they are. I did test

Re: TransactionManager ERROR There are now active transactions

2018-08-13 Thread Mikael Pesonen
. And there are 2 kinds of ways this "TransactionManager ERROR There are now active transactions" occurs: transactions are succesfull or they are not. Running this query set doesn't of course tell which ones they are. I did tests in empty disk based TDB1 and fuseki 3.7.0. Regarding to in-

Re: TransactionManager ERROR There are now active transactions

2018-08-12 Thread Andy Seaborne
rt) On 01/08/18 10:32, Mikael Pesonen wrote: Hi, is it somehow possible to get this error (TransactionManager ERROR There are now active transactions ) from Fuseki GSP so that client could sleep and retry later allowing db to finish the transaction? No - it's an internal consistency che

Re: TransactionManager ERROR There are now active transactions

2018-08-10 Thread Mikael Pesonen
nal thread report) On 01/08/18 10:32, Mikael Pesonen wrote: Hi, is it somehow possible to get this error (TransactionManager ERROR There are now active transactions ) from Fuseki GSP so that client could sleep and retry later allowing db to finish the transaction? No - it's an internal consistency che

Re: TransactionManager ERROR There are now active transactions

2018-08-09 Thread Dan Pritts
I haven't been following this thread closely, but if you need to log POST (and all other) contents of an HTTP stream, and the application can't log it for you, there are two approaches I'd recommend. 1) sniff the wire.  If you aren't using TLS, this is trivial.  If you are using TLS, it may

Re: TransactionManager ERROR There are now active transactions

2018-08-09 Thread Andy Seaborne
orne wrote: (subject line changed - this is not the original thread report) On 01/08/18 10:32, Mikael Pesonen wrote: Hi, is it somehow possible to get this error (TransactionManager ERROR There are now active transactions ) from Fuseki GSP so that client could sleep and retry later allowing db

Re: TransactionManager ERROR There are now active transactions

2018-08-08 Thread Andy Seaborne
7 more On 2.8.2018 11:03, Andy Seaborne wrote: (subject line changed - this is not the original thread report) On 01/08/18 10:32, Mikael Pesonen wrote: Hi, is it somehow possible to get this error (TransactionManager ERROR There are now active transactions ) from Fuseki GSP so that client co

Re: TransactionManager ERROR There are now active transactions

2018-08-07 Thread Mikael Pesonen
it somehow possible to get this error (TransactionManager ERROR There are now active transactions ) from Fuseki GSP so that client could sleep and retry later allowing db to finish the transaction? No - it's an internal consistency check. Does the transaction still happen? Do you have a reproducible script

Re: TransactionManager ERROR There are now active transactions

2018-08-06 Thread ajs6f
dler.java:473) > >>>>>>>> at > org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564) > >>>>>>>> at > org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166) > >>>>>

Re: TransactionManager ERROR There are now active transactions

2018-08-06 Thread Mikael Pesonen
eaborne wrote: (subject line changed - this is not the original thread report) On 01/08/18 10:32, Mikael Pesonen wrote: Hi, is it somehow possible to get this error (TransactionManager ERROR There are now active transactions ) from Fuseki GSP so that client could sleep and retry later allowing db to finish th

Re: TransactionManager ERROR There are now active transactions

2018-08-06 Thread Mikael Pesonen
RQParser.UpdateUnit(ARQParser.java:52) at org.apache.jena.sparql.lang.ParserARQUpdate._parse(ParserARQUpdate.java:62) ... 57 more On 2.8.2018 11:03, Andy Seaborne wrote: (subject line changed - this is not the original thread report) On 01/08/18 10:32, Mikael Pesonen wrote: Hi, is it somehow possible to get this error (Tr

Re: TransactionManager ERROR There are now active transactions

2018-08-03 Thread ajs6f
t;> at >>>>>>> org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) >>>>>>> >>>>>>> at >>>>>>> org.apache.shiro.web.servlet.OncePerRequestFilter.doFilte

Re: TransactionManager ERROR There are now active transactions

2018-08-03 Thread Mikael Pesonen
ed - this is not the original thread report) On 01/08/18 10:32, Mikael Pesonen wrote: Hi, is it somehow possible to get this error (TransactionManager ERROR There are now active transactions ) from Fuseki GSP so that client could sleep and retry later allowing db to finish the transa

Re: TransactionManager ERROR There are now active transactions

2018-08-02 Thread Andy Seaborne
te: >>> errors occur less than before. which errors?    TransactionManager ERROR There are now active transactions This occurs when Im inserting new data and trying to read it right away (get empty result), or deleting data and trying to read it to make sure it's deleted (get data that should be

Re: TransactionManager ERROR There are now active transactions

2018-08-02 Thread Mikael Pesonen
, Andy Seaborne wrote: (subject line changed - this is not the original thread report) On 01/08/18 10:32, Mikael Pesonen wrote: Hi, is it somehow possible to get this error (TransactionManager ERROR There are now active transactions ) from Fuseki GSP so that client could sleep and retry later allowing db to fin

Re: TransactionManager ERROR There are now active transactions

2018-08-02 Thread Andy Seaborne
01/08/18 10:32, Mikael Pesonen wrote: Hi, is it somehow possible to get this error (TransactionManager ERROR There are now active transactions ) from Fuseki GSP so that client could sleep and retry later allowing db to finish the transaction? No - it's an internal consistency check. Does the transaction

Re: TransactionManager ERROR There are now active transactions

2018-08-02 Thread Andy Seaborne
ssible to get this error (TransactionManager ERROR There are now active transactions ) from Fuseki GSP so that client could sleep and retry later allowing db to finish the transaction? No - it's an internal consistency check. Does the transaction still happen? Do you have a reproducible script t

Re: TransactionManager ERROR There are now active transactions

2018-08-02 Thread Mikael Pesonen
:03, Andy Seaborne wrote: (subject line changed - this is not the original thread report) On 01/08/18 10:32, Mikael Pesonen wrote: Hi, is it somehow possible to get this error (TransactionManager ERROR There are now active transactions ) from Fuseki GSP so that client could sleep and retry lat