Bug 1033465

Summary: Often met "No plugin connector_plugin defined" error when creating app or adding db cartridge on STG
Product: OpenShift Online Reporter: Lei Zhang <lzhang>
Component: ContainersAssignee: Dan Mace <dmace>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 2.xCC: dmace, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-24 03:34:08 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Lei Zhang 2013-11-22 07:25:12 UTC
Description of problem:
When create app or add db cartridge, ofter met "Unable to complete the requested operation due to: No plugin connector_plugin defined.
Reference ID: 306d3f052d0f9f4ee2d3ba01ffb32f9c"

Creating application 'uvnqm7q0b5' ... Unable to complete the requested operation due to: No plugin connector_plugin defined.
Reference ID: 306d3f052d0f9f4ee2d3ba01ffb32f9c
Command Return: 1
ERROR!

 Adding mongodb-2.2 to application 'pythonu30n' ... Unable to complete the requested operation due to: No plugin connector_plugin defined.
Reference ID: 877e9fe3a8552ff8ee7e56e1e77d8b63

Adding mysql-5.1 to application 'database1' ... Unable to complete the  requested operation due to: No plugin connector_plugin defined. 
Reference ID: 4aa7051f8cc29b47480810ee0ed15071 

Version-Release number of selected component (if applicable):
STG(devenv-stage-582)

How reproducible:
often

Steps to Reproduce:
1.create app or add db cartridge
2.
3.

Actual results:
Met "No plugin connector_plugin" error when adding app or db cartridge on STG

Expected results:
Should create app and add db cartridge successfully on STG

Additional info:

Comment 1 Dan Mace 2013-11-22 18:21:55 UTC
This is some sort of MCollective problem; reassigning to Node.

Comment 2 Dan Mace 2013-11-22 20:03:59 UTC
Couldn't reproduce in devenv-stage_589, but I now understand the source of the error from MCollective. Please re-test this in the latest stage image, and if you're able to reproduce it, provide the complete /var/log/mcollective.log and /var/log/ruby193-mcollective.log files from the instance for analysis.

This error is thrown when Mcollective has trouble loading a plugin from $libdir/mcollective/connector, which leads me to suspect that the instance had some sort of MCollective server configuration issue.

Comment 3 Lei Zhang 2013-11-25 09:13:19 UTC
Verified on STG(devenv-stage_593), this issue can't be reproduced.