Your message dated Sun, 08 Jun 2014 12:34:05 +0000
with message-id <e1wtcix-00006a...@franck.debian.org>
and subject line Bug#700311: fixed in osmosis 0.43.1-1
has caused the Debian Bug report #700311,
regarding osmosis: OsmosisRuntimeException: Cannot represent 2147633961 as an 
integer.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
700311: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700311
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: osmosis
Version: 0.34+ds1-1
Severity: important
Tags: upstream

I ran into this problem while trying to filter out all cameras in
Norway.

When I use this processing rule on the extract available from
<URL: http://download.geofabrik.de/openstreetmap/europe/norway.osm.bz2 >

 % osmosis --read-xml norway.osm \
        --node-key-value \
        keyValueList="man_made.surveillance,highway.speed_camera" \
        --write-xml surveillance.osm

I get this backtrace:


SEVERE: Thread for task 1-read-xml failed
org.openstreetmap.osmosis.core.OsmosisRuntimeException: Cannot represent 
2147633961 as an integer.
        at 
org.openstreetmap.osmosis.core.util.LongAsInt.longToInt(LongAsInt.java:33)
        at 
org.openstreetmap.osmosis.core.domain.v0_6.CommonEntityData.init(CommonEntityData.java:142)
        at 
org.openstreetmap.osmosis.core.domain.v0_6.CommonEntityData.<init>(CommonEntityData.java:74)
        at 
org.openstreetmap.osmosis.core.domain.v0_6.Entity.<init>(Entity.java:61)
        at org.openstreetmap.osmosis.core.domain.v0_6.Node.<init>(Node.java:71)
        at 
org.openstreetmap.osmosis.core.xml.v0_6.impl.NodeElementProcessor.begin(NodeElementProcessor.java:87)
        at 
org.openstreetmap.osmosis.core.xml.v0_6.impl.OsmHandler.startElement(OsmHandler.java:90)
        at 
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:504)
        at 
com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(AbstractXMLDocumentParser.java:182)
        at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImpl.java:1320)
        at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2732)
        at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:625)
        at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:488)
        at 
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:812)
        at 
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:741)
        at 
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:123)
        at 
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1208)
        at 
com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:525)
        at javax.xml.parsers.SAXParser.parse(SAXParser.java:392)
        at javax.xml.parsers.SAXParser.parse(SAXParser.java:195)
        at 
org.openstreetmap.osmosis.core.xml.v0_6.XmlReader.run(XmlReader.java:108)
        at java.lang.Thread.run(Thread.java:636)
Feb 11, 2013 3:24:36 PM org.openstreetmap.osmosis.core.Osmosis main
SEVERE: Execution aborted.
org.openstreetmap.osmosis.core.OsmosisRuntimeException: One or more tasks 
failed.
        at 
org.openstreetmap.osmosis.core.pipeline.common.Pipeline.waitForCompletion(Pipeline.java:146)
        at org.openstreetmap.osmosis.core.Osmosis.run(Osmosis.java:85)
        at org.openstreetmap.osmosis.core.Osmosis.main(Osmosis.java:30)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:616)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:328)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:408)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:351)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:31)


I guess OSM started using IDs larger than the value range of integers,
and that this will bother any user trying to process recent data.
Thus severity important as it affect many but not all users.

-- System Information:
Debian Release: 6.0.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=nb_NO.UTF-8, LC_CTYPE=nb_NO.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages osmosis depends on:
ii  ant               1.8.0-4                Java based build tool like make
ii  libcommons-codec- 1.4-2                  encoder and decoders such as Base6
ii  libcommons-compre 1.0-1                  Java API for working with tar, zip
ii  libcommons-dbcp-j 1.4-1                  Database Connection Pooling Servic
ii  libjpf-java       1.5.1+dfsg-2           Java Plugin Framework: plug-in inf
ii  libmysql-java     5.1.10+dfsg-2          Java database (JDBC) driver for My
ii  libpg-java        8.4-701-1              Java database (JDBC) driver for Po
ii  libplexus-classwo 1.5.0-2                Class loading utilities for the Pl
ii  libpostgis-java   1.5.1-5                geographic objects support for Pos
ii  libspring-beans-2 2.5.6.SEC02-2+squeeze1 modular Java/J2EE application fram
ii  libspring-jdbc-2. 2.5.6.SEC02-2+squeeze1 modular Java/J2EE application fram
ii  libspring-tx-2.5- 2.5.6.SEC02-2+squeeze1 modular Java/J2EE application fram
ii  libwoodstox-java  1:3.9.2.dfsg-2         a high-performance XML processor
ii  openjdk-6-jre [ja 6b18-1.8.13-0+squeeze2 OpenJDK Java runtime, using Hotspo

osmosis recommends no packages.

osmosis suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: osmosis
Source-Version: 0.43.1-1

We believe that the bug you reported is fixed in the latest version of
osmosis, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 700...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bas Couwenberg <sebas...@xs4all.nl> (supplier of updated osmosis package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 08 Jun 2014 09:54:55 +0200
Source: osmosis
Binary: osmosis
Architecture: source all
Version: 0.43.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project <pkg-grass-de...@lists.alioth.debian.org>
Changed-By: Bas Couwenberg <sebas...@xs4all.nl>
Description:
 osmosis    - Command line OpenStreetMap data processor
Closes: 700311 703635 710039 713278
Changes:
 osmosis (0.43.1-1) unstable; urgency=medium
 .
   [ Giovanni Mascellani ]
   * Remove myself from the uploaders list, since I have no time
     anymore to look after this package.
 .
   [ Andreas Tille ]
   * moved to pkg-grass Git repository
 .
   [ Bas Couwenberg ]
   * New upstream release.
     (closes: #710039, #700311)
   * Change Maintainer to Debian GIS Project.
   * Add myself to Uploaders.
   * Restructure control file with cme, changes: Vcs-* URLs.
   * Add gbp.conf to use pristine-tar by default.
   * Drop get-orig-source target, repacking no longer required.
   * Remove dependencies on ant, gradle now used for build.
     (closes: 703635)
   * Enable parallel builds.
   * Bump Debhelper compatibility to 9.
   * Use dh with maven-repo-helper.
   * Add build dependency on libwoodstox-java.
   * Add patch to use packaged libraries during build.
     (closes: #713278)
   * Remove generated files and directories on clean.
   * Bump Standards-Version to 3.9.5, changes: Vcs-* fields.
   * Add patch to get version from changelog instead of git.
   * Add patches from upstream master branch.
Checksums-Sha1:
 3d840d08ff8e1ca1ec77377fd7e6532f5e16de2a 2457 osmosis_0.43.1-1.dsc
 16b1abc268c053bc17c9346fbce3b6964c1b9d08 559798 osmosis_0.43.1.orig.tar.gz
 3617745528d30cb17dcadf8ed57f437d4b201e27 14840 osmosis_0.43.1-1.debian.tar.xz
 08c88f5d02e1af773c87e52dceb00e5ce4de39a4 1104846 osmosis_0.43.1-1_all.deb
Checksums-Sha256:
 05ea30ded675b890845dda7ba9ab98214663738252f487e8ecb826881a22c5c4 2457 
osmosis_0.43.1-1.dsc
 5999807e34ed0af147fcea45088e33af756d5b2511073c9c8d7e73072dabd5b9 559798 
osmosis_0.43.1.orig.tar.gz
 4974ed4ce80381b266050e355b68847faee14cf36b4cb393a05359caa864a95e 14840 
osmosis_0.43.1-1.debian.tar.xz
 a9c122b3e97238a679d8f54fa5489dd1b9de2c10e587ed091f692e4dcc8ebb05 1104846 
osmosis_0.43.1-1_all.deb
Files:
 90568d922dcfed413b873fb52c29f63c 1104846 utils optional 
osmosis_0.43.1-1_all.deb
 fa8c068b419bcc9bcbe19c6bc73ea5f1 2457 utils optional osmosis_0.43.1-1.dsc
 4968a7d52da87c416df88b7b4c21df7d 559798 utils optional 
osmosis_0.43.1.orig.tar.gz
 21963bc64e551e4a7fba037acf75142d 14840 utils optional 
osmosis_0.43.1-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJTlFR9AAoJEFeKBJTRxkbR8KoP/0VwItUoX8u8HBbVW+rhNFAy
LRjDnVlBCmBY8PouJI/fMTaveroqv640wOl5O+PNHlTGFthGeB5CctoIiH1wMPj6
q9KRO+LijqIbm7hgaVArMdnaZiN7YB7N1GuyGleUkVglQpfQ37cmd+axsACi8QqA
zlTYpNtDBi/T+DKkmskguNppO2GZvHMz/iKr5QzbbU5IzKB9OEXSYHqqI/o9ktlM
miQlWD+L7ofbZNFLzK3PiBj6PotYfvWacYL5BDKMNg99+RDZfcdVZgwf6IDjQ8zs
2FnfO1e3Ssy9eIH9W33Dy04IHi8jpjUdzYWJvkClVh1Tme/CWuX0r4A5YJvsKKtI
IeGn5SL5CtbEKn8c1YQBRG2FR4x0oY2eU+L8qR8/hdnRbG1x+bkVJM1Oy2p+kJay
IhOzvepMPgR1VAOViwsKwQznMUXKRl7uxK2UGMGoMtTIvq2wqVx290drBhLtDR/K
Oj8FkOxeqiP+TUTQFFLGV0asVg4zMdXfUHe3N1I0tuEnd6X6SVzNisrB5D1t2RGP
SBgZUZSgONl2CKb6CUz1HRQrNq1w8OYEnecDHPWNd6FsEESGbG9oaJLXcxdt9ENw
ex9nfT4YSLrVETMp89n6Q87RVpDiH7TPoMKJ4J4o5Ztz1pM7kBNQp7E8+ZsOf2Qa
nx6nE1r5K6PqEPNSL0V7
=Esbi
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-osm-maint mailing list
Pkg-osm-maint@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-osm-maint

Reply via email to