Reputation: 299
I am using WSO2 API Manager (1.8) and WSO2 BAM server(2.5.0) . I have done the following configurations for getting statistics.
Configurations in : https://github.com/Prasanthmv/Wso2/blob/master/configurations/all.doc
After that I started BAM and AM, but the following error appears :(I have
pushed the error in github):
Why this error is showing, is my configuration correct?
Upvotes: 0
Views: 143
Reputation: 1009
According to the carbon logs, You must be using windows 7.
Therefore,
This could be due the BAM cannot execute cygwin commands. Please try to install Cywin into C drive and make sure no space in file path and append "C:\cygwin64\bin" to the windows PATH (using "Edit the system environment variables").
Upvotes: 0
Reputation: 634
Here's documentation on how to set up API Manager / BAM integration: https://docs.wso2.com/display/AM180/Publishing+API+Runtime+Statistics
Alternatively, you can use WSO2 API Cloud (SaaS version of API Manager) in which everything is preconfigured and works out of the box.
Upvotes: 1