Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No folder in plugins and erroe #2172

Closed
brysi73 opened this issue Dec 11, 2017 · 5 comments
Closed

No folder in plugins and erroe #2172

brysi73 opened this issue Dec 11, 2017 · 5 comments

Comments

@brysi73
Copy link

brysi73 commented Dec 11, 2017

I have no folder for Dynmap, I am running a 1.7.10 server and I get this error

`[17:33:03 INFO]: Thegamingarchway issued server command: /dynmap fullrender
[17:33:03 ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'dynmap' in plugin dynmap v2.0.0-1064
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[PluginCommand.class:1.7.10-1614.58]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) ~[SimpleCommandMap.class:1.7.10-1614.58]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:740) ~[CraftServer.class:1.7.10-1614.58]
at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:1370) [nh.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:1107) [nh.class:?]
at net.minecraft.network.play.client.C01PacketChatMessage.func_148833_a(C01PacketChatMessage.java:38) [ir.class:?]
at net.minecraft.network.play.client.C01PacketChatMessage.func_148833_a(C01PacketChatMessage.java:53) [ir.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:245) [ej.class:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:181) [nc.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1023) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432) [lt.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
Caused by: java.lang.NullPointerException
at org.dynmap.bukkit.DynmapPlugin.onCommand(DynmapPlugin.java:955) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[PluginCommand.class:1.7.10-1614.58]
... 13 more

`

@jwshields
Copy link

Please post your configuration for Dynmap so that we can troubleshoot.

Where is dynmap.jar located? When you run the server, does a dynmap folder get created? What does your config look like? How do you have your bukkit configured?

@brysi73
Copy link
Author

brysi73 commented Dec 12, 2017

@jwshields No folder is generated. the jar file is in plugins

@jwshields
Copy link

jwshields commented Dec 12, 2017

What OS? What version of Java, bukkit, dynmap, minecraft? What does your bukkit config look like?
What user is bukkit running as? Does it have permissions to write to the plugins folder? What do the permissions look like for your minecraft folder?
Do you have enough disk space?

@chuushi
Copy link

chuushi commented Dec 16, 2017

Your versions seems to be:

  • Dynmap v2.0.0-1064

The NullPointerException error line seems to lead to:

return core.processCommand(dsender, cmd.getName(), commandLabel, args);

@mikeprimm
Copy link
Member

Dynmap v2.0.0-1064 is massively obsolete (October 2014) - use latest release for 1.7.10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants