Hi, I have an UNRAID server.
Want (need) to run AMP inside a docker container.
Tried many containers, the latest and most recently updated being : https://github.com/spritsail/amp-minecraft
docker run -d --name='AMP' --net='eth0' --ip='192.168.1.xxx' -e TZ="America/NewYork" -e HOSTOS="Unraid" -e 'LICENCE'='licence I received by mail (Full Pro)' -e 'USERNAME'='xxxxx' -e 'PASSWORD'='xxxxxxxx' -e 'MODULE'='Minecraft' -v '/mnt/user/appdata/docker_data/AMP':'/ampdata':'rw' 'spritsail/amp-minecraft'
It fails to start and logs give me this :
/opt/amp/ampinstmgr
[Info] AMP Instance Manager v1.6.10.2 built 10/09/2018 17:16
[00:23:27] [Core Info] ???????????: Starting AMP version 1.8.0.2 (TITAN), built 22/05/2019 10:44
[00:23:27] [Core Info] ???????????: Release spec: Release - built by CUBECODERS/BuildBot on CCL-DEV
[00:23:27] [Core Info] ???????????: Running in a Docker environment.
[00:23:27] [Core Info] ???????????: OS: Linux / x86_64
[00:23:27] [Core Info] ???????????: CPU: Intel(R) Xeon(R) CPU E3-1245 v5 @ 3.50GHz (4C/8T)
[00:23:27] [Core Info] ???????????: AMP Instance ID: redacted
[00:23:27] [Core Info] ???????????: Checking for AMP updates...
[00:23:27] [WebServer Info] ??????: Websockets are enabled.
[00:23:27] [ModuleLoader Info] ???: Loaded MinecraftModule version 1.0.0.3 by CubeCoders Limited
[00:23:27] [ModuleLoader Info] ???: Loaded FileManager version 1.0.0.0 by CubeCoders Limited
[00:23:27] [ModuleLoader Info] ???: Loaded EmailSender version 1.0.0.0 by CubeCoders Limited
[00:23:27] [ModuleLoader Info] ???: Loaded PushBulletPlugin version 1.0.0.0 by CubeCoders Limited
[00:23:27] [ModuleLoader Info] ???: Loaded LocalFileBackupPlugin version 1.0.0.0 by CubeCoders Limited
[00:23:27] [Core Info] ???????????: Performing activation, please wait...
[00:23:27] [Minecraft Warning] ???: Unable to get Spigot version data from https://hub.spigotmc.org/versions/: Error: TrustFailure (A call to SSPI failed, see inner exception.)
[00:23:28] [Core:Activation Error] : Couldn't activate: Error: TrustFailure (A call to SSPI failed, see inner exception.)
[00:23:28] [Core:Activation Error] : A call to SSPI failed, see inner exception.
[00:23:28] [Core Info] ???????????: Failed to activate: Module Shared.Action Result`1[CCL Client45.Licencing+Activation Result]
[00:23:28] [Core Info] ???????????: -configonly specified or activation performed. Saving settings and shutting down.
[00:23:28] [Core Info] ???????????: Starting AMP version 1.8.0.2 (TITAN), built 22/05/2019 10:44
[00:23:28] [Core Info] ???????????: Release spec: Release - built by CUBECODERS/BuildBot on CCL-DEV
[00:23:28] [Core Info] ???????????: Running in a Docker environment.
[00:23:28] [Core Info] ???????????: OS: Linux / x86_64
[00:23:28] [Core Info] ???????????: CPU: Intel(R) Xeon(R) CPU E3-1245 v5 @ 3.50GHz (4C/8T)
[00:23:28] [Core Info] ???????????: AMP Instance ID: redacted
[00:23:28] [Core Info] ???????????: Checking for AMP updates...
[00:23:28] [WebServer Info] ??????: Websockets are enabled.
[00:23:28] [ModuleLoader Info] ???: Loaded MinecraftModule version 1.0.0.3 by CubeCoders Limited
[00:23:28] [ModuleLoader Info] ???: Loaded FileManager version 1.0.0.0 by CubeCoders Limited
[00:23:28] [ModuleLoader Info] ???: Loaded EmailSender version 1.0.0.0 by CubeCoders Limited
[00:23:28] [ModuleLoader Info] ???: Loaded PushBulletPlugin version 1.0.0.0 by CubeCoders Limited
[00:23:28] [ModuleLoader Info] ???: Loaded LocalFileBackupPlugin version 1.0.0.0 by CubeCoders Limited
[00:23:29] [Core Error] ??????????: AMP may not run without a licence.
So um .... help ?
I would not care to use an official Cubecoders Container ... but the two I found I Terribly lacking in documentation and doesn't seem to work in any similar fashion to any of the other containers.