﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14948	UnsatisfiedLinkError: no awt in java.library.path	anonymous	team	"==== What steps will reproduce the problem?
1. Attempting to call the relation editor for any of the relations I've downloaded
2. 
3. 

==== What is the expected result?
The relation editor will open.
==== What happens instead?
An error message comes up.
==== Please provide any additional information below. Attach a screenshot if possible.

I am using JOSM for OpenGeofiction, not for OpenStreetMap

{{{
URL:http://josm.openstreetmap.de/svn/trunk
Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last:Changed Date: 2017-05-29 16:19:58 +0200 (Mon, 29 May 2017)
Build-Date:2017-05-29 14:25:03
Revision:12275
Relative:URL: ^/trunk

Identification: JOSM/1.5 (12275 en) Windows 10 64-Bit
OS Build number: Windows 10 Home 1607 (14393)
Memory Usage: 247 MB / 247 MB (68 MB allocated, but free)
Java version: 1.8.0_66-b18, Oracle Corporation, Java HotSpot(TM) Client VM
Screen: \Display0 1600x900
Maximum Screen Size: 1600x900
VM arguments: [-Djava.security.manager, -Djava.security.policy=file:<java.home>\lib\security\javaws.policy, -DtrustProxy=true, -Djnlpx.home=<java.home>\bin, -Djnlpx.origFilenameArg=%UserProfile%\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\56\1ee8cfb8-3ffa5506, -Djnlpx.remove=false, -Djava.util.Arrays.useLegacyMergeSort=true, -Djnlpx.splashport=53353, -Djnlp.application.href=https://josm.openstreetmap.de/download/josm.jnlp, -Djnlpx.jvm=<java.home>\bin\javaw.exe]
Dataset consistency test: No problems found

Plugins:
+ FastDraw (33182)

Last errors/warnings:
- W: Update plugins - org.openstreetmap.josm.plugins.PluginHandler$UpdatePluginsMessagePanel[,0,0,0x0,invalid,layout=java.awt.GridBagLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]
- W: java.net.ConnectException: Connection timed out: connect
- W: java.net.ConnectException: Connection timed out: connect
- E: Handled by bug report queue: java.lang.UnsatisfiedLinkError: no awt in java.library.path
- E: Handled by bug report queue: java.lang.UnsatisfiedLinkError: no awt in java.library.path
- E: Handled by bug report queue: java.lang.UnsatisfiedLinkError: no awt in java.library.path
- E: Handled by bug report queue: java.lang.UnsatisfiedLinkError: no awt in java.library.path
- E: Handled by bug report queue: java.lang.UnsatisfiedLinkError: no awt in java.library.path
- E: Handled by bug report queue: java.lang.UnsatisfiedLinkError: no awt in java.library.path

OSM API: http://opengeofiction.net/api


=== REPORTED CRASH DATA ===
BugReportExceptionHandler#handleException:
No data collected.

Warning issued by: BugReportExceptionHandler#handleException

=== STACK TRACE ===
Thread: AWT-EventQueue-2 (66) of javawsApplicationThreadGroup
java.lang.UnsatisfiedLinkError: no awt in java.library.path
	at java.lang.ClassLoader.loadLibrary(Unknown Source)
	at java.lang.Runtime.loadLibrary0(Unknown Source)
	at java.lang.System.loadLibrary(Unknown Source)
	at sun.java2d.cmm.lcms.LCMS$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.java2d.cmm.lcms.LCMS.getModule(Unknown Source)
	at sun.java2d.cmm.lcms.LcmsServiceProvider.getModule(Unknown Source)
	at sun.java2d.cmm.CMMServiceProvider.getColorManagementModule(Unknown Source)
	at sun.java2d.cmm.CMSManager.getModule(Unknown Source)
	at java.awt.color.ICC_ColorSpace.toRGB(Unknown Source)
	at java.awt.image.ComponentColorModel.getRGBComponent(Unknown Source)
	at java.awt.image.ComponentColorModel.getRed(Unknown Source)
	at org.openstreetmap.josm.tools.ImageProvider.getTransparentColor(ImageProvider.java:1774)
	at org.openstreetmap.josm.tools.ImageProvider.read(ImageProvider.java:1720)
	at org.openstreetmap.josm.tools.ImageProvider.read(ImageProvider.java:1667)
	at org.openstreetmap.josm.tools.ImageProvider.getIfAvailableLocalURL(ImageProvider.java:1097)
	at org.openstreetmap.josm.tools.ImageProvider.getIfAvailableImpl(ImageProvider.java:883)
	at org.openstreetmap.josm.tools.ImageProvider.getResource(ImageProvider.java:635)
	at org.openstreetmap.josm.tools.ImageProvider.get(ImageProvider.java:603)
	at org.openstreetmap.josm.tools.ImageProvider.get(ImageProvider.java:681)
	at org.openstreetmap.josm.gui.dialogs.relation.RelationTreeCellRenderer.<init>(RelationTreeCellRenderer.java:31)
	at org.openstreetmap.josm.gui.dialogs.relation.RelationTree.build(RelationTree.java:41)
	at org.openstreetmap.josm.gui.dialogs.relation.RelationTree.<init>(RelationTree.java:59)
	at org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.build(ChildRelationBrowser.java:80)
	at org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.<init>(ChildRelationBrowser.java:122)
	at org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.<init>(ChildRelationBrowser.java:133)
	at org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor.<init>(GenericRelationEditor.java:231)
	at org.openstreetmap.josm.gui.dialogs.relation.RelationEditor.getEditor(RelationEditor.java:115)
	at org.openstreetmap.josm.actions.relation.EditRelationAction.launchEditor(EditRelationAction.java:64)
	at org.openstreetmap.josm.actions.relation.EditRelationAction.actionPerformed(EditRelationAction.java:81)
	at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
	at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
	at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
	at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
	at java.awt.AWTEventMulticaster.mouseReleased(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)
}}}
"	defect	closed	normal		Core		duplicate	template_report	
