ITCAM for SOA 7.2

Array Index Out of Bounds error when running ConfigDMS

When you are running the SOA Domain Management Server Configuration Utility, you might encounter an error similar to the following example:
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException:
Array index out of range: 2
  at java.util.Vector.remove(Vector.java:592)
  at com.installshield.database.ConnectionPool.getConnection
(Unknown Source)
  at com.installshield.database.ConnectionManager.getConnection
(Unknown Source)
  at com.installshield.database.TransactionProcessor.connect
(Unknown Source)
  at com.installshield.database.TransactionProcessor.query
(Unknown Source)
  at com.installshield.database.SQLProcessor.queryStrings
(Unknown Source)
  at com.installshield.database.SQLProcessor.queryString
(Unknown Source)
  at com.installshield.database.designtime.ISControlDef.
getVariableNameByType(Unknown Source)
  at com.installshield.ui.controls.DefaultISControl.getVariable
(Unknown Source)
  at com.installshield.ui.controls.swing.SwingTextField.getVariable
(Unknown Source)
  at com.installshield.ui.controls.swing.SwingTextField.
setInternalVariableValue(Unknown Source)
  at com.installshield.ui.controls.swing.SwingTextField.
insertUpdate(Unknown Source)
  at javax.swing.text.AbstractDocument.fireInsertUpdate
(AbstractDocument.java:231)
  at javax.swing.text.AbstractDocument.handleInsertString
(AbstractDocument.java:804)
  at javax.swing.text.AbstractDocument.insertString
(AbstractDocument.java:761)
  at javax.swing.text.PlainDocument.insertString
(PlainDocument.java:145)
  at javax.swing.text.AbstractDocument.replace
(AbstractDocument.java:723)
  at javax.swing.text.JTextComponent.replaceSelection
(JTextComponent.java:1134)
  at javax.swing.text.DefaultEditorKit$DefaultKeyTypedAction.
actionPerformed(DefaultEditorKit.java:870)

This error is caused by a known problem with the InstallShield program and does not have any adverse effect on the operation of the SOA Domain Management Server Configuration Utility.



Feedback