On Thu, 15 Nov 2001, Javier Alonso wrote: > The exception i said is this one:
> java.lang.NullPointerException > at >com.attest.eroski.BuscarNoticiasServlet.obtenerNoticias(BuscarNoticiasServlet.java, >Compiled Code) > at com.attest.eroski.BuscarNoticiasServlet.doGet(BuscarNoticiasServlet.java:67) The problem would appear, then to be caused by the call on line 67 of BuscarNoticiasServlet.java, to obtenerNoticias. Normally there would be a line number for within the obtenerNoticias method, however in this case its simply listed as "compiled code" - not a message I've actually seen before. However, I hope this may provide some insight into the problem, and if not, perhaps posting the BuscarNoticiasServlet.java would allow us to help more. ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
