2017-05-15 2 views
0

J'utilise une combinaison de serveur d'identité wso2 pré-configuré et de gestionnaire d'API wso2. Récemment configuré un nouvel environnement. J'ai installé les noms de domaine personnalisés mylotsawso2dev.com et installé ssl. Parfois, dans le journal, l'erreur ci-dessous est imprimée.wso2 API Manager DataEndpoint Impossible d'envoyer des événements au point de terminaison

[2017-05-15 02:47:42,525] ERROR - DataEndpoint Unable to send events to the endpoint. 
org.wso2.carbon.databridge.agent.exception.DataEndpointException: Error while trying to publish events to data receiver :mylotsawso2dev.com/30.100.209.68:9612 
     at org.wso2.carbon.databridge.agent.endpoint.binary.BinaryDataEndpoint.send(BinaryDataEndpoint.java:81) 
     at org.wso2.carbon.databridge.agent.endpoint.DataEndpoint$EventPublisher.publish(DataEndpoint.java:330) 
     at org.wso2.carbon.databridge.agent.endpoint.DataEndpoint$EventPublisher.run(DataEndpoint.java:283) 
     at java.lang.Thread.run(Thread.java:745) 
     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
     at java.util.concurrent.FutureTask.run(FutureTask.java:266) 
     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
     at java.lang.Thread.run(Thread.java:745) 
Caused by: org.wso2.carbon.databridge.commons.exception.SessionTimeoutException: 6e9a4d58-3c3b-4e59-a7ff-060322cd7d76 expired 
     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) 
     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 
     at java.lang.reflect.Constructor.newInstance(Constructor.java:423) 
     at org.wso2.carbon.databridge.agent.endpoint.binary.BinaryEventSender.processResponse(BinaryEventSender.java:164) 
     at org.wso2.carbon.databridge.agent.endpoint.binary.BinaryDataEndpoint.send(BinaryDataEndpoint.java:76) 
     ... 8 more 

Quelle pourrait être la raison de ce problème?

Répondre

0

Il s'agit d'une erreur sans danger imprimée lorsque le délai d'attente de session se produit dans l'éditeur d'événements. Idéalement, cela devrait être un journal d'information. Public JIRA est ouvert pour suivre ce problème.