Opened 16 years ago
Closed 16 years ago
#3028 closed defect (wontfix)
error 403 on Ubuntu 9.04
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | |
Keywords: | Ubuntu error 403 | Cc: |
Description
i'm getting a 403 Message trying to download. "No changes to upload" when i try to upload new tracks.
Checked settings in preferences/connections. Account works with online-editor, tracks can be uploaded
Ubuntu 9.04
JOSM Revision: 0.0.0.20080713-1ubuntu1
Attachments (0)
Change History (4)
comment:1 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → needinfo |
comment:3 by , 16 years ago
ownload: http://www.openstreetmap.org/api//0.5/map?bbox=13.771755517282479,47.432102762812875,13.80879148271752,47.46725623718713 got return: 403 java.io.IOException: Server returned HTTP response code: 403 for URL: http://www.openstreetmap.org/api//0.5/map?bbox=13.771755517282479,47.432102762812875,13.80879148271752,47.46725623718713 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:532) at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1324) at java.security.AccessController.doPrivileged(Native Method) at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1318) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:972) at org.openstreetmap.josm.io.ProgressInputStream.<init>(ProgressInputStream.java:32) at org.openstreetmap.josm.io.OsmServerReader.getInputStream(OsmServerReader.java:53) at org.openstreetmap.josm.io.BoundingBoxDownloader.parseOsm(BoundingBoxDownloader.java:95) at org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask$Task.realRun(DownloadOsmTask.java:37) at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:84) 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) Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: http://www.openstreetmap.org/api//0.5/map?bbox=13.771755517282479,47.432102762812875,13.80879148271752,47.46725623718713 at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1269) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:391) at org.openstreetmap.josm.io.OsmServerReader.getInputStream(OsmServerReader.java:47) ... 6 more
comment:4 by , 16 years ago
Resolution: | → wontfix |
---|---|
Status: | needinfo → closed |
JOSM Revision: 0.0.0.20080713-1ubuntu1
This is very old.
And you're still using the API 0.5 http://www.openstreetmap.org/api//0.5/
. Current production code wouldn't have two in download URL, they can trigger 404 errors, possibly also 403 ?
Please upgrade to current JOSM release.
Can you still reproduce this? Have you tried a new JOSM version?