Questions tagged [jelastic]

Platform-as-a-Service for developers with support of Java, PHP, Ruby, Node.js, Python and Docker-based applications

Jelastic is a robust solution with the benefits of PaaS and CaaS in a single turnkey package. Its rich interface simplifies complex cloud deployments by automating the creation, scaling, clustering and security updates of microservices or monolithic applications. Jelastic has a unique pay-for usage-only pricing model and is available as public, private, hybrid and multi-cloud in more than 55 data centers worldwide. The platform provides support of Java, PHP, Ruby, Node.js, Python, .NET environments and custom Docker containers.

More info is at https://jelastic.com

402 questions
0
votes
1 answer

Jelastic - changing private repository credentials

Relates to Jelastic environment launched using JPS with docker private repository credentials. Jelastic - using private repository in JPS How can i change the repository credentials to previously launched environment? I have tried to add the new…
karppo
  • 43
  • 6
0
votes
0 answers

error creation of mysql database (docker image)

During MuraCMS setup the following error occurs. Please suggest. Error: Error during database creation (1): Error during creation of MySQL datbase: can't access password protected information from the configuration, no password is defined for this…
Guru
  • 11
  • 2
0
votes
0 answers

500 error - source file [/var/w/config/settings.ini.cfm] is not a file

Installed MuraCMS 7.1 using docker image with MySQL 5.7 and Lucee 5 at Jelastic cloud The setup completed, but index.cfm throws a Lucee runtime error with the message source file [/var/w/config/settings.ini.cfm] is not a file Can any suggest how…
Guru
  • 11
  • 2
0
votes
2 answers

How does rake_deploy in jelastic work with ENV

I am setting up a production and a pre-production server with Jelastic and nginx to run Ruby on Rails on. My database name and password are in environment variables. I have set them in the shell via ssh in .bashrc and in…
Ed Ytterbrink
  • 376
  • 2
  • 10
0
votes
0 answers

What is the best way to help limit MongoDB CPU usage?

We use MongoDB with Parse-server as backend and our application queries and save data at a rate of 5 request/second. And out of our 3-stack solution (Nginx, Node.js, MongoDB), MongoDB takes the highest CPU hit, perhaps due to the query and save…
quarks
  • 33,478
  • 73
  • 290
  • 513
0
votes
1 answer

Jelastic - using private repository in JPS

Is there a way to use private docker repository images when launching a new environment using jps? From marketplace, i can add docker containers from private repository and launch them, no problem there. But even when the image has been added to…
karppo
  • 43
  • 6
0
votes
0 answers

deploy an application in the jelastic marketplace

So basically, this what we want to do: create an application and publish it in our jelastic provider. To do that, we had this idea: Create our customized docker images locally create a registry in our jelastic provider push our images into this…
0
votes
0 answers

What are the reasons that can make a deployment in Jelastic so long?

I am using Jelastic with a public provider. Here is the thing: I have created one registry where I store my docker images (hosted in jelastic) Then, from a manifest I deploy a database docker (my own image) located in my private registry located in…
0
votes
1 answer

Access folders outside war-package in Jelastic

I'm just starting to use Jelastic. I have a java web application which I have brought to Jelastic as a war-package and am running it on Tomcat. I have also a data folder which I want to keep separate from the war-package. Previously on my test…
Minna
  • 11
0
votes
1 answer

Why gunicorn don't use all ressources but deliver slowly pages

I've a setup with : Jelastic (PaaS) with Auto-Vertical Scaling Nginx as SSL/TLS end-Point + Reverse Proxy (inside docker) Gunicorn serving a Django application (inside docker) Postgres (inside docker) When the traffic is "heavy" (100 r/s), the…
Tits
  • 21
  • 3
0
votes
1 answer

Jelastic - deploy from maven generates both WAR and EAR files and fails

I am using Jelastic and I have an environment with a WildFly 10.1 node and a Maven 3.5.0 node. When I click "build and deploy" on the project in the Maven node my application should build and deploy a EAR file. However, after the first time I do…
0
votes
1 answer

Jelastic volume mount errors when scaling or creating new environment using JPS

On Jelastic, I was randomly getting the following volume errors when creating a new environment or scaling horizontally. "Mount to exported directory /xxx/yyyy is forbidden" "mount.nfs: access denied by server while mounting ... RPC connection:…
karppo
  • 43
  • 6
0
votes
1 answer

Jelastic phpmyadmin

I am trying out the jelastic platform to run wordpress on. In the past I have used a VPS to do this and then use SSH to do anything on my database. I notice that the platform gives you Phpmyadmin to do mysql administration and as this only asks for…
0
votes
1 answer

Make GitLab pipeline failed using Jelastic API

I'm using the Jelastic API with Gitlab CI in order to deploy an application. With the cli tool, I use the ExecCmdById method to execute a script on a remote server. The problem is that my pipeline always succeed, even if the API returns an error of…
Sika
  • 527
  • 5
  • 13
0
votes
1 answer

Where to store user profile images uploaded?

I have a JAVA application that needs to store profile pictures that user uploaded. My project already finish and works fine. //in my LOCALHOST i use this path: File file = new File("C:/myProject/uploads/profile_images"); So, now I want deploy this…
sergioBertolazzo
  • 585
  • 2
  • 11
  • 27