2021-09-08 14:05:38
Topic starter
A developer reported an issue where the server window would immediately close after starting it (ant run-server-jdwp). No plt-server.log file was created/updated though.
What is a potential cause of this issue and how can we solve it?
In this case this happened because there was a typo or error in the file: one-plt-###/bin/run-jdwp.bat
Specifically, there was a missing "-" before "-Xmx2048M".
Review that file to make sure that all of the parameters are formatted correctly.
@mnutschonenetwork-com Debugging tip - add "pause" after the command in run-jdwp.bat that tries to start tomcat (catalina) to prevent the window from quickly disposing