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 netbeans plugin "unable to complete action .check your network connection"

I have downloaded the jelastic plugin for netbeans,and i have also logged in with the appropriate credentials provided from jelastic and added it to my netbeans cloud ,but if i try to open myjelastic from netbeans cloud i get this error: Unable…
BigFire
  • 317
  • 1
  • 4
  • 17
0
votes
1 answer

reg.ru - how do I update Xwiki via Jelastic?

This is directed at Reg.ru support team: I'd liek to update the version of XWiki from 6.0 to the latest version but I don't know how to. I think you guys might have to update your repository. Could you please let me know if this is possible? Thank…
Multipass
  • 29
  • 3
0
votes
1 answer

NodeJS - Deploy socket server in Jelastic

I have a socket server that I want to deploy in my Jelastic NodeJS setup. It is made of 2 files, being server.js the main file, the one started/opened by node, and worker.js the file opened as a child process by the server when required (each child…
MagisterMundus
  • 335
  • 4
  • 18
0
votes
1 answer

Use mod_fcgid instead of mod_php

I'd like to use mod_fcgid instead of mod_php at my Jelastic environment for reasons like better memory footprint and mod_spdy support. Is there a way to configure Jelastic to do so? I can upload all needed modules by myself. But what about apache…
haggis
  • 407
  • 2
  • 20
0
votes
1 answer

Connecting Neo4j server with Neo4jPHP gives 401

We are just installing our first Neo4j 2.1 application to Jelastic server environment and can't get connection to db working. The simple program (from an answer in neo4jphp: Cannot instantiate abstract class Everyman\Neo4j\Transport) is…
Juha M
  • 380
  • 3
  • 13
0
votes
1 answer

Specify path for image directory as a shared resource directory

Currently I am specifying the path to a shared image directory in the wicket application as follows: getSharedResources().add("images", new FolderContentResource(new File(this.getServletContext().getResource("/images").getFile()))); Following path…
Chris
  • 89
  • 1
  • 10
0
votes
0 answers

Unable to build entity manager factory on Jelastic Enviroment

I have an webapp that work like a charm at localhost, but when I deploy in on a Tomcat 8 + Java 8 + Postgres 9.3 Jelastic Enviroment I get the following exception when trying to access the database: 2015-01-28 18:06:11 HibernatePersistence [WARN]…
Marcos J.C Kichel
  • 6,887
  • 8
  • 38
  • 78
0
votes
1 answer

Jelastic connection to MongoDB Not working On Remote tomcat but ok when Local tomcat connect to remote Mongo

I have an environment on Jelastic, their support wasn't able to help :P I setup Tomcat 7.0.55 with java 8 and MongoDB 2.6.4 For mongo i also setup an external ip so i can access from my local tomcat. Here what happen, I am able to run my local…
0
votes
1 answer

Unable to test web service deployed on server

I have developed and published a Java web service on Glassfish server using Netbeans. I can test and use the wsdl file properly using my local application. When I deployed the war file on the server (temporarily I am using jelastic.com as my…
Maitri
  • 9
  • 3
0
votes
1 answer

Jelastic domain mapping issue

I have deployed my java web application on JELASTIC.com ,and everything went fine . Now I want to map my domain to jelastic server where my app is running . I referred doc and added CNAMe and mapped my domain in jelastic environment. When I goto…
ULLAS K
  • 881
  • 2
  • 11
  • 24
0
votes
1 answer

Create database by manifest when deploying with Jelastic Packaging Standard

I'm trying to write a manifest for JPS deployment of an Jelastic application. Creating nodes and deploying webapps works fine but I can't create a database and load a sql dump into it using the manifest directives. My configs section looks like…
0
votes
1 answer

Changing password of postgresql9 node through Jelastic API not works

I'm trying to change postgres9 DB password. After upgrading Jelastic platform up to 2.5.3 on my hosting provider, I can't change webadmon database password to user defined through Jelastic API. I using…
lichnost
  • 3
  • 2
0
votes
1 answer

How can i change server date on jelastic server? (nginx)

I want change server datetime on jelastic server. It need me for cron job.
0
votes
1 answer

Memcache: /usr/sbin/httpd: symbol lookup error: /usr/lib64/php/modules/memcached.so: undefined symbol: memcached_last_error_errno

I'm getting the above error as soon as I enable Memcache at my Drupal application. Memcache is within the same environment as Apache PHP version 5.5.0 "extension=memcached.so" added to php.ini Error doesn't appear on local dev environment Error…
haggis
  • 407
  • 2
  • 20
0
votes
1 answer

How to upload a project more than 150 M

How to upload a project more than 150 M on Jelastic? I have a project size of that is 4G, with resources and code. Also I cannot upload it using FTP, because my login contains symbol '@' that is not correct for Jelastic form of FTP uploading.