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

How to delete a Jelastic environment through the API?

I tried to delete one of my Jelastic environments by means of the following API call: curl -k \ -H "${CONTENT_TYPE}" \ -A "${USER_AGENT}" \ -X POST \ -fsS ${HOSTER_URL}/1.0/environment/control/rest/deleteenv -d…
Laurent Michel
  • 1,069
  • 3
  • 14
  • 29
0
votes
1 answer

How to configure Tomcat 9 Spring REST app WAR on Jelastic?

I'm migrating a Spring REST app WAR, that's running fine on a cPanel Tomcat 9 installation, to a Jelastic Tomcat 9 environment. All my content is returning 404's. My first question is, what to put into the Jelastic Context field, during deployment?…
BobC
  • 353
  • 2
  • 5
  • 17
0
votes
1 answer

Comparison tests of OpenJ9 and HostSpot G1 for elastic vertical scaling

In containerized environments we have huge waste in terms of resources when use java. In terms of vertical scaling we need to have an optimized JVM. Are there any public comparison tests available of vertical scaling and memory usage of OpenJ9 and…
0
votes
0 answers

Is the Jelastic GC agent automatically enabled for newly created "Java Engine" environments?

The docs say that it's automatically enabled for newly created Java Application servers (e.g. Tomcat, Jetty) but is it also enabled for the Java Engine environment? I looked through the folder structure of my Java Engine environment but I couldn't…
toby-one
  • 191
  • 2
  • 11
0
votes
1 answer

how create a sleep mode for servers

for my jelastic servers as i dont use much would like to put them in something similar to sleep, that they are only activated in http request i saw for trial accounts sleeps something, but would like to know if there would be a way to do it with a…
vic
  • 1
  • 1
0
votes
0 answers

How to get port forwarding working with Jelastic to connect to REPL of running Clojure web app?

I've deployed a simple Clojure web app to Jelastic in a Tomcat container. The Clojure app starts a REPL on port 7001. I have Jelastic SSH Gate set up and working. I SSH into the tomcat node with port forwarding by running this in the terminal on my…
toby-one
  • 191
  • 2
  • 11
0
votes
0 answers

Jelastic intellij plugin not working outdated

Jelastic plugin on http://plugins.jetbrains.com/plugin/7139-jelastic-cloud-platform-integration is not working. Error message is java.lang.NoClassDefFoundError: com/intellij/openapi/actionSystem/DataKeys at…
0
votes
1 answer

Cant deploy correctly Vuejs app from git in Jelastic

its the first time i use Jelastic and i need to deploy a vuejs app from git. I've make a Nodejs env and deploy my vuejs app. Then, i run: cd ROOT npm install npm run build And i get an successfully message: Build complete. The dist directory is…
Ken Ramirez
  • 325
  • 5
  • 17
0
votes
1 answer

Unable to login in Jelastic intellij plugin

I tried to setup jelastic cloud in intellij idea plugin but cannot login. I have checked carefully my credentials are correct, i can login in the browser but not in intellij idea. In Jelastic provider field, it says "Unable to get provider…
lww
  • 624
  • 1
  • 7
  • 14
0
votes
0 answers

Error in jelastic php 7.3 regarding zip.so

When redeploying or newly deploying a Node with PHP 7.3 (nginx 1.14.2) i get the following error when trying to create a zip-archive in php using zip.so php: symbol lookup error: /usr/lib64/php/modules/zip.so: undefined symbol: zip_file_add …
csaggo
  • 31
  • 3
0
votes
0 answers

primefaces cropping not word on payara (inside jelastic cloud)

I have an application that he cropping to an image and it works correctly in my pc but when uploading it to Jelastic (payara), after finishing the upload it does not show the cropping panel. I have not been able to debug directly from Jelastic…
meyquel
  • 2,134
  • 5
  • 23
  • 42
0
votes
0 answers

Old Tomcat environments are failing on Jelastic Platform version 5.4

In the last few days, old Jelastic environments that have been working for two or three years are failing without explanation. They are Java/Spring apps running on old Tomcat versions (7.0.57 and 7.0.61.) In one such case (Tomcat 7.0.57), some…
Esteban
  • 53
  • 5
0
votes
1 answer

PostgreSQL generates an empty 20-byte gzipped backup file

We manage several Java+PostgreSQL environments in Jelastic. Our PaaS provider uses Jelastic platform version 5.4. In each environment, we have a cron task that calls a shell script to generate a daily gzipped database back-up via pg_dump for…
Esteban
  • 53
  • 5
0
votes
0 answers

database backup in jelastic can't be done from the app node

My Goal is to have an automatic database backup that will be sent to my s3 backet Jelastic has a good documentation how to run the pg_dump inside the database node/container, but in order to obtain the backup file you have to do it manually using an…
medBouzid
  • 7,484
  • 10
  • 56
  • 86
0
votes
1 answer

Nginx on Jelastic won't start

I'm starting a web app with nginx on Infomaniak (in ), and I have connections refused every time. I found the issue, my Nginx service won't start, even after nodes restart. Doing a sudo service Nginx start told me this Starting nginx: nginx:…