Dynmap-Forge/Fabric

Dynmap-Forge/Fabric

888k Downloads

standalone/config.js is not being generated

Fish1 opened this issue · 7 comments

commented

(index):43 Uncaught ReferenceError: config is not defined at HTMLDocument.<anonymous> ((index):43) at fire (jquery-1.11.0.js?_=3.0-SNAPSHOT-338:3099) at Object.fireWith [as resolveWith] (jquery-1.11.0.js?_=3.0-SNAPSHOT-338:3211) at Function.ready (jquery-1.11.0.js?_=3.0-SNAPSHOT-338:3423) at HTMLDocument.completed (jquery-1.11.0.js?_=3.0-SNAPSHOT-338:3453)

GET http://yapms.net/minecraft/standalone/config.js?_=3.0-SNAPSHOT-338 net::ERR_ABORTED 404 (Not Found)

I get these errors when trying to access the server via browser. The webpage is black. standalone/config.js does not exist.

commented

Same error here

#2955

commented

The error went away and config.js was generated. I have no idea if I did something to fix it, or if it just sorted itself out.

commented

strange :( I can't get it generated

commented

All I did was reset the server a few times, delete the plugin a few times, and waited a few hours.

commented

This is usually a permissions issue - either the user account running the MC server not having write permission to the target directory, or the web server not having the necessary permission to read it.

commented

I'm not using the internal server and I had switch
from

  • class: org.dynmap.InternalClientUpdateComponent

to

  • class: org.dynmap.JsonFileClientUpdateComponent

then that worked for me

commented

That is a big one - the two different 'class' settings there are for the internal server versus the external (JSON file) based support, so no JsonFileClientUpdateComponent, no files for an external server to use.