首页上一页 1 下一页尾页 2 条记录 1/1页
关于《JSP数据库系统开发案例精选》一书中OA办公系统的问题。
发表在JavaWeb图书答疑
2008-03-09
是否精华
是
否
版块置顶:
是
否
<P>我按照安装配置说明书的说明,将OA文件夹拷贝到tomcat 5.0/webapps目录下,去掉只读属性,并且更改了tomcat目录下的server.xml文件的内容,我启动通过IE访问localhost/OA,可以看见登陆画面,但是当我以员工登陆的时候,无论是否输入正确信息,提交后都只能看到一个只有标题的空白页面,当我以管理元登陆的时候,只要我一选短信息管理,就会提示以下错误:</P>
<H1>HTTP Status 500 - </H1>
<HR noShade SIZE=1>
<P><B><FONT style="BACKGROUND-COLOR: #525d76" color=#ffffff>type</FONT></B> Exception report</P>
<P><B><FONT style="BACKGROUND-COLOR: #525d76" color=#ffffff>message</FONT></B> <U></U></P>
<P><B><FONT style="BACKGROUND-COLOR: #525d76" color=#ffffff>description</FONT></B> <U>The server encountered an internal error () that prevented it from fulfilling this request.</U></P>
<P><B><FONT style="BACKGROUND-COLOR: #525d76" color=#ffffff>exception</FONT></B> <PRE>java.lang.NullPointerException
com.info.View.doPost(View.java:68)
com.info.View.doGet(View.java:101)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
</PRE>
<P></P>
<P><B><FONT style="BACKGROUND-COLOR: #525d76" color=#ffffff>note</FONT></B> <U>The full stack trace of the root cause is available in the Apache Tomcat/5.0.28 logs.</U></P>
<P><U>即使选择其他项,也很明显没有连接到数据库,因为没有任何数据库中的信息显示出来。</U></P>
<P>请问这是怎么回事?</P>
<H1>HTTP Status 500 - </H1>
<HR noShade SIZE=1>
<P><B><FONT style="BACKGROUND-COLOR: #525d76" color=#ffffff>type</FONT></B> Exception report</P>
<P><B><FONT style="BACKGROUND-COLOR: #525d76" color=#ffffff>message</FONT></B> <U></U></P>
<P><B><FONT style="BACKGROUND-COLOR: #525d76" color=#ffffff>description</FONT></B> <U>The server encountered an internal error () that prevented it from fulfilling this request.</U></P>
<P><B><FONT style="BACKGROUND-COLOR: #525d76" color=#ffffff>exception</FONT></B> <PRE>java.lang.NullPointerException
com.info.View.doPost(View.java:68)
com.info.View.doGet(View.java:101)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
</PRE>
<P></P>
<P><B><FONT style="BACKGROUND-COLOR: #525d76" color=#ffffff>note</FONT></B> <U>The full stack trace of the root cause is available in the Apache Tomcat/5.0.28 logs.</U></P>
<P><U>即使选择其他项,也很明显没有连接到数据库,因为没有任何数据库中的信息显示出来。</U></P>
<P>请问这是怎么回事?</P>