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
2
votes
1 answer

Why Jelastic environment not working when using postgres9 in jps?

I have created a jps file using documentation https://docs.jelastic.com/application-manifest. But there is no clear documentation to use PostgreSQL. Jelastic JPS Node: { "nodeType": "postgres9", "restart": false, "database": { …
John
  • 23
  • 4
2
votes
1 answer

Why is public IP required for custom SSL?

I added a custom wildcard SSL certificate to my environment and a CNAME record in my registar pointing to my provider. The provider public IP is 185.54.7.222 and my environment public IP is 185.54.6.184. The public IP of my environment is never…
didil
  • 693
  • 8
  • 22
2
votes
0 answers

How to automatically restart Jelastic containers killed by OOM killer

I have Docker image which have issues with memory leaking. It's known issue for this specific tool and authors recommend to restart nodes from time to time as a workaround. However, daily restart is not always enough and some processed are killed by…
Vova Rozhkov
  • 1,582
  • 2
  • 19
  • 27
2
votes
0 answers

How to properly scale Jelastic app servers horizontally

I have several stateless app servers packed into Docker containers. I have a lot of load on top of them and I want to horizontally scale this setup. My setup doesn't include load balancer nodes. What I've done is simply increased nodes count — so…
Vova Rozhkov
  • 1,582
  • 2
  • 19
  • 27
2
votes
1 answer

How can i limit cron to one node

When adding a node manually or via automatic horizontal scaling master node will be cloned. This means that also crontab will be cloned right? How can i avoid, that a cron starts on two or more nodes simultaneously (which usually is not intended)?
csaggo
  • 31
  • 3
2
votes
0 answers

How to have Docker as default engine in Jelastic via manifest?

I use this manifest to deploy one docker (private registry) and a data container to mount some volumes: jpsType: install name: test create DB1 description: "MariaDB is a database and here it is deployed with DMK" logo:…
2
votes
1 answer

Jelastic API method SwapExtIps is missing after 5.3 update

Tried to swap public IPs between nodes, but found method "SwapExtIps" disappeared from client and from API documentation. There is special note about method update in 5.3 Release Notes, but i found nothing about removal of this method. I need to…
Woody
  • 23
  • 4
2
votes
2 answers

Can't login with root user in native templates of environments Jelastic

When I create a new environment in some nodes, (i.e. with the Nginx) I can't access to this node with root user I logged with user a not with root. Using username "251X-XXX". Authenticating with public key "rsa-key-XXXXXXXX" Last login: Thu Sep 28…
albertoiNET
  • 1,280
  • 25
  • 34
2
votes
1 answer

How to control Jelastic Traffic Distributor via API

Traffic Distributor (https://docs.jelastic.com/traffic-distributor) is a cool feature which add's load balancing to your app and enables Blue/Green deploy. However, seems that there's no API to control traffic distributor so it's impossible to…
Vova Rozhkov
  • 1,582
  • 2
  • 19
  • 27
2
votes
1 answer

Storage java jelastic

I have a java app in which I want to use Jelastic's storage container, since the application WAR is getting bigger than the maximum allowed by my provider. Does any one have examples on how to upload files, and how to access those files in my Java…
Dov Bigio
  • 31
  • 1
2
votes
1 answer

Jelastic Docker with Spring Boot and Netflix libraries

Does the Jelastic Docker environment support the deployment of Spring Boot jars? I can't find any docs on this. Also would it suit Spring Boot apps built to use the Netflix tech stack - Zuul, Feign, Eureka etc
user2868835
  • 1,250
  • 3
  • 19
  • 33
2
votes
0 answers

UnsupportedClassVersionError with servlet Jersey Web Application in Jelastic

I deploy my .war service in Jelastic a program to display .war files, but I get this error Exception javax.servlet.ServletException: Servlet.init() for servlet Jersey Web Application threw exception …
JRaul
  • 21
  • 1
2
votes
1 answer

Jelastic servers AngularJS ngRoute not working

I have created an application using AngularJS and ngRoute for partial templates, this works fine on local Tomcat server. But when I deploy the same application on Jelastic server following error is shown: Error: [$compile:tpload] Failed to load…
2
votes
1 answer

How to properly deploy Docker containers with supervisord to Jelastic

I have simple Docker image built over ubuntu with dummy laravel php application. I use supervisord to start nginx and php-fpm. So far so good, everything works fine in my local machine or in any place where docker executable exists. I'm trying to…
Vova Rozhkov
  • 1,582
  • 2
  • 19
  • 27
2
votes
2 answers

Running multiple Parse server instance in one Node.js environment

Is there a way to run multiple Parse server instance in one Node.js (one machine) environment? If yes, what would be the configuration. I am specifically targeting for Jelastic, but I think general solution would be applicable anyway.
quarks
  • 33,478
  • 73
  • 290
  • 513
1 2
3
26 27