Complete newbie to java....
we have a application from a company called NICE (they do voice recording) that has a web application that runs on Java.
The server where this is homed is w2k sp4.
I am getting the following error...
Caught exception (class java.io.IOException): Server returned HTTP response code: 500 for URL: java.lang.ArrayIndexOutOfBoundsException: 1 >= 0
at java.util.Vector.elementAt(Unknown Source)
at XMLParser.getTagData(XMLParser.java:149)
at CriteriaOptionData.setupGroups(CriteriaOptionData.java:162)
at CriteriaOptionData.setupCriteria(CriteriaOptionData.java:53)
at QueryCriteria.init(QueryCriteria.java:266)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Now I have another w2k sp4 server with this on that works fine. The only difference is the microsoft patching level of these boxes.
Does anyone know if there are patches that stop this from working?
It's not getting any smarter out there. You have to come to terms with stupidity, and make it work for you.
we have a application from a company called NICE (they do voice recording) that has a web application that runs on Java.
The server where this is homed is w2k sp4.
I am getting the following error...
Caught exception (class java.io.IOException): Server returned HTTP response code: 500 for URL: java.lang.ArrayIndexOutOfBoundsException: 1 >= 0
at java.util.Vector.elementAt(Unknown Source)
at XMLParser.getTagData(XMLParser.java:149)
at CriteriaOptionData.setupGroups(CriteriaOptionData.java:162)
at CriteriaOptionData.setupCriteria(CriteriaOptionData.java:53)
at QueryCriteria.init(QueryCriteria.java:266)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Now I have another w2k sp4 server with this on that works fine. The only difference is the microsoft patching level of these boxes.
Does anyone know if there are patches that stop this from working?
It's not getting any smarter out there. You have to come to terms with stupidity, and make it work for you.