[osmosis-dev] Osmosis java.lang.IndexOutOfBoundsException

2019-11-14 Thread Simon Nuttall
Daily builds of Great Britain cycling data have been working fine until now, when the following error occurs: Nov 15, 2019 1:42:01 AM org.openstreetmap.osmosis.core.Osmosis run INFO: Osmosis Version 0.46 Nov 15, 2019 1:42:01 AM org.openstreetmap.osmosis.core.Osmosis run INFO: Preparing pipeline.

[osmosis-dev] No query_cache in MySQL 8.0

2018-05-24 Thread Simon Nuttall
The query_cache is removed in MySQL 8.0 and so running osmosis leads to this report: May 24, 2018 9:29:38 AM org.openstreetmap.osmosis.core.pipeline.common.ActiveTaskManager waitForCompletion SEVERE: Thread for task 5-buffer failed ... Caused by: java.sql.SQLException: Unknown system variable

Re: [osmosis-dev] Firewall traffic

2015-10-24 Thread Simon Nuttall
0 0 127.0.0.1:3306 127.0.0.1:43779 ESTABLISHED 10079/mysqld tcp6 0 3228 127.0.0.1:43779 127.0.0.1:3306 ESTABLISHED 24672/java On 24 October 2015 at 07:31, Simon Nuttall <simon.nutt...@gmail.com> wrote: > Why is there apparently a lot of network traff

[osmosis-dev] Unable to parse 41.75901END into a double precision number.

2014-06-27 Thread Simon Nuttall
What should I do about this one? 26-Jun-2014 15:37:53 org.openstreetmap.osmosis.core.pipeline.common.ActiveTaskManager waitForCompletion SEVERE: Thread for task 48-read-pbf failed org.openstreetmap.osmosis.core.OsmosisRuntimeException: Unable to parse 41.75901END into a double precision number.

Re: [osmosis-dev] Osmosis crash: OsmosisRuntimeException: An output error has occurred

2014-06-12 Thread Simon Nuttall
I tried running it again on another machine, with the same result: 12-Jun-2014 01:47:11 org.openstreetmap.osmosis.core.pipeline.common.ActiveTaskManager waitForCompletion SEVERE: Thread for task 84-buffer failed org.openstreetmap.osmosis.core.OsmosisRuntimeException: Unable to insert user with id

Re: [osmosis-dev] (no subject)

2013-08-28 Thread Simon Nuttall
Sorry about wrong list - I've shifted it to: http://lists.openstreetmap.org/pipermail/geocoding/2013-August/000948.html ___ osmosis-dev mailing list osmosis-dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/osmosis-dev

[osmosis-dev] (no subject)

2013-08-25 Thread Simon Nuttall
I've hit this issue about 48 hours into processing a Europe - wide nominatim. Is there a way of proceeding? 25-Aug-2013 19:45:34 org.openstreetmap.osmosis.core.Osmosis run INFO: Total execution time: 39209229 milliseconds. Completed for 2013-06-29T19:59:05Z in 1361.3 minutes

Re: [osmosis-dev] Incorrect string value: '\xF0\x90\x8D\x83\xF0\x90...' for column 'v' at row 6

2013-01-07 Thread Simon Nuttall
On 9 November 2012 10:33, Brett Henderson br...@bretth.com wrote: On 8 November 2012 20:40, Simon Nuttall i...@cyclestreets.net wrote: Regarding my initial request on this: http://lists.openstreetmap.org/pipermail/osmosis-dev/2012-November/001409.html I have fixed the problem by updating

Re: [osmosis-dev] Incorrect string value: '\xF0\x90\x8D\x83\xF0\x90...' for column 'v' at row 6

2012-11-08 Thread Simon Nuttall
Regarding my initial request on this: http://lists.openstreetmap.org/pipermail/osmosis-dev/2012-November/001409.html I have fixed the problem by updating our debian server, which has changed the MySQL version from 5.1.49-3-log to 5.1.63-0+squeeze1-log.

[osmosis-dev] Incorrect string value: '\xF0\x90\x8D\x83\xF0\x90...' for column 'v' at row 6

2012-11-05 Thread Simon Nuttall
Until about 2 weeks ago the following osmosis call had been working just fine, but it has now started giving me the error message farther below. I'm guessing that it is something to do with the character set, but I have got mysql/my.cnf set up to use utf8: [mysqld] character_set_server=utf8

Re: [osmosis-dev] read-pbf output error after upgrade from 0.39 to 0.40.1

2012-02-17 Thread Simon Nuttall
On 15 February 2012 11:06, Brett Henderson br...@bretth.com wrote: On 15 February 2012 19:45, Simon Nuttall simon.nutt...@gmail.com wrote: Do you have to use MySQL?  Osmosis still contains the MySQL but it is no longer tested. All of CycleStreets uses MySQL so abandoning that would require

Re: [osmosis-dev] read-pbf output error after upgrade from 0.39 to 0.40.1

2012-02-15 Thread Simon Nuttall
On 15 February 2012 06:10, Brett Henderson br...@bretth.com wrote: Hi Simon, The relevant error in your full log is below.  All other errors in the log are caused by other threads failing when they can't write to their destination (ie. the db writing thread is downstream of all other

Re: [osmosis-dev] read buffer output error after moving from 0.39 to 0.40.1

2012-02-14 Thread Simon Nuttall
On 14 February 2012 22:10, Brett Henderson br...@bretth.com wrote: Hi Simon, On 8 February 2012 23:17, Simon Nuttall simon.nutt...@gmail.com wrote: snip snip Do other exceptions occur earlier in the console output?  The above exception is from a different thread to where the original

Re: [osmosis-dev] keyValueList option, and latest node versions

2011-08-19 Thread Simon Nuttall
a super-set of the --(node|way)-key(-value)? filter tasks. I wonder if the key and value tasks are internally re-written as a tag-filter class ? If so, the documentation could say that., and whether it is preferred to use --tag-filter? -Andrew On 08/18/2011 11:58 AM, Simon Nuttall wrote

Re: [osmosis-dev] keyValueList option, and latest node versions

2011-08-18 Thread Simon Nuttall
Catching up with this old email... To me it looks like the --tag-filter task makes the --node-key --node-key-value --way-key --way-key-value tasks redundant as these appear to me to be equivalent: osmosis ... --node-key keyList=k1,k2,... osmosis ... --tag-filter accept-nodes k1=*,k2=*,... and

Re: [osmosis-dev] node_tags duplicate key with MySQL varbinary - fixed using Blackhole and trigger

2011-08-08 Thread Simon Nuttall
Picking up my earlier question at: http://lists.openstreetmap.org/pipermail/osmosis-dev/2011-July/001092.html On 22 July 2011 08:22, Shaun McDonald sh...@shaunmcdonald.me.uk wrote: It is a problem with trailing spaces in MySQL VARCHAR: http://sql-info.de/mysql/gotchas.html#1_6 Yeah, trailing

Re: [osmosis-dev] node_tags duplicate key with MySQL varbinary

2011-07-21 Thread Simon Nuttall
How easy would it be to change the INSERT commands to INSERT IGNORE ? ___ osmosis-dev mailing list osmosis-dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/osmosis-dev

[osmosis-dev] node_tags duplicate key with MySQL varbinary

2011-07-20 Thread Simon Nuttall
I'm using this line to fill a MySQL database of Europe: osmosis -v 100 --read-bin europe.osm.pbf --tag-filter accept-ways highway=* cycleway=* access=* foot=* bicycle=* oneway=* --tag-filter reject-ways highway=motorway,motorway_link --buffer --write-apidb dbType=mysql populateCurrentTables=no

Re: [osmosis-dev] InvalidProtocolBufferException

2011-03-15 Thread Simon Nuttall
On 15 March 2011 05:52, Simon Nuttall i...@cyclestreets.net wrote: 8 com.google.protobuf.InvalidProtocolBufferException: Protocol message end-group tag did not match expected tag. Having waited another day and successfully processed another download I think my original problem must have been

[osmosis-dev] keyValueList option, and latest node versions

2010-07-06 Thread Simon Nuttall
We use osmosis to merge geofabrik's UK and Ireland extracts to fill a database from which we build the CycleStreets.net routing structures. osmosis -v 100 --read-xml data/osm/downloads/great_britain.osm enableDateParsing=no --sort-0.6 type=TypeThenId --read-xml data/osm/downloads/ireland.osm

Re: [osmosis-dev] Crash on processing nodes?

2010-01-20 Thread Simon Nuttall
On one of the CycleStreets machines it takes 17.3 hours to extract and merge data from the Britain and Ireland GeoFabrik planets using: osmosis -v 100 --read-xml data/osm/downloads/great_britain.osm enableDateParsing=no --sort-0.6 type=TypeThenId --read-xml data/osm/downloads/ireland.osm

[osmosis-dev] Crash on processing nodes?

2010-01-09 Thread Simon Nuttall
Osmosis ran yesterday for CycleStreets, but broke today. I think it is because this node was changed yesterday evening: http://www.openstreetmap.org/browse/node/620823 I don't know why it has crashed. The osmosis command and debug output follow. Simon osmosis -v 100 --read-xml

Re: [osmosis-dev] Crash on processing nodes?

2010-01-09 Thread Simon Nuttall
2010/1/9 Simon Nuttall simon.nutt...@gmail.com: Osmosis ran yesterday for CycleStreets, but broke today. I think it is because this node was changed yesterday evening: http://www.openstreetmap.org/browse/node/620823 I don't know why it has crashed. What more I have found out... 1. Today's