I have a java web application that allows users to search contents, when i try to sign-up a new user i get the following message!
HTTP Status 500 – Internal Server Error
Type Exception Report
Description The server encountered an unexpected condition that prevented it from fulfilling the request.
Exception
java.lang.NullPointerException
DBConnector.queries.selectUserNamePass(queries.java:30)
Users.signupS.processRequest(signupS.java:42)
Users.signupS.doPost(signupS.java:109)
javax.servlet.http.HttpServlet.service(HttpServlet.java:647)
javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
any one has an idea how to solve it?