aws / aws-parallelcluster-ui

Apache License 2.0
31 stars 20 forks source link

Can't edit cluster "Something went wrong" #69

Closed cartalla closed 1 year ago

cartalla commented 1 year ago

When trying to edit a cluster I get "Something went wrong".

I get this error whether the compute fleet is running or not.

Instructions to reproduce:

  1. Select cluster
  2. Select Edit
  3. Cluster: Select Next
  4. Head node: Select Next

Hit the error dialog box.

I tried logging out and back in and still get the error.

Version: 3.5.0 Browser: Firefox edapc3-config.txt

mtfranchetto commented 1 year ago

Hi @cartalla, can you attach the YAML config of the selected cluster? Also, it would help to see the logs from PCUI.

mtfranchetto commented 1 year ago

Which version of ParallelCluster are you using? And which browser? Every additional data can help.

cartalla commented 1 year ago

Hi @cartalla, can you attach the YAML config of the selected cluster? Also, it would help to see the logs from PCUI.

Where are the PCIU logs? I'm looking in CW and the APIGatewayAccessLog only has ip addresses. I'm looking in the Lambda log, but not seeing an error there.

mtfranchetto commented 1 year ago

I sent you a link on Slack: I'm sorry but we still haven't published the Logs guide.

cartalla commented 1 year ago

logs-insights-results.json.txt

mtfranchetto commented 1 year ago

This bug has been fixed with https://github.com/aws/aws-parallelcluster-ui/pull/53, but unfortunately, it's still not released. We'll try to release this bugfix as soon as possible, and in the meantime you can try to update the internal Lambda function of PCUI by running the build_and_update_lambda.sh script manually on your PCUI stack.

cartalla commented 1 year ago

I was able to install docker and run the script and it resolved the problem which was triggered by having multiple storage volumes configured.