I tried with v1.9.8 and it's still not working with verify=true..Any idea 
when it will get fixed??

On Friday, August 30, 2013 9:10:07 PM UTC+5:30, Michael Hunger wrote:
>
> This issue should be fixed in the almost released 1.9.3
> Please check and report back.
>
> he workaround is not to run a consistency check on incremental backups, 
> with -verify=false
>
> Michael
>
> Am 30.08.2013 um 16:23 schrieb RĂ¼diger Gleim <[email protected] 
> <javascript:>>:
>
> Hello Michael,
> we have the same problem in a very similar setting. (Ubuntu, Java 1.7, 
> Migrating from 1.8.3 to 1.9.2). Could the size of the database play a role 
> (313 GB in our case). I'd love to move on to 1.9. Do you have any new 
> information about this?
>
> Best wishes,
>
> RĂ¼diger
>
> Am Mittwoch, 19. Juni 2013 22:05:25 UTC+2 schrieb Michael Hunger:
>>
>> Steve,
>>
>> Oh, does the full backup work? If so does that help you for the time 
>> being until we provide a fix?
>>
>> Thanks
>>
>> Michael
>>
>> Am 19.06.2013 um 20:47 schrieb Steve Odom:
>>
>> I'm having the same issue as this unanswered Stack Overflow question:
>>
>>
>> http://stackoverflow.com/questions/16503878/incremental-online-backup-failed-with-nullpointerexception-on-1-9rc2
>>
>> Basically, my incrementally backups are failing.
>>
>> I tried to post a comment on Stack Overflow but I don't have enough rep 
>> there and it was deleted. So I'm posting it here. Here was my comment:
>>
>> "Was this question every answered? I'm having the same issue on Neo 
>> enterprise 1.9 (Ubuntu 12.04 and java version 1.7.0_25.)"
>>
>> My initial backup works fine. But on subsequent incremental backups I get 
>> the following error:
>>
>> Performing incremental backup from 'single://localhost'
>> Exception in thread "main" java.lang.NullPointerException
>>  at org.neo4j.consistency.checking.OwnerChain$3.checkReference(OwnerChain
>> .java:111)
>>  at org.neo4j.consistency.checking.OwnerChain$3.checkReference(OwnerChain
>> .java:106)
>>  at org.neo4j.consistency.report.ConsistencyReporter$DiffReportHandler.
>> checkReference(ConsistencyReporter.java:330)
>>  at org.neo4j.consistency.report.ConsistencyReporter.dispatchReference(
>> ConsistencyReporter.java:109)
>>  at org.neo4j.consistency.report.PendingReferenceCheck.checkReference(
>> PendingReferenceCheck.java:50)
>>  at org.neo4j.consistency.store.DirectRecordReference.dispatch(
>> DirectRecordReference.java:39)
>>  at org.neo4j.consistency.report.
>> ConsistencyReporter$ReportInvocationHandler.forReference(
>> ConsistencyReporter.java:236)
>>  at org.neo4j.consistency.report.
>> ConsistencyReporter$ReportInvocationHandler.dispatchForReference(
>> ConsistencyReporter.java:228)
>>  at org.neo4j.consistency.report.
>> ConsistencyReporter$ReportInvocationHandler.invoke(ConsistencyReporter.
>> java:192)
>>  at com.sun.proxy.$Proxy17.forReference(Unknown Source)
>>  at org.neo4j.consistency.checking.OwnerChain.check(OwnerChain.java:143)
>>  at org.neo4j.consistency.checking.PropertyRecordCheck.checkChange(
>> PropertyRecordCheck.java:57)
>>  at org.neo4j.consistency.checking.PropertyRecordCheck.checkChange(
>> PropertyRecordCheck.java:35)
>>  at org.neo4j.consistency.report.ConsistencyReporter.dispatchChange(
>> ConsistencyReporter.java:101)
>>  at org.neo4j.consistency.report.ConsistencyReporter.forPropertyChange(
>> ConsistencyReporter.java:382)
>>  at org.neo4j.consistency.checking.incremental.StoreProcessor.
>> checkProperty(StoreProcessor.java:61)
>>  at org.neo4j.consistency.checking.AbstractStoreProcessor.processProperty
>> (AbstractStoreProcessor.java:95)
>>  at org.neo4j.consistency.store.DiffRecordStore$DispatchProcessor.
>> processProperty(DiffRecordStore.java:207)
>>  at org.neo4j.kernel.impl.nioneo.store.PropertyStore.accept(PropertyStore
>> .java:83)
>>  at org.neo4j.kernel.impl.nioneo.store.PropertyStore.accept(PropertyStore
>> .java:43)
>>  at org.neo4j.consistency.store.DiffRecordStore.accept(DiffRecordStore.
>> java:159)
>>  at org.neo4j.kernel.impl.nioneo.store.RecordStore$Processor.applyById(
>> RecordStore.java:180)
>>  at org.neo4j.consistency.store.DiffStore.apply(DiffStore.java:73)
>>  at org.neo4j.kernel.impl.nioneo.store.StoreAccess.applyToAll(StoreAccess
>> .java:174)
>>  at org.neo4j.consistency.checking.incremental.IncrementalDiffCheck.
>> execute(IncrementalDiffCheck.java:43)
>>  at org.neo4j.consistency.checking.incremental.DiffCheck.check(DiffCheck.
>> java:39)
>>  at org.neo4j.consistency.checking.incremental.intercept.
>> CheckingTransactionInterceptor.complete(CheckingTransactionInterceptor.
>> java:160)
>>  at org.neo4j.kernel.impl.transaction.xaframework.
>> InterceptingXaLogicalLog$1.intercept(InterceptingXaLogicalLog.java:78)
>>  at org.neo4j.kernel.impl.transaction.xaframework.
>> XaLogicalLog$LogDeserializer.readAndWriteAndApplyEntry(XaLogicalLog.java:
>> 1117)
>>  at org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.
>> applyTransaction(XaLogicalLog.java:1289)
>>  at org.neo4j.kernel.impl.transaction.xaframework.XaResourceManager.
>> applyCommittedTransaction(XaResourceManager.java:766)
>>  at org.neo4j.kernel.impl.transaction.xaframework.XaDataSource.
>> applyCommittedTransaction(XaDataSource.java:241)
>>  at org.neo4j.com.ServerUtil.applyReceivedTransactions(ServerUtil.java:
>> 423)
>>  at org.neo4j.backup.BackupService.unpackResponse(BackupService.java:453)
>>  at org.neo4j.backup.BackupService.incrementalWithContext(BackupService.
>> java:388)
>>  at org.neo4j.backup.BackupService.doIncrementalBackup(BackupService.java
>> :286)
>>  at org.neo4j.backup.BackupService.doIncrementalBackup(BackupService.java
>> :273)
>>  at org.neo4j.backup.BackupTool.doBackupIncremental(BackupTool.java:246)
>>  at org.neo4j.backup.BackupTool.doBackup(BackupTool.java:205)
>>  at org.neo4j.backup.BackupTool.run(BackupTool.java:156)
>>  at org.neo4j.backup.BackupTool.main(BackupTool.java:70)
>>
>> Any ideas?
>>
>> -- Steve
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Neo4j" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected].
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>>
>> Cheers,
>>
>> Michael
>>
>> (neo4j.org) <-[:WORKS_ON]- (@mesirii) -[:TAKES_CARE_OF]-> (you) 
>> -[:WORKS_WITH]->(@Neo4j)
>>
>>
>>
>>
>>
>>  
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to