In my servlet I have the following code:
response.setContentType(\"application/json\");//set json content type PrintWriter out = response.getWriter();
StackOverflowException occurs due to infinite recursion. You may need to check the code thoroughly for any unintended recursion.
Looks like your Gps objects contain references to themselves.