[osmosis-dev] Osmosis error on constraint nodes_ibfk_1

2009-11-13 Thread Maarten Deen
I'm using osmosis 0.31.2 to insert some data (from XAPI) in a mysql database and I get the error Cannot add or update a child row: a foreign key constraint fails (`osm06/nodes`, CONSTRAINT `nodes_ibfk_1` FOREIGN KEY (`changeset_id`) REFERENCES `changesets` (`id`)) I'm trying to load two osm files

Re: [osmosis-dev] Migration of Osmosis Changesets

2009-11-13 Thread Lennard
Brett Henderson wrote: > Sorry, that was just a typo in my email. The permissions were okay on > the directory but there were a couple of files that Osmosis couldn't > write to. I've deleted and re-created the files under the correct user > and all is fine. The changesets are running again.

Re: [osmosis-dev] Upload-Task

2009-11-13 Thread Marcus Wolschon
On 2009-11-13, Brett Henderson wrote: > On Fri, Nov 13, 2009 at 7:17 PM, wrote: > >> >> >> I've written the basic Task. >> Nothing checked in yet. >> I expect to write the TaskFactory this >> evening and test it on the weekend. >> > > Cool. The code is in SVN now. I have not yet tested the task

Re: [osmosis-dev] Migration of Osmosis Changesets

2009-11-13 Thread Peter Körner
> The changesets are running again. yes, cassini is catching up now. Also the diffs seem to have catched up already. Thank you! Peter ___ osmosis-dev mailing list osmosis-dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/osmosis-dev

Re: [osmosis-dev] Migration of Osmosis Changesets

2009-11-13 Thread Brett Henderson
On Fri, Nov 13, 2009 at 9:40 PM, Lennard wrote: > Peter Körner wrote: > > > It seems the minute-replication diffs are broken - > > http://planet.openstreetmap.org/minute-replicate/state.txt > > shows 07:22:02 UTC for soome minutes now and this is about 1h behind. > > > > Can someone confirm this?

Re: [osmosis-dev] Upload-Task

2009-11-13 Thread Brett Henderson
On Fri, Nov 13, 2009 at 7:17 PM, wrote: > > > I've written the basic Task. > Nothing checked in yet. > I expect to write the TaskFactory this > evening and test it on the weekend. > Cool. > Do you mind if I change your BufferedWriter into Writer > in the Parameters of the ChangeWriter-Interfac

Re: [osmosis-dev] Migration of Osmosis Changesets

2009-11-13 Thread Lennard
Peter Körner wrote: > It seems the minute-replication diffs are broken - > http://planet.openstreetmap.org/minute-replicate/state.txt > shows 07:22:02 UTC for soome minutes now and this is about 1h behind. > > Can someone confirm this? Confirmed. Breet also mentioned "the hourly, minute-slow (..

Re: [osmosis-dev] Migration of Osmosis Changesets

2009-11-13 Thread Peter Körner
Brett Henderson schrieb: > The Osmosis changesets have been migrated from the old dev server onto > the new services server (ie. horntail). No action is required on the > part of consumers because the same data directories are being used. > > The daily and minute changesets should be working ri

Re: [osmosis-dev] Upload-Task

2009-11-13 Thread marcus.wolschon
I've written the basic Task. Nothing checked in yet. I expect to write the TaskFactory this evening and test it on the weekend. Do you mind if I change your BufferedWriter into Writer in the Parameters of the ChangeWriter-Interface, so I don't have to buffer data that is already buffered? Marcu