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

Communication between two REST Services

I have two REST Services (developed using Spring Boot), one for Authentication and one that returns Data. The Data service validates a token against the Authentication service when data i requested. The validation is done by the Data service sending…
g3blv
  • 3,877
  • 7
  • 38
  • 51
0
votes
0 answers

issues with jsf after jelastic tomcat server.xml configured

After host is configured by modifying tomcat server.xml in jelastic cloud. jsf page example.com/abc.xhtml is working but example.com/emp/abc.xhtml is not working, showing jsf source code
0
votes
2 answers

How Jelastic "internal" load balancer check nodes health?

As far as I understand, Jelastic utilizes some kind of load balancer which is deployed behind the nodes. So if I have two nodes and one node is down, how this load balancer will act? I'm thinking about blue-green deployment without traffic…
Vova Rozhkov
  • 1,582
  • 2
  • 19
  • 27
0
votes
0 answers

Jelastic - Glassfish and PostgreSQL cloudlets needed

Since I'm getting close to deploying my app on Jelastic, I've started thinking about how many cloudlets I should use. I know Jelastic is quite... elastic when it comes to pricing and I won't be charged for resources I don't use, still I'd like to…
vasouv
  • 41
  • 6
0
votes
0 answers

Jelastic maven plugin throws gateway time-out on deploy goal

I'm using jelastic to build and deploy spring-boot application with a many classes. It takes few minutes for jelastic to redeploy this application. But when environment starts reloading after plugin execution - plugin throws Gateway time-out. Here…
dimonn12
  • 23
  • 1
  • 5
0
votes
0 answers

Can't disable Jboss public ip in Jelastic

I enabled Jboss public IP so I could access it from FTP. But I'm not using it anymore and it's paid, so I want do disable it. But when I do it, after restarting each node, they get inaccessible. I don't understand why only after restarting them, it…
Camilla
  • 489
  • 5
  • 14
0
votes
1 answer

Jelastic deployment manager drop down not working

Earlier today I started the trial period with Jelastic, mainly to see if I can use it to deploy online my projects. After I upload my .war file in the dashboard though, the Deploy to drop down doesn't appear. Same thing happens to the sample project…
vasouv
  • 41
  • 6
0
votes
0 answers

How to use letsencrypt.org SSL on a Jelastic Java Environment

Hi I have deployed a Java EE 7 Web Application on Jelastic, Java 8 ,Glassfish 4.1 and nginx as the load balancer , Use my custom domain name derbyware.com, now I want to add SSL. I searched and found this guys letsencrypt.org . and I would like to…
usertest
  • 2,140
  • 4
  • 32
  • 51
0
votes
1 answer

Jelastic Traffic Distributor 100-0 balance, Sticky Sessions fail?

So, next Jelastic question! I'm stuck using Spring Webflow for the time being, so sticky sessions in any load balanced scenario are important. I'm trying to use the Jelastic Traffic Distributor to achieve Blue/Green deployments. I have set up two…
Nick Foote
  • 2,425
  • 9
  • 36
  • 47
0
votes
0 answers

PHP failed to open stream: Cannot allocate memory

I've got this warning log early by the morning on my php saying that it couldn't allocate memory when I was trying to connect to my database. This is the log: [26-May-2017 08:41:12 UTC] PHP Warning: include(../../../System/Functions/LocalDB.php):…
Rafael
  • 1,437
  • 6
  • 23
  • 41
0
votes
1 answer

Jelastic run.log not working on docker

i'm deploying some docker containers in Jelastic cloud but the run.log file from the log menu item in the container node shows nothing for some containers and sometimes says The operation could not be performed, is there something i need to do so…
Kennedy Oliveira
  • 2,141
  • 2
  • 20
  • 25
0
votes
1 answer

Jelastic Docker Nginx LoadBalancing with Horizontal Auto Scaling

I'm trying to deploy an app in Jelastic that is Dockerized, and i want horizontal scalability, for that i need a load balancer and thought about nginx, but how can i deploy nginx as load balancer via docker on Jelastic? My specific doubt is because…
Kennedy Oliveira
  • 2,141
  • 2
  • 20
  • 25
0
votes
2 answers

Running Appscale on Jelastic

Hello we have created a Jelastic Docker environment where we want to run Appscale (https://www.appscale.com/try-appscale) on it: root@node1234-appscale:~# appscale up Executing ssh-copy-id for host: 1.8.1.6 root@1.8.1.6's password: root@1.8.1.6's…
quarks
  • 33,478
  • 73
  • 290
  • 513
0
votes
2 answers

How to deploy Spring Boot application with PostgreSQL on the cloud Jelastic?

I have a simple Spring Boot application with Angular JS web-client and PostgreSQL database. At this point I can create JAR or WAR for my app by Maven. Also I have a valid dump of my Postgres data. Could someone please give me some roadmap how I can…
Kirill Ch
  • 5,496
  • 4
  • 44
  • 65
0
votes
0 answers

Proxy error while deploying Spring boot app on Jelastic

I am trying to deploy simple Spring Boot app on Jelastic. So I have created environment with Java 8, Postgres 9.5, Apache 2.4, deployed war-file and nothing works. I receive the following error: Proxy Error The proxy server received an invalid…
Kirill Ch
  • 5,496
  • 4
  • 44
  • 65