Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help.....

Status
Not open for further replies.

mikeyb123

Programmer
Jul 1, 2003
1,801
GB
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.
 
Please DO NOT post subjects with "Help ..." or "Urgent ..." - these are non-descriptive and annoying to people who regularly give their time to help people like you.


HTTP Status code 500 means that the server has barfed - what is the error on the webserver ?



--------------------------------------------------
Free Database Connection Pooling Software
 
I apolise

It's not getting any smarter out there. You have to come to terms with stupidity, and make it work for you.
 
HTTP Status code 500 means that the server has barfed - what is the error on the webserver ?

--------------------------------------------------
Free Database Connection Pooling Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top