MinimServer Forum
Can't run the MinimServer - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: Support (/forumdisplay.php?fid=4)
+--- Thread: Can't run the MinimServer (/showthread.php?tid=7210)



Can't run the MinimServer - SergNik - 29-03-2024 14:15

Hi gent's
I'm a newbie in MinimServer
From the start, I'm facing problems with installing it
My Platform -RastberyPi5
OS-Linux raspberrypi 6.6.20+rpt-rpi-v8
Java was successfully installed:
Code:
penjdk version "17.0.10" 2024-01-16
OpenJDK Runtime Environment (build 17.0.10+7-Raspbian-1deb12u1rpt1)
OpenJDK Client VM (build 17.0.10+7-Raspbian-1deb12u1rpt1, mixed mode, emulated-client)

And the problem is not very user-friendly

Code:
root@raspberrypi:/home/pi# minimserver/bin/startd
MinimServer 2.2, Copyright (c) 2012-2022 Simon Nash. All rights reserved.
OpenJDK Client VM warning: You have loaded library /home/pi/minimserver/tmp/native/libohNet.so which might have disabled stack guard. The VM will try to fix the stack guard           now.
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
MinimServer: startup error (see crash file for stack trace)



RE: Can't run the MinimServer - simoncn - 29-03-2024 16:57

There should be a crash log file in the minimserver/data directory. Please attach this log file as a file attachment to a forum post. The file is named something like minimserver-crash-20240319-165022.log

This message is often caused by having downloaded the wrong version of MinimServer and/or Java (32-bit vs 64-bit) for your operating system. The crash log should confirm this.


RE: Can't run the MinimServer - SergNik - 20-04-2024 12:42

(29-03-2024 16:57)simoncn Wrote:  There should be a crash log file in the minimserver/data directory. Please attach this log file as a file attachment to a forum post. The file is named something like minimserver-crash-20240319-165022.log

This message is often caused by having downloaded the wrong version of MinimServer and/or Java (32-bit vs 64-bit) for your operating system. The crash log should confirm this.

Hi. You were right. I downloaded the armhf version, and it solved the problem.
Sorry for asking


RE: Can't run the MinimServer - simoncn - 20-04-2024 17:13

No problem. It is unfortunate that Java produces this obscure message that doesn't explain the cause of the problem.