Martin Malina created JBDS-2979:
-----------------------------------
Summary: Installer: NoSuchFieldException in console
Key: JBDS-2979
URL:
https://issues.jboss.org/browse/JBDS-2979
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: installer
Affects Versions: 8.0.0.Beta1
Environment: OS X 10.9 Mavericks
JBDS 8.0.0.Beta1 B78
Oracle JDK 1.7, 1.8
Reporter: Martin Malina
When I start the JBDS installer using "java -jar installer.jar", I get this
exception in the console right away:
java.lang.NoSuchFieldException: awtAppClassName
{code}
java.lang.NoSuchFieldException: awtAppClassName
at java.lang.Class.getDeclaredField(Class.java:1948)
at com.izforge.izpack.installer.InstallerFrame.buildGUI(InstallerFrame.java:446)
at com.izforge.izpack.installer.InstallerFrame.<init>(InstallerFrame.java:215)
at com.izforge.izpack.installer.GUIInstaller.loadGUI(Unknown Source)
at com.izforge.izpack.installer.GUIInstaller.access$100(Unknown Source)
at com.izforge.izpack.installer.GUIInstaller$2.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:694)
at java.awt.EventQueue$3.run(EventQueue.java:692)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
{code}
It happens both with java 7 and 8 and it's new - it doesn't happen with JBDS 7.1.1
or JBDS 8.0.0.Alpha2.
It doesn't seem it has any impact though.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira