The XML descriptor for not listed servers does not get
automaticly loaded after typing the servername and
hitting enter.. it causes an Exception:
java.lang.ArrayIndexOutOfBoundsException: -1
at java.util.Vector.remove(Vector.java:797)
at
de.codefactor.web.admin.AdminFrameWork.doLayoutLoginFrame(AdminFrameWork.java:203)
at
de.codefactor.web.admin.AdminFrameWork.access$300(AdminFrameWork.java:47)
at
de.codefactor.web.admin.AdminFrameWork$1.itemStateChanged(AdminFrameWork.java:344)
at
javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1161)
at
javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1209)
at
javax.swing.JComboBox.contentsChanged(JComboBox.java:1265)
at
javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:100)
at
javax.swing.DefaultComboBoxModel.setSelectedItem(DefaultComboBoxModel.java:88)
at
javax.swing.JComboBox.actionPerformed(JComboBox.java:1250)
at
javax.swing.JTextField.fireActionPerformed(JTextField.java:489)
at
javax.swing.JTextField.postActionEvent(JTextField.java:670)
at
javax.swing.JTextField$NotifyAction.actionPerformed(JTextField.java:784)
at
javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1512)
at
javax.swing.JComponent.processKeyBinding(JComponent.java:2435)
at
javax.swing.JComponent.processKeyBindings(JComponent.java:2470)
at
javax.swing.JComponent.processKeyEvent(JComponent.java:2398)
Logged In: YES
user_id=143703
Problem found now all I need to do is implement the bug fix...
Logged In: YES
user_id=143703
Seems to be a bigger issue than I thought... It is fixable
but it will take
more time than I was hoping.