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

start of bisq 2.1.2 always fails at 24% while connection to tor #3015

Open
RichardGantz opened this issue Nov 18, 2024 · 0 comments
Open

start of bisq 2.1.2 always fails at 24% while connection to tor #3015

RichardGantz opened this issue Nov 18, 2024 · 0 comments

Comments

@RichardGantz
Copy link

RichardGantz commented Nov 18, 2024

A debug.log in the directory ~/.local/share/Bisq2/tor does NOT exist.
Installed is tor as a service:

● tor.service - Anonymizing overlay network for TCP (multi-instance-master)
     Loaded: loaded (/lib/systemd/system/tor.service; enabled; vendor preset: enabled)
     Active: active (exited) since Mon 2024-11-18 19:16:17 CET; 2min 47s ago
    Process: 15516 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
   Main PID: 15516 (code=exited, status=0/SUCCESS)

I was asked to open a new issue and post this error message to the developers:

Bisq-Version: Version: v2.1.2 / Commit-Hash: addaf760c
Betriebssystem: linux / x86_64 / 64 v.5.4.0-193-generic
Fehlermeldung:
Ein Fehler ist beim Starten von Bisq aufgetreten: java.util.concurrent.TimeoutException.

UPDATE on the 21st of November, 2024:

Tried to install bisq2 on another machine with a slightly other linux mint, but with the same result:

"Initializing applicationService failed".

The error message window that should be posted says:

Bisq-Version: Version: v2.1.2 / Commit-Hash: addaf760c
Betriebssystem: linux / x86_64 / 64 v.5.4.0-196-generic
Fehlermeldung:
Ein Fehler ist beim Starten von Bisq aufgetreten: java.util.concurrent.TimeoutException.

bisq.log

Lines 277 to 287 of the attached ~/.local/share/Bisq2/bisq.log file state the timeout error:

Nov.-21 09:56:15.745 [CompletableFutureDelayScheduler] ERROR b.d.DesktopApplicationService: Initializing applicationService failed java.util.concurrent.TimeoutException: null
	at java.base/java.util.concurrent.CompletableFuture$Timeout.run(CompletableFuture.java:2920)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1570)

Nov.-21 09:56:15.747 [CompletableFutureDelayScheduler] INFO  b.d.DesktopApplicationService: New state FAILED 

Lines 462 to 467 of the attached of the ~/.local/share/Bisq2/bisq.log:

Nov.-21 10:00:53.482 [JavaFX Application Thread] INFO  b.c.p.PlatformUtils: Trying to exec: cmd = kde-open args = %s file = <HOME_DIR>/.local/share/Bisq2/bisq.log 
Nov.-21 10:00:53.485 [JavaFX Application Thread] WARN  b.c.p.PlatformUtils: Error running command. java.io.IOException: Cannot run program "kde-open": error=2, Datei oder Verzeichnis nicht gefunden 
Nov.-21 10:00:53.486 [JavaFX Application Thread] INFO  b.c.p.PlatformUtils: Trying to exec: cmd = gnome-open args = %s file = <HOME_DIR>/.local/share/Bisq2/bisq.log 
Nov.-21 10:00:53.488 [JavaFX Application Thread] WARN  b.c.p.PlatformUtils: Error running command. java.io.IOException: Cannot run program "gnome-open": error=2, Datei oder Verzeichnis nicht gefunden 
Nov.-21 10:00:53.489 [JavaFX Application Thread] INFO  b.c.p.PlatformUtils: Trying to exec: cmd = xdg-open args = %s file = <HOME_DIR>/.local/share/Bisq2/bisq.log 
Nov.-21 10:00:53.510 [JavaFX Application Thread] INFO  b.c.p.PlatformUtils: Process is running. 
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

1 participant