AdobeDocs / app-builder

Documentation for Adobe App Builder

Home Page:https://developer.adobe.com/app-builder/docs/overview/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add to Common Trouble Shoot -- local openwhisk jar

sarahxxu opened this issue · comments

Just updated the CLI and create a new project, when i try to run it locally I get the error below. Can Anyone here help me troubleshoot what is wrong here?

$ aio app run --local
Error: Invalid or corrupt jarfile /Users/pulkitchadha/.local/share/@adobe/aio-cli/node_modules/@adobe/aio-cli-plugin-app/bin/openwhisk-standalone.jar

Options -

  1. Try deleting the file and run the command again. It should re-download the jar.
    rm /Users/pulkitchadha/.local/share/@adobe/aio-cli/node_modules/@adobe/aio-cli-plugin-app/bin/openwhisk-standalone.jar

  2. delete the file again, and try with additional flag --verbose to see if it was re-downloaded properly

  3. restarted Docker on my machine and did the clean up and ran locally with verbose.