Notifications
Clear all

Server closes at start, but no log file

2 Posts
2 Users
1 Likes
2,016 Views
0
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?

Topic Tags
1 Answer
1
Topic starter

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.

Greg Merrill 2021-09-08 20:07:57

@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