You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by Marco Neumann <ma...@gmail.com> on 2015/10/23 12:20:11 UTC

tdbloader2 - Index Building Phase - Index Building Phase ERROR

 6:08:52 INFO -- TDB Bulk Loader Start
 6:08:52 INFO Data Load Phase
 6:08:52 INFO Got 1 data files to load
 6:08:52 INFO Data file 1: /home/NM87110/data/2155.rdf
INFO  Load: /home/NM87110/data/2155.rdf -- 2015/10/23 6:08:55 UTC
INFO  Total: 41,346 tuples : 3.37 seconds : 12,272.48 tuples/sec
[2015/10/23 6:08:58 UTC]
 6:08:58 INFO Data Load Phase Completed
 6:08:58 INFO Index Building Phase
df: `': No such file or directory
df: no file systems processed
 6:08:58 ERROR Failed to get drive information for
 6:08:58 ERROR Failed during data phase


get the above error with the following call (but applies to any rdf file afaik)

/home/NM87110/apache-jena-3.0.0/bin/tdbloader2 --loc
/home/NM87110/db/fusekidb/ 2155.rdf

this call used to work just fine under apache-jena-2.13.0

env-inf
jena: apache-jena-3.0.0
jdk: 1.8.0_66-b17
Linux: x86_64

Re: tdbloader2 - Index Building Phase - Index Building Phase ERROR

Posted by Marco Neumann <ma...@gmail.com>.
sweet, thank you Andy.



On Fri, Oct 23, 2015 at 10:42 AM, Andy Seaborne <an...@apache.org> wrote:
> On 23/10/15 11:20, Marco Neumann wrote:
>>
>>   6:08:52 INFO -- TDB Bulk Loader Start
>>   6:08:52 INFO Data Load Phase
>>   6:08:52 INFO Got 1 data files to load
>>   6:08:52 INFO Data file 1: /home/NM87110/data/2155.rdf
>> INFO  Load: /home/NM87110/data/2155.rdf -- 2015/10/23 6:08:55 UTC
>> INFO  Total: 41,346 tuples : 3.37 seconds : 12,272.48 tuples/sec
>> [2015/10/23 6:08:58 UTC]
>>   6:08:58 INFO Data Load Phase Completed
>>   6:08:58 INFO Index Building Phase
>> df: `': No such file or directory
>> df: no file systems processed
>>   6:08:58 ERROR Failed to get drive information for
>>   6:08:58 ERROR Failed during data phase
>>
>>
>> get the above error with the following call (but applies to any rdf file
>> afaik)
>>
>> /home/NM87110/apache-jena-3.0.0/bin/tdbloader2 --loc
>> /home/NM87110/db/fusekidb/ 2155.rdf
>>
>> this call used to work just fine under apache-jena-2.13.0
>>
>> env-inf
>> jena: apache-jena-3.0.0
>> jdk: 1.8.0_66-b17
>> Linux: x86_64
>>
>
> Marco:
>
> Fixed and in dev builds.
>
> https://issues.apache.org/jira/browse/JENA-1003
>
>         Andy
>



-- 


---
Marco Neumann
KONA

Re: tdbloader2 - Index Building Phase - Index Building Phase ERROR

Posted by Andy Seaborne <an...@apache.org>.
On 23/10/15 11:20, Marco Neumann wrote:
>   6:08:52 INFO -- TDB Bulk Loader Start
>   6:08:52 INFO Data Load Phase
>   6:08:52 INFO Got 1 data files to load
>   6:08:52 INFO Data file 1: /home/NM87110/data/2155.rdf
> INFO  Load: /home/NM87110/data/2155.rdf -- 2015/10/23 6:08:55 UTC
> INFO  Total: 41,346 tuples : 3.37 seconds : 12,272.48 tuples/sec
> [2015/10/23 6:08:58 UTC]
>   6:08:58 INFO Data Load Phase Completed
>   6:08:58 INFO Index Building Phase
> df: `': No such file or directory
> df: no file systems processed
>   6:08:58 ERROR Failed to get drive information for
>   6:08:58 ERROR Failed during data phase
>
>
> get the above error with the following call (but applies to any rdf file afaik)
>
> /home/NM87110/apache-jena-3.0.0/bin/tdbloader2 --loc
> /home/NM87110/db/fusekidb/ 2155.rdf
>
> this call used to work just fine under apache-jena-2.13.0
>
> env-inf
> jena: apache-jena-3.0.0
> jdk: 1.8.0_66-b17
> Linux: x86_64
>

Marco:

Fixed and in dev builds.

https://issues.apache.org/jira/browse/JENA-1003

	Andy