Setting Up Syson Production Environment on Windows Server 2016 #1309
-
|
Hi everyone, I've been trying to get the SysON Production environment running on a Windows Server 2016 VM in my organisations network and have been having trouble when trying to install the .jar file. I'm guessing that there is something wrong with my PATH variable, but I am not sure. Does anybody have an idea what's happening here? Installation Configuration:PostgresSQL: 15.13 for Windows x64 PostgreSQL Config:Server Hostname: sysonhostname Certificate config:I followed the instructions from https://doc.mbse-syson.org/syson/v2025.4.0/installation-guide/how-tos/https.html. My keystore.jks file is in the same directory as my syson .jar file Path Environment Variable:Command to start the Installation:Error Message |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
|
This line is missing a \ at the end: --server.ssl.key-store=./keystore.jks |
Beta Was this translation helpful? Give feedback.
-
|
Hello, Are you sure it is a good idea to have a dot in your installation path? Regards, |
Beta Was this translation helpful? Give feedback.
-
|
By the way, you should only use 202x.y.0 versions of SysON, those versions are "production" ready as stated in https://doc.mbse-syson.org/syson/v2025.2.0/user-manual/cycle.html#_version_and_release_policies |
Beta Was this translation helpful? Give feedback.
-
|
So I managed to solve the issue by following these steps:
There still seem to be issues with the certificate as I'm receiving a warning when accessing SysON and if close my command line window the application stops working, but this is sufficient for testing as of now. Thank you for the support everyone. |
Beta Was this translation helpful? Give feedback.


This line is missing a \ at the end: --server.ssl.key-store=./keystore.jks
And \ may not be the right caracters for windows, it may be ^ in a command line