Griefed / ServerPackCreator

Create a server pack from a Minecraft Forge, NeoForge, Fabric, LegacyFabric or Quilt modpack!
https://serverpackcreator.de
GNU Lesser General Public License v2.1
187 stars 10 forks source link

[Bug]: -web arg does not work #484

Closed AzureDoom closed 9 months ago

AzureDoom commented 9 months ago

What happened?

Testing with java -jar serverpackcreator.jar -web does not start the webserver

What did you expect to happen?

Web server starts up

Version

5.1.3

Relevant log output

No response

Anything else you would like to add?

It looks to run the program itself simply. Running java -jar serverpackcreator.jar -help and using the option there does attempt to start webserver

If you are using the webservice, in which browers did you encounter this bug?

Firefox

Code of Conduct

Griefed commented 9 months ago

Whilst I work on #485 please note that ServerPackCreator version 5=< requires Java 21 to run.

AzureDoom commented 9 months ago

Whilst I work on #485 please note that ServerPackCreator version 5=< requires Java 21 to run.

Yup! Found that when first testing, so I'm using Java 21

Griefed commented 9 months ago

Please try again using 5.1.5.

AzureDoom commented 9 months ago

Still no luck, still have to access it via the -help method.

Griefed commented 9 months ago

You're trying to run the webservice using the .jar-file, right?

AzureDoom commented 9 months ago

Correct, the full command I am running via SSH is java -jar ServerPackCreator-5.1.5.jar -web

Griefed commented 9 months ago

Which OS are you running on? Wasn't able to reproduce this on Windows.

Is the JAR itself a symlink, mayhaps?

AzureDoom commented 9 months ago

Ubuntu 20.04 VPS from BisectHosting

Griefed commented 9 months ago

I'm afraid I can not reproduce this.

The webservice came up. Though the issue you described in https://github.com/Griefed/ServerPackCreator/issues/485#issuecomment-1849578379 still remains, somehow.

AzureDoom commented 9 months ago

Hmm yeah, not sure then, no biggy here since I can access via the help menu. so I don't mind the extra step at all. I'll close for now since you can't reproduce this and we'll keep to the 485 issue.