Open ctoabidmaqbool1 opened 9 months ago
Checkout this ticket for more details: https://bugs.openjdk.org/browse/JDK-8321737
Usually, the terminal is misconfigured, which you are using. The effect of this is that certain operations (like handling files with umlauts, especially uploading) no longer work properly. This is tricky to detect, so we decided it would be better to just not start the server at all in this case - so it's easier to fix. Usually, this is related to the environment variables.
We mainly encountered this when starting servers from the Terminal from Mac with SSH using certain parameters.
Alternatively, you can disable the check with jpro.checkOSEncoding in the jpro.conf (not recommended)
@FlorianKirmaier Thanks, your response helped me a lot. And my problem is solved.
As you told, there was some problem in some of my terminals, e.g. WebMin Control Panel (terminal) and Code-Server (terminal). Will try to fix it latter.
But in my local teminal e.g. Solar-Putty, ./restart.sh
or ./restart-background.sh
works like a charam without any issue!
In short there is a some problem in online termial but my local works. Two of my jPro Apps are now working again, which was shutdown when i was restarted.
Recently my jPro app stops running, It's on Linux VPS Hosting, However on my local PC e.g. Window 10 my jPro app is running fine, how to detect/debugs and fix the issue?