Modify

Opened 5 years ago

Closed 3 years ago

#19243 closed defect (needinfo)

opening shape file in josm after installing open data plugin

Reported by: aimomap Owned by: aimomap
Priority: normal Milestone:
Component: Plugin jts 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-04-06 02:17:07 +0200 (Mon, 06 Apr 2020)
Build-Date:2020-04-06 00:18:43
Revision:16239
Relative:URL: ^/trunk

Identification: JOSM/1.5 (16239 en) Linux elementary OS 5.1.4 Hera
Memory Usage: 1136 MB / 2603 MB (613 MB allocated, but free)
Java version: 1.8.0_252-8u252-b09-1~18.04-b09, Private Build, OpenJDK 64-Bit Server VM
Screen: :0.0 1920x1080
Maximum Screen Size: 1920x1080
Java package: openjdk-8-jre:amd64-8u252-b09-1~18.04
libcommons-compress-java: libcommons-compress-java:all-1.18-1~18.04
libcommons-logging-java: libcommons-logging-java:all-1.2-2
fonts-noto: fonts-noto:all-20171026-2
VM arguments: [-Djosm.restart=true, -Djava.net.useSystemProxies=true]
Dataset consistency test: No problems found

Plugins:
+ CADTools (1008)
+ ImproveOsm (197)
+ buildings_tools (35405)
+ continuosDownload (91)
+ ejml (35313)
+ gpsblam (35221)
+ jaxb (35092)
+ mapwithai (1.4.2)
+ opendata (35405)
+ utilsplugin2 (35440)

Map paint styles:
+ https://josm.openstreetmap.de/josmfile?page=Styles/MapWithAI&zip=1

Last errors/warnings:
- E: org.openstreetmap.josm.plugins.PluginException: An error occurred in plugin jts. Cause: java.lang.ClassNotFoundException: org.openstreetmap.josm.plugins.jts.JTSPlugin
- W: Disable plugin - <html>Could not load plugin 'jts' because the plugin<br>main class 'org.openstreetmap.josm.plugins.jts.JTSPlugin' was not found.<br>Delete from preferences?</html>
- E: Unable to load class org.openstreetmap.josm.plugins.geotools.GeoToolsPlugin from plugin geotools using classloader PluginClassLoader [urls=[]]: java.lang.ClassNotFoundException: org.openstreetmap.josm.plugins.geotools.GeoToolsPlugin
- E: org.openstreetmap.josm.plugins.PluginException: An error occurred in plugin geotools. Cause: java.lang.ClassNotFoundException: org.openstreetmap.josm.plugins.geotools.GeoToolsPlugin
- W: Disable plugin - <html>Could not load plugin 'geotools' because the plugin<br>main class 'org.openstreetmap.josm.plugins.geotools.GeoToolsPlugin' was not found.<br>Delete from preferences?</html>
- E: Handled by bug report queue: java.lang.NoClassDefFoundError: org/locationtech/jts/geom/Geometry. Cause: java.lang.ClassNotFoundException: org.locationtech.jts.geom.Geometry
- W: Warning - <html>JOSM could not find information about the following plugins:<ul><li>continuosDownload</li><li>jaxb</li><li>gpsblam</li><li>utilsplugin2</li><li>CADTools</li><li>opendata</li><li>ImproveOsm</li><li>mapwithai</li><li>buildings_tools</li><li>ejml</li></ul>The plugins are not going to be loaded.</html>
- W: java.util.zip.ZipException: error in opening zip file
- W: PluginException: : org.openstreetmap.josm.plugins.PluginException: Invalid jar file '<josm.userdata>/plugins/apache-commons.jar.new'
- W: Failed to scan file 'apache-commons.jar.new' for plugin information. Skipping.


=== REPORTED CRASH DATA ===
BugReportExceptionHandler#handleException:
No data collected.

Warning issued by: BugReportExceptionHandler#handleException

=== STACK TRACE ===
Thread: main-worker-0 (45) of main
java.lang.NoClassDefFoundError: org/locationtech/jts/geom/Geometry
	at org.openstreetmap.josm.plugins.opendata.core.io.geographic.ShpImporter.parseDataSet(ShpImporter.java:32)
	at org.openstreetmap.josm.gui.io.importexport.OsmImporter.loadLayer(OsmImporter.java:120)
	at org.openstreetmap.josm.gui.io.importexport.OsmImporter.importData(OsmImporter.java:97)
	at org.openstreetmap.josm.plugins.opendata.core.io.AbstractImporter.importData(AbstractImporter.java:59)
	at org.openstreetmap.josm.gui.io.importexport.FileImporter.importDataHandleExceptions(FileImporter.java:98)
	at org.openstreetmap.josm.actions.OpenFileAction$OpenFileTask.importData(OpenFileAction.java:369)
	at org.openstreetmap.josm.actions.OpenFileAction$OpenFileTask.realRun(OpenFileAction.java:319)
	at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:94)
	at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:142)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.ClassNotFoundException: org.locationtech.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
	at org.openstreetmap.josm.plugins.PluginClassLoader.loadClass(PluginClassLoader.java:73)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
	... 14 more

Attachments (0)

Change History (3)

comment:1 by skyper, 5 years ago

Component: CorePlugin jts
Owner: changed from team to Don-vip

Did you try to update the plugins ?

comment:2 by GerdP, 5 years ago

Owner: changed from Don-vip to aimomap
Status: newneedinfo

comment:3 by taylor.smock, 3 years ago

Resolution: needinfo
Status: needinfoclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain aimomap.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.