Modify

Opened 10 years ago

Closed 10 years ago

#10750 closed defect (othersoftware)

Error on launching JOSM

Reported by: FrViPofm Owned by: FrViPofm
Priority: normal Milestone:
Component: Core Version:
Keywords: template_report Cc:

Description

What steps will reproduce the problem?

  1. Launch JOSM
  2. Load a zone
  3. Error message.

What is the expected result?

What happens instead?

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

Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2014-11-13 02:34:10
Last Changed Author: Klumbumbus
Revision: 7723
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Relative URL: ^/trunk
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2014-11-12 22:45:27 +0100 (Wed, 12 Nov 2014)
Last Changed Rev: 7723

Identification: JOSM/1.5 (7723 fr) Linux Ubuntu 13.10
Memory Usage: 338 MB / 768 MB (135 MB allocated, but free)
Java version: 1.7.0_55, Oracle Corporation, OpenJDK 64-Bit Server VM
Java package: openjdk-7-jre:amd64-7u55-2.4.7-1ubuntu1~0.13.10.1
VM arguments: [-Djava.net.useSystemProxies=true]

Plugins:
- ImportImagePlugin (30738)
- OpeningHoursEditor (30737)
- PicLayer (30762)
- SimplifyArea (30791)
- conflation (0.1.7)
- fieldpapers (b49dadd)
- geotools (30762)
- jts (30762)
- log4j (30762)
- measurement (29097)
- osmose (0.0.20111113.0)
- pbf (30762)
- proj4j (30738)
- public_transport (30762)
- reverter (30737)
- scripting (30701)
- tag2link (30719)
- tageditor (30738)
- todo (29154)
- turnrestrictions (30762)
- undelete (30762)
- utilsplugin2 (30762)

Last errors/warnings:
- E: java.io.IOException: Keystore was tampered with, or password was incorrect. Cause : java.security.UnrecoverableKeyException: Password verification failed
- E: Impossible d’initialiser le serveur HTTPS de contrôle à distance
- E: java.lang.reflect.InvocationTargetException. Cause : java.lang.VerifyError: Bad type on operand stack
- W: Unable to detect latest version of JOSM: connect timed out

java.lang.reflect.InvocationTargetException
	at java.awt.EventQueue.invokeAndWait(EventQueue.java:1272)
	at java.awt.EventQueue.invokeAndWait(EventQueue.java:1247)
	at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:98)
	at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:161)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.lang.VerifyError: Bad type on operand stack
Exception Details:
  Location:
    org/openstreetmap/josm/plugins/osmose/OsbDownloadLoop.run()V @46: invokevirtual
  Reason:
    Type 'org/openstreetmap/josm/data/coor/EastNorth' (current frame, stack[0]) is not assignable to 'java/awt/geom/Point2D'
  Current Frame:
    bci: @46
    flags: { }
    locals: { 'org/openstreetmap/josm/plugins/osmose/OsbDownloadLoop', 'org/openstreetmap/josm/data/coor/EastNorth' }
    stack: { 'org/openstreetmap/josm/data/coor/EastNorth', 'java/awt/geom/Point2D' }
  Bytecode:
    0000000: 2a59 b400 0414 000f 65b5 0004 b200 11c6
    0000010: 002e b200 11b4 0012 c600 25b2 0011 b400
    0000020: 12b6 0013 4c2b c600 172b 2ab4 0014 b600
    0000030: 159a 000c 2ab6 0016 2a2b b500 14b2 0017
    0000040: 1218 b600 1999 0059 b200 1712 1ab6 0019
    0000050: 9a00 4e2a b400 1bc6 0047 2ab4 001b b600
    0000060: 1cc6 003d 2ab4 001b b600 1cb6 001d 9900
    0000070: 302a b400 0409 949c 0027 2ab4 0005 9a00
    0000080: 192a b400 1bc6 0019 2ab4 001b b600 1e2a
    0000090: 04b5 0005 a700 0a2a 1400 1fb5 0004 1400
    00000a0: 0fb8 0021 a7ff 5c4c 2bb6 0023 b1       
  Exception Handler Table:
    bci [0, 167] => handler: 167
  Stackmap Table:
    same_frame(@0)
    same_frame(@61)
    same_frame_extended(@151)
    same_frame(@158)
    same_locals_1_stack_item_frame(@167,Object[#64])

	at org.openstreetmap.josm.plugins.osmose.OsbPlugin.layerAdded(OsbPlugin.java:264)
	at org.openstreetmap.josm.gui.MapView.fireLayerAdded(MapView.java:178)
	at org.openstreetmap.josm.gui.MapView.addLayer(MapView.java:353)
	at org.openstreetmap.josm.Main.addLayer(Main.java:662)
	at org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask$AbstractInternalTask.addNewLayerIfRequired(DownloadOsmTask.java:266)
	at org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask$AbstractInternalTask.loadData(DownloadOsmTask.java:279)
	at org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask$DownloadTask.finish(DownloadOsmTask.java:341)
	at org.openstreetmap.josm.gui.PleaseWaitRunnable$1.run(PleaseWaitRunnable.java:101)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
	at java.awt.EventQueue.access$200(EventQueue.java:103)
	at java.awt.EventQueue$3.run(EventQueue.java:694)
	at java.awt.EventQueue$3.run(EventQueue.java:692)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:154)
	at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182)
	at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219)
	at java.awt.Dialog.show(Dialog.java:1082)
	at java.awt.Component.show(Component.java:1651)
	at java.awt.Component.setVisible(Component.java:1603)
	at java.awt.Window.setVisible(Window.java:1014)
	at java.awt.Dialog.setVisible(Dialog.java:1005)
	at org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor$4.run(PleaseWaitProgressMonitor.java:172)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
	at java.awt.EventQueue.access$200(EventQueue.java:103)
	at java.awt.EventQueue$3.run(EventQueue.java:694)
	at java.awt.EventQueue$3.run(EventQueue.java:692)
...<snip>...

Attachments (0)

Change History (2)

comment:1 by Don-vip, 10 years ago

Owner: changed from team to FrViPofm
Status: newneedinfo

Can you please try to remove osmose plugin and use QAT script instead?

comment:2 by Don-vip, 10 years ago

Resolution: othersoftware
Status: needinfoclosed

Osmose plugin is an old, unstable and unmaintained plugin, please don't use it :-)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain FrViPofm.
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.