- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise Software
- >
- Re: Morpheus UI Not loading : HTTP status 404 not ...
Categories
Company
Local Language
Forums
Discussions
- Integrity Servers
- Server Clustering
- HPE NonStop Compute
- HPE Apollo Systems
- High Performance Computing
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp Software
Knowledge Base
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2022 03:09 AM
11-28-2022 03:09 AM
Morpheus UI Not loading : HTTP status 404 not found
Hi Team
We have a 3-Node HA installation on AWS lab set up. There is no Load balancer setup as of now so Morpheus UI is being accessed via each appliance URL. In order to encrypt the passwords in secrets.json & .rb file, we followed below instructions on each node.
https://docs.morpheusdata.com/en/latest/getting_started/additional/additional_configuration.html
After restarting one of the nodes, appliance URL is not accessible on that specific node and gives error “HTTP status 404 not found”. Elasticsearch is showing 3 nodes cluster and RabbitMQ is also showing all 3 nodes but morpheus ui is not accessible. Is there anything , i am missing here.
Attached are screenshot for secrets & rb json.
- Tags:
- instances
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2022 04:09 AM
11-28-2022 04:09 AM
Re: Morpheus UI Not loading : HTTP status 404 not found
@ranujain beyond confirming your encrypted strings as Adam suggested, this is probably best handled via support at https://support.morpheusdata.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2022 08:57 AM
11-28-2022 08:57 AM
Re: Morpheus UI Not loading : HTTP status 404 not found
Hi @alipscombe
I can see the mysql password in “/opt/morpheus/conf/application.yml”.
No bad password entry in current logs.
When run below command (as root), it says permission denied.
/opt/morpheus/lib/morpheus/encryptCli.jar  decrypt 'ENC($replaceme)'
In morheus-ssl-access.log, it shows connection refused.
2022-11-28_16:56:04.62933 2022/11/28 16:56:04 [error] 76293#0: *1891 connect() failed (111: Connection refused) while connecting to upstream, client: X.X.X.X, server: X.X.X.X, request: “GET /.env HTTP/1.1”, upstream: “http://[::1]:8080/.env”, host: “X.X.X.X”
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2022 04:16 AM
12-21-2022 04:16 AM
Re: Morpheus UI Not loading : HTTP status 404 not found
Hello @ranujain
Just to circle back to this thread, I noticed that there is a typo within your morpheus.rb should be app['encryption_key_suffix'] = 'key' not app['encrypted_key_suffix'] = 'suffix' I have asked our documentation team to update our documentation as the typo is within our docs.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2022 09:06 AM
11-28-2022 09:06 AM
Re: Morpheus UI Not loading : HTTP status 404 not found
Hello @ranujain
Please can you raise a case with our support team and provide them the Morpheus-UI current file which is located in /var/log/morpheus/morpheus-ui/
The morpheus-ssl-access.log file is the NGINX log file. The error is someone attempting to connect to an endpoint that does not exist on the Morpheus Appliance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2022 03:49 AM
11-28-2022 03:49 AM
Re: Morpheus UI Not loading : HTTP status 404 not found
Hello @ranujain
Thanks for sharing screenshots of your configuration. The morpheus-ui log will catchup the start up error.
The log is located in ‘/var/log/morpheus/morpheus-ui/current’ there maybe a bad password.
Additionally please can you confirm the follow ?
The version of your Morpheus Appliance.
The application.yml has been updated with your secure strings? by running sudo head /opt/morpheus/conf/application.yml
Can you also confirm that you are able to decrypt your secure strings by running
/opt/morpheus/lib/morpheus/encryptCli.jar decrypt 'ENC($replaceme)'
Thanks,
Adam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2023 08:45 AM
03-20-2023 08:45 AM
Re: Morpheus UI Not loading : HTTP status 404 not found
Reposing very late on this but I am applying the encryption currently, I ran the command from root user
“/opt/morpheus/lib/morpheus/encryptCli.jar decrypt ‘ENC($replaceme)’” but it says permission denied.