Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Due to some maintenance operations, stambia.org will be switched to read-only mode during the 13th November. It will be possible to read and download, but impossible to post on the forums or create new accounts. For any question please contact the support team.

Topic-icon Question cannot start runtime

More
16 Feb 2017 15:46 - 17 Feb 2017 11:10 #1 by sarrive
sarrive created the topic: cannot start runtime
I installed a fresh version of stambia (version : S18.3.0_20170206) on a computer running windows 7

When I try to start a local runtime nothing happen.

The configuration is the one defined by default : localhost 42000
if I hit the "ping" key, I get the following error :

connexion refused to host: localhost; nexted exception is
Java.net.ConnectException: Connection refused: connect


the java version is :

java version "1.8.0_121"
Java(TM) SE Runtime Environment (build 1.8.0_121-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode)


Please note that error occurs even if I start Stambia as an administrator.

thank you
Last Edit: 17 Feb 2017 11:10 by sarrive.
More
20 Feb 2017 17:16 #2 by Thomas BLETON
Thomas BLETON replied the topic: cannot start runtime
More
25 Apr 2019 17:09 #3 by kmanfalouti
kmanfalouti replied the topic: cannot start runtime
I can not start the local runtime and demo databse.
note that I mistakenly installed the runtime as a windwos service and uninstalled it later
Attachments:
More
26 Apr 2019 10:07 #4 by Samia ENNAJI
Samia ENNAJI replied the topic: cannot start runtime
Try starting the Runtime from the command line and redirect output to a log file.

On Windows:

D:\stambiaRuntime>startengine.bat > start.log 2>&1

On Linux / Mac OS (bash):

stambia@devsrv01:~/support/supportRuntime/stambiaRuntime$ ./startengine.sh &> start.log

Then consult the start.log files.