HTTP Status 500 -


type Exception report

message

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

exception

javax.servlet.ServletException: Table 'board2.create_board' doesn't exist
	org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:825)
	org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:758)
	org.apache.jsp.templevill.board_jsp._jspService(board_jsp.java:1281)
	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

root cause

java.sql.SQLException: Table 'board2.create_board' doesn't exist
	com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2975)
	com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1600)
	com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1695)
	com.mysql.jdbc.Connection.execSQL(Connection.java:3026)
	com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1137)
	com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1231)
	org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:92)
	com.bizblog.dao.CreateBoardDao.getCreateBoard(CreateBoardDao.java:118)
	com.bizblog.bean.Board2.getCreateBoard(Board2.java:57)
	org.apache.jsp.templevill.board_jsp._jspService(board_jsp.java:680)
	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

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


Apache Tomcat/5.0.28