Hide Forgot
Both Keith and Len have seen the following when trying to use the ER7 installer Myself, Alan and Kurt have managed to install it successfully. MD5 (jboss-fsw-installer-6.0.0.ER7-redhat-1.jar) = 9a2b77a0bf5175fd9844e1e92da9dbd2 java.lang.NullPointerException at java.util.Hashtable.put(Hashtable.java:394) at java.util.Properties.setProperty(Properties.java:143) at com.redhat.installer.postinstall.SQLRunner.run(SQLRunner.java:61) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.izforge.izpack.installer.ProcessPanelWorker$ExecutableClass.run(ProcessPanelWorker.java:760) at com.izforge.izpack.installer.ProcessPanelWorker$ProcessingJob.run(ProcessPanelWorker.java:516) at com.izforge.izpack.installer.ProcessPanelWorker.runJob(ProcessPanelWorker.java:462) at com.izforge.izpack.installer.ProcessPanelWorker.run(ProcessPanelWorker.java:388) at java.lang.Thread.run(Thread.java:695) Initial investigation seems to suggest an environmental issue
This NPE results from the jboss.server.data.dir query to the server not being answered in previous steps. Thus, it is null, and a call to setProperty() with a null value results in this NPE.
Fixed in ER7-2.
Verified in ER7-2