0

プロジェクト war ファイルを Linux プラットフォームにデプロイしようとしていますが、次のエラーが表示されます。

com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured for integrated authentication. ClientConnectionId:1207f4ed-32d0-44e8-ae1c-308b157e9903

org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is org.hibernate.exception.JDBCConnectionException: Could not open connection

サーバーの詳細

Server - Tomcat v8.5

プロパティファイルで設定します。

    jdbc.url = jdbc:sqlserver://DC01ODSDBDV03;databaseName=ExecDB_Stg;integratedSecurity=true;

   hibernate.dialect = org.hibernate.dialect.SQLServer2008Dialect
   hibernate.show_sql = true
   hibernate.format_sql = true

次の javakerberos プロパティを追加しようとしましたが、機能しませんでした。

  authenticationScheme=JavaKerberos  

助けてください。

4

1 に答える 1