Getting 404 error working with apigee edge micro gateway.

Not applicable

While I am working with Apigee edge micro gate way.I got the error as the following

miracle@manasa MINGW64 ~/desktop/apigeeedgemicro/apigee-edge-micro-2.0.0/cli $ ./edgemicro verify -o anumanasa -e test -k 90400400a219fbf32a3de71dd22279cadd b51fd2f8d3a9b4ebf87d0ed5cc711e -s 8ffa96d1e4460129a74115a2f5b40c27b2cb39d8a9d36 04567c3c79fe0e7d02b warning: products download from https://anumanasa-test.apigee.net/edgemicro-auth /products returned 404 Not Found warning: error downloading config, please check bootstrap configuration [Error: Not Found] C:\Users\miracle\desktop\apigeeedgemicro\apigee-edge-micro-2.0.0\node_modules\mi crogateway-config\lib\io.js:118 Object.keys(config).forEach(function (key) { ^ TypeError: Cannot convert undefined or null to object at Function.keys (native) at IO.save (C:\Users\miracle\desktop\apigeeedgemicro\apigee-edge-micro-2.0.0 \node_modules\microgateway-config\lib\io.js:118:10) at IO.saveSync (C:\Users\miracle\desktop\apigeeedgemicro\apigee-edge-micro-2 .0.0\node_modules\microgateway-config\lib\io.js:102:8) at Object.module.exports.save (C:\Users\miracle\desktop\apigeeedgemicro\apig ee-edge-micro-2.0.0\node_modules\microgateway-config\index.js:42:25) at C:\Users\miracle\desktop\apigeeedgemicro\apigee-edge-micro-2.0.0\cli\lib\ verify.js:222:16 at C:\Users\miracle\desktop\apigeeedgemicro\apigee-edge-micro-2.0.0\node_mod ules\microgateway-config\lib\network.js:51:14 at C:\Users\miracle\desktop\apigeeedgemicro\apigee-edge-micro-2.0.0\node_mod ules\microgateway-config\lib\network.js:120:14 at C:\Users\miracle\desktop\apigeeedgemicro\apigee-edge-micro-2.0.0\node_mod ules\async\lib\async.js:726:13 at C:\Users\miracle\desktop\apigeeedgemicro\apigee-edge-micro-2.0.0\node_mod ules\async\lib\async.js:52:16 at done (C:\Users\miracle\desktop\apigeeedgemicro\apigee-edge-micro-2.0.0\no de_modules\async\lib\async.js:241:17) miracle@manasa MINGW64 ~/desktop/apigeeedgemicro/apigee-edge-micro-2.0.0/cli $ ./edgemicro start -o anumanasa -e test -k 90400400a219fbf32a3de71dd22279caddb 51fd2f8d3a9b4ebf87d0ed5cc711e -s 8ffa96d1e4460129a74115a2f5b40c27b2cb39d8a9d360 4567c3c79fe0e7d02b warning: products download from https://anumanasa-test.apigee.net/edgemicro-auth /products returned 404 Not Found warning: error downloading config, please check bootstrap configuration [Error: Not Found] failed to retieve config from gateway. continuing, will try cached copy.. [Error: Not Found] cache configuration C:\Users\miracle\.edgemicro\anumanasa-test-cache-config.yaml does not exist. exiting. info: config download from https://edgemicroservices-us-east-1.apigee.net/edgemi cro/bootstrap/organization/anumanasa/environment/test returned 200 OK info: jwt_public_key download from https://anumanasa-test.apigee.net/edgemicro-a uth/publicKey returned 200 OK miracle@manasa MINGW64 ~/desktop/apigeeedgemicro/apigee-edge-micro-2.0.0/cli .

how to resolve it?

0 4 680
4 REPLIES 4

Hi @A.Anu Manasa,

Sorry you're having trouble getting Edge Micro to run. It would probably help if we had more information. It's likely something is not configured properly.

  • It looks like you're now on Edge Micro 2.0. Is that correct?
  • Were you able to run ./edgemicro config successfully?
  • Is the edgemicro-auth proxy successfully deployed in your Edge environment? You can verify this in the Edge UI.
  • Do you have OpenSSL installed on your Windows machine and is it accessible in your Path? This is required.

Hi @wwitman

Yes I am using Edge Micro 2.0.

Configuration of edge micro was successfully completed.

edgemicro-auth proxy was generated on edge environment.

I had openssl.but how to set path.

Hi @A.Anu Manasa,

Were you able to get past these errors? If so, what did you change to get it to work?

Thanks,

Will

Not applicable

I'm getting the same errors - how was this addressed?