Hi,
I want to configure Edge Micro Gateway(2.0.4) to our On-premise Edge ( 4.15.07)
Micro is installed on Red Hat Enterprise Linux Server release 6.6 Virtual machine ,and Edge components are also deployed on similar RHEL 6.6 VMs.
Followed the instructions mentioned here :
http://docs.apigee.com/microgateway/latest/edge-microgateway-tutorial
Part 1: Configure Edge Microgateway
[root@apigeedev cli]# edgemicro private configure -o customer -e performancetest -r http://10.x.x.x:9001 -m http://10.x.x.x:8080 -u dev@xxx.com
current nodejs version is v4.6.0
password:
delete cache config
init config
file doesn't exist, setting up
checking for previously deployed proxies
configuring edgemicro internal proxy
deploying edgemicro internal proxy
deploying edgemicro-auth app
copy auth app into tmp dir
copy config into tmp dir
run cd /opt/edgemicro/apigee-edge-micro-2.0.4/tmp-30397civx8dfhY0Vd;npm install;cd /opt/edgemicro/apigee-edge-micro-2.0.4/cli
Give me a minute or two... this can take a while...
[Error: Error uploading resource /opt/edgemicro/apigee-edge-micro-2.0.4/tmp-30397civx8dfhY0Vd/config/locations.js: 500
{
"contexts" : [ ]
}]
Are there any version incompatibilities in the above? Please suggest