Stack Traces - Should this make me happy or sad?
I was browsing the Google Adwords API forums and saw this stack trace. And the question is should this make me happy or sad? (Happy because google is using Axis. Sad because there was a problem). In this case eventually all's well, so am happy.
org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:450)
at
org.apache.axis.server.AxisServer.invoke(AxisServer.java:285)
at
org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:637)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at
org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:301)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
com.google.gse.HttpConnection.runServlet(HttpConnection.java:363)
at com.google.gse.HttpConnection.run(HttpConnection.java:313)
at
com.google.gse.DispatchQueue$WorkerThread.run(DispatchQueue.java:219)