[Talk-at] JOSM - Java Fehler bei Import

Clemens Schüller cs.mlists+osm-talk-at at mailbox.org
Mon Apr 6 14:13:42 UTC 2015


Hallo!

Wenn ich einen Ausschnitt mit Strg+Umschalt+unten herunterladen will,
bekomme ich eine Fehlermeldung.

Da ich absolut nicht java affin bin, frag ich mich, wo hier der Fehler
liegen könnte.


╭────
│{{{
│Revision: 8168
│Is-Local-Build: true
│Build-Date: 2015-04-06 12:48:28
│
│Identification: JOSM/1.5 (8168 SVN de) Linux Sabayon Linux amd64 15.04
│Memory Usage: 165 MB / 1760 MB (107 MB allocated, but free)
│Java version: 1.8.0_05, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM
│Java package: oracle-jdk-bin:
│1.7.0.45
│1.8.0.5
│VM arguments: [-Djava.library.path=/lib:/usr/lib]
│
│Plugins:
│- OpeningHoursEditor (30962)
│- RoadSigns (30977)
│- geotools (31068)
│- jts (31002)
│- mapdust (30892)
│- measurement (30892)
│- opendata (31050)
│- print (30892)
│- public_transport (30892)
│- routes (30892)
│- utilsplugin2 (31072)
│
│Last errors/warnings:
│- E: java.lang.ExceptionInInitializerError. Ursache: org.apache.commons.logging.LogConfigurationException: java.lang.ClassNotFoundException: org.apache.commons.logging.impl.LogFactoryImpl (Caused by java.lang.ClassNotFoundException: org.apache.commons.logging.impl.LogFactoryImpl). Ursache: java.lang.ClassNotFoundException: org.apache.commons.logging.impl.LogFactoryImpl
│
│java.lang.ExceptionInInitializerError
│	at org.openstreetmap.josm.data.cache.JCSCacheManager.initialize(JCSCacheManager.java:86)
│	at org.openstreetmap.josm.data.cache.JCSCacheManager.getCache(JCSCacheManager.java:130)
│	at org.openstreetmap.josm.data.imagery.TMSCachedTileLoader.<init>(TMSCachedTileLoader.java:48)
│	at org.openstreetmap.josm.gui.layer.TMSLayer$1.makeTileLoader(TMSLayer.java:143)
│	at org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser.<init>(SlippyMapBBoxChooser.java:141)
│	at org.openstreetmap.josm.gui.download.SlippyMapChooser.<init>(SlippyMapChooser.java:34)
│	at org.openstreetmap.josm.gui.download.DownloadDialog.buildMainPanel(DownloadDialog.java:109)
│	at org.openstreetmap.josm.gui.download.DownloadDialog.<init>(DownloadDialog.java:208)
│	at org.openstreetmap.josm.gui.download.DownloadDialog.getInstance(DownloadDialog.java:64)
│	at org.openstreetmap.josm.actions.DownloadAction.actionPerformed(DownloadAction.java:41)
│	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
│	at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2346)
│	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
│	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
│	at javax.swing.AbstractButton.doClick(AbstractButton.java:376)
│	at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:833)
│	at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:877)
│	at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
│	at java.awt.Component.processMouseEvent(Component.java:6527)
│	at javax.swing.JComponent.processMouseEvent(JComponent.java:3321)
│	at java.awt.Component.processEvent(Component.java:6292)
│	at java.awt.Container.processEvent(Container.java:2234)
│	at java.awt.Component.dispatchEventImpl(Component.java:4883)
│	at java.awt.Container.dispatchEventImpl(Container.java:2292)
│	at java.awt.Component.dispatchEvent(Component.java:4705)
│	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4898)
│	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4533)
│	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4462)
│	at java.awt.Container.dispatchEventImpl(Container.java:2278)
│	at java.awt.Window.dispatchEventImpl(Window.java:2739)
│	at java.awt.Component.dispatchEvent(Component.java:4705)
│	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:746)
│	at java.awt.EventQueue.access$400(EventQueue.java:97)
│	at java.awt.EventQueue$3.run(EventQueue.java:697)
│	at java.awt.EventQueue$3.run(EventQueue.java:691)
│	at java.security.AccessController.doPrivileged(Native Method)
│	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
│	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:86)
│	at java.awt.EventQueue$4.run(EventQueue.java:719)
│	at java.awt.EventQueue$4.run(EventQueue.java:717)
│	at java.security.AccessController.doPrivileged(Native Method)
│	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
│	at java.awt.EventQueue.dispatchEvent(EventQueue.java:716)
│	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
│	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
│	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
│	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
│	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
│	at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
│Caused by: org.apache.commons.logging.LogConfigurationException: java.lang.ClassNotFoundException: org.apache.commons.logging.impl.LogFactoryImpl (Caused by java.lang.ClassNotFoundException: org.apache.commons.logging.impl.LogFactoryImpl)
│	at org.apache.commons.logging.LogFactory.createFactory(LogFactory.java:1158)
│	at org.apache.commons.logging.LogFactory$2.run(LogFactory.java:960)
│	at java.security.AccessController.doPrivileged(Native Method)
│	at org.apache.commons.logging.LogFactory.newFactory(LogFactory.java:957)
│	at org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:624)
│	at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:655)
│	at org.apache.commons.jcs.engine.control.CompositeCacheManager.<clinit>(CompositeCacheManager.java:74)
│	... 49 more
│Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.impl.LogFactoryImpl
│	at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
│	at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
│	at java.security.AccessController.doPrivileged(Native Method)
│	at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
│	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
│	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
│	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
│	at org.apache.commons.logging.LogFactory.createFactory(LogFactory.java:1020)
│	... 55 more
│}}}
╰────

-- 
Beste Grüße, Clemens Schüller



More information about the Talk-at mailing list