Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Java process does not close automatically after closing the program #1532

Open
JamesBrosy opened this issue Sep 23, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@JamesBrosy
Copy link

JamesBrosy commented Sep 23, 2024

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.

@JamesBrosy JamesBrosy added the bug Something isn't working label Sep 23, 2024
@miahemu miahemu changed the title Bug: 关闭程序后java进程没有自动关闭 Bug: Java process does not close automatically after closing the program Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant