Questions tagged [openshift]

This tag doesn't currently have an excerpt. Help contribute by writing one

7609 questions
2
votes
1 answer

Facebook authentication don't work properly (deployed on OpenShift)

I built an application that uses Facebook authentication and it works as expected when running from localhost. However, after deploying the application to OpenShift and testing it with the right domain name, the server don't save the user. Facebook…
ricardopereira
  • 11,118
  • 5
  • 63
  • 81
2
votes
0 answers

Deploy Jersey Application on OpenShift

I'm trying to provide a Jersey Application on OpenShift using Tomcat 7 (JBoss EWS 2.0). The deployment is successful, but my application is not started. Analyzing the log application not found any errors, but I saw that my WebApplicationContext is…
falvojr
  • 3,060
  • 4
  • 31
  • 54
2
votes
1 answer

Cannot Load Type on Mono Server

I am building an ASP.NET MVC 4 website with Visual Studio 2013 on Windows 8.1. The site works well on my Windows machine, but the real problem occurs whenever I upload my application to a RedHat Linux server. The server kernel version is…
Oliver Spryn
  • 16,871
  • 33
  • 101
  • 195
2
votes
2 answers

View the log in WildFly Cartridges in OpenShift

I'm starting to use OpenShift and I tried to deploy a application that are already use WildFly, I installed de WildFly Cartridges and configure de standalone.xml from the Source Code but when I restarted de application WildFly didn't start so I…
2
votes
1 answer

what is the difference between app-deployments and app-root on openshift?

I have an app with about 300M. When I git-push it to the openshift gear with 1GB, the quata used is 900M. That's becuse the git-repo itself is 300M and then there are the folders app-deployment and app-root which seem to contain a complete copy of…
Stuck
  • 11,225
  • 11
  • 59
  • 104
2
votes
3 answers

How to change postgresql.conf default values on Openshift

I've been running a CakePHP installation on OpenShift for six months. The database is PostgreSQL 9.2, i used to setup the postgresql.conf file via shell, editing postgresql/data/postgresql.conf (there is another postgresql.conf file in…
2
votes
2 answers

503 service unavailable openshift scalable app with symfony2

I created a new app at openshift. It's PHP 5.4 running a symfony project. I'm geting 503 Service Unavailable No server is available to handle this request APP cartridges: PHP 5.4 + Web Balancer (use 1 or 2 gears) MySQL 5.5 I changed haproxy.cnf…
andresm
  • 71
  • 1
  • 6
2
votes
2 answers

socket.io on openshift with angular-fullstack

I generated a node.js app using Yeomans angular-fullstack generator. Everything worked fine except the use of socket.io. After uploading my app to openshift using angular-fullstack:openshift, I got informed that I have to: Openshift websockets use…
Fall.Guy
  • 41
  • 3
2
votes
3 answers

ZendServer Expired licence in Openshift

When I have installed a Zend-Server in a Openshift gear, I have notice that indicates me the Zend Server Licence will expire in 7 days. Is this managed by Openshift or I have to buy a licence after 7 days?
2
votes
1 answer

Openshift pre_start hook does not work on app restart

I have set up an OpenShift testing app using tomcat6 (jbossews-1.0) cartridge, a pre_start action hook with name pre_start_jbossews-1.0 was pushed to the remote repository. The hook includes a JVM export statement that runs a javaagent like…
Patson Luk
  • 128
  • 5
2
votes
1 answer

Openshift Online build ends on timeout when building directly from bitbucket git repo

When trying to create an app: rhc --debug app create mezzgit python-2.7 --from-code https://radeksvarz@bitbucket.org/radeksvarz/mezzanineopenshift.git The app is not created and I get: ... DEBUG: code 422 270080 ms The initial build for the…
Radek
  • 1,530
  • 16
  • 20
2
votes
0 answers

How do I install xvfb and phantomjs on openshift (I'm getting permission denied error)

I'm logged in via SSH through my local ubuntu to this openshift machine. I've cloned the repo in my local system, added a script, pushed the code and I can see in my openshift account. However I want to install few dependencies which are not…
user3810188
  • 311
  • 1
  • 3
  • 14
2
votes
4 answers

unable to SCP through my local ubuntu system to openshift account

I just created an account on openshift https://www.openshift.com/ and successfully added my local system's public key to this account and I'm able to login through ssh by using this command user@user$ ssh…
user3810188
  • 311
  • 1
  • 3
  • 14
2
votes
1 answer

How can I install global node modules on openshift?

I need to install the node.js module sequelize-cli as global to use database migrations on my sequelize ORM schema from the ssh command line. To install the module, can I run an ssh command like: npm install -g sequelize-cli How could it be managed…
2
votes
3 answers

Clone Openshift application in scalable

I have an application in Openshift free plan with only one gear. I want to change it to scalabe and take usage of all of 3 free gears. I read this blog post from openshift and I found that there is a way to do it. I should clone my current…
Tasos
  • 7,325
  • 18
  • 83
  • 176