Modify

Opened 16 years ago

Closed 16 years ago

#4965 closed defect (worksforme)

wms plugin does not work (red exception tiles)

Reported by: calestyo@… Owned by: team
Priority: blocker Milestone:
Component: Core imagery Version:
Keywords: Cc:

Description

Hi.

The wms plugin seems to be broken. It only gives back red tiles with and exception text.

Yes, I've read the FAQ tried it several days now. It's still broken.

Attachments (0)

Change History (2)

comment:1 by calestyo@…, 16 years ago

I get output like this:
Grabbing HTML http://josm.openstreetmap.de/wmsplugin/YahooDirect.html?bbox=11.5592799,48.1087854,11.5669452,48.1139034&srs=EPSG:4326&width=500&height=500
Grabbing HTML http://josm.openstreetmap.de/wmsplugin/YahooDirect.html?bbox=11.5592799,48.1139034,11.5669452,48.1190209&srs=EPSG:4326&width=500&height=500
java.io.IOException: Could not start browser. Please check that the executable path is correct.
Cannot run program "webkit-image-gtk": java.io.IOException: error=2, No such file or directory

at wmsplugin.HTMLGrabber.grab(HTMLGrabber.java:41)
at wmsplugin.WMSGrabber.fetch(WMSGrabber.java:70)
at wmsplugin.Grabber.attempt(Grabber.java:100)
at wmsplugin.WMSGrabber.run(WMSGrabber.java:53)
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:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)

Grabbing HTML http://josm.openstreetmap.de/wmsplugin/YahooDirect.html?bbox=11.5669452,48.1087854,11.5746106,48.1139034&srs=EPSG:4326&width=500&height=500
java.io.IOException: Could not start browser. Please check that the executable path is correct.
Cannot run program "webkit-image-gtk": java.io.IOException: error=2, No such file or directory

at wmsplugin.HTMLGrabber.grab(HTMLGrabber.java:41)
at wmsplugin.WMSGrabber.fetch(WMSGrabber.java:70)
at wmsplugin.Grabber.attempt(Grabber.java:100)
at wmsplugin.WMSGrabber.run(WMSGrabber.java:53)
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:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)

comment:2 by stoecker, 16 years ago

Resolution: worksforme
Status: newclosed

As the output says: Cannot run program "webkit-image-gtk".

This means you selected webkit-image-gtk as download utility, but you did not properly install this program. It must be in the executable path, so josm can find it.

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.