Bug 714777
| Summary: | Impossible to create OAuth access in josm | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fabien Archambault <marbolangos> |
| Component: | signpost-core | Assignee: | Cédric OLIVIER <cedric.olivier> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 15 | CC: | cedric.olivier, cesarb |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | signpost-core-1.2.1.1-6.fc14 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-07-31 03:37:28 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Fabien Archambault
2011-06-20 16:59:45 UTC
I just had the same problem (in F14, but with the symptoms you mentioned for F15). But I noticed the following in ~/.xsession-errors: /usr/bin/build-classpath: error: Could not find commons-codec Java extension for this JVM /usr/bin/build-classpath: error: Some specified jars were not found Sure enough, I solved the problem with the following command: su -c 'yum install apache-commons-codec' So, the cause of this bug seems to be a missing dependency on apache-commons-codec either on josm or on whatever oauth library it uses (it seems to be signpost-core). Relevant packages: josm-0-0.20.4064svn.fc14.noarch signpost-core-1.2.1.1-4.fc14.noarch apache-commons-codec-1.4-10.fc14.noarch jpackage-utils-1.7.5-3.11.fc14.noarch signpost-core-1.2.1.1-6.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/signpost-core-1.2.1.1-6.fc15 As said by Cesar Eduardo Barros, it is a problem with signpost-core which requires apache-commons-codec. signpost-core-1.2.1.1-6.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/signpost-core-1.2.1.1-6.fc14 Package signpost-core-1.2.1.1-6.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing signpost-core-1.2.1.1-6.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/signpost-core-1.2.1.1-6.fc15 then log in and leave karma (feedback). Hi,
sorry to come back again but it does not work (I didn't have access to a Fedora computer until now).
I installed (fresh install) josm with :
# yum install josm
Dependencies Resolved
================================================================================
Package Arch Version Repository
Size
================================================================================
Installing:
josm noarch 0-0.20.4064svn.fc15 updates 5.9 M
Installing for dependencies:
ant noarch 1.8.2-3.fc15 fedora 1.9 M
java-1.6.0-openjdk-devel x86_64 1:1.6.0.0-58.1.10.2.fc15 updates 8.3 M
metadata-extractor noarch 2.3.1-6.fc15 fedora 107 k
signpost-core noarch 1.2.1.1-5.fc15 fedora 34 k
xalan-j2 noarch 2.7.1-3.fc15 fedora 1.9 M
xerces-j2 noarch 2.11.0-3.fc15 fedora 1.1 M
xml-commons-apis noarch 1.4.01-3.fc15 fedora 224 k
xml-commons-resolver noarch 1.2-7.fc15 fedora 106 k
Transaction Summary
================================================================================
Install 9 Package(s)
Updated with the updates-testing :
# yum update --enablerepo=updates-testing signpost-core-1.2.1.1-6.fc15
================================================================================
Package Arch Version Repository Size
================================================================================
Updating:
signpost-core noarch 1.2.1.1-6.fc15 updates-testing 34 k
Installing for dependencies:
apache-commons-codec noarch 1.4-12.fc15 fedora 69 k
Transaction Summary
================================================================================
Install 1 Package(s)
Upgrade 1 Package(s)
Total download size: 103 k
Started josm then tried to add the OAuth for this computer. I checked the password again but still the same issue.
The error message is something like: impossible to access the token. Check username and password.
Here is the .xsessions_error:
org.openstreetmap.josm.gui.oauth.OsmLoginFailedException
at org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationClient.authenticateOsmSession(OsmOAuthAuthorizationClient.java:351)
at org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationClient.authorise(OsmOAuthAuthorizationClient.java:492)
at org.openstreetmap.josm.gui.oauth.FullyAutomaticAuthorizationUI$FullyAutomaticAuthorisationTask.realRun(FullyAutomaticAuthorizationUI.java:534)
at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:83)
at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:129)
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:679)
It does not really help...
Could you try with semi-automatic or manual method ? Is it OK with josm-tested.jar downloaded from josm.openstreetmap.de in full automatic mode ? Hi, I tried with the semi-automatic mode and it works. If I remove my .josm and use the josm-tested.jar (version 4223) the fully automatic version works to create the OAuth key. josm-0-0.21.4223svn.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/josm-0-0.21.4223svn.fc14 josm-0-0.21.4223svn.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/josm-0-0.21.4223svn.fc15 josm-0-0.21.4223svn.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. signpost-core-1.2.1.1-6.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. josm-0-0.21.4223svn.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. signpost-core-1.2.1.1-6.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |