ilo-utils icon indicating copy to clipboard operation
ilo-utils copied to clipboard

I see Java load screen but never have a console come up?

Open Fffrank opened this issue 8 months ago • 2 comments

I know it's been some time since this has been maintained but I'm wondering if there's a way to get debug info of any kind? I run the script and it shows the Java splash screen but nothing else after that. The SSH commands don't work with modern SSH but I can log in to my server and verify that oemhp_enforce_aes=yes

Fffrank avatar Aug 08 '25 22:08 Fffrank

I think it should be possible to increase the java logging verbosity. In your case though it could be wrong cipher settings etc. Have you scanned the open and closed issues? I think we had a similar case and someone found a workaround.

markusdd avatar Aug 10 '25 07:08 markusdd

I was able to add the -verbose tag to the java command in ilo-console.sh and it reviewed there was an out of memory condition causing it to crash

I ran ulimit -n 65535 and it allowed it to run. Might be worth adding to the automatically created scripts? Not sure how many people are even running these dinosaurs anymore.

Fffrank avatar Aug 20 '25 16:08 Fffrank