-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Not running on Ubuntu 18.04 LTS #1791
Comments
I was able to compile with the #1794 commit and JAVA_HOME still set to /usr/lib/jvm/java-8-oracle and However i'll end up with
when executing the jar. openjfx is installed.
Same thing when using oracle java 11. Oracle java 10 is not available for newer ubuntus. This is giving me a really hard time here, i can't run then v0.8 deb package because of javafx problems and i can't compile the latest source. Running out of options here |
So i finally got this working on Debian 9 with fully enabled copy & paste RDP protocol (which is superior to vnc and faster) Make a new google compute engine with 1 vCPU 3.75 GB memory and a 10 or 20 gig Debian GNU/Linux 9 (stretch) image. Expand security tab and add your ssh key bound to a user (avoid the browser terminal) SSH into the machine and create a password enabled user for RDP:
Install xrdp with xfce desktop
Enable xfce for xrdp:
Replace all lines after the if..fi block with startxfce4. The file should look like this:
optional: Restart xrdp: Use a free rdp client to connect to your instance with the bisq user. open a terminal to install the latest bisq.deb:
Disable screen timeouts: (Black screen RDP bug) IMPORTANT:
SSH with these settings to your instance and connect your RDP client to localhost:33389 |
I will give 18.04 a try. |
Note, I was able to successfully build and run from master with OpenJDK10 on a fresh Ubuntu 18.04.
|
Add not tested script based on what @devinbileck posted in bisq-network#1791
I see some Never had this issue on a GNOME environment, so you might want to try to install that and try it out. |
I was trying to run Bisq on a remote 18.04 LTS server instance with xrdp (xfce4)
same error for v0.8 and v0.7 with java-8-openjdk-amd64 and java-8-oracle (log attached below)
Then i tried to compile from master with java-10.0.2-openjdk-amd64 and java-11-openjdk-amd64, but ran into javafx issues:
This type of exchange is the future (great work) but it totally lacks a serverside/gui-less daemon, especially if it requires you to be online all the time! You should fund or join forces with this guy: https://github.com/citkane/bisq-front / https://github.com/citkane/bisq-engine
The text was updated successfully, but these errors were encountered: