Modify ↓
Opened 4 months ago
Closed 4 months ago
#19974 closed defect (wontfix)
JOSM/Plugins/RemoveRedundantPoints ERROR
Reported by: | anonymous | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
What is the expected result?
What happens instead?
Please provide any additional information below. Attach a screenshot if possible.
URL:https://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2020-10-03 13:42:38 +0200 (Sat, 03 Oct 2020) Build-Date:2020-10-04 01:30:47 Revision:17084 Relative:URL: ^/trunk Identification: JOSM/1.5 (17084 ko) Windows 10 64-Bit OS Build number: Windows 10 Home 2004 (19041) Memory Usage: 801 MB / 1820 MB (655 MB allocated, but free) Java version: 1.8.0_261-b12, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM Look and Feel: com.sun.java.swing.plaf.windows.WindowsLookAndFeel Screen: \Display0 1920x1080 (scaling 1.0x1.0) Maximum Screen Size: 1920x1080 Best cursor sizes: 16x16 -> 32x32, 32x32 -> 32x32 Plugins: + Remove.redundant.points + contourmerge (v0.1.6) + log4j (35092) + merge-overlap (35583) + routing (35405) Last errors/warnings: - 00006.088 E: java.nio.charset.MalformedInputException: Input length = 1 - 00007.584 W: 플러그인 비활성화 - <html>Loading of the plugin "Remove.redundant.points" was requested.<br>This plugin is no longer developed and very likely will produce errors.<br>It should be disabled.<br>Delete from preferences?</html> - 00010.862 W: 플러그인 비활성화 - <html>Loading of the plugin "Remove.redundant.points" was requested.<br>This plugin is no longer developed and very likely will produce errors.<br>It should be disabled.<br>Delete from preferences?</html> - 00025.567 E: 이미지 'images/dialogs/DPimg.png'을(를) 위치시키는 데 실패함 - 00025.583 E: org.openstreetmap.josm.plugins.PluginException: 플러그인 Remove.redundant.points에서 오류 발생. 원인: java.lang.reflect.InvocationTargetException. 원인: java.lang.NoSuchMethodError: org.openstreetmap.josm.plugins.RemoveRedundantPoints.FilterAction.getCurrentDataSet()Lorg/openstreetmap/josm/data/osm/DataSet; - 00025.645 W: 플러그인 비활성화 - 플러그인 'Remove.redundant.points'을(를) 불러올 수 없습니다. 이 플러그인을 목록에서 제거하시겠습니까? - 00037.699 E: Handled by bug report queue: java.lang.NoSuchMethodError: org.openstreetmap.josm.plugins.RemoveRedundantPoints.FilterAction.getCurrentDataSet()Lorg/openstreetmap/josm/data/osm/DataSet; - 00037.871 W: Cannot paint layer, it is not registered: OsmDataLayer [name=11.osm, associatedFile=C:\GPX\11.osm] === REPORTED CRASH DATA === BugReportExceptionHandler#handleException: No data collected. Warning issued by: BugReportExceptionHandler#handleException === STACK TRACE === Thread: AWT-EventQueue-0 (17) of main java.lang.NoSuchMethodError: org.openstreetmap.josm.plugins.RemoveRedundantPoints.FilterAction.getCurrentDataSet()Lorg/openstreetmap/josm/data/osm/DataSet; at org.openstreetmap.josm.plugins.RemoveRedundantPoints.FilterAction.updateEnabledState(FilterAction.java:42) at org.openstreetmap.josm.actions.JosmAction$LayerChangeAdapter.layerAdded(JosmAction.java:446) at org.openstreetmap.josm.gui.layer.LayerManager.fireLayerAdded(LayerManager.java:458) at org.openstreetmap.josm.gui.layer.LayerManager.realAddLayer(LayerManager.java:233) at org.openstreetmap.josm.gui.layer.MainLayerManager.realAddLayer(MainLayerManager.java:284) at org.openstreetmap.josm.gui.layer.LayerManager.lambda$addLayer$0(LayerManager.java:217) at org.openstreetmap.josm.gui.util.GuiHelper.runInEDTAndWaitWithException(GuiHelper.java:240) at org.openstreetmap.josm.gui.layer.LayerManager.addLayer(LayerManager.java:217) at org.openstreetmap.josm.gui.layer.LayerManager.addLayer(LayerManager.java:206) at org.openstreetmap.josm.gui.io.importexport.OsmImporter.lambda$importData$0(OsmImporter.java:103) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.WaitDispatchSupport$2.run(Unknown Source) at java.awt.WaitDispatchSupport$4.run(Unknown Source) at java.awt.WaitDispatchSupport$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(Unknown Source) at java.awt.Dialog.show(Unknown Source) at java.awt.Component.show(Unknown Source) at java.awt.Component.setVisible(Unknown Source) at java.awt.Window.setVisible(Unknown Source) at java.awt.Dialog.setVisible(Unknown Source) at org.openstreetmap.josm.gui.progress.swing.PleaseWaitProgressMonitor.lambda$doBeginTask$3(PleaseWaitProgressMonitor.java:255) at org.openstreetmap.josm.gui.progress.swing.PleaseWaitProgressMonitor.lambda$doInEDT$0(PleaseWaitProgressMonitor.java:113) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Plugin RemoveRedundantPoints is unmaintained. Remove it and/or try reporting the bug here:
https://github.com/bularcasergiu/RemoveRedundantPoints