edgexr / edge-cloud-platform

Apache License 2.0
1 stars 0 forks source link

Unable to run command on App Instances terminal #367

Open mupasak opened 2 months ago

mupasak commented 2 months ago

Current behavior:

We are encountering an issue where we are unable to run command on terminal once an application is up and running. For eg: while trying to run ls command, the terminal moves to not connected state and doesn't run the command.

Expected behaviour:

We should be able to run command from terminal, so that we can run any commands from terminal.

Adityam582 commented 1 month ago

After app instances being up and running (after few days), terminal commands do not run. Apparently, it may be because of some background service. It may be temporary issue. Also, commands take long time to execute.

gainsley commented 1 month ago

Do the QA acceptance tests pass? Each of the appinst_docker, appinst_k8s tests include terminal exec tests.

Have you looked at the CRM logs? There should be some failure message somewhere, either in the logs (i.e. docker logs of the crm docker run on the platform VM) or the audit logs (from the UI for the exec terminal command).