B4J Question [solved]Centos + Java11: B4J APP does not start

KMatle

Expert
Licensed User
Longtime User
Just playing with my VPS-Server with CentOS. The bridge works but any app doesn't "start". Exactly: Bridge says it IS started and then the process is completed.

I did just one log statement which showed nothing (non UI app of course). Any ideas? I'm not able to locate the JAVA logs (assuming there could be some information what happens)


B4X:
[root@localhost b4japp]# java -version
openjdk version "11.0.2" 2019-01-15
OpenJDK Runtime Environment 18.9 (build 11.0.2+9)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode)

java -jar b4j-bridge.jar -disableftp

B4J-Bridge v1.43
Running on Java 11+
External JavaFX not found. Searching for internal modules...
Waiting for connections (port=6790)...
My IP address is: 217.160.25.144
Connected!
JavaFX modules:
Starting program
ProcessCompleted
 

Cableguy

Expert
Licensed User
Longtime User
have you tried to runn your app directly from the vps? i never use B4Bridge to deploy, not even for testing purposes…
I just … "sudo java -jar" it
 
Upvote 0

KMatle

Expert
Licensed User
Longtime User
Upvote 0
Top