Questions tagged [openshift-cartridge]

OpenShift cartridges provide the necessary command and control for the functionality of software that is running users' applications.

OpenShift cartridges provide the necessary command and control for the functionality of software that is running users' applications. OpenShift currently has many language cartridges (JBoss EAP, JBoss EWS, PHP, Ruby, Rails, etc.) as well as many DB cartridges (Postgres, Mysql, Mongo, etc.).

117 questions
13
votes
2 answers

What is resetting the PATH variable at the last second during an OpenShift v2 push hook?

TL;DR: Working app, cloned it, clone doesn't start correctly from push hook (but works fine manually if I ssh in.) PATH has correct Node version added to it, but somewhere right in the last step, the incorrect Node version is prepended to the PATH…
Kev
  • 15,899
  • 15
  • 79
  • 112
13
votes
2 answers

Openshift java.net.SocketException: Permission denied

I am using Java8 and have a Chat Server that works perfectly on my localhost, but when I deploy it to an OpenShift server, I get the following error: java.net.SocketException: Permission denied 2016-09-05 10:36:11,300 INFO [stdout] (Thread-125)…
Richard
  • 8,193
  • 28
  • 107
  • 228
11
votes
1 answer

heroku vs openshift which is better PaaS?

I have been using Heroku since last 3-4 years and now I have clients wanted to use openshift for their ruby application deploy. I know heroku features and new to openshift. I know few features of openshift like gears, cartridges, marketplace etc.…
Vishnu Atrai
  • 2,370
  • 22
  • 24
6
votes
2 answers

Openshift, 503 Service Unavailable. No server is available to handle this request

I have a scalable PHP 5.4 cartridge on Openshift, with a bronze account. It's a wordpress blog and I've used it until 2 weeks ago. Today, I returned to visit it and it says: 503 Service Unavailable. No server is available to handle this…
Mich Dart
  • 2,352
  • 5
  • 26
  • 44
5
votes
2 answers

Openshift update java 7 to 8 in Tomcat 7 (JBoss EWS 2.0) Cartridge

I am new to Openshift and i have created a server instance using Tomcat 7 (JBoss EWS 2.0) cartridge for my spring boot web application. Initially, web application was using JDK7 and was working fine on Openshift. Now for some enhancement we have to…
5
votes
2 answers

How do I compile and install the source code on OpenShift?

I'm trying to install 'whois' on OpenShift online, I can't install with yum due to the permissions \> yum install whois error: cannot open Packages database in /var/lib/rpm CRITICAL:yum.main: Error: rpmdb open failed I don't know any alternative…
user3348051
4
votes
0 answers

Openshift Origin rhc setup on localhost fails

I am trying to setup a new openshift origin environment locally on a virtualbox deployment. The tutorial that I followed for this operation is found here and it worked fine. I am now trying to install the client tools in the virtual environment…
4
votes
1 answer

Installing JDK8 on DIY openshift

I'm trying to upgrade my Openshift DIY instance to JDK8. I'm following this tutoial, but I'm facing a disk quota exceeded problem. I am able to download the tar.gz file, but cannot unzip it. What can I do?
itaied
  • 6,827
  • 13
  • 51
  • 86
4
votes
2 answers

Creating a ruby-2.2 on Openshift

Was anyone able to create a Diy cartridge in OpenShift with Ruby 2.2? If so can you share with us how? Or if there is any plans on having Ruby 2.2 as a default cartridge? Thanks
jpereira
  • 251
  • 2
  • 11
4
votes
2 answers

Unable to deploy Node app to Openshift

I'm trying to deploy a simple ExpressJS app I have to Openshift using the command line tools. I've provided a debug trace below: >npm info ok Preparing build for deployment Deployment id is 5e2abc99 Activating deployment HAProxy already…
sparrowman
  • 81
  • 1
  • 4
2
votes
1 answer

Can I run oc commands in openshift pod terminals?

Is there any way that I can run the oc commands on pod terminals? What I am trying to do is let the user login using oc login Then run the command to get the token. oc whoami -t And then use that token to call the REST APIs of openshift. This way…
2
votes
2 answers

Openshift Backup - Server Not Reachable

I had openshift 2 starter account where I had my application running. Openshift 2 been shut down and now I got mail to migrate it to 3 But I don't have backup of an application I am getting following errors Upon rhc save-snapshot myapp I am getting…
2
votes
0 answers

Openshift online 3 Application down on free tier

I am using OpenShift online 3 Deployed a simple node JS application which is launching some times on default router with similar to below URL: http://-.1d35.starter-us-east-1.openshiftapps.com/ My issue is 99% of time the app is going down even for…
Kiran
  • 1,145
  • 1
  • 8
  • 22
2
votes
1 answer

Openshift 3 , 503 Error (No server is available to handle this request)

I have created a web application using jsp/tiles/struts/mysql/tomcat. I created new project on Openshift 3 console (Openshift online) https://console.preview.openshift.com/console/ then added tomcat/mySql. I was getting 503 error sometimes and other…
2
votes
1 answer

Unable to login in open shift from eclipse

I'm trying to login to open shift server from eclipse but getting this error "The server type, credentials, or auth scheme might be incorrect." But I'm able to login to my account from web with the same credentials.
1
2 3 4 5 6 7 8