Questions relating to the Red Hat's OpenShift PaaS

learn more… | top users | synonyms

0
votes
0answers
6 views

Tomcat WebApp: Error storing image file outside of context root on OpenShift

My tomcat web application uploads images and saves them outside the context folder for security. I tested the code on my local machine and it works perfectly. When I hosted the code on OpenShift, I ...
0
votes
0answers
27 views

Django: ImportError: No module named quiz.views

I'm trying to deploy my app to the OpenShift, but I have some troubles. I tried to add my files to the default django-example project and that's what I've got (my app is in 'quiz' folder, copied from ...
0
votes
1answer
21 views

IJ000653: The pool has been shutdown JBoss AS 7 OpenShift

I newbie in Java please help me to understand how is right. And My English on basic level.. I use OpenShift and before, maybe 2 or more weeks ago all be fine, but last time I have 3 or ~ < 20 ...
0
votes
1answer
11 views

How to Hot Deployment an Application on Open Shift

I have already made a web application which I want to deploy on Open shift .I have already cloned application git repository by using the following command ran on terminal as:- [root@mac1 Desktop]# ...
0
votes
2answers
30 views

Tomcat7 /JBoss 2 NullPointerException with MySQL- Database

I'm always gettin a NullPointerException when trying to call mysql_pool.getConnection() (for example in the login method I call the method initPool in the init() of my Servlet package john.z.server; ...
-1
votes
3answers
23 views

OpenShift Deployment

Hi I am new to open shift . I don't know how to create repository and deploying our project to it. I have configured it through command prompt. After installing rhc successfully through command prompt ...
0
votes
1answer
17 views

Paperclip configuration to use with openshift

I'm trying to configure paperclip to use it with openshift but I can't do it right, any suggestion? has_attached_file :photo, :styles => { :thumb=> "100x100#", ...
0
votes
2answers
31 views

Inputstream not being read

I am new to JavaEE, but yeah. Everything is working just fine on my computer while I'm running the code, however when I send it to my server, my input isn't being read.... So I'm guessing there's ...
0
votes
0answers
18 views

Tomcat Server not responding when adding tomcat-catalina dependency

I'm having problems using Websockets on a Tomcat 7 (JBoss EWS 2.0)- Server on Openshift. It seems that once I add a dependency for the tomcat-catalina package in the pom file and deploy, the server ...
-1
votes
0answers
22 views

Unable to bind to a port on Openshift

I am running an embedded activemq message server in my application on openshift. According to this, you can only bind on 15000 - 35530. I've tried doing the following, but it's throwing a serious ...
0
votes
1answer
24 views

Issues with adding a jar to openshift deployment

When i deploy my web application on my local tomcat, i place java mail.jar in lib directory under tomcat. But now i'm deploying on jboss tomcat on openshift and i can't place the mail.jar in lib ...
0
votes
1answer
33 views

Error 503 in OpenShift server

That's my first Django project and I'm trying to deploy it to OpenShift, but I have a problem: when I'm trying to open app's page, I see "503: Service Temporarily Unavailable" message. I thought that ...
1
vote
1answer
25 views

SSL Certificate error with Custom Domain in Openshift Wordpress

I'm trying to deploy a wordpress installation to Openshift but I can't refer my custom domain without a ssl certificate error when in the backend. I read a article and it says that it is expected, but ...
0
votes
1answer
28 views

Openshift File Uploading in Java

I am doing a program to file-uplaod in the openshift. In this program I am upload whole files documents in the uploads folder, which is given default folder of the Openshift server. I am using the ...
1
vote
1answer
24 views

flask app with subdomain on openshift

I created python flask app, and deployed to openshift. It can be accessed at https://ledgerware-hj.rhcloud.com Now I'd like to use subdomain names for language code. On my local pc I added the ...
1
vote
2answers
26 views

Flask Application not starting up, server says HTTP 500

My flask app is in $OPENSHIFT_REPO_DIR/repo directory with files as ..repo$ ls runserver.py app.py and my app.py looks like def run_simple_httpd_server(app, ip, port=8080): from ...
0
votes
1answer
46 views

How to redeploy a Tomcat 7 application on Openshift

I know that a git push origin master will let Openshift redeploy the application to its new version. But my situation is that my Tomcat application depends on another sub-module maven project, and ...
0
votes
1answer
41 views

How can I edit my OpenShift php.ini and change the default socket to OPENSHIFT_MYSQL_DB_SOCKET

How can I edit my php.ini and change the default socket to OPENSHIFT_MYSQL_DB_SOCKET? I suppose a second question is why doesn't it match in the first place? when I have my php program open the DB I ...
0
votes
1answer
33 views

Asset is not precompiled in RoR Openshift app

I have a Ruby on Rails OpenShift application (ruby 1.9, Rails Rails 3.2.13), working without problems in development environment. However, when I deploy the application to OpenShift, I get the ...
-1
votes
2answers
56 views

Deploy on openshift with a tomcat 7 server

We have a Java web project. We run it on a tomcat7 server. However, we want to deploy our application to openshift. When we opened the eclipse plugin we did not find any tomcat 7 server. Therefore we ...
0
votes
1answer
25 views

Openshift pip uninstall old packages versions

There are some bugs in django-registration0.8, that's why it installed 0.9 version manually throw ssh and also places newer version of registration directly near my scripts (under registration ...
3
votes
2answers
52 views

How to find modules dependency & install it but without cpan/cpanm?

The problem is I don't have access to write $HOME directory. (I only have access to create new directory on $HOME/app-root/data/) because cpan/cpanm need to create new directory $HOME/.cpan/ I don't ...
3
votes
1answer
75 views

How to run Mojolicious on OpenShift?

I already tried https://github.com/degtyarev-dm/mojolicious-lite-openshift but no luck it returns 500 error page. Does anyone know how to run Mojolicious on OpenShift ? I also tried PerlDancer ...
0
votes
2answers
50 views

Opnshift Site not loading after pushing

after going through the below instructions, I reload my page yet I'm still seeing the default page of openshift instead of the page of my site. Openshift intructions I followed git clone ...
0
votes
2answers
84 views

Java RMI port binding error in openshift

I have developed a small Spring based web application to test Spring RMI. There I have created a simple service to generate a greeting message based on the input parameter and return it back to the ...
0
votes
1answer
106 views

Websocket on Tomcat 7.0.39 on openshift

I've just successfully installed Apache Tomcat 7.0.39 on my openshift account (tomcat-ngoanhtuanthesis.rhcloud.com/). I know that tomcat 7.0.39 has supported Websocket. In my local computer, I can run ...
1
vote
1answer
51 views

Hosting two websites on same domain

I have two apps named opentripplanner-webapp and opentripplanner-api-webapp. I had successfully deployed them on local tomcat server. Apps has url as http://localhost:8080/opentripplanner-webapp and ...
0
votes
2answers
154 views

Openshift: Installing Django 1.5 causes Server 500 error

I have created a Django 1.3 application on Openshift. I wanted to upgrade to Django 1.5. So I updated setup.py to install Django 1.5 #!/usr/bin/env python from setuptools import setup setup( ...
0
votes
1answer
36 views

New app is not shown up on openshift

I have deployed a Java webapp (.war) file on openshift tomcat container using rhc client tolls on windows. Then app is deployed successfully (I named app ROOT.war). My app address is ...
0
votes
1answer
59 views

Django on OpenShift: “no such table”

I get this kind of error when I try to load any page. Running sqlall throw the ssh shows the database shema fine. I have such a settings file: if ON_OPENSHIFT: # ...
2
votes
2answers
150 views

openshift rhc setup using multiple accounts

I have two accounts on Openshift platform. How can i setup my computer so that i can manage both of them with rhc? I cannot find any relevant option in the command line arguments.
0
votes
1answer
133 views

Deploying Confluence to OpenShift?

I deployed Confluence 5.1 as a WAR to an OpenShift Tomcat 6 Cartridge. Visiting the instance with my web-browser I get: Error occurred during template rendering: Velocimacro : Error using VM ...
0
votes
0answers
30 views

Is there any reason Google Cloud Messaging won't work on a 3rd party server host, like Openshift?

Planning to build backend in Java on OpenShift, and need to use GCM for messaging to device. Is there any reason that this would be a bad idea compared with using AppEngine?
1
vote
1answer
68 views

OpenShift deploying local application

I followed both of their guides: Setting up RHC gem Here Setting up private/public key and Putty Here However I cannot deploy my rails application to the server. Following their tutorial I ...
0
votes
0answers
52 views

Openshift - CSS is not being refreshed despite asset precompiling

I have weird problem that resulted in 6 hours of pulling my hair. Despite git push log saying that assets are being compiled and doing the same manually through SSH running RAILS_ENV="production" ...
1
vote
0answers
170 views

Tomcat 7 (JBoss EWS 2.0) + MySQL 5.1 + Hibernate - OpenShift - No persistence unit found

Every time I try to reach my app on OpenShift I receive the "No Persistence provider for EntityManager named appname" error. I have been struggling to resolve this problem for two consecutive days ...
0
votes
2answers
40 views

openshift deletes assets

How do I configure my models to avoid their assets being deleted upon assets recompilation, when I push new code to Openshift? At the moment my model looks like this: class Slide < ...
-1
votes
1answer
168 views

how to connect to the database in openshift application

I did as following MySQL 5.1 database added. Please make note of these credentials: Root User: xxxxxxx Root Password: xxxxxxx Database Name: php Connection URL: ...
0
votes
2answers
58 views

remote build on openshift jenkins instance

I am trying to invoke remote build with token. It gives me 401. As per my understanding its not required with token. Jigars-MacBook-Pro:portal jigarshah$ curl https://jigarshah:<TOKEN ...
0
votes
1answer
35 views

Openshift: How to pick up my new datasheme?

I'm trying to do something with OpenShift. I've added models.py from django.db import models class Person(models.Model): name = models.CharField(max_length=50) email = ...
1
vote
2answers
100 views

Redirect domain to Openshift page

I want to redirect my domain.com to openshift page (openshift-app.rhcloud.com). I've done it as described here and it works. The only problem is that on any site I won't be the address will always be ...
0
votes
1answer
110 views

Can't install Python module from GitHub at OpenShift

Trying to deploy a Python application into OpenShift, BTW is my first OpenShift deployment. Everything works fine, but the installation of a module which is hosted at GitHub. I've been trying it many ...
0
votes
1answer
46 views

Does Openshift limit loop?

I'm developing application on Openshift clound. Please see this script: foreach ( $needle['tbody']['tr']['td'] as $key=>$values ){ .... foreach( $values['table']['tr']['td'] as ...
2
votes
2answers
77 views

Scalatra app on Openshift - setting Jetty IP

I'm trying to deploy a minimal Scalatra application on Openshift with DIY cartridge. I've managed to get SBT working, but when it comes to container:start, I get the error: FAILED ...
0
votes
0answers
36 views

Cant Find my Axis2 Web Service deployed on OpenShift

I deployed a web service developed using Apache Axis2 on Openshift. When I try accessing the axis2 index.jsp, I can see the index page which only contains the default Version. Q: How do I get to ...
1
vote
1answer
89 views

Where to store an SQLite database using Openshift

I'm trying to deploy my first Django app using OpenShift. So far everything is working smoothly except when I get to adding my database. From this article I found that I should be storing the ...
0
votes
2answers
137 views

Testing spring openshift application locally

I have an application running on Openshift. It works fine, but testing is difficult because i have to push every little thing to openshift and wait for all the building and restarting to see the ...
-2
votes
2answers
56 views

Cant build on jenkins

I am getting following exception Apr 03, 2013 12:08:27 PM hudson.plugins.openshift.OpenShiftCloud provision INFO: Provisioning new node for workload = 2 and label = null Apr 03, 2013 12:08:27 PM ...
0
votes
1answer
99 views

WordPress .htaccess on Red Hat OpenShift PaSS

I'm developing a website using Wordpress on OpenShift. All is ok, except my .htaccess file. Every time I push code using Git, the .htaccess file becomes blank. Even if I push an .htaccess file from my ...
2
votes
1answer
40 views

Install Splunk Universal Forwarder to OpenShift

I tried googling it but without any luck, also I tried searching official mailing lists, but also without any information. Is it possible to install Splunk Universal Forwarder to OpenShift platform?

1 2 3 4 5