2017-11-16 19 views
2

UNIXサーバー上のログファイルに断続的な例外があります。私のwso2 apiマネージャは1.10.0のスタンドアロンインストールです。この例外を理解するのを手伝ってください。以下wso2 api manager throws thriftを介してvalidateキーを呼び出す際にエラーが発生しました

スタックトレース:

TID: [-1234] [] [2017-11-16 08:19:40,350] INFO {org.apache.synapse.mediators.builtin.LogMediator} - STATUS = Message dispat 
ched to the main sequence. Invalid URL., RESOURCE =/{org.apache.synapse.mediators.builtin.LogMediator} 
TID: [-1234] [] [2017-11-16 08:21:29,962] INFO {org.apache.synapse.mediators.builtin.LogMediator} - STATUS = Message dispat 
ched to the main sequence. Invalid URL., RESOURCE =/{org.apache.synapse.mediators.builtin.LogMediator} 
TID: [-1234] [] [2017-11-16 08:33:48,425] WARN {org.wso2.carbon.apimgt.keymgt.service.thrift.APIKeyValidationServiceImpl} - 
Invalid session id for thrift authenticator. {org.wso2.carbon.apimgt.keymgt.service.thrift.APIKeyValidationServiceImpl} 
TID: [-1234] [] [2017-11-16 08:33:48,425] ERROR {org.wso2.carbon.apimgt.keymgt.service.thrift.APIKeyValidationServiceImpl} - Error in invoking validate key via thrift.. {org.wso2.carbon.apimgt.keymgt.service.thrift.APIKeyValidationServiceImpl} 
TID: [-1234] [] [2017-11-16 08:33:48,426] WARN {org.wso2.carbon.apimgt.gateway.handlers.security.thrift.ThriftKeyValidatorClientPool} - Login failed.. Authenticating again.. {org.wso2.carbon.apimgt.gateway.handlers.security.thrift.ThriftKeyValidatorClientPool} 
TID: [-1234] [] [2017-11-16 08:33:48,437] INFO {org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} - '[email protected] [-1234]' logged in at [2017-11-16 08:33:48,437-0500] from IP address {org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} 
TID: [-1] [] [2017-11-16 08:33:48,476] INFO {org.wso2.carbon.databridge.agent.thrift.internal.publisher.client.EventPublisher} - Session timed out for TCP,localhost:7614,TCP,localhost:7714,Thrift Session Expired Exception {org.wso2.carbon.databridge.agent.thrift.internal.publisher.client.EventPublisher} 

答えて

1

あなたの上記のログから、私は私が実際にその理由が表示されていないが、あなたはでき倹約

TID: [-1234] [] [2017-11-16 08:33:48,425] ERROR {org.wso2.carbon.apimgt.keymgt.service.thrift.APIKeyValidationServiceImpl} - Error in invoking validate key via thrift.. {org.wso2.carbon.apimgt.keymgt.service.thrift.APIKeyValidationServiceImpl} 

に関連する次のエラーログを見ることができますThriftClientからWSClientに変更してください。この設定は、api-manager.xmlファイルにあります。

あなたのノードに倹約に関する接続の問題がある可能性があります。

+0

WSClientに変更しました。しかし、私は数日以上監視する必要があります。私はまだ1つのノード構成を持っているにもかかわらず、残業がうまくいかなかった理由はまだ分かりません。私は最近管理者パスワードを変更しました。これは、クライアントの認証に影響を与えている可能性があると思いますか?ログファイルの1つでこれらのエラーが発生したためです。 このブログは役に立ちました: http://engwar.com/post/139449855402/wso2-api-manager-switching-to-wsclient-for-key –

関連する問題