The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > Windows & DOS: Issues & Discussions
Google UNIX.COM



Thread: HTTP Status 500
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 08-21-2007
cbkihong cbkihong is offline
Moderator
 

Join Date: Sep 2002
Location: Hong Kong, China
Posts: 1,490
Quote:
Originally Posted by fredginting View Post
at java.util.Vector.elementAt(Vector.java:432)
at fr.ferma.UMS.custcare.RechercheServlet.doPost(RechercheServlet.java:2043)
Try to go to the given file and line number. It is complaining you are trying to access an element past the end of an empty vector.
Reply With Quote