Questions tagged [openshift-nextgen]

The tag has no usage guidance.

Filter by
Sorted by
Tagged with
35 votes
30 answers
122k views

django.core.exceptions.ImproperlyConfigured: WSGI application 'application' could not be loaded

The scenario is, I cloned the Django code for OpenShift-V3 from here . When I ran the code with python manage.py runserver, I got this error: django.core.exceptions.ImproperlyConfigured: WSGI ...
user avatar
5 votes
0 answers
1k views

The pod has been stuck in the pending state for more than five minutes

Hello I new to openshift online . Tried to deploy mysql pod and got this Error n command line error: update acceptor rejected mysql-8: pods for deployment "mysql-8" took longer than 600 seconds to ...
henrybbosa's user avatar
  • 1,127
2 votes
0 answers
303 views

Build Error after creating project with nodejs example provided by openshift

I am trying to create a project on openshift for the first time, but there seems to be a problem with it. I am following the exact steps provided here : https://docs.openshift.com/online/...
abhi96's user avatar
  • 23
2 votes
0 answers
727 views

OpenShift Next Gen fails to mount persistent volume

I'm trying to set up an app on OpenShift Online Next Gen and I need to store a small file at runtime and read it again during startup. The content of the file changes, so I cannot simply add it to my ...
Zagorax's user avatar
  • 11.7k
1 vote
1 answer
3k views

How to interact with MongoDB via shell in OpenShift Online 3 Dev Preview?

I've got multiple issues with an application which I suspect are related to permissions on the database. Everything seems locked down however and I can't complete basic commands such as show dbs in ...
user1063287's user avatar
  • 10.6k
1 vote
2 answers
4k views

How to define location of app.py in OpenShift Next Gen Developer Preview?

It seems that a Python 2.7 application in OpenShift requires an app.py file in the top level directory of the associated repo. My application structure, however, is like this: wsgi - application (...
user1063287's user avatar
  • 10.6k
1 vote
1 answer
1k views

How to create a requirements.txt file for OpenShift Online Next Gen Developer Preview?

tl;dr I am trying to create a requirements.txt file for an existing application that is running locally. I want to know what contents should go in the requirements.txt file. I'm doing this in ...
user1063287's user avatar
  • 10.6k
0 votes
1 answer
96 views

TypeError while uploading image using REST api in OpenShift V3

I have a Django App that accept images through REST-api. I tested the api using POSTMAN locally, it's working perfect with image uploads. Later I deployed it on OpenShift V3 and when I tried the same ...
user avatar
0 votes
1 answer
287 views

createsuperuser django openshift v3

How can I do some managing works such as createsuperuser ,makemigrations, migrate ect in OpenShift-NextGen for a Django Application ? (Step-by-Step) In OpenShift-V2, I did the same by login to shell ...
user avatar
0 votes
1 answer
177 views

OpenShift Nextgen cannot connect postgresql to java project

Hi everyone I created a project with Spring+Hibernate+Postgresql on Tomcat. Locally it works fine. Now I try run it on openshift. I create project and connect with github there no broblem, but when I ...
eluuu's user avatar
  • 390
0 votes
1 answer
2k views

How to create new Building Configuration in OpenShift (for Django app)

I need to create a customized building configuration for my OpenShift(NextGen) Django application .Currently I am having django-psql-persistent configuration, which is comes with OpenShift(NextGen)-...
user avatar