tomcat4+jdon+db2問題

belter發表於2003-12-15
安裝檢查、語言、資料庫等都正常了,但是在進行管理員設定的時候出現錯誤:
填寫了需要填寫的內容後,點選“更新管理員帳號”按鈕,頁面出現錯誤,錯誤資訊為:
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)

..........................................