Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
I am trying to run thinkworx8.0.3 platform with postgres using docker compose.
it seem like the postgres contained bootstraps properly , but the tomcat fails with the below errror.
twtc | Attempting to load ESAPI.properties via file I/O.
twtc | System property [org.owasp.esapi.opsteam] is not set
twtc | System property [org.owasp.esapi.devteam] is not set
twtc | Attempting to load ESAPI.properties as resource file via file I/O.
twtc | Found in 'org.owasp.esapi.resources' directory: /ThingworxStorage/esapi/ESAPI.properties
twtc | Loaded 'ESAPI.properties' properties file
twtc | Attempting to load validation.properties via file I/O.
twtc | Attempting to load validation.properties as resource file via file I/O.
twtc | Found in 'org.owasp.esapi.resources' directory: /ThingworxStorage/esapi/validation.properties
twtc | Loaded 'validation.properties' properties file
twpg | LOG: unexpected EOF on client connection with an open transaction
twtc exited with code 1
I have attached my compose file with this for your reference.
Please try following this guide Creating ThingWorx 8.0 with Docker and Postgres on a single server for test purposes