Reputation: 33
When using wso2am-1.10.0 to create a new API using a SOAP endpoint, steps 3/3 completed and testing api just fine i /store. Yet, when coming back to /publisher clicking on the api gives an "API Publisher - Error
" saying "Error occurred while executing the action getProviderAPIVersionUsage
". wso2-apigw-errors.log contains only single type of error like this:
2016-08-10 14:35:43,004 [-] [pool-199-thread-1] ERROR AsyncDataPublisher Reconnection failed for for tcp://localhost:7614
2016-08-10 14:35:46,466 [-] [pool-159-thread-1] ERROR AsyncDataPublisher Reconnection failed for for tcp://localhost:7614
2016-08-10 14:35:47,079 [-] [pool-145-thread-1] ERROR AsyncDataPublisher Reconnection failed for for tcp://localhost:7614
2016-08-10 14:35:47,367 [-] [pool-113-thread-1] ERROR AsyncDataPublisher Reconnection failed for for tcp://localhost:7614
2016-08-10 14:35:47,485 [-] [pool-204-thread-1] ERROR AsyncDataPublisher Reconnection failed for for tcp://localhost:7614
2016-08-10 14:35:54,322 [-] [pool-195-thread-1] ERROR AsyncDataPublisher Reconnection failed for for tcp://localhost:7614
2016-08-10 14:35:54,346 [-] [pool-175-thread-1] ERROR AsyncDataPublisher Reconnection failed for for tcp://localhost:7614
Upvotes: 0
Views: 538
Reputation: 360
According to your logs, it seems there is a connection issue. That's why this issue(error log you attached) has occurred. Similar issue can occur when DAS server startup has not completed when APIM starts. If you have enabled API Manager stats please check BAM/DAS configuration and connectivity to those nodes. If you dont need stats and it enabled by accident you can revert that and try this again.
Upvotes: 1