You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my second mongodb service is not deploying. First one is running, but second aborts - this happens on OpenShift 3.7 cluster.
First service is catalog-mongodb
=> Waiting for MongoDB daemon up
=> MongoDB daemon is up
Second one fails (rating-mongodb)
2018-10-23T06:49:02.645+0000 I STORAGE [initandlisten] exception in initAndListen: 98 Unable to lock file: /var/lib/mongodb/data/mongod.lock errno:11 Resource temporarily unavailable. Is a mongod instance already running?, terminating
Ok, apparently there is already the catalog-mongodb running and both pods are on /var/lib/mongodb/data
This is, however, running fine on my Notebook with Minishift:
Hi,
my second mongodb service is not deploying. First one is running, but second aborts - this happens on OpenShift 3.7 cluster.
First service is catalog-mongodb
=> Waiting for MongoDB daemon up
=> MongoDB daemon is up
Second one fails (rating-mongodb)
2018-10-23T06:49:02.645+0000 I STORAGE [initandlisten] exception in initAndListen: 98 Unable to lock file: /var/lib/mongodb/data/mongod.lock errno:11 Resource temporarily unavailable. Is a mongod instance already running?, terminating
Ok, apparently there is already the catalog-mongodb running and both pods are on /var/lib/mongodb/data
This is, however, running fine on my Notebook with Minishift:
Thanx in advance,
Thomas
The text was updated successfully, but these errors were encountered: