webbukkit / dynmap

A set of Minecraft mods that provide a real time web-based map system for various Minecraft server implementations.
https://www.reddit.com/r/Dynmap/
Apache License 2.0
2.07k stars 423 forks source link

ClassNotFoundException: org.glassfish.jaxb.runtime.v2.ContextFactory #4161

Open uSlashVlad opened 4 weeks ago

uSlashVlad commented 4 weeks ago

Issue Description: Dynmap crashes on start when S3 storage type is used

Bucket is active and aws tool can read-write there with specified credentials (in config I masked with asterisk)

stewi1014 commented 3 weeks ago

I would recommend trying to revert #4030, it seems a few problems for AWS's s3 were introduced with it.

files have extra null characters appended, and I've also experienced https://github.com/webbukkit/dynmap/pull/4129#issuecomment-2434507151 which I've since found out has incurred a cost of 30USD from AWS because Dynmap silently ran up the monthly API call limit and then a fee for excess API calls in under a day. An impressive number, so be careful.

Try reverting #4030, and see how it goes. I'm currently looking into the idea of replacing the s3 library in use and making a PR.