[
https://issues.redhat.com/browse/JBDS-4790?page=com.atlassian.jira.plugin...
]
Jeff MAURY updated JBDS-4790:
-----------------------------
Fix Version/s: 12.16.0.AM1
(was: 12.15.0.GA)
Installer tests sometimes thrown a security exception in after
installer test
-----------------------------------------------------------------------------
Key: JBDS-4790
URL:
https://issues.redhat.com/browse/JBDS-4790
Project: Red Hat CodeReady Studio (devstudio)
Issue Type: Bug
Components: install-tests
Affects Versions: 12.13.0.AM1
Reporter: Ondrej Dockal
Assignee: Ondrej Dockal
Priority: Major
Fix For: 12.16.0.AM1
devstudio-installer.test/target/uitestlogs/installer/jemmy-err.log:
{code}
java.lang.SecurityException
at
com.jboss.jbds.installer.test.TestBase$SecurityManagerImpl.checkExit(TestBase.java:347)
at java.base/java.lang.Runtime.exit(Runtime.java:113)
at java.base/java.lang.System.exit(System.java:1746)
at com.izforge.izpack.util.Housekeeper.shutDown(Unknown Source)
at com.izforge.izpack.installer.InstallerFrame.exit(InstallerFrame.java:1186)
at
com.izforge.izpack.installer.InstallerFrame$NavigationHandler.actionPerformed(InstallerFrame.java:1587)
at
java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967)
at
java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
at
java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
at java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
at
java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:279)
at java.desktop/java.awt.Component.processMouseEvent(Component.java:6632)
at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342)
at java.desktop/java.awt.Component.processEvent(Component.java:6397)
at java.desktop/java.awt.Container.processEvent(Container.java:2263)
at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5008)
at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
at org.netbeans.jemmy.QueueTool$JemmyQueue.dispatchEvent(QueueTool.java:588)
at
java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at
java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at
java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)