Opened 18 years ago
Closed 18 years ago
#337 closed defect (worksforme)
josm does not start
Reported by: | mgeiser | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
Hi,
the current josm-latest does not start. Right after startup there is an error message:
An unexpteccted exception occured.
This is always a coding error. If you are running the latest version of JOSM, please consider being kind and file a bug report.
This is what I am doing right now.
I'm using java 6-00-2ubuntu2 on ubuntu 7.04 64bit.
Path: josm
URL: http://www.openstreetmap.de/svn/josm
Repository Root: http://www.openstreetmap.de/svn/josm
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Revision: 343
Node Kind: directory
Last Changed Author: gebner
Last Changed Rev: 343
Last Changed Date: 2007-10-07 13:20:27 +0200 (Sun, 07 Oct 2007)
java.lang.NoClassDefFoundError: org/openstreetmap/josm/data/osm/Segment
at UtilsPlugin.UtilsPlugin.<init>(UtilsPlugin.java:25)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at org.openstreetmap.josm.plugins.PluginInformation.load(PluginInformation.java:129)
at org.openstreetmap.josm.Main.loadPlugins(Main.java:238)
at org.openstreetmap.josm.gui.MainApplication.main(MainApplication.java:149)
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
You were right. I moved the plugins directory away - and presto - JOSM is starting just fine. I do not know yet what plugin caused the problems. We will see.
Delete the UtilsPlugin from ~/.josm/plugins/ (or equivalent location on your OS). Several plugins appear not to work with the change to 0.5, or something like that. I had the same problem with "measurement".
Gerv