[
https://issues.apache.org/jira/browse/MARMOTTA-674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Bisson updated MARMOTTA-674:
-------------------------------------
Description:
Trying to import a file (TTL or RDF/XML), I always have errors during import
(and at different lines in the file everytime I try the import).
See the log file attached with two successive tries for the same file...
Tried with PGSQL and I get different errors (see the log file
marmotta_pgsql.txt).
The error says that " Server versions prior to 8.0 do not support savepoints."
but I'm using Postgres 10…
Looking at the database, it seems that some data is imported in the database as
the nodes table contains some of my nodes but dataview doesn't show anything,
SPARQL queries don't show anything either.
Trying to load the attached ttl fails too using the following command (same
errors in the logs and answers a HTTP 500):
curl -sfS -X POST -H "Content-Type: text/turtle; charset=utf-8" -d
@/tmp/test_fail.ttl http://127.0.0.1:8080/marmotta/import/upload
was:
Trying to import a file (TTL or RDF/XML), I always have errors during import
(and at different lines in the file everytime I try the import).
See the log file attached with two successive tries for the same file...
Tried with PGSQL and I get different errors (see the log file
marmotta_pgsql.txt).
The error says that " Server versions prior to 8.0 do not support savepoints."
but I'm using Postgres 10…
Looking at the database, it seems that some data is imported in the database as
the nodes table contains some of my nodes but dataview doesn't show anything,
SPARQL queries don't show anything either.
> Impossible to import 256MB TTL or RDF/XML file
> ----------------------------------------------
>
> Key: MARMOTTA-674
> URL: https://issues.apache.org/jira/browse/MARMOTTA-674
> Project: Marmotta
> Issue Type: Bug
> Components: KiWi Triple Store
> Affects Versions: 3.4.0
> Environment: Ubuntu 18.04
> last Marmota release 3.4.0 default settings
> H2 database
> Reporter: Jonathan Bisson
> Priority: Critical
> Attachments: marmotta_bug.txt, marmotta_pgsql.txt, test_fail.ttl
>
>
> Trying to import a file (TTL or RDF/XML), I always have errors during import
> (and at different lines in the file everytime I try the import).
>
> See the log file attached with two successive tries for the same file...
>
> Tried with PGSQL and I get different errors (see the log file
> marmotta_pgsql.txt).
>
> The error says that " Server versions prior to 8.0 do not support
> savepoints." but I'm using Postgres 10…
>
> Looking at the database, it seems that some data is imported in the database
> as the nodes table contains some of my nodes but dataview doesn't show
> anything, SPARQL queries don't show anything either.
>
> Trying to load the attached ttl fails too using the following command (same
> errors in the logs and answers a HTTP 500):
> curl -sfS -X POST -H "Content-Type: text/turtle; charset=utf-8" -d
> @/tmp/test_fail.ttl http://127.0.0.1:8080/marmotta/import/upload
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)