-
Bug
-
Resolution: Done
-
Major
-
EAP_EWP 5.3.0.ER2
-
None
-
Not Required
-
NEW
Description of problem:
Console installer will throw a NullPointerException once I try to use HornetQ as Java Messaging Service.
Steps to Reproduce:
1. Run the console installer
2. Select HornetQ as JMS
Please select which Java Messaging Service (JMS) you wish to install ------------------------------------------ Choices of JMS: 0 [x] JBoss Messaging 1 [ ] HornetQ Input Selection: 1
3. Finish the installation using default values
Actual results:
NPE is thrown right before HornetQ Options
java.lang.NullPointerException at org.jboss.install.SecurityUtil.encode(Unknown Source) at org.jboss.install.PasswordHelper.executeAction(Unknown Source) at com.izforge.izpack.installer.ConsoleInstaller.iterateAndPerformAction(Unknown Source) at com.izforge.izpack.installer.ConsoleInstaller.doInstall(Unknown Source) at com.izforge.izpack.installer.ConsoleInstaller.run(Unknown Source) at com.izforge.izpack.installer.Installer.main(Unknown Source) HornetQ Options ...
Expected results:
No NPE during installation
Additional info:
I am able to finish the installation