-
Notifications
You must be signed in to change notification settings - Fork 212
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
New builds throws exception in ubuntu #19
Comments
new windows jar build don't work in docker so we should remove the docker info for now |
This bug most likely comes from |
does the program crash after running under wsl or does it continue working? |
it hangs in extensions i.e. wait , so web ui works but we cant do anything. i have rebuild jar (Tachidesk-v0.2.2-r222.jar) it still show the above error Exception in thread "main" java.io.IOException: Current OS and desktop configuration does not support browsing for a URL but it works on docker (Tachidesk-v0.2.2-r222.jar still hangs on wsl2). Summary
|
This also happens on my CentOS Linux server. Can SystemTray be disabled in a system that has no GUI? |
Release |
check if http://localhost:4567/extensions works and shows extensions if it does then u can ignore this error |
Library hangs on 'loading...', extensions and sources hang on 'wait' |
i see i have the same error in wsl2 , can u run |
I tried to run it in docker but still no luck. I will check if it's my network problem. |
I tried the app with my archlinux in headless mode and it worked, I can load the Mind you that the app crashing means it getting terminated not printing java exceptions... |
@AriaMoradi |
If you are accessing the server from a remote client, To fix this issue you have to map the server's port to your local port with a tunneling program.(One easy to use solution is ssh port forwarding.) This issue is not a bug, but is so by design, and is to prevent you from running on a remote client. If you think this limitation should be removed, react to this comment with the rocket emoji, if it gets enough reactions I'll consider doing something about it. |
yes and that's why it failed on wsl2 also and works on docker because i am exposing docker container port on localhost.
i see it also means that using docker will also cause the same issue when using lan ips http://192.168.1.115:4567 and the docker will also not work without port forwarding on headless servers. I will check if i can add forwarding in docker container without breaking the app. |
closing the issues as it is not a bug |
using below command on ubuntu 20.04 (WSL2) gives Exception in thread "main" java.io.IOException: Current OS and desktop configuration does not support browsing for a URL
java -jar Tachidesk-v0.2.0-r184.jar
Earlier non windows specific build were working on ubuntu
The text was updated successfully, but these errors were encountered: