Modify

Opened 5 years ago

Closed 3 years ago

#19584 closed defect (needinfo)

NoClassDefFoundError: Could not initialize class java.awt.dnd.DragSource

Reported by: anonymous Owned by: anonymous
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: 2019-04-28 04:36:41 +0200 (Sun, 28 Apr 2019)
Build-Date:2019-04-28 02:37:58
Revision:15031
Relative:URL: ^/trunk

Identification: JOSM/1.5 (15031 en) Windows 10 64-Bit
OS Build number: Windows 10 Enterprise 2004 (19041)
Memory Usage: 285 MB / 989 MB (114 MB allocated, but free)
Java version: 1.8.0_251-b08, Oracle Corporation, Java HotSpot(TM) Client VM
Screen: \Display0 1366x768
Maximum Screen Size: 1366x768
Dataset consistency test: No problems found

Plugins:
+ CADTools (1008)
+ DirectDownload (34977)
+ DirectUpload (35041)
+ Tracer (35313)
+ Tracer-testing
+ apache-commons (35362)
+ apache-http (35092)
+ auto_tools (73)
+ buildings_tools (35474)
+ ejml (35313)
+ geohash
+ geotools (35169)
+ imagery_offset_db (35405)
+ jaxb (35092)
+ jna (35092)
+ jts (35122)
+ log4j (35092)
+ opendata (35125)
+ pbf (35446)
+ routing (35405)
+ tageditor (35258)
+ tagging-preset-tester (35248)
+ todo (30306)
+ turnlanes-tagging (283)
+ turnrestrictions (35405)
+ utilsplugin2 (35476)

Last errors/warnings:
- W: Warning - <html>Plugin geohash requires JOSM version 15937. The current JOSM version is 15031.<br>You have to update JOSM in order to use this plugin.</html>
- W: Warning - <html>Plugin Tracer-testing requires JOSM version 15386. The current JOSM version is 15031.<br>You have to update JOSM in order to use this plugin.</html>
- W: No configuration settings found.  Using hardcoded default values for all pools.
- W: Pending errors and warnings - <html>There is still an unresolved error or warning identified for this turn restriction. You are recommended to resolve this issue first.<br>Do you want to save anyway?
- E: Handled by bug report queue: java.lang.ExceptionInInitializerError. Cause: java.lang.RuntimeException: failed to load system cursor: DnD.Cursor.CopyDrop : cannot load system cursor: CopyDrop.32x32
- E: Handled by bug report queue: java.lang.NoClassDefFoundError: Could not initialize class java.awt.dnd.DragSource


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

Warning issued by: BugReportExceptionHandler#handleException

=== STACK TRACE ===
Thread: AWT-EventQueue-0 (15) of main
java.lang.NoClassDefFoundError: Could not initialize class java.awt.dnd.DragSource
	at javax.swing.plaf.basic.DragRecognitionSupport.mousePressedImpl(Unknown Source)
	at javax.swing.plaf.basic.DragRecognitionSupport.mousePressed(Unknown Source)
	at javax.swing.plaf.basic.BasicTableUI$Handler.mousePressedDND(Unknown Source)
	at javax.swing.plaf.basic.BasicTableUI$Handler.mousePressed(Unknown Source)
	at java.awt.AWTEventMulticaster.mousePressed(Unknown Source)
	at java.awt.AWTEventMulticaster.mousePressed(Unknown Source)
	at java.awt.AWTEventMulticaster.mousePressed(Unknown Source)
	at java.awt.AWTEventMulticaster.mousePressed(Unknown Source)
	at java.awt.Component.processMouseEvent(Unknown Source)
	at javax.swing.JComponent.processMouseEvent(Unknown Source)
	at java.awt.Component.processEvent(Unknown Source)
	at java.awt.Container.processEvent(Unknown Source)
	at java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
	at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
	at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Window.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(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.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue$4.run(Unknown Source)
	at java.awt.EventQueue$4.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)

Change History (5)

in reply to:  description comment:1 by skyper, 5 years ago

Replying to anonymous:


Revision:15031

Last errors/warnings:

  • W: Warning - <html>Plugin geohash requires JOSM version 15937. The current JOSM version is 15031.<br>You have to update JOSM in order to use this plugin.</html>
  • W: Warning - <html>Plugin Tracer-testing requires JOSM version 15386. The current JOSM version is 15031.<br>You have to update JOSM in order to use this plugin.</html>

Your JOSM version is over one year old. Please update JOSM.

in reply to:  description comment:2 by Klumbumbus, 5 years ago

Owner: changed from team to anonymous
Status: newneedinfo

Replying to anonym:

Java version: 1.8.0_251-b08

Please also update your Java to 1.8.0_261 (or Java 14 if you don't need webstart) and let us know if the bug appears again.

(similar tickets)

comment:3 by simon04, 5 years ago

Related but different: #15058

comment:4 by simon04, 5 years ago

Summary: Suddenly there is error occuredNoClassDefFoundError: Could not initialize class java.awt.dnd.DragSource

comment:5 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 anonymous.
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.