openshift-community-cartridge-mono icon indicating copy to clipboard operation
openshift-community-cartridge-mono copied to clipboard

Running your cartridge in OpenShift Origin

Open hindermath opened this issue 11 years ago • 8 comments

Do you have experience in running your Mono cartridge in the OpenSource OpenShift Origin? I have try it but receive the following error (all my Infos for a OpenShift support employee): Im trying out OpenShift Origin. I have downloaded and run the HDD image as described in your documentation in Oracle VirtualBox (latest Version - downloaded today). My destination OS X is 10.8.4. I have tried to include the Mono cartridge from this location: https://raw.github.com/wshearn/openshift-community-cartridge-mono/master/metadata/manifest.yml The error message I receive is: Unable to complete the requested operation due to: Node execution failure (error getting result from node).. Reference ID: 87c48a1bd322a2615154d52a96567abd In the OpenShift online version this Mono cartridge runs very fine. Can you help what to do that the Mono cartridge are running as well in the OpenShift Origin, your OpenSource version?! Thanx for advice.

hindermath avatar Aug 28 '13 21:08 hindermath

Access the shell to the Origin install and run tail -f /var/log/mcollective.log and try creating it again then paste the error it spit out in the mcollective log in a gist and link it here please.

wshearn avatar Aug 29 '13 01:08 wshearn

Done. My Gist for the collective.log is here: https://gist.github.com/hindermath/6383610 Hope you see at the error messages why your cartridge doesn't create an app in OpenShift Origin and you can help me. Thanx alot for your help!

hindermath avatar Aug 29 '13 21:08 hindermath

I do not see the error which is strange it does configure, several debug messages deconfigure. Which it should normally only deconfigure if there was an error. Some time this week I will try and look at it more.

wshearn avatar Sep 03 '13 15:09 wshearn

Hey,

Sorry for the delay. The first issue, is it is actually mcollective hitting the time out. It is set to 60 seconds in /etc/openshift/plugins.d/openshift-origin-msg-broker-mcollective.conf. On my system I bumped that up to 600(or 10 mins) and rebooted the VM. From there I was able to spot the next problem and that is the lovely ABI mismatch for Apache. So I will need to build a new version against the Fedora Apache.

wshearn avatar Sep 16 '13 14:09 wshearn

Thanx for your information. I have a look for new versions or can you tell me if the new version is available?

hindermath avatar Sep 17 '13 17:09 hindermath

It is not a matter of a new version or not, it is a matter of building mod_mono against fedora's apache.

wshearn avatar Sep 18 '13 18:09 wshearn

totally did not mean to close this >_>

wshearn avatar Sep 18 '13 18:09 wshearn

Hi,

I tried doing as per the manual of yours suggest but i get the following error.

ssh://[email protected]/~/git/adroittech.git/: System.Net.Sockets.SocketException (0x80004005): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 54.158.156.253:22 at System.Net.Sockets.Socket.Connect(IPAddress[] addresses, Int32 port) at System.Net.Sockets.Socket.Connect(String host, Int32 port) at Sharpen.Extensions.CreateSocket(String host, Int32 port) at NSch.Util.CreateSocket(String host, Int32 port, Int32 timeout)

Any hint?

Regards, Nirav

adroittech avatar Jun 03 '15 10:06 adroittech