Hi all,
When I turned on verbose mode with the value 10, I did get a warning and few errors when running an an instance . 1. Nov 7, 2011 12:57:17 AM com.bretth.osmosis.core.xml.v0_5.impl.OsmElementProcessor begin WARNING: Expected version 0.5 but received 0.6. This I guess is harmless -maybe. 2. Argument "\x{31}\x{36}..." isn't numeric in negation (-) at /home/shirish/t@home/osmarender/orp/orp-drawing.pm line 770. Argument "\x{2d}\x{31}..." isn't numeric in division (/) at /home/shirish/t@home/osmarender/orp/orp-drawing.pm line 770. I got a bunch of these errors when running the tilesGen.pl . After everything happened and the client slept for 60 seconds, i ran the upload and this time too it didn't complain anything. ~/t@home$ perl tilesGen.pl upload - Using working directory /home/shirish/t@home - Using process log file tah-process.log - OptiPNG version 0.6.4 - pngnq version 1.0 - Java version 1.6 is available - ImageMagick version 6.6.9 (lowzoom enabled) downloaded 10 bytes This is version 23290 (Vizag) of tilesgen running on linux, ID: 30994 07.11.2011 - 01:09:40[#1 0% upload] 2 files to upload... uploaded captionless_12_2147_1349_30994.tileset: sleeping 0 seconds 07.11.2011 - 01:09:40[#1 50% upload] 1 files to upload... uploaded tile_12_2147_1349_30994.tileset: sleeping 0 seconds 07.11.2011 - 01:09:40[#1 100% upload] uploaded 2 files Unable to know what the issue might be, why is the server rejecting the work done :( -- Regards, Shirish Agarwal शिरीष अग्रवाल My quotes in this email licensed under CC 3.0 http://creativecommons.org/licenses/by-nc/3.0/ http://flossexperiences.wordpress.com 065C 6D79 A68C E7EA 52B3 8D70 950D 53FB 729A 8B17 _______________________________________________ Tilesathome mailing list [hidden email] http://lists.openstreetmap.org/listinfo/tilesathome |
addition in-line :-
2011/11/7 shirish शिरीष <[hidden email]>: > Hi all, > When I turned on verbose mode with the value 10, I did get a warning > and few errors when running an an instance . > > 1. Nov 7, 2011 12:57:17 AM > com.bretth.osmosis.core.xml.v0_5.impl.OsmElementProcessor begin > WARNING: Expected version 0.5 but received 0.6. > > This I guess is harmless -maybe. > > 2. Argument "\x{31}\x{36}..." isn't numeric in negation (-) at > /home/shirish/t@home/osmarender/orp/orp-drawing.pm line 770. > Argument "\x{2d}\x{31}..." isn't numeric in division (/) at > /home/shirish/t@home/osmarender/orp/orp-drawing.pm line 770. > > I got a bunch of these errors when running the tilesGen.pl . Line 770 in orp-drawing.pm is this :- $shift = sprintf("translate(%f,%f)", - $width / 2, - $height / 2); > After everything happened and the client slept for 60 seconds, i ran > the upload and this time too it didn't complain anything. > > ~/t@home$ perl tilesGen.pl upload > - Using working directory /home/shirish/t@home > - Using process log file tah-process.log > - OptiPNG version 0.6.4 > - pngnq version 1.0 > - Java version 1.6 is available > - ImageMagick version 6.6.9 (lowzoom enabled) > downloaded 10 bytes > This is version 23290 (Vizag) of tilesgen running on linux, ID: 30994 > 07.11.2011 - 01:09:40[#1 0% upload] 2 files to upload... > uploaded captionless_12_2147_1349_30994.tileset: sleeping 0 seconds > 07.11.2011 - 01:09:40[#1 50% upload] 1 files to upload... > uploaded tile_12_2147_1349_30994.tileset: sleeping 0 seconds > 07.11.2011 - 01:09:40[#1 100% upload] uploaded 2 files > > Unable to know what the issue might be, why is the server rejecting > the work done :( Looking forward for comments and any ideas. -- Regards, Shirish Agarwal शिरीष अग्रवाल My quotes in this email licensed under CC 3.0 http://creativecommons.org/licenses/by-nc/3.0/ http://flossexperiences.wordpress.com 065C 6D79 A68C E7EA 52B3 8D70 950D 53FB 729A 8B17 _______________________________________________ Tilesathome mailing list [hidden email] http://lists.openstreetmap.org/listinfo/tilesathome |
Free forum by Nabble | Edit this page |