Hi,
I'm totally new to gemalto protection system. Just received the box and installed everything. The "envelop" part is working fine.
Now trying to launch "Sentinel EMS" and getting a web page error "ERR_CONNECTION_REFUSED" on http://127.0.0.1:8080/emsConfig/.
I check everything (hosts file, antivirus, firewall). That error is displayed in fact also when no server is found.
So my guess is that the webserver is not launch.
I'm under Windows10.
Update :
ems-startservice.bat can run fine.
ems-startserver.bat lead to error. There is a problem with paths.
One of the two failing line is :
d:\Program Files (x86)\Gemalto\Sentinel EMS>CALL "D:\Program Files (x86)\Gemalto\Sentinel EMS\"\bin\startup.bat
Which is logic as there is no "bin" folder in the "Sentinel EMS" directory.
The script have :
CALL %var_ems_home%\bin\startup.bat
I check the environment varible "var_ems_home" and it is indeed pointing to D:\Program Files (x86)\Gemalto\Sentinel EMS
The bin directory is located into : d:\Program Files (x86)\Gemalto\Sentinel EMS\EMSServer\
Should I manually change the environment variable or fix the script ? (I fear that others components use it).
Update2:
Fixing the path in script lead to this error :
"The CATALINA_HOME environment variable is not defined correctly
This environment variable is needed to run this program"
Thanks