Questions tagged [openshift-cartridge]

OpenShift cartridges provide the necessary command and control for the functionality of software that is running users' applications.

OpenShift cartridges provide the necessary command and control for the functionality of software that is running users' applications. OpenShift currently has many language cartridges (JBoss EAP, JBoss EWS, PHP, Ruby, Rails, etc.) as well as many DB cartridges (Postgres, Mysql, Mongo, etc.).

117 questions
1
vote
0 answers

Openshift HaProxy gear shuts down

I have a spring boot web application that uses WildFly Application Server 10, Mysql server The problem is that it randomly shuts down. Every few days. Currently it is scaled from 1 small gear to 16
user1601401
  • 732
  • 1
  • 12
  • 25
1
vote
1 answer

Unable to connect openshift mysql using spring boot

I have created application in openshit (tomcat7 type) using spring boot. Below is my connection properties # Remote Datasource…
1
vote
1 answer

Spring Integration - FTP is not working with OpenShift

I have used Spring Integration FTP to copy files from an FTP server to local and processing it. It is working fine with local using Spring Boot and Spring Integration, but I have deployed the application in OpenShift, but it is not looking for the…
1
vote
0 answers

Issues with ports on OpenShift DIY server trying to run Mirth Connect

I'm trying to setup a Mirth Connect (https://www.mirth.com/) instance on a DIY server on OpenShift for a course I'm giving. Mirth Connect needs two ports, HTTP and HTTPS, 8080 and 8443 by default. It seems I can configure 8080 or 8443, but not both,…
Pablo Pazos
  • 3,080
  • 29
  • 42
1
vote
0 answers

Expose MySQL DB on openshift online (rhcloud.com)

Is it possible to expose MySql DB as a service on openshift online so that it can be accessed by another server application (outside the openshift infrastructure/cluster)?
Ric0
  • 620
  • 6
  • 11
1
vote
1 answer

How can i install SMB Client on Openshift Gear

How can i install SMB Client on Openshift Gear Actually i have successfully installed OwnCloud Using https://hub.openshift.com/quickstarts/4-owncloud but the only problem is after installing the External storage support plugin it gives me hard…
1
vote
1 answer

NodeJS+ Express + MySQL app not running on Openshift

I have a nodejs app that I could succesfully deploy but is not starting. I'm getting this error all the time, when I look on the log files: Warning: connect.session() MemoryStore is not designed for a production environment, as it will leak memory,…
ArtanisAce
  • 957
  • 7
  • 14
1
vote
1 answer

NodeJS app not working on Openshift after deployed

I'm having trouble with my nodejs app deployment. I use Express, MySQL and the basic Express structure for my app. When I open the app URL on openshift I get the 503 error message. On the nodejs.log, I can see this: Warning: connect.session()…
ArtanisAce
  • 957
  • 7
  • 14
1
vote
0 answers

Updating Maven version in Openshift

I have an openshift gear running Wildfly 10. My web application requires Maven 3.3.X to build (it uses some plugins that requires it). How do I update my Openshift Gear to support that?
gastaldi
  • 728
  • 1
  • 6
  • 17
1
vote
1 answer

Openshift with nodejs and nginx

context I've a running app on Openshift using a nodejs (nodejs-0.10). I would like to add a ngix as first proxy to serve static files only. problem The question is how to add nginx to a running app on Openshift. I saw this cartridge…
a--m
  • 4,716
  • 1
  • 39
  • 59
1
vote
1 answer

sails.js(v0.11) cartridge needed for openshift

Current version of sails.js is v0.11. To create application with this version of sails.js in openshift needs cartidge . I found an older cartidge https://github.com/markschad/openshift-origin-cartridge-nodejs-sails. Can anyone give an upgraded…
swaraj
  • 109
  • 2
  • 13
1
vote
1 answer

openshift database and data directory

I was looking at a README file that raised some questions about database persistence on Openshift. Note: Every time you push, everything in your remote repo dir gets recreated please store long term items (like an sqlite database) in the…
slmyers
  • 767
  • 1
  • 8
  • 21
1
vote
2 answers

Openshift - Cannot connect to mysql gear

My app was stuck on connecting to Database gear for almost few day now. I have tried almost 2 days to search, but it seem no luck. Could anyone help! What I have tried: ssh in to main gear (application gear) is ok, but fail when trying manually…
fangli
  • 107
  • 3
  • 8
1
vote
1 answer

Error when connecting one app to a different app's database

I was following the instructions in this post: https://blog.openshift.com/sharing-database-across-applications/ And I have two apps running successfully, with data in my production app, with my reports app up trying to query the production database.…
etm124
  • 2,100
  • 4
  • 41
  • 77
1
vote
1 answer

openshift: maven compiler error : Base64 can not find the symbol

I am deploying webapp to the openshift cloud. While compiling the resources by maven automatically after deploying, it shows Base64: symbol not found However when I maven compile it on my Pc, their are no errors and build is successfull. I tried to…
Irshad
  • 1,016
  • 11
  • 30