Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken transaction in during large loading #24

Open
jgrzebyta opened this issue Jan 17, 2017 · 3 comments
Open

Broken transaction in during large loading #24

jgrzebyta opened this issue Jan 17, 2017 · 3 comments

Comments

@jgrzebyta
Copy link
Owner

Session transaction broken during long session.

Error:

20:11.348 [main] ERROR rdf4j.loader -- Initialise error [org.eclipse.rdf4j.repository.RepositoryException]: java.lang.IllegalStateException: Transaction URL has not been set
Exception in thread "main" org.eclipse.rdf4j.repository.RepositoryException: java.lang.IllegalStateException: Transaction URL has not been set
	at org.eclipse.rdf4j.repository.http.HTTPRepositoryConnection.rollback(HTTPRepositoryConnection.java:360)
	at rdf4j.loader$fn__634.invokeStatic(loader.clj:93)
	at rdf4j.loader$fn__634.doInvoke(loader.clj:84)
	at clojure.lang.RestFn.invoke(RestFn.java:521)
	at clojure.lang.MultiFn.invoke(MultiFn.java:260)
	at rdf4j.loader$fn__630.invokeStatic(loader.clj:82)
	at rdf4j.loader$fn__630.doInvoke(loader.clj:82)
	at clojure.lang.RestFn.invoke(RestFn.java:521)
	at clojure.lang.MultiFn.invoke(MultiFn.java:260)
	at rdf4j.loader$load_multidata.invokeStatic(loader.clj:147)
	at rdf4j.loader$load_multidata.doInvoke(loader.clj:135)
	at clojure.lang.RestFn.invoke(RestFn.java:521)
	at rdf4j.loader$do_loading.invokeStatic(loader.clj:72)
	at rdf4j.loader$do_loading.invoke(loader.clj:63)
	at rdf4j.loader$_main.invokeStatic(loader.clj:172)
	at rdf4j.loader$_main.doInvoke(loader.clj:160)
	at clojure.lang.RestFn.applyTo(RestFn.java:137)
	at rdf4j.loader.main(Unknown Source)
Caused by: java.lang.IllegalStateException: Transaction URL has not been set
	at org.eclipse.rdf4j.http.client.SesameSession.rollbackTransaction(SesameSession.java:547)
	at org.eclipse.rdf4j.repository.http.HTTPRepositoryConnection.rollback(HTTPRepositoryConnection.java:353)
	... 17 more

Ref #23

jgrzebyta added a commit that referenced this issue Jan 19, 2017
- Change chunk-commiter to counter-commiter

Signed-off-by: Jacek Grzebyta <jgrzebyta@users.noreply.github.com>
@jgrzebyta
Copy link
Owner Author

Fix in 01a09dd

@jgrzebyta
Copy link
Owner Author

jgrzebyta commented Feb 3, 2017

Error occurs with bigger files (~33M, format RDF/XML).

@jgrzebyta jgrzebyta reopened this Feb 3, 2017
@jgrzebyta jgrzebyta changed the title Broken transaction in during long loading Broken transaction in during large loading Feb 3, 2017
@jgrzebyta
Copy link
Owner Author

There problem occurs when -s option is not given and default value should be used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant