Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

need help with this vague error #8

Open
grimshard opened this issue May 8, 2015 · 6 comments
Open

need help with this vague error #8

grimshard opened this issue May 8, 2015 · 6 comments

Comments

@grimshard
Copy link

now i was told by the other (owner) that i was given wildcard perms the plugin says its loading and green indication from the /plugins list

the server uses spigot bungee / as far as i know it setups with auto plugin installer . i have made the pack and compiled it right

knowing that this may or may not work with the 1.8+ server .everything loads just fine // so everything i get working past all issues .and come to this bump in the road

8:00:18 PM CONSOLE: [INFO] grimshard issued server command: /mycape
8:00:18 PM CONSOLE: ERROR]: null
8:00:18 PM CONSOLE: exception executing command 'mycape' in plugin RankCapes v2.0.0.26
8:00:18 PM CONSOLE: java.lang.NullPointerException: The bean is null?

i myself for client use magic loader / and regular launcher /
minecraft forge 11.14.1.1334
optifine 1.8 hd d u d3
fml v8.0.37.1334
mcp v9.10

all load no problems but maybe prudent info

@jadar
Copy link
Owner

jadar commented May 8, 2015

The server might load, but the client isn't updated for 1.8.

Do you have any stack trackes in the server log file?

@grimshard
Copy link
Author

i have access to all the logs of the server what is it that you need

stuff like ?

[23:00:18] [Server thread/INFO]: grimshard issued server command: /mycape
[23:00:18] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'mycape' in plugin RankCapes v2.0.0.26
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot.jar:git-Spigot-1d14d5f-ba32592]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot.jar:git-Spigot-1d14d5f-ba32592]
at org.bukkit.craftbukkit.v1_8_R2.CraftServer.dispatchCommand(CraftServer.java:646) ~[spigot.jar:git-Spigot-1d14d5f-ba32592]
at net.minecraft.server.v1_8_R2.PlayerConnection.handleCommand(PlayerConnection.java:1139) [spigot.jar:git-Spigot-1d14d5f-ba32592]
at net.minecraft.server.v1_8_R2.PlayerConnection.a(PlayerConnection.java:974) [spigot.jar:git-Spigot-1d14d5f-ba32592]
at net.minecraft.server.v1_8_R2.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot.jar:git-Spigot-1d14d5f-ba32592]
at net.minecraft.server.v1_8_R2.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot.jar:git-Spigot-1d14d5f-ba32592]
at net.minecraft.server.v1_8_R2.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-1d14d5f-ba32592]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_40]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_40]
at net.minecraft.server.v1_8_R2.SystemUtils.a(SourceFile:60) [spigot.jar:git-Spigot-1d14d5f-ba32592]
at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:710) [spigot.jar:git-Spigot-1d14d5f-ba32592]
at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368) [spigot.jar:git-Spigot-1d14d5f-ba32592]
at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651) [spigot.jar:git-Spigot-1d14d5f-ba32592]
at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554) [spigot.jar:git-Spigot-1d14d5f-ba32592]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_40]
Caused by: java.lang.NullPointerException: The bean is null?
at com.avaje.ebeaninternal.server.core.DefaultServer.save(DefaultServer.java:1627) ~[spigot.jar:git-Spigot-1d14d5f-ba32592]
at com.avaje.ebeaninternal.server.core.DefaultServer.save(DefaultServer.java:1619) ~[spigot.jar:git-Spigot-1d14d5f-ba32592]
at com.jadarstudios.rankcapes.bukkit.command.MyCapeCommand.onCommand(MyCapeCommand.java:52) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot.jar:git-Spigot-1d14d5f-ba32592]

@2iguys
Copy link

2iguys commented May 8, 2015

I am also having this issue

@grimshard
Copy link
Author

what does one do to get you the MEANS of getting your code to work with 1.8 or higher..client side .. server loads everything fine . or damn near of all the script monitors says it green and running , the problem lies with rendor ,,could that be due to some port not being forwareded .. as i have seen several bad tutorials and writeups on how to set up your code; saying theres some port to forward in a config.. that doesnt have it listed in the config ? or was that just another bad tutorial / description i seen ..so i guess whats left to say is ..now whats it going to take for you to continue the updates?

@jadar
Copy link
Owner

jadar commented May 9, 2015

The client needs to be updated. The server needs bugs squashed. Work and School takes up most of my time at the moment.

There IS a port that needs to be forwarded for the server to get the cape textures to the client. You can set the port in the config, and then it should be forwarded if you're beind a firewall or have a shared IP address.

@grimshard
Copy link
Author

oh yeah , life begets most of the time i have too.. so i understand that fully . ok so the (port : # ) part that wasnt in the config . i will add to my own config.

well guessing its not as easy as changing some class handlers then , oh well, i shall await the update then. hopefully its some time soon. thank you for replying to these messages. think this should remain open till the problem is addressed.

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

No branches or pull requests

3 participants