reset password
Author Message
aeshabana
Posts: 6
Posted 14:47 Feb 04, 2012 |

Honestly, I got lost when I fix an error another one appears now I am receiving

HTTP Status 500 -


type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

java.lang.NullPointerException
	wiki.Wiki.doGet(Wiki.java:41)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:722)

note The full stack trace of the root cause is available in the Apache Tomcat/7.0.21 logs.


Apache Tomcat/7.0.21

aeshabana
Posts: 6
Posted 14:47 Feb 04, 2012 |

URL: http://cs3.calstatela.edu:8080/cs320stu21/wiki

stridhiryu030363
Posts: 37
Posted 14:55 Feb 04, 2012 |

Something is wrong with your doget method. Going to guess something is wrong with your loops or the way you're retrieving data from the arrays from the nullpointerexception.