Dynmap Standalone Black Screen Issue
LightNabz opened this issue · 1 comments
Hello everyone,
I’m having trouble getting Dynmap to work with Apache on my Minecraft server. I’ve been struggling with a black screen issue when trying to serve the Dynmap web interface through Apache. I’ve tried various troubleshooting steps, but I’m still stuck.
Here’s what I’ve done so far:
-
Setup:
- Dynmap Location:
/home/user/server/plugins/dynmap/web
- Apache Configuration File:
/etc/apache2/sites-available/dynmap.conf
- Apache Listening Port: 8081
- Dynmap Location:
-
Apache Configuration:
My Apache configuration looks like this:
apache
<VirtualHost *:8081>
ServerAdmin webmaster@localhost
DocumentRoot /home/user/server/plugins/dynmap/web
<Directory /home/user/server/plugins/dynmap/web>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/dynmap_error.log
CustomLog ${APACHE_LOG_DIR}/dynmap_access.log combined
</VirtualHost>
-
Troubleshooting Steps Taken:
- Checked file permissions (ruled out as the cause).
- Verified Apache and Dynmap configuration files for correctness.
- Restarted Apache after making changes.
- Verified the setup with a simple
index.html
file, which loads correctly. - Reviewed Apache error logs (
/var/log/apache2/dynmap_error.log
).
-
Current Issue:
When I navigate tohttp://localhost:8081
, I get a black screen with no content. The Dynmap web interface doesn’t load, and there are no visible errors in the browser console or Apache logs.
Any help or insights would be greatly appreciated. Thank you in advance!
- Dynmap Version: 3.7-SNAPSHOT-948
- Server Version: Paper 1.20.4 build#497
- Pastebin of Configuration.txt: https://pastebin.com/Vb0A7ep9