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

Install RHC Client Tools (Openshift) on Windows 10

Maybe I am missing something, but when trying to install RHC client tools under Windows 10 OS (brandly installed), I got a lot of errors (I never had on Windows 7 or Mac). To anyone who is facing the same issues, it only worked with the following…
laurapons
  • 971
  • 13
  • 32
1
vote
2 answers

Deployed the Java based application in OpenShift but still the default openshift webpage is showing up

I am trying to run a Java Application on OpenShift Online by deploying a war file to my gear. Below are the steps that I followed to try to deploy it. I created the WAR file for my application with the changed connection url…
Rahul Sah
  • 23
  • 7
1
vote
2 answers

Error Installing 'rhc' Rubygems on Windows

I'm trying to install and configure 'OpenShift' on Windows. I installed the necessary tools like: Git, RubyGem 2.x, but when I try to install 'rhc' ruby gem I got this error: C:\>ruby -v ruby 2.1.6p336 (2015-04-13 revision 50298)…
1
vote
1 answer

Openshift - ssh to a specific gear

if I have more than once gear I know how to check logs of an specific gear but I don't know how to connect through ssh to a specific gear. I'm looking for something like: rhc ssh -g gear_id Why? Because I'm having issues when I'm trying to execute…
Ricardo
  • 7,921
  • 14
  • 64
  • 111
1
vote
1 answer

OpenShift - can't install RHC

I'm trying to install RedHat Client tools to use with OpenShift. I've following installation instructions from here: https://developers.openshift.com/en/getting-started-windows.html#client-tools I've downloaded all the latest tools: Ruby ruby…
developer82
  • 13,237
  • 21
  • 88
  • 153
1
vote
1 answer

For running Java applications we used Tomcat7 and JBoss in Openshift, Is WebSockets enabled for this ? please help me

var serviceLocation = "ws://kghgk.rhcloud.com:8000/chat?name=frank"; I am getting the response in Browser while hitting that link Request URL:ws://kghgk.rhcloud.com:8000/chat?name=hlhj Request Method:GET Status Code:101 Switching…
1
vote
1 answer

ERROR: Could not find a valid gem 'rhc' (>= 0) in any repository

I am trying to install OpenShift client tools with C:\> gem install rhc but it is giving error ERROR: Could not find a valid gem 'rhc' (>= 0) in any repository how to avoid it and install rhc.
Cyclotron3x3
  • 2,188
  • 23
  • 40
1
vote
2 answers

rhc setup - Unable to connect to the server

I am installing the Client Tools on Windows. I successfully completed command -> gem install rhc Next step is --> rhc setup I am using the default server, but getting below error: C:\>rhc setup --debug DEBUG: Using config file…
R G
  • 31
  • 1
  • 5
1
vote
1 answer

RHC client tool for windows error while setup

I followed all the steps as mentioned on the openshift page for guide on installing the client tool. after doing gem install rhc, when i give the command rhc setup following error is shown. C:\Users\me>rhc setup…
warcops
  • 73
  • 7
1
vote
0 answers

OpenShift, how to start ode Apache server

I have installed Tomcat 8 via DIY on OpenShift and I deployed ODE.war via the web browser, through ManagerApp in tomcat page, Now I'm stuck on how to start ode server? or even how to start Tomcat server?
Lola Loulita
  • 471
  • 4
  • 21
1
vote
1 answer

deploy key is note showing in open shift on ubuntu 14.04

root@ubuntu:~# rhc setup OpenShift Client Tools (RHC) Setup Wizard This wizard will help you upload your SSH keys, set your application namespace, and check that other programs like Git are properly installed. If you have your own OpenShift server,…
sajeer
  • 11
  • 3
1
vote
1 answer

openshift "www" directory?

My openshift rhc client is not working so i again use Filezilla FTP to acess my openshift Past year i use filezilla then "www" directory found at /var/lib/openshift/54216b58500444bb9d0009d0/app-root/repo/php/ But now there no such structure exist i…
GiLL
  • 354
  • 1
  • 5
  • 15
1
vote
1 answer

Is it possible to use OpenShift without using rhc?

I am trying to get an application running on OpenShift but after trying to create an ssh key on Ubuntu using ssh-keygen I ran into permissions problems. This is because I find I have no need for the rhc client if it only automates this process but…
karloluis
  • 209
  • 2
  • 13
1
vote
1 answer

Error installing rhc: net-scp requires net-ssh (>= 2.6.5, runtime)

I'm trying to install Open shift's client tool to access apps on OpenShift. But I get the following error when I try to install rhc: Error installing rhc: net-scp requires net-ssh (>= 2.6.5, runtime) Couldn't find much help online to resolve this…
Krish
  • 917
  • 4
  • 10
  • 23
1
vote
1 answer

Openshift, can't restart application "Another operation is already running"

I'm trying to restart my application, but I receive an error : Unable to perform action on app object. Another operation is already running I've tried restarting it through the web portal, and rhc app-restart. Both show that error. It looks like…
catorda
  • 479
  • 5
  • 11