Changes between Version 1 and Version 2 of Ticket #14272
- Timestamp:
- 2017-01-21T13:40:09+01:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14272 – Description
v1 v2 1 1 JOSM hangs on startup, spews endless bug errors, will not let me generate a proper bug report on Ubuntu 16.10. The following is the terminal output: 2 2 3 `2017-01-20 22:41:13.194 INFO: Log level is at INFO (INFO, 800) 3 {{{ 4 2017-01-20 22:41:13.194 INFO: Log level is at INFO (INFO, 800) 4 5 2017-01-20 22:41:13.558 WARNING: java.util.MissingResourceException: Can't find bundle for base name sun.awt.resources.awt, locale en_CA. Cause: java.lang.IllegalAccessException: unnamed modules can't load sun.awt.resources.awt in named module java.desktop 5 6 java.util.MissingResourceException: Can't find bundle for base name sun.awt.resources.awt, locale en_CA … … 148 149 at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-Ubuntu/ThreadPoolExecutor.java:1158) 149 150 at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-Ubuntu/ThreadPoolExecutor.java:632) 150 at java.lang.Thread.run(java.base@9-Ubuntu/Thread.java:843)` 151 at java.lang.Thread.run(java.base@9-Ubuntu/Thread.java:843) 152 }}}