Chat2DB
Chat2DB copied to clipboard
Bug: Java process does not close automatically after closing the program
Chat2DB Version
3.2.2 appimage
Describe the bug
OS
Linux
issue
After starting the program, I know that the Java service will be automatically started in the backend, but there is a problem. After I close the program, the backend does not end the Java process, but is still running.
/tmp/.mount_Chat2Dh1hE5N/resources/app/static/jre/bin/java -noverify -Dspring.profiles.active=release -Dserver.address=127.0.0.1 -Dchat2db.mode=DESKTOP -Dproject.path=/tmp/.mount_Chat2Dh1hE5N/resources/app/versions/3.2.2/static/chat2db-server-start.jar -Dloader.path=/tmp/.mount_Chat2Dh1hE5N/resources/app/versions/3.2.2/static/lib -Dclient.version=3.2.2 -Xmx1024M -jar /tmp/.mount_Chat2Dh1hE5N/resources/app/versions/3.2.2/static/chat2db-server-start.jar
Regardless of whether there are security risks, when I start the software again, the page keeps loading and I can't enter the program. I can only start the software after I end the Java program process.