Startup Issue with Application Deployment - Error Code: 125

System Information

Field Value
Operating System Linux - Debian GNU/Linux 12 on x86_64
Product AMP ‘Deimos’ v2.7.0.0 (Mainline)
Virtualization QEMU_KVM
Application Application Deployment
Module ADSModule
Running in Container No
Current State Indeterminate

Problem Description

Issue

I’m not sure why I’m receiving the error code. My players mentioned that the server was down, so I logged in to start them up like I usually do, but instead of starting them up like usual, I’m getting Error Code 125, and the instance refuses to start.

Reproduction Steps

  • Logged in to AMP
  • Attempted to start Instances
  • Received Error Code:125
  • Tried Stopping ALL Instances
  • Restarted AMP
  • Updated ALL Instances
  • Continue to receive Error Code: 125

Deployment Log Trace:

docker: Error response from daemon: Conflict. The container name "/AMP_Snugtopia01" is already in use by container "515e4cb764b8e2a6443db8c30b27828f9424e96b61aee45079d4652f9098aadf". You have to remove (or rename) that container to be able to reuse that name.

I have exactly the same issue (just with different container names). Have you found a solution in the meantime?

Ok, I managed to solve this with help of ChatGPT (kudos).

Start up your server terminal / ssh and enter

docker rm -f AMP_Snugtopia01

That should do the trick.

The problem was that this folder was marked for deletion by docker, but somehow docker wasn’t able to finish this task so it has to be deleted manually.

However, if you perhaps need a more details explantation I’d suggest to ask ChatGPT too. Really helpful :slight_smile:

Good luck