Questions tagged [openshift-online-2]

OpenShift Online 2 will cease operation on 31 December 2017. Questions about OpenShift Online 3 should be tagged openshift-online-3.

OpenShift Online is Red Hat's Platform as a Service (PaaS), a cloud application development and hosting platform that automates the provisioning, management, and scaling of applications so that you can focus on writing code for your business, startup, or next big idea.

Check out the Getting Started page to get up and running quickly, see the Developer Portal for more in-depth topics, and visit the Help Center for even more resources and guidance.

84 questions
0
votes
1 answer

OpenStack cartridge-add gives github could not read username error

I am trying to add a paper trail cartridge to an existing Wildfly 8.2.0 gear with the following command: rhc cartridge-add https://cartreflect-claytondev.rhcloud.com/reflect?github=openshift-cartridges/openshift-papertrailapp-cartridge -a test I…
Rishi
  • 1
0
votes
1 answer

OpenShift for WordPress without WAMP and Git?

I'm considering moving a single WordPress site from a shared host to OpenShift. The entire OpenShift platform seems to revolve around development and deployment using git and special OpenShift command-line tools, which would probably mean running a…
Mark Berry
  • 273
  • 3
  • 18
0
votes
0 answers

Service Temporarily Unavailable error when I try to acces a spacebrew server using nodejs?

I've tried to install Spacebrew for an Arduino Yun project on a 'openshift' nodejs server, but get the following error when I go to the url: Service Temporarily Unavailable The server is temporarily unable to service your request due to maintenance…
0
votes
0 answers

Unable to deploy laravel application on OpenShift

I have git pushed my entire Laravel code base for the application that I had created on my localhost to my OpenShift server. But nothing seems to have come out of it. The webpage is still blank. Can someone tell me what changes to make to the…
ikartik90
  • 129
  • 4
0
votes
0 answers

Total DNS errors 100% in openshift

From yesterday suddenly my website down and Google webmaster shows Total DNS errors 100%. My app is http://core-ahang2mail.rhcloud.com I don't know what should I do, Could you please help me? Finally i rename htaccess (as @MichaelHampton said) and…
0
votes
1 answer

Openshift Wordpress site custom domain name 'www' doesn't work

I use Opemshift to host my Wordpress site. I use a custom domain name for my site. I have also added an alias for www.example.com. I use Cloudflare for DNS and I have created a CNAME record for www.example.com to wp-myapp.rhcloud.com as instructed…
0
votes
1 answer

How do I change my command prompt permanently in OpenShift?

I modified my ~/app-root/data/.bash_profile to include a line where I set my PS1 environment variable, but after saving the changes, logging out and logging in again (via SSH), I still get the same default prompt, which is "[\H \W]>". The shell is…
Eric
  • 111
  • 2
0
votes
1 answer

openshift, cron, node, line 1: syntax error near unexpected token `('

I'm pretty sure this is some kind of config problem, or something like that. I'm using node V 0.10 and the cron cartridge V 1.4. Here's my bash script to run my node script: #!/bin/bash node ${OPENSHIFT_REPO_DIR}.openshift/cron/daily/cron.js and…
0
votes
2 answers

Checking which Availability Zone?

I see that Regions could be selected, e.g., us-east-1, but how could the Availability Zone be selected? If it's a lottery, how could it be checked? Is the AZ fixed over the lifetime of the gear? Thanks
Kar
  • 123
  • 2
0
votes
1 answer

unable to login remotely in MYSQL

I am very new to mysql and I want to use remote login I followed this stack process but the command gives me nothing on the screen as listed on that link $ lsof -i -P | grep :3306 $ this is the output. What I did so far: I edited the file…
Suraj Palwe
  • 101
  • 3
0
votes
0 answers

How to prevent redundant files when using Wordpress on Openshift

I am running a Wordpress site on OpenShift that has an uploaded folder size of about 200mbs. This should be well under the limits for the free account, however, it appears to copy it a few times in order to deploy giving me a du like this... 216K …
Jackie
  • 171
  • 9
0
votes
1 answer

#openshift server unavailable 503 error

I have application created on TOMCAT7 (JBOSS EWS) using Mysql DB. My application keeps getting 503 error (service unavailable) [WARNING] 033/104029 (124189) : Server express/local-gear is DOWN, reason: Layer7 timeout, check duration: 10001ms. 0…
0
votes
1 answer

java.lang.OutOfMemoryError: Unable to create new native thread when auto deploying a REST crud app

I have deployed a simple JEE app on my openshift app but when I take a look to server.log I found that a "java.lang.OutOfMemoryError: Unable to create new native thread" is avoiding wildfly from starting. I have deployed the same app locally (on a…
ElArbi
  • 101
0
votes
1 answer

Can Accept-Ranges Be Enabled On Ruby Cartridge

I'm running Padrino on a Ruby cartridge. I have an application that serves a somewhat large mp3 file to be consumed by an in-browser player, so I need to send a Range Request. If I don't, the file stops playing and basically craps out until I make a…
Dave Munger
  • 141
  • 3
0
votes
1 answer

Varnish as a cache proxy on openshift-online : openshift limits number of requests from same IP?

I've created the following 2 openshift gear : varnish cartridge https://github.com/devop-mmcgrath/openshift-cartridge-varnish php 5.4 / mysql (symfony 2 app) I've configured a quite complex caching mechanism based on FOSHttpCacheBundle that uses…
Romain
  • 101
  • 1