part-2,
@Tech_Hack_IT I have followed the procedure.My metabase status shows below and i perceived that is why my http://url:3000 could not start the metabase.Any guide? Thanks.
‘Dec 30 08:58:18 vps282314 java[2412]: Exception: java.lang.OutOfMemoryError thro
Dec 30 08:58:24 vps282314 java[2412]: Exception: java.lang.OutOfMemoryError thro
Dec 30 08:58:34 vps282314 java[2412]: Exception: java.lang.OutOfMemoryError thro
Dec 30 08:58:35 vps282314 java[2412]: Exception: java.lang.OutOfMemoryError thro
Dec 30 08:58:37 vps282314 java[2412]: Exception: java.lang.OutOfMemoryError thro
Dec 30 09:00:14 vps282314 java[2412]: Exception: java.lang.OutOfMemoryError thro
Dec 30 09:00:19 vps282314 java[2412]: Exception: java.lang.OutOfMemoryError thro
Dec 30 09:00:38 vps282314 java[2412]: Exception: java.lang.OutOfMemoryError thro
Dec 30 09:10:24 vps282314 java[2412]: Exception: java.lang.OutOfMemoryError thro
Dec 30 09:15:49 vps282314 java[2412]: Exception: java.lang.OutOfMemoryError thro’
~
Everytime I want to access to metabase web interface I have to reboot it. After reboot it work fine and then next day when I want to check my dashboards, I need to restart it if not the webpage is not responding. Any idea what to look for?
Under the host field, type only your IP omitting http://, in this case 165.227.30.84
Great work shashank_shirke. Thank-you for this info and access to metabase.
Have you correctly configured the metabase.service file?
This file is specifically created to make sure that you need not manually run the Metabase executable everytime you want to access your dashboards. This file keeps the service up and running in the background.
Hi, I have the same issue,
i configured the service file using your tutorial guide. @shashank_shirke
Can you please let me know about the following?
- Frappe / ERPNext version you’ve installed
- Metabase version that you’ve installed
frappe/erpnext version-13
metabase 0.41.3.1
u have the instruction on how to install on debian 10 inside docker in synology ? same steps?
It runs well now.
I think after the first install the service is in activating state and has to be restarted
you have to stop the service and start it again
sudo service metabase status
sudo service metabase stop
sudo service metabase start
I was never able to access my metabase even if the status indicated it was running correctly without any errors.
Then I found this https://www.digitalocean.com/community/tutorials/how-to-setup-additional-entropy-for-cloud-servers-using-haveged
I’m running on digital ocean vps and as soon as I installed
apt-get install haveged
and make sure it restart automatically
update-rc.d haveged defaults
metabase started working immediately!
Hi @Rehan_Ansari,
It seems like you’re logged in as frappe user. Run the wget command using root login or use sudo command to run the command as frappe user.
I had AN ERROR ANY HELP
/applications/metabase$ wget http://downloads.metabase.com/v0.33.2/metabase.jar
--2022-09-07 15:54:26-- http://downloads.metabase.com/v0.33.2/metabase.jar
Resolving downloads.metabase.com (downloads.metabase.com)... 108.138.7.87, 108.138.7.115, 108.138.7.16, ...
Connecting to downloads.metabase.com (downloads.metabase.com)|108.138.7.87|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://downloads.metabase.com/v0.33.2/metabase.jar [following]
--2022-09-07 15:54:26-- https://downloads.metabase.com/v0.33.2/metabase.jar
Connecting to downloads.metabase.com (downloads.metabase.com)|108.138.7.87|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 185008660 (176M) [application/java-archive]
metabase.jar: Permission denied
You’re using an older version of Metabase in this. Please use the below command to download the latest version.
wget https://downloads.metabase.com/v0.44.2/metabase.jar
Also, make sure you’ve have the write permissions on the directory that you’re trying to download Metabase in. You can try sudo wget
to run the command with root privileges.
Did you find solution ?
i have lets-encrypt on my server and can access my site normaly
but how to access metabase by site url