Description of problem: Since the day before yesterday I cannot log into the mongo database even though it is accessible through my jee app. When I ssh into my app (either directly by ssh or through rhc) and type mongo, I just get a "command not found". Version-Release number of selected component (if applicable): mongodb-2.4 (MongoDB 2.4) ------------------------- Gears: Located with jbossews-2.0, cron-1.4 Connection URL: mongodb://$OPENSHIFT_MONGODB_DB_HOST:$OPENSHIFT_MONGODB_DB_PORT/ How reproducible: franz@ubuntu:~$ rhc ssh -a test Connecting to 5152d082500446b81a00054f.com ... ********************************************************************* You are accessing a service that is for use only by authorized users. If you do not have authorization, discontinue use at once. Any use of the services is subject to the applicable terms of the agreement which can be found at: https://www.openshift.com/legal ********************************************************************* Welcome to OpenShift shell This shell will assist you in managing OpenShift applications. !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!! Shell access is quite powerful and it is possible for you to accidentally damage your application. Proceed with care! If worse comes to worst, destroy your application with "rhc app delete" and recreate it !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!! Type "help" for more info. [test-locked.rhcloud.com 5152d082500446b81a00054f]\> mongo bash: mongo: Kommando nicht gefunden. Actual results: bash: mongo: Kommando nicht gefunden. (meaning "command not found") Expected results: connecting into mongo shell Additional info: It seems mongoclient is not there- the db is running - even after a restart of the gear. Also no mongoexport/mongoimport can be found
Just checked - the mongo client works when using rhc portforwarding. Nevertheless it is strange that when I directly ssh into the gear, the mongo command is auto-completed but not found.
*** This bug has been marked as a duplicate of bug 1144114 ***