| | 139 | |
| | 140 | Adding the tag2link sources does not resolve the issue with the wikipedia plugin: |
| | 141 | {{{ |
| | 142 | Using /usr/lib/jvm/java-11-openjdk-amd64/bin/java to execute josm. |
| | 143 | 2020-06-02 19:46:50.029 INFO: Log level is at INFO (INFO, 800) |
| | 144 | 2020-06-02 19:46:52.046 INFO: Detected useable IPv6 network, preferring IPv6 over IPv4 after next restart. |
| | 145 | 2020-06-02 19:46:52.493 INFO: loading plugin 'jaxb' (version 35092) |
| | 146 | 2020-06-02 19:46:53.366 INFO: GET https://api.openstreetmap.org/api/0.6/user/details -> HTTP/1.1 200 (220 ms; 399 B) |
| | 147 | 2020-06-02 19:46:53.575 INFO: Obtained 68 Tag2Link rules from /usr/share/josm/webjars/tag2link/2020.5.16/index.json |
| | 148 | 2020-06-02 19:46:55.327 INFO: loading plugin 'reverter' (version 35474) |
| | 149 | 2020-06-02 19:46:55.371 INFO: RemoteControl: adding command "revert_changeset" (handled by RevertChangesetHandler) |
| | 150 | 2020-06-02 19:46:55.373 INFO: loading plugin 'apache-commons' (version 35362) |
| | 151 | 2020-06-02 19:46:55.374 INFO: loading plugin 'jts' (version 35122) |
| | 152 | 2020-06-02 19:46:55.375 INFO: loading plugin 'ejml' (version 35313) |
| | 153 | 2020-06-02 19:46:55.382 INFO: loading plugin 'geotools' (version 35169) |
| | 154 | 2020-06-02 19:46:55.592 INFO: Warp/affine reduction enabled: true |
| | 155 | log4j:WARN No appenders could be found for logger (hsqldb.db.HSQLDB6BD103EBD8.ENGINE). |
| | 156 | log4j:WARN Please initialize the log4j system properly. |
| | 157 | log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. |
| | 158 | 2020-06-02 19:46:56.262 INFO: loading plugin 'utilsplugin2' (version 35476) |
| | 159 | 2020-06-02 19:46:56.327 INFO: loading plugin 'HouseNumberTaggingTool' (version 35248) |
| | 160 | 2020-06-02 19:46:56.344 INFO: loading plugin 'opendata' (version 35405) |
| | 161 | 2020-06-02 19:46:56.367 INFO: loading plugin 'RoadSigns' (version 35424) |
| | 162 | 2020-06-02 19:46:56.388 INFO: loading plugin 'SimplifyArea' (version 35405) |
| | 163 | 2020-06-02 19:46:56.391 INFO: loading plugin 'FixAddresses' (version 35343) |
| | 164 | 2020-06-02 19:46:56.417 INFO: loading plugin 'editgpx' (version 35248) |
| | 165 | 2020-06-02 19:46:56.418 INFO: loading plugin 'AddrInterpolation' (version 35405) |
| | 166 | 2020-06-02 19:46:56.421 INFO: loading plugin 'terracer' (version 35327) |
| | 167 | 2020-06-02 19:46:56.441 INFO: loading plugin 'turnrestrictions' (version 35405) |
| | 168 | 2020-06-02 19:46:56.446 INFO: loading plugin 'wikipedia' (version 1.1.4) |
| | 169 | 2020-06-02 19:46:56.679 SEVERE: java.lang.reflect.InvocationTargetException. Cause: java.lang.NoClassDefFoundError: Could not initialize class org.openstreetmap.josm.data.cache.JCSCacheManager |
| | 170 | java.lang.reflect.InvocationTargetException |
| | 171 | at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) |
| | 172 | at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) |
| | 173 | at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) |
| | 174 | at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) |
| | 175 | at org.openstreetmap.josm.data.validation.OsmValidator.addTest(OsmValidator.java:163) |
| | 176 | at org.wikipedia.WikipediaPlugin.<init>(WikipediaPlugin.java:58) |
| | 177 | at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) |
| | 178 | at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) |
| | 179 | at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) |
| | 180 | at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) |
| | 181 | at org.openstreetmap.josm.plugins.PluginInformation.load(PluginInformation.java:364) |
| | 182 | at org.openstreetmap.josm.plugins.PluginHandler.loadPlugin(PluginHandler.java:804) |
| | 183 | at org.openstreetmap.josm.plugins.PluginHandler.loadPlugins(PluginHandler.java:890) |
| | 184 | at org.openstreetmap.josm.plugins.PluginHandler.loadLatePlugins(PluginHandler.java:933) |
| | 185 | at org.openstreetmap.josm.gui.MainApplication.loadLatePlugins(MainApplication.java:1145) |
| | 186 | at org.openstreetmap.josm.gui.MainApplication.mainJOSM(MainApplication.java:917) |
| | 187 | at org.openstreetmap.josm.gui.MainApplication$3.processArguments(MainApplication.java:276) |
| | 188 | at org.openstreetmap.josm.gui.MainApplication.main(MainApplication.java:712) |
| | 189 | Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.openstreetmap.josm.data.cache.JCSCacheManager |
| | 190 | at org.wikipedia.Caches.<clinit>(Caches.java:10) |
| | 191 | at org.wikipedia.api.ApiQueryClient.query(ApiQueryClient.java:40) |
| | 192 | at org.wikipedia.validator.WikipediaValueFormat.<init>(WikipediaValueFormat.java:50) |
| | 193 | ... 18 more |
| | 194 | |
| | 195 | 2020-06-02 19:46:56.680 INFO: loading plugin 'DirectUpload' (version 35248) |
| | 196 | 2020-06-02 19:46:56.685 INFO: loading plugin 'turnlanes' (version 35405) |
| | 197 | 2020-06-02 19:46:56.686 INFO: loading plugin 'todo' (version 30306) |
| | 198 | 2020-06-02 19:46:56.689 INFO: loading plugin 'pbf' (version 35446) |
| | 199 | 2020-06-02 19:46:56.694 INFO: loading plugin 'OpeningHoursEditor' (version 35414) |
| | 200 | 2020-06-02 19:46:56.697 INFO: loading plugin 'poly' (version 35248) |
| | 201 | 2020-06-02 19:46:56.700 INFO: loading plugin 'buildings_tools' (version 35474) |
| | 202 | 2020-06-02 19:46:56.708 INFO: loading plugin 'waydownloader' (version 35405) |
| | 203 | 2020-06-02 19:46:56.975 INFO: RemoteControl::Accepting remote connections on /127.0.0.1:8111 |
| | 204 | 2020-06-02 19:46:56.977 INFO: Message notifier active (checks every 5 minutes) |
| | 205 | 2020-06-02 19:46:56.978 INFO: RemoteControl::Accepting remote connections on /0:0:0:0:0:0:0:1:8111 |
| | 206 | 2020-06-02 19:46:56.978 INFO: Changeset updater active (checks every 60 minutes if open changesets have been closed) |
| | 207 | 2020-06-02 19:46:57.030 INFO: GET https://api.openstreetmap.org/api/0.6/user/details (get number of unread messages) -> HTTP/1.1 200 (52 ms; 399 B) |
| | 208 | 2020-06-02 19:46:57.055 INFO: Open file: /home/bas/multimedia/osm/projects/areas/old-style.osm.pbf (7577 bytes) |
| | 209 | 2020-06-02 19:46:57.165 INFO: Open file: /home/bas/multimedia/osm/projects/areas/old-style.osm.pbf (7577 bytes) completed in 110 ms |
| | 210 | 2020-06-02 19:46:57.662 SEVERE: Handled by bug report queue: org.openstreetmap.josm.plugins.PluginException: An error occurred in plugin wikipedia. Cause: java.lang.reflect.InvocationTargetException. Cause: java.lang.NoClassDefFoundError: Could not initialize class org.wikipedia.Caches |
| | 211 | org.openstreetmap.josm.plugins.PluginException: An error occurred in plugin wikipedia |
| | 212 | at org.openstreetmap.josm.plugins.PluginProxy.handlePluginException(PluginProxy.java:60) |
| | 213 | at org.openstreetmap.josm.plugins.PluginProxy.mapFrameInitialized(PluginProxy.java:71) |
| | 214 | at org.openstreetmap.josm.gui.MainPanel.updateContent(MainPanel.java:80) |
| | 215 | at org.openstreetmap.josm.gui.MainPanel$1.beforeFirstLayerAdded(MainPanel.java:157) |
| | 216 | at org.openstreetmap.josm.gui.layer.MainLayerManager.realAddLayer(MainLayerManager.java:281) |
| | 217 | at org.openstreetmap.josm.gui.layer.LayerManager.lambda$addLayer$0(LayerManager.java:217) |
| | 218 | at org.openstreetmap.josm.gui.util.GuiHelper.runInEDTAndWaitWithException(GuiHelper.java:240) |
| | 219 | at org.openstreetmap.josm.gui.layer.LayerManager.addLayer(LayerManager.java:217) |
| | 220 | at org.openstreetmap.josm.gui.layer.LayerManager.addLayer(LayerManager.java:206) |
| | 221 | at org.openstreetmap.josm.gui.io.importexport.OsmImporter.lambda$importData$0(OsmImporter.java:103) |
| | 222 | at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313) |
| | 223 | at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770) |
| | 224 | at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721) |
| | 225 | at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715) |
| | 226 | at java.base/java.security.AccessController.doPrivileged(Native Method) |
| | 227 | at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85) |
| | 228 | at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740) |
| | 229 | at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203) |
| | 230 | at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) |
| | 231 | at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:117) |
| | 232 | at java.desktop/java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:190) |
| | 233 | at java.desktop/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:235) |
| | 234 | at java.desktop/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:233) |
| | 235 | at java.base/java.security.AccessController.doPrivileged(Native Method) |
| | 236 | at java.desktop/java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:233) |
| | 237 | at java.desktop/java.awt.Dialog.show(Dialog.java:1070) |
| | 238 | at java.desktop/java.awt.Component.show(Component.java:1716) |
| | 239 | at java.desktop/java.awt.Component.setVisible(Component.java:1663) |
| | 240 | at java.desktop/java.awt.Window.setVisible(Window.java:1031) |
| | 241 | at java.desktop/java.awt.Dialog.setVisible(Dialog.java:1005) |
| | 242 | at org.openstreetmap.josm.gui.progress.swing.PleaseWaitProgressMonitor.lambda$doBeginTask$3(PleaseWaitProgressMonitor.java:255) |
| | 243 | at org.openstreetmap.josm.gui.progress.swing.PleaseWaitProgressMonitor.lambda$doInEDT$0(PleaseWaitProgressMonitor.java:113) |
| | 244 | at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313) |
| | 245 | at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770) |
| | 246 | at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721) |
| | 247 | at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715) |
| | 248 | at java.base/java.security.AccessController.doPrivileged(Native Method) |
| | 249 | at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85) |
| | 250 | at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740) |
| | 251 | at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203) |
| | 252 | at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) |
| | 253 | at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113) |
| | 254 | at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109) |
| | 255 | at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) |
| | 256 | at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90) |
| | 257 | Caused by: java.lang.reflect.InvocationTargetException |
| | 258 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) |
| | 259 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) |
| | 260 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
| | 261 | at java.base/java.lang.reflect.Method.invoke(Method.java:566) |
| | 262 | at org.openstreetmap.josm.plugins.PluginProxy.mapFrameInitialized(PluginProxy.java:66) |
| | 263 | ... 43 more |
| | 264 | Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.wikipedia.Caches |
| | 265 | at org.wikipedia.api.ApiQueryClient.query(ApiQueryClient.java:40) |
| | 266 | at org.wikipedia.WikipediaApp.<init>(WikipediaApp.java:58) |
| | 267 | at org.wikipedia.WikipediaApp.forLanguage(WikipediaApp.java:71) |
| | 268 | at org.wikipedia.gui.WikipediaToggleDialog.newWikipediaApp(WikipediaToggleDialog.java:162) |
| | 269 | at org.wikipedia.gui.WikipediaToggleDialog.updateTitle(WikipediaToggleDialog.java:144) |
| | 270 | at org.wikipedia.gui.WikipediaToggleDialog.<init>(WikipediaToggleDialog.java:88) |
| | 271 | at org.wikipedia.WikipediaPlugin.mapFrameInitialized(WikipediaPlugin.java:72) |
| | 272 | ... 48 more |
| | 273 | |
| | 274 | 2020-06-02 19:46:57.748 INFO: Reassigning shortcut 'subwindow:todo' from null to 576 because of conflict with Ctrl+Shift+T |
| | 275 | 2020-06-02 19:46:57.748 INFO: Silent shortcut conflict: 'subwindow:todo' moved by 'tool:revert' to 'Alt+Shift+F1'. |
| | 276 | 2020-06-02 19:46:57.914 INFO: Switching map mode from (none) to SelectAction |
| | 277 | 2020-06-02 19:46:58.183 INFO: Update plugins - <html>An unexpected exception occurred that may have come from the 'wikipedia' plugin.<br>According to the information within the plugin, the author is floscher <incoming+josm-plugin-wikipedia-6702380-issue-@incoming.gitlab.com>, simon04.<br>Try updating to the newest version of this plugin before reporting a bug.</html> |
| | 278 | 2020-06-02 19:47:08.812 WARNING: Warning - <html>JOSM could not find information about the following plugins:<ul><li>apache-commons</li><li>HouseNumberTaggingTool</li><li>geotools</li><li>opendata</li><li>RoadSigns</li><li>SimplifyArea</li><li>FixAddresses</li><li>jaxb</li><li>editgpx</li><li>utilsplugin2</li><li>AddrInterpolation</li><li>terracer</li><li>turnrestrictions</li><li>wikipedia</li><li>jts</li><li>DirectUpload</li><li>ejml</li><li>turnlanes</li><li>reverter</li><li>todo</li><li>pbf</li><li>OpeningHoursEditor</li><li>poly</li><li>buildings_tools</li><li>waydownloader</li></ul>The plugins are not going to be loaded.</html> |
| | 279 | 2020-06-02 19:47:09.037 INFO: GET https://josm.openstreetmap.de/pluginicons?plugins=apache-commons,HouseNumberTaggingTool,geotools,opendata,RoadSigns,SimplifyArea,FixAddresses,jaxb,editgpx,utilsplugin2,AddrInterpolation,terracer,turnrestrictions,wikipedia,jts,DirectUpload,ejml,turnlanes,reverter,todo,pbf,OpeningHoursEditor,poly,buildings_tools,waydownloader -> HTTP/1.1 200 (240 ms) |
| | 280 | 2020-06-02 19:47:10.966 INFO: GET https://josm.openstreetmap.de/tested -> HTTP/1.1 200 (37 ms) |
| | 281 | }}} |