Changes between Initial Version and Version 1 of Ticket #7943, comment 6


Ignore:
Timestamp:
2014-02-02T14:41:20+01:00 (10 years ago)
Author:
malenki

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7943, comment 6

    initial v1  
    55
    66I cannot even create a oauth token (using JOSM's gui) for my user account on http://master.apis.dev.openstreetmap.org/user/malenki/
     7The output on bash trying to do this:
     8{{{
     9Error: org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationException: oauth.signpost.exception.OAuthCommunicationException: Communication with the service provider failed: Server returned HTTP response code: 500 for URL: http://api06.dev.openstreetmap.org/oauth/request_token. Ursache: oauth.signpost.exception.OAuthCommunicationException: Communication with the service provider failed: Server returned HTTP response code: 500 for URL: http://api06.dev.openstreetmap.org/oauth/request_token. Ursache: java.io.IOException: Server returned HTTP response code: 500 for URL: http://api06.dev.openstreetmap.org/oauth/request_token. Ursache: java.io.IOException: Server returned HTTP response code: 500 for URL: http://api06.dev.openstreetmap.org/oauth/request_token
     10org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationException: oauth.signpost.exception.OAuthCommunicationException: Communication with the service provider failed: Server returned HTTP response code: 500 for URL: http://api06.dev.openstreetmap.org/oauth/request_token
     11        at org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationClient.getRequestToken(OsmOAuthAuthorizationClient.java:151)
     12        at org.openstreetmap.josm.gui.oauth.RetrieveRequestTokenTask.realRun(RetrieveRequestTokenTask.java:80)
     13        at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:82)
     14        at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:150)
     15        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
     16        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
     17        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
     18        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
     19        at java.lang.Thread.run(Thread.java:744)
     20Caused by: oauth.signpost.exception.OAuthCommunicationException: Communication with the service provider failed: Server returned HTTP response code: 500 for URL: http://api06.dev.openstreetmap.org/oauth/request_token
     21        at oauth.signpost.AbstractOAuthProvider.retrieveToken(AbstractOAuthProvider.java:214)
     22        at oauth.signpost.AbstractOAuthProvider.retrieveRequestToken(AbstractOAuthProvider.java:69)
     23        at org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationClient.getRequestToken(OsmOAuthAuthorizationClient.java:146)
     24        ... 8 more
     25Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://api06.dev.openstreetmap.org/oauth/request_token
     26        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     27        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
     28        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
     29        at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
     30        at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1675)
     31        at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1673)
     32        at java.security.AccessController.doPrivileged(Native Method)
     33        at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1671)
     34        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1244)
     35        at oauth.signpost.basic.HttpURLConnectionResponseAdapter.getContent(HttpURLConnectionResponseAdapter.java:18)
     36        at oauth.signpost.AbstractOAuthProvider.handleUnexpectedResponse(AbstractOAuthProvider.java:228)
     37        at oauth.signpost.AbstractOAuthProvider.retrieveToken(AbstractOAuthProvider.java:189)
     38        ... 10 more
     39Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://api06.dev.openstreetmap.org/oauth/request_token
     40        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1626)
     41        at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
     42        at oauth.signpost.basic.HttpURLConnectionResponseAdapter.getStatusCode(HttpURLConnectionResponseAdapter.java:22)
     43        at oauth.signpost.AbstractOAuthProvider.retrieveToken(AbstractOAuthProvider.java:178)
     44        ... 10 more
     45
     46}}}