CASサービスがエラー接続タイムアウトを報告しましたjava.net.ConnectException:接続がタイムアウトしました:connect

エラー:

ERROR [org.jasig.cas.authentication.AuthenticationManagerImpl] -
 <org.jasig.cas.adaptors.jdbc.QueryDatabaseAuthenticationHandler threw error authenticating [username: admin]>
 
org.springframework.jdbc.CannotGetJdbcConnectionException: 
Could not get JDBC Connection; nested exception is org.apache.commons.dbcp.SQLNestedException: 
Cannot create PoolableConnectionFactory (Communications link failure due to underlying exception: 

** BEGIN NESTED EXCEPTION ** 

java.net.SocketException
MESSAGE: java.net.ConnectException: Connection timed out: connect

エラーの原因:ソケットのソケット接続が失敗し、IPはまったく接続されていません
だから、あなたが設定されたIP接続が正しいかどうかをチェックする必要があります。

設定ファイルがdeployerConfigContext.xmlであります

URLを対応するアドレスに変更し
ます。IPに再印刷の権限があるかどうか、要求されたアドレスを尋ねます
ここに画像の説明を挿入

おすすめ

転載: blog.csdn.net/qq_34462698/article/details/113126160