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

Fatal: Launch Error: Could not launch JNLP file. #937

Open
YongY5 opened this issue Mar 11, 2024 · 2 comments
Open

Fatal: Launch Error: Could not launch JNLP file. #937

YongY5 opened this issue Mar 11, 2024 · 2 comments

Comments

@YongY5
Copy link

YongY5 commented Mar 11, 2024

I'm encountering an issue when attempting to open a JNLP file using javaws.bat. Occasionally, it returns a Fatal Launch Error: "Could not launch JNLP file." This error seems to occur inconsistently. When it does happen, simply restarting my PC resolves the issue. I'm unable to determine the root cause of this problem. I've already collaborated with my network team, and they confirmed that there are no blocks preventing the launch of .jnlp file applications. Any guidance on resolving this issue would be greatly appreciated.

OpenJDK : Azul Zulu 8.76.17(8u402),64-bit
IcedTea web: 1.8.8

image

alex_Log.txt

@sclassen
Copy link
Contributor

This happens when a previously run instance failed to clean up the lock file and another process uses the port defined in the lock file.

Lock files are created in {TEMP_DIR}/usrName/netx/locks

If the problem occurs try to find the lock file and remove it to avoid a restart of the system

@YongY5
Copy link
Author

YongY5 commented Mar 11, 2024

@sclassen Thank you for your input. However, I couldn't locate the path you mentioned. Could you please provide more detail on the path? I tried looking in the C drive -> Temp folder, but I couldn't find the "username -> netx" folders. I am using Window OS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants