| Summary: | Installer hangs when canceling the installation location message | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Data Virtualization 6 | Reporter: | Andrej Smigala <asmigala> |
| Component: | Installer | Assignee: | Thomas Hauser <thauser> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Andrej Smigala <asmigala> |
| Severity: | urgent | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.3.0 | CC: | drieden, jstastny, mbaluch, mvaghela, vhalbert |
| Target Milestone: | ER4 | ||
| Target Release: | 6.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-08-24 11:38:28 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
I am unable to reproduce this issue. Can you provide details about OS / JDK versions please? This is on Fedora 22, openjdk 1.8.0. Same behaviour on RHEL 7.2 Also reproducible on Windows 2008 Mansi - was a fix made to this? The state was moved to Modified. If there was a fix, will it be picked up in the ER4 build? Hi Debi, Yes this bug has been fixed and is included in the ER4 build. Thanks, Mansi |
Steps to reproduce: # start the installer # accept the terms, click Next # click Next, the message pops up # click Cancel # the installer hangs Furthermore, the following stacktrace is logged in the console: Exception in thread "Thread-1" java.lang.NullPointerException at com.redhat.installer.layering.action.SetSecurityDefaults.executeAction(SetSecurityDefaults.java:73) at com.izforge.izpack.installer.IzPanel.executePostValidationActions(IzPanel.java:1514) at com.izforge.izpack.installer.InstallerFrame.navigateNext(InstallerFrame.java:1634) at com.izforge.izpack.installer.InstallerFrame.navigateNext(InstallerFrame.java:1618) at com.izforge.izpack.installer.InstallerFrame$NavigationHandler.navigate(InstallerFrame.java:1783) at com.izforge.izpack.installer.InstallerFrame$NavigationHandler.access$100(InstallerFrame.java:1750) at com.izforge.izpack.installer.InstallerFrame$NavigationHandler$1.run(InstallerFrame.java:1767) at java.lang.Thread.run(Thread.java:745)