tucks / mineos-bedrock-wrapper

9 stars 0 forks source link

Cannot start server within MineOS webUI #1

Closed ckbisek closed 2 years ago

ckbisek commented 2 years ago

I have confirmed that I am able to start the Bedrock server via CLI, however, after following instructions in README I am unable to start Bedrock server within MineOS webUI. We have a Java server running just fine and controlled by the MineOS webUI

ckbisek commented 2 years ago

If I start a screen session specifically named, then it appears the MineOS WebUI does reflect that the server is running...or I'm just an idiot

screen -S mc-bedrock1 mcserver@ubuntuserver:/var/games/minecraft/servers/bedrock1$ LD_LIBRARY_PATH=. ./bedrock_server

ckbisek commented 2 years ago
mcserver@ubuntuserver:/var/games/minecraft/servers/bedrock1$ java -jar mineos-bedrock-wrapper-1.0-SNAPSHOT.jar
Error: Invalid or corrupt jarfile mineos-bedrock-wrapper-1.0-SNAPSHOT.jar
mcserver@ubuntuserver:/var/games/minecraft/servers/bedrock1$ rm mineos-bedrock-wrapper-1.0-SNAPSHOT.jar

I downloaded the jar manually (outside of the MineOS UI) and was able to successfully start the server within the MineOS UI

tucks commented 2 years ago

Hello there. Apologies for the late response. Work intervened. I have added an md5 checksum to the folder where the jar so you can validate its integrity.

Super that you have managed to start bedrock in the MineOS UI. How has the jar performed? Any issues?

Note that this implementation as suggested in the readme docs of this repo is being replaced by a newer method. There is a PR open in the mineos project for an in-product integration.

ckbisek commented 2 years ago

@tucks No need to apologize; life takes precedence It has worked out great, no further issues

tucks commented 2 years ago

Superb. I'll close this off. Please ping me with any further insight/requirements as necessary.