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
0
votes
1 answer

unable to deploy WAR file via git in openshift

I am trying to deploy a pre compiled WAR file to my openshift application and its failing with below error remote: Not a directory - /var/lib/openshift/XXXXXXXXXXXX/app-deployments/ROOT.war/metadata.json What is this metadata.json file ? What…
pbathala
  • 1,390
  • 2
  • 18
  • 39
0
votes
1 answer

Is it possible to run 'rhc snapshot save' without temporarily disabling your application?

When I run rhc snapshot save my application is disabled during the process, and users receive a 503 message. Is it possible to avoid this?
MrPopinjay
  • 179
  • 4
  • 14
0
votes
1 answer

Rhc setup: undefined method `[]' for nil:NilClass

I've got a problem with executing command: rhc setup on Windows 8 I've got following output: http://pastebin.com/JRhfK23B Thanks Tomasz
Tomek
  • 116
  • 2
  • 11
0
votes
1 answer

Filter messages from rhc tail

When doing rhc tail -a myApp, I want to filter out all the lines with: GET / 200 I tried rhc tail -a myApp | grep -V GET but that does not seem to work.
Running Turtle
  • 12,360
  • 20
  • 55
  • 73
0
votes
1 answer

Openshift Multiple Domains Apps

On Openshift, I have 2 diferent apps on 2 diferent domains whose I administer. If i run : rhc apps it shows both apps correctly. But if i try to assign an alias to any of the apps (or basically issue any command to any of the apps),it always says:…
lealhugui
  • 189
  • 1
  • 12
0
votes
1 answer

Environment variable not picked up by Tomcat 7 on OpenShift

I am running a JSF application on the JBoss EWS 2.0 cartridge in OpenShift, and the time has come to set the application to run in Production mode. To keep my application as portable as possible, I would like to do this by setting the…
Lee Beng
  • 3
  • 2
0
votes
2 answers

Openshift rhc alias-add doesn't work with -l username

alias-list works with -l username_2 rhc alias-list blog -l username_2 wheras rhc alias-add blog www.somedomain.com -l username_2 doesn't take into account -l username2 it will create alias for username_1 instead How to add alias to account 2 ?
user310291
  • 36,946
  • 82
  • 271
  • 487
0
votes
2 answers

Openshift - Unable to set the env in JBoss as7 cartridges

I want to set the -Djboss.server.default.config env variable in my JBoss AS 7 cartridge. I have tried using the action hook as follows export _JAVA_OPTS=$_JAVA_OPTS"-Djboss.server.default.config=standalone-custom.xml" and the file name is…
0
votes
1 answer

TimeOut Error in Openshift

I want to create application in my local broker with rhc tools and i get this error, any ideas how to fix it : Unable to complete the requested operation due to: Timed out while trying to fetch information from the nodes. If the problem persists…
0
votes
1 answer

Restoring a dokuwki to openshift

I have an openshift account with dokuwiki in one app php 5.3 cartige, I do backups using rhc snapshot save every day, today I try to do a restore it with rhc snapshot restore, but it looks like data is from the last git push what I did and the…
POLLOX
  • 302
  • 1
  • 4
  • 17
0
votes
1 answer

rhc port-forward not working for collaborated app

I am trying to use the "rhc port-forward " command for an app that my friend has made me a collaborator on. The app appears with my other apps when I do "rhc apps" and the gear is not off or in idle. Does anyone know what is wrong or if it is an…
0
votes
2 answers

Cannot Use Openshift Client Tools

I am having a hard time with the OpenShift client tools on Ubuntu. It keeps asking for a password which I am now confused about. Issuing rhc apps command displays the following message : Please sign in to start a new session to…
0
votes
1 answer

Openshift hooks during gear restart

When I deploy my app with Jenkins or restart app with app_ctl action_hooks are executed. But when I restart application with rhc app restart app_name actions_hooks are not executed. I set up custom JVM parameters in actions_hooks. What I am doing…
matejuh
  • 396
  • 4
  • 13
0
votes
1 answer

Cannot add member in OpenShift

What I have tried - Webconsole I have a problem with openshift.com - I am trying to add a member via the web console, and get an error every time. Result The error is: Could not update members. What I have tried - rhc client When I try in the RHC…
Magick
  • 4,603
  • 22
  • 66
  • 103
0
votes
1 answer

Using rhc tools OpenShift

I do not understand the uses for the commands ssh or git-clone in the rhc tool. If I try to connect via ssh I have to use a client like PuTTY and if I like to clone a project I have to use the GitBash on Windows. My question is, when I use the…
user3206010
  • 141
  • 2
  • 16
1 2 3
21
22