Note - If you do not fill in every section below, your post won’t be answered - you must provide the steps you have followed so far and the actions you’ve already taken. Make sure to remove this notice from your post too.
Make sure you search before posting! Duplicate posts for the same issue may not be answered.
OS Name/Version: Debian 12
Product Name/Version: AMP 26.0.0.0 Phobos
Problem Description: I used the enable HTTPS feature from the command line and now I cannot access the GUI anymore after a certificate error. How can I revert AMP back to using port 8080?
If you're sharing console output, logs, or commands you have run, please make sure to use code tags
(3x backticks for blocks, 1x backtick for a single line) to help make posts readable. This also
provides syntax highlighting.
Steps to reproduce:
Step 1
Step 2
Step 3
Actions taken to resolve so far: Resetted the instance
Hi Sara, not sure if you got any further on your issue today.
but if you’d like to check your logs you can do so by getting into the docker instance with the following commands.
log into VM
get into the AMP user.
su -l amp
ampinstmgr --lastlog instancename
scratch this below:
docker exec -it DockerInstance bash
cd /AMP/AMP_Logs/
and see the latest log in that direction. if you’re using the cli you can use cat logfilename.log
Why do you keep suggesting that people exec into the Docker container? The files are readily available.
You can even run ampinstmgr lastlog TheInstanceName to see them