Opened 22 months ago
Closed 22 months ago
#22899 closed defect (fixed)
Login failed
Reported by: | TeBaMa | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core imagery | Version: | latest |
Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
- Loading a task
What is the expected result? No imagery
What happens instead?
Please provide any additional information below. Attach a screenshot if possible.
Revision:18700 Build-Date:2023-04-04 06:19:35 Identification: JOSM/1.5 (18700 en) Windows 10 64-Bit OS Build number: Windows 10 Pro 2009 (19045) Memory Usage: 259 MB / 2040 MB (72 MB allocated, but free) Java version: 17.0.6+10-LTS, Azul Systems, Inc., OpenJDK 64-Bit Server VM Look and Feel: com.sun.java.swing.plaf.windows.WindowsLookAndFeel Screen: \Display0 1920×1200 (scaling 1.00×1.00) Maximum Screen Size: 1920×1200 Best cursor sizes: 16×16→32×32, 32×32→32×32 System property file.encoding: Cp1252 System property sun.jnu.encoding: Cp1252 Locale info: en_BE Numbers with default locale: 1234567890 -> 1234567890 VM arguments: [-Djpackage.app-version=1.5.18700, --add-modules=java.scripting,java.sql,javafx.controls,javafx.media,javafx.swing,javafx.web, --add-exports=java.base/sun.security.action=ALL-UNNAMED, --add-exports=java.desktop/com.sun.imageio.plugins.jpeg=ALL-UNNAMED, --add-exports=java.desktop/com.sun.imageio.spi=ALL-UNNAMED, --add-opens=java.base/java.lang=ALL-UNNAMED, --add-opens=java.base/java.nio=ALL-UNNAMED, --add-opens=java.base/jdk.internal.loader=ALL-UNNAMED, --add-opens=java.base/jdk.internal.ref=ALL-UNNAMED, --add-opens=java.desktop/javax.imageio.spi=ALL-UNNAMED, --add-opens=java.desktop/javax.swing.text.html=ALL-UNNAMED, --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED, -Djpackage.app-path=%UserProfile%\AppData\Local\JOSM\JOSM.exe] Dataset consistency test: No problems found Plugins: + BuildingGeneralization (36) + CADTools (1008) + FastDraw (36057) + Mapillary (2.1.3) + ShapeTools (1250) + apache-commons (36034) + apache-http (35924) + buildings_tools (36011) + changeset-viewer (0.0.6) + colorscheme (35893) + fieldpapers (v0.5.0) + imagery_offset_db (35978) + jna (36005) + mapwithai (789) + markseen (14) + measurement (35978) + merge-overlap (35893) + todo (123) + turnrestrictions (36011) + undelete (36011) + utilsplugin2 (36011) Tagging presets: + https://josm.openstreetmap.de/josmfile?page=Presets/NewTags&zip=1 + https://josm.openstreetmap.de/josmfile?page=Presets/HOT-PDC_InAWARE_Project_Indonesia&zip=1 + https://josm.openstreetmap.de/josmfile?page=Presets/BuildingPreset&zip=1 Map paint styles: + https://github.com/MissingMaps/josm_styles/archive/master.zip - https://josm.openstreetmap.de/josmfile?page=Styles/MapWithAI&zip=1 - https://josm.openstreetmap.de/josmfile?page=Styles/ColorWays&style + https://josm.openstreetmap.de/josmfile?page=Styles/iD&zip=1 Validator rules: - https://josm.openstreetmap.de/josmfile?page=Rules/ValidatingBuildingsInHOTTMProjects&zip=1 Last errors/warnings: - 00000.560 W: extended font config - overriding 'filename.Myanmar_Text=mmrtext.ttf' with 'MMRTEXT.TTF' - 00000.562 W: extended font config - overriding 'filename.Mongolian_Baiti=monbaiti.ttf' with 'MONBAITI.TTF' - 00002.967 E: java.security.KeyStoreException: Windows-ROOT not found. Cause: java.security.NoSuchAlgorithmException: Windows-ROOT KeyStore not available - 00004.320 W: Update plugins - You updated your JOSM software. To prevent problems the plugins should be updated as well. Update plugins now?
Attachments (1)
Change History (9)
by , 22 months ago
Attachment: | Screenshot.JPG added |
---|
comment:2 by , 22 months ago
I suspect we just rotated the Maxar key (again). @stoecker: Does Maxar immediately revoke our key, or do they wait some period of time to let us deploy the new key?
@TeBaMa: Please restart JOSM. At this time, we only get the API keys once. We should probably implement some kind of fallback (if (responseCode == 400) clearKey()
), but that would have to be rate limited to avoid killing our server.
Additional troubleshooting steps:
- If you are using the default entry from JOSM, try restarting JOSM. If this doesn’t work, let me know. I’ll ask you to export your imagery preferences and file a ticket.
- If you are using a session file, restart JOSM, open the session file, remove the Maxar layer from the session file and re-add it from the imagery menu, and save the session file.
- If you are using remote control, update the remote control command (this is probably on the project manager)
- In this case, please have the project manager set the imagery to
Maxar-Premium
. They should not be sending raw URLs to JOSM when the raw URL has an API key that can change randomly.
- In this case, please have the project manager set the imagery to
follow-up: 4 comment:3 by , 22 months ago
Currently the new key is the problem, not the old one... ;-)
follow-up: 5 comment:4 by , 22 months ago
Replying to stoecker:
Currently the new key is the problem, not the old one... ;-)
Do you mean that the new key is the one that is causing the expired connect ID
message, or do you mean that getting users on the new key is the problem?
comment:5 by , 22 months ago
Replying to taylor.smock:
Replying to stoecker:
Currently the new key is the problem, not the old one... ;-)
Do you mean that the new key is the one that is causing the
expired connect ID
message, or do you mean that getting users on the new key is the problem?
The new key caused the expired connect ID
message. I reverted it for now.
comment:6 by , 22 months ago
Good to know. Do you think is would be worth it to add a method to JMapViewer's FeatureAdapter
class to reset an API key?
Screenshot