Hi Tim,
Couple comments on build 5.1.0.383 and the reason why Jboss server is not starting:
1. bin/SetEnv.cmd file is setting invalid XAware_home path.
Path defined for xaware_home in SetEnv.cmd file is as follows:
set XAWARE_HOME=C:\XAware_5.1.install4j
After setting correct path as
set XAWARE_HOME=c:\xaware_5.1.383, Jboss server is started correctly.
2. And also same path issue with JRE in SetEnv.cmd file.
set JAVA_HOME=C:\XAware_5.1.install4j\jre
Jeff,
regarding #2 , still same issue is reproducing in build 5.1.0.383:
Detail Steps to reproduce:
1. Downlaod latest build from cruise control.
2. Right click on XAware_windows.zip and select winzip/Extract to c:\XAware_windows.
3. Now double click on XAware_windows.exe file.
In Select Start Menu folder Screen that comes while Installing XAware
1. Select any folder in the list
2. Deselect both "Create Shortcut’s for all users" and "Don’t create Start Menu folder" checkboxes and Click next button.
Immediately Error.log file is created in c:\XAware_windows folder.
3. One more issue in Select Start Menu folder Screen.
In the above said screen, Select any folder in the list and Deselect all checkboxes .
If we drag Vertical scroll bar down, all existing folders are invisible in the list.
Please find the attached screenshot.
jpeters wrote:
QUOTE:
Hi Ravi,
Tim was unable to reproduce #2. Can you try again on a new build.
Thanks,
Jeff...
ravindrach wrote:
QUOTE:
Hi Tim,
Couple of comments on build 5.1.0.374:
1. When i installed XAware by selecting the Install "Java5 JDK" checkbox, following files "jdk-1_5_0_15-linux-i586.bin" and "jdk-1_5_0_15-windows-i586-p.exe" are copied in the installation folder. The size of these 2 files is around 99 MB.
2 In Select Start Menu folder Screen that comes while Installing XAware
1. Select any folder in the list
2. Deselect both "Create Shortcut’s for all users" and "Don’t create Start Menu folder" checkboxes.
On clicking next button following error log file is created in the folder where XAware_windows_5_1.exe exists with the following message:
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at com.install4j.runtime.installer.frontend.components.ProgramGroupSelector$1.valueChanged(Unknown Source)
at javax.swing.JList.fireSelectionValueChanged(Unknown Source)
at javax.swing.JList$ListSelectionHandler.valueChanged(Unknown Source)
at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
at javax.swing.DefaultListSelectionModel.removeIndexInterval(Unknown Source)
at javax.swing.plaf.basic.BasicListUI$Handler.intervalRemoved(Unknown Source)
at javax.swing.AbstractListModel.fireIntervalRemoved(Unknown Source)
at javax.swing.DefaultListModel.removeAllElements(Unknown Source)
at com.install4j.runtime.installer.frontend.components.ProgramGroupSelector.setAllUsers(Unknown Source)
at com.install4j.runtime.beans.screens.StandardProgramGroupScreen$WindowsPanel.actionPerformed(Unknown Source)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.JToggleButton$ToggleButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
3. Jboss Server is not starting.
Thanks,
Ravindra