Re: [Neo4j] Online backup works in full but not incremental

2011-02-23 Thread Mattias Persson
2011/2/22 Brendan Cheng 

> Hi Mattias,
>
> Does the latest online backup work on backup to a running read only db?
>

I think there may be problems with cache invalidation on that running
read-only database and I just tried and there were other problems as well...
so, no... not at the moment.

>
> Brendan
>
> On 21 February 2011 23:09,   wrote:
> > Date: Mon, 21 Feb 2011 15:27:30 +0100
> > From: Mattias Persson 
> > Subject: Re: [Neo4j] Online backup works in full but not incremental
> > To: Neo4j user discussions 
> > Message-ID:
> >
> > Content-Type: text/plain; charset=UTF-8
> >
> > I just can't reproduce your problems. How are you doing backup? It looks
> > like (from your wrapper.log) that it's the server which somehow requests
> to
> > do the incremental backup. Aren't you doing backup of the server
> database?
> >
> > 2011/2/21 Brendan Cheng 
> >
> >> Tobias,
> >>
> >> Here s the stack trace and part of the wrapper.log:
> >> run:
> >> Mon Feb 21 10:28:59 CST 2011: Client connected to 192.168.1.101:6362
> >> Mon Feb 21 10:29:00 CST 2011: Opened a new channel to /
> 192.168.1.101:6362
> >> 21-Feb-2011 10:29:20 itags.Sync.SyncData main
> >> SEVERE: null
> >> org.neo4j.com.ComException: org.neo4j.com.ComException:
> >> org.jboss.netty.handler.queue.BlockingReadTimeoutException
> >>at org.neo4j.com.Client.sendRequest(Client.java:183)
> >>at
> >>
> org.neo4j.com.backup.BackupClient.incrementalBackup(BackupClient.java:48)
> >>at
> >> org.neo4j.com.backup.OnlineBackup.incremental(OnlineBackup.java:115)
> >>at
> >> org.neo4j.com.backup.OnlineBackup.incremental(OnlineBackup.java:105)
> >>at itags.Sync.SyncData.RunningOnlineBackup(SyncData.java:57)
> >>at itags.Sync.SyncData.main(SyncData.java:247)
> >> Caused by: org.neo4j.com.ComException:
> >> org.jboss.netty.handler.queue.BlockingReadTimeoutException
> >>at
> >>
> org.neo4j.com.DechunkingChannelBuffer.readNext(DechunkingChannelBuffer.java:61)
> >>at org.neo4j.com.Client$2.readNext(Client.java:155)
> >>at
> >>
> org.neo4j.com.DechunkingChannelBuffer.readNextChunk(DechunkingChannelBuffer.java:79)
> >>at
> >>
> org.neo4j.com.DechunkingChannelBuffer.(DechunkingChannelBuffer.java:50)
> >>at org.neo4j.com.Client$2.(Client.java:151)
> >>at org.neo4j.com.Client.sendRequest(Client.java:150)
> >>... 5 more
> >> Caused by: org.jboss.netty.handler.queue.BlockingReadTimeoutException
> >>at
> >>
> org.jboss.netty.handler.queue.BlockingReadHandler.readEvent(BlockingReadHandler.java:236)
> >>at
> >>
> org.jboss.netty.handler.queue.BlockingReadHandler.read(BlockingReadHandler.java:167)
> >>at
> >>
> org.neo4j.com.DechunkingChannelBuffer.readNext(DechunkingChannelBuffer.java:57)
> >>... 10 more
> >>
> >> Do I miss any configuration?
> >>
> >> cheers,
> >>
> >> Brendan
> >>
> >> > Date: Mon, 21 Feb 2011 01:11:19 +0800
> >> > From: Brendan 
> >> > Subject: [Neo4j] Online backup works in full but not incremental
> >> > To: "user@lists.neo4j.org" 
> >> > Message-ID: 
> >> > Content-Type: text/plain;   charset=us-ascii
> >> >
> >> > Hi,
> >> >
> >> > After I install the neo4j on ubuntu server I'm able to backup the full
> >> database, even repeatedly but it crashed on incremental.
> >> >
> >> > I also fixed the problem with webadmin page loading but I found 2
> issues:
> >> 1 the timeline graph can not be loaded on ie 8. 2 I experienced stack
> >> overflow on the webadmin page during the full online backup running.
> Also
> >> unresponsive in Save changes command issued from webadmin.
> >> >
> >> > I then tried webadmin from chrome and I saw the timeline graph but the
> >> add relationship panel loaded but not functional, can't enter the node
> I'd
> >> URL.
> >> >
> >> > Which browser is most compatible with webadmin?
> >> >
> >> > Your comment is highly appreciated!
> >> >
> >> > Brendan
> >> >
> >> > Sent from my iPad
> >> > Date: Sun, 20 Feb 2011 19:07:02 +0100
> >> > From: Tobias Ivarsson 
&

Re: [Neo4j] Online backup works in full but not incremental

2011-02-22 Thread Brendan Cheng
Hi Mattias,

Does the latest online backup work on backup to a running read only db?

Brendan

On 21 February 2011 23:09,   wrote:
> Date: Mon, 21 Feb 2011 15:27:30 +0100
> From: Mattias Persson 
> Subject: Re: [Neo4j] Online backup works in full but not incremental
> To: Neo4j user discussions 
> Message-ID:
>        
> Content-Type: text/plain; charset=UTF-8
>
> I just can't reproduce your problems. How are you doing backup? It looks
> like (from your wrapper.log) that it's the server which somehow requests to
> do the incremental backup. Aren't you doing backup of the server database?
>
> 2011/2/21 Brendan Cheng 
>
>> Tobias,
>>
>> Here s the stack trace and part of the wrapper.log:
>> run:
>> Mon Feb 21 10:28:59 CST 2011: Client connected to 192.168.1.101:6362
>> Mon Feb 21 10:29:00 CST 2011: Opened a new channel to /192.168.1.101:6362
>> 21-Feb-2011 10:29:20 itags.Sync.SyncData main
>> SEVERE: null
>> org.neo4j.com.ComException: org.neo4j.com.ComException:
>> org.jboss.netty.handler.queue.BlockingReadTimeoutException
>>        at org.neo4j.com.Client.sendRequest(Client.java:183)
>>        at
>> org.neo4j.com.backup.BackupClient.incrementalBackup(BackupClient.java:48)
>>        at
>> org.neo4j.com.backup.OnlineBackup.incremental(OnlineBackup.java:115)
>>        at
>> org.neo4j.com.backup.OnlineBackup.incremental(OnlineBackup.java:105)
>>        at itags.Sync.SyncData.RunningOnlineBackup(SyncData.java:57)
>>        at itags.Sync.SyncData.main(SyncData.java:247)
>> Caused by: org.neo4j.com.ComException:
>> org.jboss.netty.handler.queue.BlockingReadTimeoutException
>>        at
>> org.neo4j.com.DechunkingChannelBuffer.readNext(DechunkingChannelBuffer.java:61)
>>        at org.neo4j.com.Client$2.readNext(Client.java:155)
>>        at
>> org.neo4j.com.DechunkingChannelBuffer.readNextChunk(DechunkingChannelBuffer.java:79)
>>        at
>> org.neo4j.com.DechunkingChannelBuffer.(DechunkingChannelBuffer.java:50)
>>        at org.neo4j.com.Client$2.(Client.java:151)
>>        at org.neo4j.com.Client.sendRequest(Client.java:150)
>>        ... 5 more
>> Caused by: org.jboss.netty.handler.queue.BlockingReadTimeoutException
>>        at
>> org.jboss.netty.handler.queue.BlockingReadHandler.readEvent(BlockingReadHandler.java:236)
>>        at
>> org.jboss.netty.handler.queue.BlockingReadHandler.read(BlockingReadHandler.java:167)
>>        at
>> org.neo4j.com.DechunkingChannelBuffer.readNext(DechunkingChannelBuffer.java:57)
>>        ... 10 more
>>
>> Do I miss any configuration?
>>
>> cheers,
>>
>> Brendan
>>
>> > Date: Mon, 21 Feb 2011 01:11:19 +0800
>> > From: Brendan 
>> > Subject: [Neo4j] Online backup works in full but not incremental
>> > To: "user@lists.neo4j.org" 
>> > Message-ID: 
>> > Content-Type: text/plain;       charset=us-ascii
>> >
>> > Hi,
>> >
>> > After I install the neo4j on ubuntu server I'm able to backup the full
>> database, even repeatedly but it crashed on incremental.
>> >
>> > I also fixed the problem with webadmin page loading but I found 2 issues:
>> 1 the timeline graph can not be loaded on ie 8. 2 I experienced stack
>> overflow on the webadmin page during the full online backup running. Also
>> unresponsive in Save changes command issued from webadmin.
>> >
>> > I then tried webadmin from chrome and I saw the timeline graph but the
>> add relationship panel loaded but not functional, can't enter the node I'd
>> URL.
>> >
>> > Which browser is most compatible with webadmin?
>> >
>> > Your comment is highly appreciated!
>> >
>> > Brendan
>> >
>> > Sent from my iPad
>> > Date: Sun, 20 Feb 2011 19:07:02 +0100
>> > From: Tobias Ivarsson 
>> > Subject: Re: [Neo4j] Online backup works in full but not incremental
>> > To: Neo4j user discussions 
>> > Message-ID:
>> >        
>> > Content-Type: text/plain; charset=ISO-8859-1
>> >
>> > On Sun, Feb 20, 2011 at 6:11 PM, Brendan  wrote:
>> >
>> >> Hi,
>> >>
>> >> After I install the neo4j on ubuntu server I'm able to backup the full
>> >> database, even repeatedly but it crashed on incremental.
>> >>
>> >
>> > Could you please provide a stacktrace, and other kinds of error output
>> from
>> > this crash.
>> >
>> > Thank you,
>> > --
>> > Tobias Ivarsson 
>> > Hacker, Neo Technology
>> > www.neotechnology.com
>> > Cellphone: +46 706 534857
>> >
>>
>> ___
>> Neo4j mailing list
>> User@lists.neo4j.org
>> https://lists.neo4j.org/mailman/listinfo/user
>>
>>
>
>
> --
> Mattias Persson, [matt...@neotechnology.com]
> Hacker, Neo Technology
> www.neotechnology.com
>
>
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Online backup works in full but not incremental

2011-02-21 Thread Mattias Persson
I just can't reproduce your problems. How are you doing backup? It looks
like (from your wrapper.log) that it's the server which somehow requests to
do the incremental backup. Aren't you doing backup of the server database?

2011/2/21 Brendan Cheng 

> Tobias,
>
> Here s the stack trace and part of the wrapper.log:
> run:
> Mon Feb 21 10:28:59 CST 2011: Client connected to 192.168.1.101:6362
> Mon Feb 21 10:29:00 CST 2011: Opened a new channel to /192.168.1.101:6362
> 21-Feb-2011 10:29:20 itags.Sync.SyncData main
> SEVERE: null
> org.neo4j.com.ComException: org.neo4j.com.ComException:
> org.jboss.netty.handler.queue.BlockingReadTimeoutException
>at org.neo4j.com.Client.sendRequest(Client.java:183)
>at
> org.neo4j.com.backup.BackupClient.incrementalBackup(BackupClient.java:48)
>at
> org.neo4j.com.backup.OnlineBackup.incremental(OnlineBackup.java:115)
>at
> org.neo4j.com.backup.OnlineBackup.incremental(OnlineBackup.java:105)
>at itags.Sync.SyncData.RunningOnlineBackup(SyncData.java:57)
>at itags.Sync.SyncData.main(SyncData.java:247)
> Caused by: org.neo4j.com.ComException:
> org.jboss.netty.handler.queue.BlockingReadTimeoutException
>at
> org.neo4j.com.DechunkingChannelBuffer.readNext(DechunkingChannelBuffer.java:61)
>at org.neo4j.com.Client$2.readNext(Client.java:155)
>at
> org.neo4j.com.DechunkingChannelBuffer.readNextChunk(DechunkingChannelBuffer.java:79)
>at
> org.neo4j.com.DechunkingChannelBuffer.(DechunkingChannelBuffer.java:50)
>at org.neo4j.com.Client$2.(Client.java:151)
>at org.neo4j.com.Client.sendRequest(Client.java:150)
>... 5 more
> Caused by: org.jboss.netty.handler.queue.BlockingReadTimeoutException
>at
> org.jboss.netty.handler.queue.BlockingReadHandler.readEvent(BlockingReadHandler.java:236)
>at
> org.jboss.netty.handler.queue.BlockingReadHandler.read(BlockingReadHandler.java:167)
>at
> org.neo4j.com.DechunkingChannelBuffer.readNext(DechunkingChannelBuffer.java:57)
>... 10 more
>
> Do I miss any configuration?
>
> cheers,
>
> Brendan
>
> > Date: Mon, 21 Feb 2011 01:11:19 +0800
> > From: Brendan 
> > Subject: [Neo4j] Online backup works in full but not incremental
> > To: "user@lists.neo4j.org" 
> > Message-ID: 
> > Content-Type: text/plain;   charset=us-ascii
> >
> > Hi,
> >
> > After I install the neo4j on ubuntu server I'm able to backup the full
> database, even repeatedly but it crashed on incremental.
> >
> > I also fixed the problem with webadmin page loading but I found 2 issues:
> 1 the timeline graph can not be loaded on ie 8. 2 I experienced stack
> overflow on the webadmin page during the full online backup running. Also
> unresponsive in Save changes command issued from webadmin.
> >
> > I then tried webadmin from chrome and I saw the timeline graph but the
> add relationship panel loaded but not functional, can't enter the node I'd
> URL.
> >
> > Which browser is most compatible with webadmin?
> >
> > Your comment is highly appreciated!
> >
> > Brendan
> >
> > Sent from my iPad
> > Date: Sun, 20 Feb 2011 19:07:02 +0100
> > From: Tobias Ivarsson 
> > Subject: Re: [Neo4j] Online backup works in full but not incremental
> > To: Neo4j user discussions 
> > Message-ID:
> >
> > Content-Type: text/plain; charset=ISO-8859-1
> >
> > On Sun, Feb 20, 2011 at 6:11 PM, Brendan  wrote:
> >
> >> Hi,
> >>
> >> After I install the neo4j on ubuntu server I'm able to backup the full
> >> database, even repeatedly but it crashed on incremental.
> >>
> >
> > Could you please provide a stacktrace, and other kinds of error output
> from
> > this crash.
> >
> > Thank you,
> > --
> > Tobias Ivarsson 
> > Hacker, Neo Technology
> > www.neotechnology.com
> > Cellphone: +46 706 534857
> >
>
> ___
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
>


-- 
Mattias Persson, [matt...@neotechnology.com]
Hacker, Neo Technology
www.neotechnology.com
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Online backup works in full but not incremental

2011-02-20 Thread Brendan Cheng
Tobias,

Here s the stack trace and part of the wrapper.log:
run:
Mon Feb 21 10:28:59 CST 2011: Client connected to 192.168.1.101:6362
Mon Feb 21 10:29:00 CST 2011: Opened a new channel to /192.168.1.101:6362
21-Feb-2011 10:29:20 itags.Sync.SyncData main
SEVERE: null
org.neo4j.com.ComException: org.neo4j.com.ComException:
org.jboss.netty.handler.queue.BlockingReadTimeoutException
at org.neo4j.com.Client.sendRequest(Client.java:183)
at 
org.neo4j.com.backup.BackupClient.incrementalBackup(BackupClient.java:48)
at org.neo4j.com.backup.OnlineBackup.incremental(OnlineBackup.java:115)
at org.neo4j.com.backup.OnlineBackup.incremental(OnlineBackup.java:105)
at itags.Sync.SyncData.RunningOnlineBackup(SyncData.java:57)
at itags.Sync.SyncData.main(SyncData.java:247)
Caused by: org.neo4j.com.ComException:
org.jboss.netty.handler.queue.BlockingReadTimeoutException
at 
org.neo4j.com.DechunkingChannelBuffer.readNext(DechunkingChannelBuffer.java:61)
at org.neo4j.com.Client$2.readNext(Client.java:155)
at 
org.neo4j.com.DechunkingChannelBuffer.readNextChunk(DechunkingChannelBuffer.java:79)
at 
org.neo4j.com.DechunkingChannelBuffer.(DechunkingChannelBuffer.java:50)
at org.neo4j.com.Client$2.(Client.java:151)
at org.neo4j.com.Client.sendRequest(Client.java:150)
... 5 more
Caused by: org.jboss.netty.handler.queue.BlockingReadTimeoutException
at 
org.jboss.netty.handler.queue.BlockingReadHandler.readEvent(BlockingReadHandler.java:236)
at 
org.jboss.netty.handler.queue.BlockingReadHandler.read(BlockingReadHandler.java:167)
at 
org.neo4j.com.DechunkingChannelBuffer.readNext(DechunkingChannelBuffer.java:57)
... 10 more

Do I miss any configuration?

cheers,

Brendan

> Date: Mon, 21 Feb 2011 01:11:19 +0800
> From: Brendan 
> Subject: [Neo4j] Online backup works in full but not incremental
> To: "user@lists.neo4j.org" 
> Message-ID: 
> Content-Type: text/plain;       charset=us-ascii
>
> Hi,
>
> After I install the neo4j on ubuntu server I'm able to backup the full 
> database, even repeatedly but it crashed on incremental.
>
> I also fixed the problem with webadmin page loading but I found 2 issues: 1 
> the timeline graph can not be loaded on ie 8. 2 I experienced stack overflow 
> on the webadmin page during the full online backup running. Also unresponsive 
> in Save changes command issued from webadmin.
>
> I then tried webadmin from chrome and I saw the timeline graph but the add 
> relationship panel loaded but not functional, can't enter the node I'd URL.
>
> Which browser is most compatible with webadmin?
>
> Your comment is highly appreciated!
>
> Brendan
>
> Sent from my iPad
> Date: Sun, 20 Feb 2011 19:07:02 +0100
> From: Tobias Ivarsson 
> Subject: Re: [Neo4j] Online backup works in full but not incremental
> To: Neo4j user discussions 
> Message-ID:
>        
> Content-Type: text/plain; charset=ISO-8859-1
>
> On Sun, Feb 20, 2011 at 6:11 PM, Brendan  wrote:
>
>> Hi,
>>
>> After I install the neo4j on ubuntu server I'm able to backup the full
>> database, even repeatedly but it crashed on incremental.
>>
>
> Could you please provide a stacktrace, and other kinds of error output from
> this crash.
>
> Thank you,
> --
> Tobias Ivarsson 
> Hacker, Neo Technology
> www.neotechnology.com
> Cellphone: +46 706 534857
>
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Online backup works in full but not incremental

2011-02-20 Thread Tobias Ivarsson
On Sun, Feb 20, 2011 at 6:11 PM, Brendan  wrote:

> Hi,
>
> After I install the neo4j on ubuntu server I'm able to backup the full
> database, even repeatedly but it crashed on incremental.
>

Could you please provide a stacktrace, and other kinds of error output from
this crash.

Thank you,
-- 
Tobias Ivarsson 
Hacker, Neo Technology
www.neotechnology.com
Cellphone: +46 706 534857
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


[Neo4j] Online backup works in full but not incremental

2011-02-20 Thread Brendan
Hi,

After I install the neo4j on ubuntu server I'm able to backup the full 
database, even repeatedly but it crashed on incremental.

I also fixed the problem with webadmin page loading but I found 2 issues: 1 the 
timeline graph can not be loaded on ie 8. 2 I experienced stack overflow on the 
webadmin page during the full online backup running. Also unresponsive in Save 
changes command issued from webadmin.

I then tried webadmin from chrome and I saw the timeline graph but the add 
relationship panel loaded but not functional, can't enter the node I'd URL.

Which browser is most compatible with webadmin?

Your comment is highly appreciated!

Brendan

Sent from my iPad
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user