Jump to content

SideSh0wWilly

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by SideSh0wWilly

  1. I have a complete setup that was 12 disk shelves.  I am using 2 of the shelves but the rest are up for grabs.  I have not had a chance to power everything on just yet, but will be pulling smart data from the shelves after the new year.  This was a completely working system when it was pulled but want to be safe before selling.

     

    I have 10 drive shelves with a mix of 900gb to 1.2 tb 2.5 in 10k rpm drives, I am asking $250 each for these

         Each shelf has all 24 drive caddies, drives, dual IOM6 cards and dual power supplies

     

    I have the fas8020 controller and all the cables for the system, asking $1000

     

    Would prefer local pickup but shipping can be arranges at your expense.  Willing to sell the whole kit as a single unit for a discounted price (message me and we can negotiate that)

     

    Will update with pictures of the shelves and smart reports once I can complete initial testing.

  2. 7 hours ago, ich777 said:

    The container downloads it on start, if you want the container to download it again, delete the runtime folder in the main directory, of course stop the container before doing this.

    Removed the runtime folder and it can't find it.  I think that it is downloading the jre16 runtime and not the jdk.  Doesn't appear to be a container issue but a mod pack dependency issue.  Thanks for the help on this one.  

     

    loving the repository.  

     

    Edit:  I know its a java issue...

     

    [16:26:46] [ERROR] Error while starting the server
    
    java.io.IOException: Cannot run program "java" (in directory "."): error=2, No such file or directory
            at java.base/java.lang.ProcessBuilder.start(Unknown Source)
            at java.base/java.lang.ProcessBuilder.start(Unknown Source)
            at atm.bloodworkxgaming.serverstarter.LoaderManager.startAndWaitForProcess(LoaderManager.kt:257)
            at atm.bloodworkxgaming.serverstarter.LoaderManager.startServer(LoaderManager.kt:240)
            at atm.bloodworkxgaming.serverstarter.LoaderManager.handleServer(LoaderManager.kt:43)
            at atm.bloodworkxgaming.serverstarter.ServerStarter.startLoading(ServerStarter.kt:190)
            at atm.bloodworkxgaming.serverstarter.ServerStarterKt.main(ServerStarter.kt:202)
    Caused by: java.io.IOException: error=2, No such file or directory
            at java.base/java.lang.ProcessImpl.forkAndExec(Native Method)
            at java.base/java.lang.ProcessImpl.<init>(Unknown Source)
            at java.base/java.lang.ProcessImpl.start(Unknown Source)

     

    If I figure a way to put the jdk in the runtime folder I will post back here with it.

  3. 6 hours ago, ich777 said:

    This seems like some kind of java error when starting the server, can you please test it on your local Windows/Mac/Linux machine if it does run?

    What kind of Java version does this mod need?

    I believe with the 1.17 servers it needs the new JDK 16 not the JRE.  It does run on windows now that the JDK is installed.  I was reading on the runtime, but couldn't find anything on replacing what's in the container.

  4. Minecraft Basic Server Docker container continues to terminate on modpack installation.  

     

    Container creation: Command:
    root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker create --name='MinecraftBasicServer' --net='bridge' -e TZ="America/Denver" -e HOST_OS="Unraid" -e 'JAR_NAME'='serverstarter-2.0.1' -e 'GAME_V'='custom' -e 'GAME_PARAMS'='' -e 'EXTRA_JVM_PARAMS'='' -e 'XMS_SIZE'='4096' -e 'XMX_SIZE'='4096' -e 'ACCEPT_EULA'='true' -e 'RUNTIME_NAME'='jre16' -e 'UID'='99' -e 'GID'='100' -p '25565:25565/tcp' -p '25575:25575/tcp' -p '9011:8080/tcp' -v '/mnt/disk1/appdata/minecraft':'/serverdata/serverfiles':'rw' --restart=unless-stopped 'ich777/minecraftbasicserver'
    e53f6ae1f2824f0f24ca870dff83a2d88fc5d083492de8fff7e8fbc3f4a61b37

     

    Set the jar file correctly and the version to custom.  It starts and then terminates almost immediately.  I can't tell if its the mod pack or the container settings killing the server.

    mcdocker.log

×
×
  • Create New...