Modify

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#9184 closed defect (duplicate)

Error loading http://overpass-api.de/turbo/ query

Reported by: marcobra.ubuntu@… Owned by: team
Priority: normal Milestone:
Component: Core Version:
Keywords: mir Cc:

Description

What steps will reproduce the problem?

  1. run this query

http://overpass-api.de/turbo/?q=e3trZXk9aGlnaHdheX19CsSAdHlwZT3EisSMxI48b3NtLXNjcmlwdCBvdXRwxKY9InhtbCI-PCEtLSBmaXhlZCBieSBhxKZvIHJlcGFpciDEsz4KICA8cXVlcsS9xJHEk8SqxJDEkmXEjcSvxYzFjcWOaGFzLWt2IGvFl8SBxIPFmy_Fi8WexY5iYm94LcWQxZLEvcSAxbDFssSNxazFnTwvxbXFk8WtxY5wxKBuxKNtb2TElCJtZXRhIsWsxLHEs8S1xLfEucS7xL3Ev3TFgcWDxYXFh8WJLcaCPMWDY3Vyc2UgxZXGi2Rvd27GkcaixoRpxoYgxojGisSqxo3Gj8axxpPEtMS2xLjEusS8xL7FgMWCxYTFhsWIxYoKxb7EmsScxJ7EoMSiPg&c=BOx9IRJa-Q

  1. export to josm

What is the expected result?
no crash

What happens instead?
crash no data loaded

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

Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2013-10-13 01:34:39
Last Changed Author: akks
Revision: 6319
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2013-10-12 20:18:42 +0200 (Sat, 12 Oct 2013)
Last Changed Rev: 6319

Identification: JOSM/1.5 (6319 it) Linux Ubuntu Saucy Salamander (development branch)
Memory Usage: 165 MB / 910 MB (64 MB allocated, but free)
Java version: 1.7.0_25, Oracle Corporation, OpenJDK Server VM
Java package: openjdk-7-jre:i386-7u25-2.3.12-4ubuntu3
VM arguments: [-Xmx1024M]

Plugin: AddrInterpolation (29854)
Plugin: FastDraw (29854)
Plugin: ImportImagePlugin (29854)
Plugin: OpeningHoursEditor (29854)
Plugin: PicLayer (29854)
Plugin: SimplifyArea (30017)
Plugin: buildings_tools (30010)
Plugin: continuosDownload (28565)
Plugin: dataimport (29854)
Plugin: download_along (30017)
Plugin: geochat (29851)
Plugin: geotools (29767)
Plugin: irsrectify (29210)
Plugin: jts (29854)
Plugin: log4j (29853)
Plugin: mapdust (29854)
Plugin: mirrored_download (29854)
Plugin: namemanager (29930)
Plugin: notes (v0.6)
Plugin: opendata (30017)
Plugin: openstreetbugs (30004)
Plugin: print (29854)
Plugin: proj4j (29854)
Plugin: reverter (30017)
Plugin: scripting (30540)
Plugin: tageditor (29854)
Plugin: tagging-preset-tester (30017)
Plugin: terracer (29854)
Plugin: turnrestrictions (29854)
Plugin: undelete (29854)
Plugin: utilsplugin2 (30017)
Plugin: walkingpapers (29854)
Plugin: waydownloader (29908)
Plugin: wayselector (29854)
Plugin: wikipedia (29854)

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:87)
	at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:150)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	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:724)
Caused by: java.lang.IllegalArgumentException: Width (0) and height (0) must be non-zero
	at java.awt.image.ReplicateScaleFilter.<init>(ReplicateScaleFilter.java:102)
	at java.awt.Image.getScaledInstance(Image.java:173)
	at sun.awt.CustomCursor.<init>(CustomCursor.java:69)
	at sun.awt.X11CustomCursor.<init>(X11CustomCursor.java:43)
	at sun.awt.X11.XCustomCursor.<init>(XCustomCursor.java:42)
	at sun.awt.X11.XToolkit.createCustomCursor(XToolkit.java:1134)
	at org.openstreetmap.josm.tools.ImageProvider.getCursor(ImageProvider.java:777)
	at org.openstreetmap.josm.actions.mapmode.SelectAction.<init>(SelectAction.java:170)
	at org.openstreetmap.josm.gui.MapFrame.<init>(MapFrame.java:208)
	at org.openstreetmap.josm.Main.createMapFrame(Main.java:516)
	at org.openstreetmap.josm.Main.addLayer(Main.java:506)
	at org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask$DownloadTask.finish(DownloadOsmTask.java:282)
	at org.openstreetmap.josm.gui.PleaseWaitRunnable$1.run(PleaseWaitRunnable.java:90)
	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)
	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.pumpEventsForHierarchy(EventDispatchThread.java:150)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

Attachments (0)

Change History (6)

comment:1 by marcobra.ubuntu@…, 11 years ago

i'm the bug sender...

i found ,i forgot to tell i was testing mir: https://wiki.ubuntu.com/Mir/Spec disabling mir
on Ubuntu 13.10 unstable

Disable it and using standard xorg, made josm working good.

comment:2 by skyper, 11 years ago

Resolution: othersoftware
Status: newclosed

Sounds like a problem of "Mir" or java with "Mir".

comment:4 by skyper, 11 years ago

Reporter: changed from anonymous to marcobra.ubuntu@…

comment:5 by skyper, 11 years ago

Keywords: mir added; template_report removed

comment:6 by Don-vip, 11 years ago

Resolution: othersoftwareduplicate

Duplicate of #9209.

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.