Startup Issue with Python App Runner - App started and working properly, but not considered started in AMP instance

System Information

Field Value
Operating System Linux - Debian GNU/Linux 12 on x86_64
Product AMP ‘Decadeus’ v2.4.7.0 (Mainline)
Virtualization Docker
Application Python App Runner
Module GenericModule
Running in Container Yes
Current State Stopped

Problem Description

Issue

App started via AMP Instance, but not considered started in the instance (python app)

  • Launch instance and app
  • App is started in background and is working properly
  • AMP don’t see the app as started, can’t monitor it, AMP see the app as Stopped

Reproduction Steps

  • Launch instance and app

Console/logs

  • Empty

Docker logs of the AMP python app container

[Info] AMPStart for Docker - v23.07.1
[Info] Performing first-time container setup…
[Info] Container setup complete.
[Info] No missing dependencies to install.
[Info] AMP Instance Manager v2.4.6.10 built 06/12/2023 17:18
[Info] Stream: Mainline / Release - built by CUBECODERS/buildbot on CCL-DEV
[Info] Certificates have been synced.
[11:40:55] [Core Info] : Starting AMP version 2.4.7.0 (Decadeus), built 31/12/2023 22:56
[11:40:55] [Core Info] : Stream: Mainline / Release - built by CUBECODERS/buildbot on CCL-DEV
[11:40:55] [Logger Info] : Purging old audit logs (this may take a moment)…
[11:40:55] [Core Info] : Running in a Docker environment.
[11:40:55] [Core Info] : OS: Linux / x86_64
[11:40:55] [Core Info] : CPU: Intel(R) Xeon(R) CPU E3-1245 V2 @ 3.40GHz
[11:40:55] [Core Info] : RAM: 3072MB
[11:40:56] [Loader Info] : Loaded GenericModule version 1.0.0.0 by CubeCoders Limited
[11:40:56] [Core Info] : Metrics publishing is enabled at udp://localhost:12820.
[11:40:56] [Loader Info] : Loaded FileManagerPlugin by CubeCoders Limited
[11:40:56] [Loader Info] : Loaded EmailSenderPlugin by CubeCoders Limited
[11:40:56] [Loader Info] : Loaded WebRequestPlugin by CubeCoders Limited
[11:40:56] [Loader Info] : Loaded LocalFileBackupPlugin by CubeCoders Limited
[11:40:56] [Loader Info] : Loaded CommonCorePlugin by CubeCoders Limited
[11:40:56] [Loader Info] : GenericModule requests dependency steamcmdplugin…
[11:40:56] [Loader Info] : Loaded steamcmdplugin by CubeCoders Limited
[11:40:56] [Loader Info] : GenericModule requests dependency RCONPlugin…
[11:40:56] [Loader Info] : Loaded RCONPlugin by CubeCoders Limited
[11:40:56] [Core Warning] : No such setting node: GenericModule.App.Ports. - maybe the relevant plugin/module isn’t loaded?
[11:40:56] [Core Info] : Licence Present: AMP Advanced Edition
[11:40:56] [FileManager Notice] : Using keypair with fingerprint
[11:40:56] [FileManager Info] : SFTP Server started on 0.0.0.0:2231
[11:40:56] [Webserver Info] : Websockets are enabled.
[11:40:57] [Webserver Info] : Webserver started on http://127.0.0.1:8088
[11:40:57] [Logger Info] : RouterTimer@10Hz with 2 jobs started
[11:40:57] [Core Info] : Checking for AMP updates…
[11:40:57] [Core Info] : Startup mode is UpdateAndStart.
[11:40:57] [Core Info] : AMP is up to date.
Already up to date.
[11:41:02] [Core Activity] : Authentication attempt for user amp from 127.0.0.1
[11:41:04] [Core Activity] : Authentication success
[11:41:04] [Core Warning] : Slow method invocation: Login took 2004ms to complete.
[11:41:04] [Core Warning] : Slow response: Core.Login took 2007ms to complete.
[11:42:56] [Core Activity] : Authentication attempt for user amp from 127.0.0.1
[11:42:58] [Core Activity] : Authentication success

image

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.