Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - jestew

Pages: [1]
1
ENGLISH / Ubuntu 19.10, openjdk-1.8, nothing happens on startup...
« on: February 17, 2020, 23:15:38 »
Hi All,

I've been told about Ancestris and wanted to give it a try. When I attempt to run the binary I get what looks like diagnostic output, then a pause, then my command prompt returns but no program is started. I've tried both version 10 and 11 with the same results.

Here's the output:
Code: [Select]
jasons@12characters:~$ ~/work/Ancestris\ 10/bin/ancestris
 
 
Identifying path and application name:
   progdir=/home/jasons/work/Ancestris 10/bin
   APPNAME=ancestris
 
Checking configuration file on progdir/../etc:
   Configuration file found. Executing it.
 
Identifying userdir from configuration file:
   userdir(from conf file)=/home/jasons/.ancestris/10
   userdir(after argument overwrite)=/home/jasons/.ancestris/10
 
Checking configuration file on userdir/etc:
   Configuration file from userdir not found.
 
Checking if jdkhome is defined: (for MacOS, you might need to add /Contents/Home at the end)
   jdkhome=
   jdkhome not defined.
 
Defining clusters:
   clusters=/home/jasons/work/Ancestris 10/ancestris:/home/jasons/work/Ancestris 10/harness:
 
Defining exec command:
   nbexec=/home/jasons/work/Ancestris 10/bin/../platform/lib/nbexec
 
Running exec command:
   => Linux system detected...

jasons@12characters:~$

Here's my java:
Code: [Select]
openjdk version "1.8.0_242"
OpenJDK Runtime Environment (build 1.8.0_242-8u242-b08-0ubuntu3~19.10-b08)
OpenJDK 64-Bit Server VM (build 25.242-b08, mixed mode)

And my system:
Code: [Select]
jasons@12characters:~$ uname -a
Linux 12characters 5.3.0-29-generic #31-Ubuntu SMP Fri Jan 17 17:27:26 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

I've tried running it unders 'sudo' to see if it's a permissions problem, but got the same results. I've tried setting jdkhome and got the same result!

Any help appreciated! jas...

Pages: [1]