<small id='WTqGM'></small><noframes id='WTqGM'>

      <bdo id='WTqGM'></bdo><ul id='WTqGM'></ul>
    <legend id='WTqGM'><style id='WTqGM'><dir id='WTqGM'><q id='WTqGM'></q></dir></style></legend>
  1. <tfoot id='WTqGM'></tfoot>

    <i id='WTqGM'><tr id='WTqGM'><dt id='WTqGM'><q id='WTqGM'><span id='WTqGM'><b id='WTqGM'><form id='WTqGM'><ins id='WTqGM'></ins><ul id='WTqGM'></ul><sub id='WTqGM'></sub></form><legend id='WTqGM'></legend><bdo id='WTqGM'><pre id='WTqGM'><center id='WTqGM'></center></pre></bdo></b><th id='WTqGM'></th></span></q></dt></tr></i><div id='WTqGM'><tfoot id='WTqGM'></tfoot><dl id='WTqGM'><fieldset id='WTqGM'></fieldset></dl></div>
    1. 为什么 DB2 Type 4 JDBC Driver 正在寻找本机库 db2jcc

      时间:2023-09-30
      <tfoot id='OuGmt'></tfoot>
      • <bdo id='OuGmt'></bdo><ul id='OuGmt'></ul>

              <legend id='OuGmt'><style id='OuGmt'><dir id='OuGmt'><q id='OuGmt'></q></dir></style></legend>

              <small id='OuGmt'></small><noframes id='OuGmt'>

                <tbody id='OuGmt'></tbody>
              <i id='OuGmt'><tr id='OuGmt'><dt id='OuGmt'><q id='OuGmt'><span id='OuGmt'><b id='OuGmt'><form id='OuGmt'><ins id='OuGmt'></ins><ul id='OuGmt'></ul><sub id='OuGmt'></sub></form><legend id='OuGmt'></legend><bdo id='OuGmt'><pre id='OuGmt'><center id='OuGmt'></center></pre></bdo></b><th id='OuGmt'></th></span></q></dt></tr></i><div id='OuGmt'><tfoot id='OuGmt'></tfoot><dl id='OuGmt'><fieldset id='OuGmt'></fieldset></dl></div>

              1. 本文介绍了为什么 DB2 Type 4 JDBC Driver 正在寻找本机库 db2jcct2?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                问题描述

                我认为 Type 4 JDBC 驱动程序是纯 Java 并且不需要本地库.

                I thought the Type 4 JDBC driver was pure Java and wouldn't require native libraries.

                当我将 db2jcc4.jar 放入打包为 .war 文件的 Tomcat 应用程序的 WEB-INF/lib 目录中时,尝试使用该应用程序时出现以下错误:Got SQLException: com.ibm.db2.jcc.am.SqlException: [jcc][10389][12245][4.12.55] 加载原生库 db2jcct2 失败,java.lang.UnsatisfiedLinkError

                When I put db2jcc4.jar in the WEB-INF/lib directory of my Tomcat app packaged as a .war file, I get the following error when attempting to use the app: Got SQLException: com.ibm.db2.jcc.am.SqlException: [jcc][10389][12245][4.12.55] Failure in loading native library db2jcct2, java.lang.UnsatisfiedLinkError

                相关应用代码如下,由于清单最后一行而抛出异常:

                The relevant application code is as follows and the exception is thrown due to the last line in the listing:

                        import com.ibm.db2.jcc.DB2SimpleDataSource;
                
                        // ...
                
                        DB2SimpleDataSource main_db2_data_source = new DB2SimpleDataSource();
                        main_db2_data_source.setUser(main_database_user);
                        main_db2_data_source.setPassword(main_database_password);
                        main_db2_data_source.setServerName(main_database_host);
                        try {
                          Integer main_database_port_integer = Integer.parseInt(main_database_port);
                          main_db2_data_source.setPortNumber(main_database_port_integer);
                        } catch (NumberFormatException exception) {
                          throw new WebException("...");
                        }
                        Connection main_connection = null;
                        try {
                          main_connection = main_db2_data_source.getConnection();
                

                推荐答案

                我怀疑问题是你没有告诉它使用类型 4 驱动程序 - 同一个 jar 文件包含类型 4 和类型 2 驱动程序,我相信.

                I suspect the problem is that you haven't told it to use the type 4 driver - the same jar file contains both type 4 and type 2 drivers, I believe.

                试试:

                main_db2_data_source.setDriverType(4);
                

                这篇关于为什么 DB2 Type 4 JDBC Driver 正在寻找本机库 db2jcct2?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                上一篇:Weblogic:调用没有模式名称的 DB2 存储过程(属性 下一篇:为机器登录用户以外的特定用户运行创建/删除

                相关文章

                最新文章

              2. <small id='ljTT1'></small><noframes id='ljTT1'>

                <tfoot id='ljTT1'></tfoot>
                  <bdo id='ljTT1'></bdo><ul id='ljTT1'></ul>
                <legend id='ljTT1'><style id='ljTT1'><dir id='ljTT1'><q id='ljTT1'></q></dir></style></legend>

                  <i id='ljTT1'><tr id='ljTT1'><dt id='ljTT1'><q id='ljTT1'><span id='ljTT1'><b id='ljTT1'><form id='ljTT1'><ins id='ljTT1'></ins><ul id='ljTT1'></ul><sub id='ljTT1'></sub></form><legend id='ljTT1'></legend><bdo id='ljTT1'><pre id='ljTT1'><center id='ljTT1'></center></pre></bdo></b><th id='ljTT1'></th></span></q></dt></tr></i><div id='ljTT1'><tfoot id='ljTT1'></tfoot><dl id='ljTT1'><fieldset id='ljTT1'></fieldset></dl></div>