Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Femi Amoo
Femi Amoo

Posted on

     

Metabase 500 internal server error

This is a quick guide on how to fix 500 server error response on Metabase server.

After logging in to my Metabase, and querying data as usual, for a while, I had no issues running a few queries and traversing through the database. Until I was logged out all of a sudden, I tried to login and got kicked with a 500 internal server error response just like the one in the image below.

Alt Text

I figured I had to check the logs for clues as to what the cause of the error is.

I “sshed” into the server and opened the log file for the Metabase service.

[proxy:error] [pid 17125] [client 172.69.12.136:9960] AH00898: Error reading from remote server returned by /api/dataset

I got this from the server logs and all I had to do to fix the error was restart the Metabase service using the command below.

sudo service metabase restart

or try using systemctl

sudo systemctl stop metabase.service

sudo systemctl start metabase.service

and voila Metabase is back up and running.

References
https://computingforgeeks.com/how-to-install-metabase-with-systemd-on-ubuntu-18-04-ubuntu-16-04/

Top comments(0)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

i am a Devops & Site Reliability Engineer with working experience of over 5 years
  • Location
    Nigeria
  • Work
    Devops Engineer at Patricia Technologies
  • Joined

Trending onDEV CommunityHot

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp