Questions tagged [openshift-client-tools]

The OpenShift Client tools, known as rhc, are built and packaged using Ruby. OpenShift integrates with the Git version control system to provide powerful, decentralized version control for your application source code.

The OpenShift Client tools, known as rhc, are built and packaged using Ruby. OpenShift integrates with the Git version control system to provide powerful, decentralized version control for your application source code.

329 questions
1
vote
2 answers

rhc setup failure - msg "OpenShift server is not responding correctly"

Yesterday Aug 19 2014, I created a new scalable rails 4 application. Attempting to connect with rhc setup wizard tells me there is an error. Here is the output with sensitive data replaced respectively: Using [myaccount] to login to…
1
vote
1 answer

ssh keys on open shift for multiple projects from same machine

I am new to open shift . I created a project on openshift with a new email id and password. Lets call it firstApp . I did rhc setup and my ssh key was associated with my project . My friend has also created a new project . Lets call it…
MAG
  • 2,841
  • 6
  • 27
  • 47
1
vote
0 answers

app breaks down and cannot use rhc commands

My app (rails a ruby-1.9) is currently serving a 503. All the rhc commands don't work. I cannot even do rhc ssh . I tried to restart the app from the web, it gives me this: Unable to perform action on app object. Another operation is…
Feng Wan
  • 305
  • 2
  • 3
  • 8
1
vote
1 answer

Attempting to save a snapshot complains Application not found

I'm trying to save an App snapshot on OpenShift, however it complains that my application isn't found. When I type rhc apps my application is correctly listed, not sure what I could be doing wrong. For example: appname @…
1
vote
1 answer

rhc port forward - open shift issue

I am trying to port forward a particular application that I am developing for. In open shift I have the following applications available; If i choose hotornot then i get the following when running this command in the terminal rhc port-forward -a…
Biscuit128
  • 5,218
  • 22
  • 89
  • 149
1
vote
2 answers

Openshift unable to connect to the server

I am having issues with setting up Open shift and getting the following error after connecting to my server domain: Command: User$ rhc setup --server=app-domain.rhcloud.com Result: The server has rejected your connection attempt with an older SSL…
HGB
  • 2,157
  • 8
  • 43
  • 74
1
vote
3 answers

How to download logs from child gears

I have OpenShift Enterprise 2.0 running in a multi-node setup. I am running a simple JBoss scaled app (3 gears, so HAProxy and 2 JBoss gears). I have used a pre_start_jbossews script in .openshift/action_hooks to configure verbose GC logging (with…
Randall T.
  • 187
  • 12
1
vote
1 answer

error rhc app delete 500 error code

I'm trying to delete an app and getting a 500 error code. The app is temp-cartracker.rhcloud.com (I also have temp2-cartracker.rhcloud.com that I can't delete, either) $ rhc app delete temp -d DEBUG: Using config file…
smenzer
  • 307
  • 1
  • 2
  • 9
1
vote
1 answer

Failed to save snapshot by rhc

every time I run rhc snapshot save wp1 got this Pulling down a snapshot to wp1.tar.gz... Saving snapshot for secondary mysql-5.5 gear /opt/rh/ruby193/root/usr/share/gems/gems/openshift-origin-node-1.21.6/lib/openshift- …
1
vote
1 answer

OpenShift : Access Remote to MySQL on a DIY app without port-forward possible?

Here the situation, i have an application hosted in a server (call Server A) that need to access to MySQL hosted in a DIY application on OpenShift (Server B). When the server A try to access to MYSQL i have the following issue : [ERROR] The last…
bwilcox
  • 629
  • 1
  • 6
  • 14
1
vote
1 answer

Openshift authenticity of host cant be established, when creating app

I try to create an app in Openshift but alwas get the following error during the process: **Cloning into 'firstapp'... The authenticity of host 'firstapp-**.rhcloud.com (***)' can't b e established. RSA key fingerprint is **********************.** I…
PeteMac88
  • 147
  • 1
  • 1
  • 13
1
vote
3 answers

"rhc setup" throws the following error

C:/Ruby187/lib/ruby/gems/1.8/gems/highline-1.6.19/lib/highline/system_extensions.rb:81: undefined method `dlload' for HighLine::SystemExtensions::WinAPI:Module(NoMethodError) from…
Ronald
  • 61
  • 8
1
vote
3 answers

Openshift : Get Error while instralling rhc client tool in ubuntu 10.04

I am using Ubunto 10.04. I have already install Git,Ruby 1.8 and also rhc client tool. The rhc gems is available in [/var/lib/gems/1.8/bin] directory. but when I apply any command in console it generates error message. I had install git first then…
mcacorner
  • 1,304
  • 3
  • 22
  • 45
1
vote
2 answers

OpenShift: rhc setup error

I am setting up my openshift connection for the first time following this guide but rhc setup throws the following error: /usr/local/lib/site_ruby/1.9.1/rubygems/dependency.rb:247:in `to_specs': Could not find rhc (>= 0) amongst [ZenTest-4.8.2,…
1
vote
2 answers

Viewing more lines with 'rhc tail' and 'rhc-tail-files'

I've deployed a JBoss 7.1 application on OpenShift. Now I have to examine the log file but with the tail -f -n 100 jbossas-7/logs/server.log command I see only the last 10 rows of the log file. There is a way to view whole file? Can I download…
Maverik
  • 179
  • 1
  • 1
  • 9