Re: [Dev] Error popup on API Manager Worker node.

2017-12-05 Thread Chalitha Waldeniyage
Hi Senuwan, This error occurs when gateway workers are not able reach to the keymanager. Please makesure you have pointed all keymanager related urls in worker's api manager.xml correctly. Further verify the /etc/host mapping in worker nodes Thank you, Chalitha. On Tue, Dec 5, 2017 at 4:09 PM,

Re: [Dev] Error popup on API Manager Worker node.

2017-12-05 Thread Dinusha Dissanayake
Hi Senuwan, If it is not related with port conflicts, you can also refer the following documentations[1] and check whether you have configured your distributed deployment correctly. [1] https://docs.wso2.com/display/AM210/Distributed+ Deployment+of+API+Manager Thanks, DinushaD. On Wed, Dec 6,

Re: [Dev] Error popup on API Manager Worker node.

2017-12-05 Thread Chamin Dias
Hi, Can you try out the solution provided in [1] and see? This might occur due to a port conflict as Dinusha mentioned. [1] https://stackoverflow.com/questions/42384492/errors-while-starting-wso2-api-manager-2-1-0 On Tue, Dec 5, 2017 at 7:49 PM, Senuwan Withana wrote: > Hi

Re: [Dev] Error popup on API Manager Worker node.

2017-12-05 Thread Senuwan Withana
Hi Guys, Thanks for replying. Well I have used below configuration to GW to communicate with the KM https:// :9443/services/ ${admin.username} ${admin.password} ... Regards, *Senuwan Withana* Software Engineer - Support Team | WSO2 Email : senu...@wso2.com Mobile: 94773212853 Web:

Re: [Dev] Error popup on API Manager Worker node.

2017-12-05 Thread Pubudu Gunatilaka
Hi Senuwan, Make sure you have configured APIKeyValidator in api-manager.xml pointing to APIM key manager. At the server startup, gateway nodes retrieve key templates from the KM. Thank you! On Tue, Dec 5, 2017 at 4:34 PM, Dinusha Dissanayake wrote: > Hi Senuwan, > > Could

Re: [Dev] Error popup on API Manager Worker node.

2017-12-05 Thread Dinusha Dissanayake
Hi Senuwan, Could you please check if there is any port conflict? Looks like connection has not been established. Thanks, DinushaD. On Tue, Dec 5, 2017 at 4:09 PM, Senuwan Withana wrote: > Hi Team, > > When I up my API Manager worker node, I got below error. Is there any way