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

Jelastic API intermittent session authentication error "not authenticated (different session key)"

I have created the below script to pull stats from the Jelastic api so i can gather resource stats over a time. The end goal is to log the data to a spreadsheet. Below is my code that handles authenticating and then making the request to…
dlearious
  • 331
  • 2
  • 3
  • 9
2
votes
1 answer

Can't deploy Spring boot app on Jelastic

I'm using Jelastic . It works great with my PHP and servlet apps. But when I deploy Spring boot apps it's not working at all, even for a simple spring boot apps. Didn't find any doc in this case. Can i get some help?
Intellio
  • 101
  • 5
2
votes
1 answer

Missing HttpLimitReqModule and HttpLimitZoneModule in Nginx

In the case of using Jelastic cloud with Nginx, how can I set and load HttpLimitReqModule and HttpLimitZoneModule in Nginx? I checked the "nginx -V" in the ssh console, above mentioned modules were not included inside the modules list. And also it…
Intellio
  • 101
  • 5
2
votes
1 answer

How to run (or should I run) PHP composer on Jelastic?

Basically what I'm trying to do is to create a simple multi-node env with varnish+nginx+mariadb+memcached. By now I've managed to launch the environment and attach git project to it. The problem is that we work with php and symfony2, which requires…
abrasco83
  • 27
  • 5
2
votes
1 answer

How do I add MSSQL php module in Jelastic

I am developing an application in PHP & MySQL that needs to integrate with Microsoft database SQL Server client. We've done the integration into our development environment, but discover that Jelastic not have the mssql module. In the Jelastic…
Edu
  • 21
  • 1
2
votes
1 answer

Can i run php from ssh in jelastic?

when i connect to a nginx node - is there a way to execute php scripts? I basicly want to run composer, but when calling ./composer.phar it says: "/usr/bin/env: php: No such file or directory" I suppose i have to run composer locally and upload the…
fabs
  • 77
  • 1
  • 1
  • 13
2
votes
1 answer

How can I get Jelastic to sleep?

Yesterday I got a trial account on webhosting.net's Jelastic v2.2.2 and configured an environment with a minimum of 0 cloudlets (max 8, i.e., all dynamic, no reserved). Then I deployed a Grails war which was using 3 cloudlets after it started up…
J. David Beutel
  • 348
  • 1
  • 4
  • 10
2
votes
2 answers

Jelastic Cron job to call PHP script

I am trying to run a PHP script via a cron job on a Jelastic server. My cron/apache file looks like this. */1 * * * * /usr/bin/php /var/www/webroot/ROOT/php/cron.php (there is a blank line after the last cronjob entry) However the script is not…
2
votes
1 answer

Tomcat multiple domains Jelastic tutorial

I've tried to follow the Jelastic 'multiple domains' tutorial, but got no success. http://docs.jelastic.com/multiple-domains2 I deployed two applications to different contexts, mapped the cname in DNS record, edited the server.xml and added the…
Bruno Leite
  • 542
  • 4
  • 12
2
votes
2 answers

jelastic grails redirects http to https

I have one domain app.mydomain.com which is mapped with A record to public IP (from tomcat server that belongs to mysub.jelastic.dogado.eu) I've configured SSL custom certificates and all HTTPS requests works very well. All i need is that my app to…
2
votes
4 answers

Memcached - Connection refused

I tried a simple test with memcached from jelastic and always getting the exception "COnnection refused"... But the URL ist correct. Is some add MemcachedClient c = new MemcachedClient( new…
Rookee
  • 611
  • 2
  • 7
  • 17
2
votes
1 answer

PrimeFaces X Jelastic X p:fileUpload

Good night guys, I have a problem with op: PrimeFaces FileUpload in the Production in Jelastic. (In localhost works) I try to make an upload of a file, and he is loading and never ending. Then displays the following error on the console: Jan 8, 2013…
2
votes
1 answer

How will we get local filesystem access in Jelastic Cloud PaaS

I have successfully deployed spring MVC,JPA and MySql based application on Jelastic cloud, but i have an issue that i could not upload the lucence search indexes files and images(I am storing uploaded images on file system not in DB) on jelastic. So…
VijayM
  • 327
  • 1
  • 8
  • 24
2
votes
4 answers

Grails get Client IP when deploying to Cloud?

I have a Grails App and I am looking to lock it down by ip so that only a number of IP ranges can access the application. I have used the Spring Security command within Config to achieve this: grails.plugins.springsecurity.ipRestrictions Then when…
user723858
  • 1,017
  • 3
  • 23
  • 45
1
vote
0 answers

Cluster Jelastic request alternatively take long time

I'm install a Wordpress Cluster but I'm use it with a personal php application My problem is sometimes requests take very long time to get response from the cluster (cf image) It's not the same request every time and the server's metrics are OK ! My…