Modify

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#17210 closed defect (duplicate)

unable to open PBF file

Reported by: anonymous Owned by: team
Priority: normal Milestone:
Component: Core Version: latest
Keywords: template_report Cc:

Description

What steps will reproduce the problem?

  1. Install PBF plugin
  2. Open Downloaded PBF file
  3. Error and crashes

What is the expected result?

Should open the PBF file

What happens instead?

Does not open and crashes

Please provide any additional information below. Attach a screenshot if possible.

URL:https://josm.openstreetmap.de/svn/trunk
Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last:Changed Date: 2018-12-31 15:09:58 +0100 (Mon, 31 Dec 2018)
Build-Date:2018-12-31 14:24:10
Revision:14620
Relative:URL: ^/trunk

Identification: JOSM/1.5 (14620 en) Mac OS X 10.13.6
OS Build number: Mac OS X 10.13.6 (17G65)
Memory Usage: 780 MB / 1820 MB (344 MB allocated, but free)
Java version: 1.8.0_201-b09, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM
Screen: Display 69733632 1440x900
Maximum Screen Size: 1440x900
VM arguments: [-Djava.library.path=/private/var/folders/p9/97plm2b101174stz94kd8ggh0000gp/T/AppTranslocation/3D66E944-BDD2-4A3C-9D36-9FDBAF43A539/d/JOSM.app/Contents/MacOS, -DLibraryDirectory=${HOME}/Library, -DDocumentsDirectory=${HOME}/Documents, -DApplicationSupportDirectory=${HOME}/Library/Application Support, -DCachesDirectory=${HOME}/Library/Caches, -DSandboxEnabled=false, -Dapple.laf.useScreenMenuBar=true, -Dcom.apple.macos.use-file-dialog-packages=true, -Dcom.apple.macos.useScreenMenuBar=true, -Dcom.apple.mrj.application.apple.menu.about.name=JOSM, -Dcom.apple.smallTabs=true]

Plugins:
+ geohash (43)
+ pbf (34826)

Last errors/warnings:
- E: java.io.IOException: java.util.concurrent.ExecutionException: [security, find-certificate, -c, Government Root Certification Authority, -p, /System/Library/Keychains/SystemRootCertificates.keychain]. Cause: java.util.concurrent.ExecutionException: [security, find-certificate, -c, Government Root Certification Authority, -p, /System/Library/Keychains/SystemRootCertificates.keychain]
- W: No configuration settings found.  Using hardcoded default values for all pools.
- W: Invalid jar file ''<josm.userdata>/plugins/pbf.jar.new'' (exists: false, canRead: false)
- E: Invalid Bounds: Bounds[0.0,0.0,0.0,0.0]
- E: Handled by bug report queue: java.lang.IllegalAccessError: tried to access method org.openstreetmap.josm.io.AbstractReader.buildPrimitive(Lorg/openstreetmap/josm/data/osm/PrimitiveData;)Lorg/openstreetmap/josm/data/osm/OsmPrimitive; from class org.openstreetmap.josm.plugins.pbf.io.PbfReader
- W: Warning - <html>JOSM could not find information about the following plugins:<ul><li>pbf</li><li>geohash</li></ul>The plugins are not going to be loaded.</html>


=== REPORTED CRASH DATA ===
BugReportExceptionHandler#handleException:
No data collected.

Warning issued by: BugReportExceptionHandler#handleException

=== STACK TRACE ===
Thread: main-worker-0 (37) of main
java.lang.IllegalAccessError: tried to access method org.openstreetmap.josm.io.AbstractReader.buildPrimitive(Lorg/openstreetmap/josm/data/osm/PrimitiveData;)Lorg/openstreetmap/josm/data/osm/OsmPrimitive; from class org.openstreetmap.josm.plugins.pbf.io.PbfReader
	at org.openstreetmap.josm.plugins.pbf.io.PbfReader.access$200(PbfReader.java:49)
	at org.openstreetmap.josm.plugins.pbf.io.PbfReader$PbfParser.parseDense(PbfReader.java:187)
	at crosby.binary.BinaryParser.parse(BinaryParser.java:124)
	at crosby.binary.BinaryParser.handleBlock(BinaryParser.java:68)
	at crosby.binary.file.FileBlock.process(FileBlock.java:135)
	at crosby.binary.file.BlockInputStream.process(BlockInputStream.java:34)
	at org.openstreetmap.josm.plugins.pbf.io.PbfReader.parse(PbfReader.java:348)
	at org.openstreetmap.josm.plugins.pbf.io.PbfReader.doParseDataSet(PbfReader.java:331)
	at org.openstreetmap.josm.plugins.pbf.io.PbfReader.parseDataSet(PbfReader.java:321)
	at org.openstreetmap.josm.plugins.pbf.io.PbfImporter.parseDataSet(PbfImporter.java:30)
	at org.openstreetmap.josm.gui.io.importexport.OsmImporter.loadLayer(OsmImporter.java:120)
	at org.openstreetmap.josm.gui.io.importexport.OsmImporter.importData(OsmImporter.java:97)
	at org.openstreetmap.josm.gui.io.importexport.OsmImporter.importData(OsmImporter.java:82)
	at org.openstreetmap.josm.gui.io.importexport.FileImporter.importDataHandleExceptions(FileImporter.java:95)
	at org.openstreetmap.josm.actions.OpenFileAction$OpenFileTask.importData(OpenFileAction.java:367)
	at org.openstreetmap.josm.actions.OpenFileAction$OpenFileTask.realRun(OpenFileAction.java:319)
	at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:95)
	at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:143)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

Attachments (1)

Screen Shot 2019-01-16 at 6.12.12 PM.png (92.6 KB ) - added by anonymous 6 years ago.
screenshot of the error

Download all attachments as: .zip

Change History (5)

by anonymous, 6 years ago

screenshot of the error

comment:1 by GerdP, 6 years ago

Resolution: duplicate
Status: newclosed

Closed as duplicate of #17209.

comment:2 by GerdP, 6 years ago

Resolution: duplicate
Status: closedreopened

comment:3 by GerdP, 6 years ago

Resolution: fixed
Status: reopenedclosed

It took a while to update the data on the server.

comment:4 by Don-vip, 6 years ago

Resolution: fixedduplicate

Marked as duplicate of #17209.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.