Bug 862403 - [US2105][fork]Adding phpMoAdmin to an application with php and mongodb fails
Summary: [US2105][fork]Adding phpMoAdmin to an application with php and mongodb fails
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: OKD
Classification: Red Hat
Component: Containers
Version: 2.x
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Rob Millner
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-10-02 19:18 UTC by Chandrika Gole
Modified: 2015-05-14 23:00 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-10-04 15:59:37 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Chandrika Gole 2012-10-02 19:18:33 UTC
Description of problem:
Adding phpMoAdmin  to an application with php and mongodb fails

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Create a php app
2. Add mongodb to it
3. Add phpmoadmin. 
  
Actual results:
phpmoadmin does get added. It fails with this msg -
MongoDB must be embedded before phpMoAdmin



Expected results:
phpmoadmin should get added to the app

Additional info:


Chandrikas-MacBook-Pro:django1 chandrikagole$ rhc-ctl-app -a app2 -e add-mongodb-2.2
Password: 


RESULT:

MongoDB 2.2 database added.  Please make note of these credentials:

       Root User: admin
   Root Password: B8frUM56by4m
   Database Name: app2

Connection URL: mongodb://127.0.251.1:27017/

You can manage your new MongoDB by also embedding rockmongo-1.1

Chandrikas-MacBook-Pro:django1 chandrikagole$ rhc-ctl-app -a app1 -e add-phpmoadmin-1.0

Password: 

Problem reported from server. Response code was 500.
Re-run with -d for more information.

RESULT:

MongoDB must be embedded before phpMoAdmin

Comment 1 John (J5) Palmieri 2012-10-04 14:31:17 UTC
We only report what the server sends.  We don't do any conflict checking.  reassigning.

Comment 2 Paul Morie 2012-10-04 15:59:37 UTC
We do not support phpmoadmin in production.  The user should try embedding rockmongo-1.1.


Note You need to log in before you can comment on or make changes to this bug.