AMP Install not working on DEBIAN 12

OS Name/Version: Debian 12

Product Name/Version: (Always use the full version number - not ‘Latest’)
AMP 2.4.7

Problem Description:
Installation is not workin propably.
Errors below:

Creating default instance...
[Info] AMP Instance Manager v2.4.7 built 09/01/2024 03:41
[Info] Stream: Mainline / Release - built by CUBECODERS/buildbot on CCL-DEV
[Notice] AMP Service port ranges have not been specified, using any available...
[Notice] Application Service port ranges have not been specified, using any avai                                  lable...
Can't find custom attr constructor image: /opt/cubecoders/amp/plugins/ADSModule.                                  dll mtoken: 0x0a00001e due to: Could not load file or assembly 'SQLite-net, Vers                                  ion=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
[Activity] Audit: Unknown/None [CreateInstance] Created instance ADS01 using ADS                                   module on port 8080.
[Error] TaskCanceledException
[Error] [0] (TaskCanceledException) : The operation was canceled.
[Error]   at ModuleShared.VersionManifest.FetchAsync (String forPlatform)
[Error] SocketException
[Error] [1] (SocketException) : Connection timed out
[Error] TaskCanceledException
[Error] [0] (TaskCanceledException) : The operation was canceled.
[Error]   at ModuleShared.VersionManifest.FetchAsync (String forPlatform)
[Error] SocketException
[Error] [1] (SocketException) : Connection timed out
[Info] Instance creation failed. Reason: "The core archive failed to download or                                   unpack: Failed to find a release matching the specified version: Mainline/ - Th                                  is version may no longer be available to download, you should update to a newer                                   version."
Failed to create default instance.
Aborting...

Steps to reproduce:

are you running this as the root user with sudo su -l and then running bash <(wget -qO- getamp.sh)?

Yes i ran

sudo su -
bash <(wget -qO- getamp.sh)

Looks like you’ve got a connectivity issue preventing it from reaching the download servers to get the data. Check your network.

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