cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
tmrobison
Level 2

Console mode: method not available - GUIGroupData.*

I have an InstallAnywhere project that allows Windows users to install via the UI mode and Linux users to install via the console mode. When my Linux users start the installer, however, they see the errors shown below.

I know that I can send errors to null or to another file, but I'd like my users to see any legitimate errors that might occur during installation. Does anyone know what is causing these errors or an easy way to get rid of them?

Thanks!


...

Preparing CONSOLE Mode Installation...

**** A parameter to a method was not available: method not invoked
- GUIGroupData.setLabelsFont(
null)
**** A parameter to a method was not available: method not invoked
- GUIGroupData.setLabelsFontColor(
null)
**** A parameter to a method was not available: method not invoked
- GUIGroupData.setCaptionsFont(
null)
**** A parameter to a method was not available: method not invoked
- GUIGroupData.setCaptionsFontColor(
null)
**** A parameter to a method was not available: method not invoked
- GUIGroupData.setControlsFont(
null)
**** A parameter to a method was not available: method not invoked
- GUIGroupData.setControlsFontColor(
null)
**** A parameter to a method was not available: method not invoked
- GUIGroupData.setControlsBackgroundColor(
null)
**** A parameter to a method was not available: method not invoked
- GUIGroupData.setLabelsFont(
null)
**** A parameter to a method was not available: method not invoked
- GUIGroupData.setLabelsFontColor(
null)
**** A parameter to a method was not available: method not invoked
- GUIGroupData.setCaptionsFont(
null)
**** A parameter to a method was not available: method not invoked
- GUIGroupData.setCaptionsFontColor(
null)
**** A parameter to a method was not available: method not invoked
- GUIGroupData.setControlsFont(
null)
**** A parameter to a method was not available: method not invoked
- GUIGroupData.setControlsFontColor(
null)
**** A parameter to a method was not available: method not invoked
- GUIGroupData.setControlsBackgroundColor(
null)
**** A parameter to a method was not available: method not invoked
- GUIGroupData.setLabelsFont(
null)
**** A parameter to a method was not available: method not invoked
- GUIGroupData.setLabelsFontColor(
null)
**** A parameter to a method was not available: method not invoked
- GUIGroupData.setCaptionsFont(
null)
**** A parameter to a method was not available: method not invoked
- GUIGroupData.setCaptionsFontColor(
null)
**** A parameter to a method was not available: method not invoked
- GUIGroupData.setControlsFont(
null)
**** A parameter to a method was not available: method not invoked
- GUIGroupData.setControlsFontColor(
null)
**** A parameter to a method was not available: method not invoked
- GUIGroupData.setControlsBackgroundColor(
null)
**** A parameter to a method was not available: method not invoked
- GUIGroupData.setLabelsFont(
null)
**** A parameter to a method was not available: method not invoked
- GUIGroupData.setLabelsFontColor(
null)
**** A parameter to a method was not available: method not invoked
- GUIGroupData.setCaptionsFont(
null)
**** A parameter to a method was not available: method not invoked
- GUIGroupData.setCaptionsFontColor(
null)
**** A parameter to a method was not available: method not invoked
- GUIGroupData.setControlsFont(
null)
**** A parameter to a method was not available: method not invoked
- GUIGroupData.setControlsFontColor(
null)
**** A parameter to a method was not available: method not invoked
- GUIGroupData.setControlsBackgroundColor(
null)
Loading externalized properties

...
Labels (1)
0 Kudos
(1) Reply
camcao
Level 3

I am seeing the same error when running in either console or silent mode. My project is setup to run all 3 modes. However, the error doesn't occur on GUI mode.

Right after selecting the locale, I see a lot of these errors in the log:
**** A parameter to a method was not available: method not invoked
- GUIGroupData.setLabelsFont(
null)

What does that mean?
0 Kudos