peimanfth commented on issue #5331: URL: https://github.com/apache/openwhisk/issues/5331#issuecomment-2212992947
> > I believe it was an issue with pre-existing openWhisk credentials. I cleaned the openWhisk installation and and deleted the directory outside the openWhisk directory that is associated with openWhisk credentials. I also cleaned the couchdb instance and re-installed everything again, This solved the issue for me. @vishalvrv9 @Dakzh10 > > Hi I am facing the exact same issue. Could you please be more specific about the files you deleted? And by "cleaned the couchDB instance" , do you mean removing the `couchDB container` ? @peimanfth If you are running it on Ubuntu you can find the credentials under `/var/tmp/wskconf` there are credentials for each component. For instance, if you only have a single controller in your deployment, its credentials should be under `controller/controller0`. if you delete the whole directory it will be regenerated each time you run `setup.yml`. On further note, since you are reproducing rainbowCake, make sure openwhisk can access your CouchDB instance. It could be because you already have a local CouchDB on your machine and also another instance deployed on your docker engine. In that case, I would recommend removing your manually deployed CouchDB and let the yml scripts install CouchDB using docker images. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
