安装检查、语言、数据库等都正常了,但是在进行管理员设置的时候出现错误:
填写了需要填写的内容后,点击“更新管理员帐号”按钮,页面出现错误,错误信息为:
type Exception report
message Internal Server Error
description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: SQLPrepare
.......................
root cause
java.lang.UnsatisfiedLinkError: SQLPrepare
at COM.ibm.db2.jdbc.app.DB2PreparedStatement.SQLPrepare(Native Method)
at COM.ibm.db2.jdbc.app.DB2PreparedStatement.(DB2PreparedStatement.java:504)
at COM.ibm.db2.jdbc.app.DB2PreparedStatement.(DB2PreparedStatement.java:563)
at COM.ibm.db2.jdbc.app.DB2Connection.prepareStatement(DB2Connection.java:525)
at com.jivesoftware.forum.database.ConnectionAdapter.prepareStatement(ConnectionAdapter.java:106)
..........................................