Welcome, Guest
Username: Password: Remember me

TOPIC: Running webserver under Ubuntu 22.04 Linux

Running webserver under Ubuntu 22.04 Linux 5 months 3 days ago #3072

  • ermi
  • ermi's Avatar
  • Offline
  • New Member
  • Posts: 7
  • Karma: 0
After several tries, I've finally got the webserver running, but I'm getting repeating "SESSION ENDED"

Clicking the "New session" will bring to "SESSION ENDED" again.

Attached is the webserver.log

Java version
openjdk version "1.8.0_402"
OpenJDK Runtime Environment (build 1.8.0_402-8u402-ga-2ubuntu1~22.04-b06)
OpenJDK 64-Bit Server VM (build 25.402-b06, mixed mode)

Additional information = The runtime has been activated
Attachments:
The administrator has disabled public write access.

Running webserver under Ubuntu 22.04 Linux 5 months 3 days ago #3074

  • fatkhrus
  • fatkhrus's Avatar
  • Offline
  • Administrator
  • Posts: 855
  • Thank you received: 126
  • Karma: -108
It seems that your installed JDK doesn't support JavaFX. Try to install Oracle JDK or BellSoft full version.

Best regards,
Ruslan
The administrator has disabled public write access.

Running webserver under Ubuntu 22.04 Linux 5 months 2 days ago #3075

  • ermi
  • ermi's Avatar
  • Offline
  • New Member
  • Posts: 7
  • Karma: 0
Thanks a lot, it works.
Here is my working java version
java version "1.8.0_411"
Java(TM) SE Runtime Environment (build 1.8.0_411-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.411-b09, mixed mode)
The administrator has disabled public write access.
Go to top