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

Openshift Scaling Tomcat7 with Stored Files and Images

If I have a Gear which contains Files and Images uploaded by Users, will the directory be Shared across all Gears? or will it be synced after every User upload? If not, is there any workaround? Can I manually sync all Gears after every user…
0
votes
1 answer

rhc setup gives syntax error

I am following this openshift client tools for ubuntu. I've just created an application on rhcloud and I am trying to install client tools to get my code installed on rhcloud. I get the following error viju@viju:~$ rhc…
Viju Nil
  • 105
  • 1
  • 2
  • 8
0
votes
1 answer

Openshift 2.1 cannot set OPENSHIFT_PYTHON_WSGI_APPLICATION using action hooks

I am trying to deploy a Django app on openshift (python3.3, django1.7, Openshift 2.1). I need to set the OPENSHIFT_PYTHON_WSGI_APPLICATION to point to an alternative wsgi.py location. I have tried using the pre_build script to set the variable,…
0
votes
1 answer

How to create folder and upload file inside openshift?

I'm using rhc client tools for openshift. and i want to upload it PhantomJS. So, I've Executable file and now i want to upload into my openshift server, So please let me know. How can i create folder? and how to upload it? I googled but fully…
Hemraj
  • 25
  • 4
0
votes
2 answers

Environment variables not showing up on Openshift ruby 2.0

I've been playing around with Open Shift and tried to pass an environment variable. First, I set it with rhc env set TEST=foo -a myApp. Then I ensured it was there with rhc env list -a myAPP, and it was. Nest, in my app, I put Test variable = <%=…
bjork24
  • 3,153
  • 7
  • 35
  • 46
0
votes
0 answers

cannot find ssh executable

I am trying to acces the logs of my openshift application and the way to do that is with an ssh command that goes like rhc ssh ... . I have the rhc client tools but apparently no ssh executable. I looked around in this website and people give the…
Ariadenus
  • 23
  • 3
0
votes
1 answer

How to debug Server Error 500 on Openshift, when rhc tail does not show errors?

I'm trying to debug a Server Error 500 with my application. I've read that you should use rhc tail to show a live log stream and with the current error, the log stream that appears when trying to display the page is: ==> app-root/logs/python.log…
Shoe
  • 74,840
  • 36
  • 166
  • 272
0
votes
1 answer

Public Client App Port Forwarding with OpenShift

I'm trying to test and distribute my python application in script or executable form (client). I already have my openshift server setup and running. I'm confused on setting up port forwarding with other users to test it out with. Do other clients…
scottyp
  • 295
  • 1
  • 4
  • 13
0
votes
1 answer

Openshift DIY Dropwizard with HTTPS

I got my Dropwizard application running in an Openshift DIY Cartridge. The application uses Https and binds to port 8080. I can access the application with curl from within an ssh connection via rhc ssh appname. What do I have do configure that I…
tmy
  • 25
  • 4
0
votes
1 answer

Openshift tail asks me to relogin

I am trying to tail my application in openshift but it asks me to login. But I am already logged in. I do rhc account -l #adding password Login on openshift.redhat.com ----------------------------------------------- ID: …
Apostolos
  • 7,763
  • 17
  • 80
  • 150
0
votes
0 answers

How to resolve PHP on openshift: Failed to execute: 'control restart'?

I have a PHP (wordpress) app on OpenShift. It was working very well, so it stopped to work. I tried to restart using the rhc command, but was impossible. The follows error was shown: >rhc app restart php Failed to execute: 'control restart'…
romarcio
  • 101
  • 3
0
votes
1 answer

After updating rhc / httpclient I cannot execute git push

I ran the rhc client update that Openshift notified me about. Now when I try pushing or cloning the git repository I get the following error: git clone ssh://5432c6d9e0b8cd501e000096@storycreator-storycreator.rhcloud.com/~/git/storycreator.git/…
0
votes
1 answer

Openshift - conecting from a local client

I did the rhc port-forward -a -appname the command provide me the correct data but when I tray to connect from the pgadmin (windows client) the error is "problem to connect to the server: password authentification" I am using the password and user…
0
votes
1 answer

Can't clone openshift application

I run: rhc git-clone appname And get a message: Disconnected: No supported authentication methods available (server sent publickey, gssapi-keyex,gssapi-with-mic) I tried to set path GIT_SSH go tortoisegit's TortoiseGitPlink.exe, but it didn't…
kandi
  • 1,098
  • 2
  • 12
  • 24
0
votes
2 answers

Unable to git-clone new application to windows machine

I am creating a new Nodejs project in openshift. however, upon creation by rhc i am unable to clone my created git repo to my windows machine even after deleting retrying, here is the message I see in rhc, Cheers ! : Application URL:…
droid-zilla
  • 536
  • 7
  • 8