VoxelSniper

VoxelSniper

1M Downloads

1.7.2 Unmarshaller error

TitaniumCreative opened this issue · 3 comments

commented

Looks like it started up in 1.7.2 but threw this single error. Not sure what it means.

[00:23:48 ERROR]: [VoxelSniper] Couldn't create Unmarshaller, while attempting to load legacy configuration.
com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions
at com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationsException$Builder.check(IllegalAnnotationsException.java:91) ~[?:1.7.0_25]
at com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:451) ~[?:1.7.0_25]
at com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl.(JAXBContextImpl.java:283) ~[?:1.7.0_25]
at com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl.(JAXBContextImpl.java:126) ~[?:1.7.0_25]
at com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl$JAXBContextBuilder.build(JAXBContextImpl.java:1148) ~[?:1.7.0_25]
at com.sun.xml.internal.bind.v2.ContextFactory.createContext(ContextFactory.java:130) ~[?:1.7.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_25]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_25]
at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:248) ~[?:1.7.0_25]
at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:235) ~[?:1.7.0_25]
at javax.xml.bind.ContextFinder.find(ContextFinder.java:445) ~[?:1.7.0_25]
at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:637) ~[?:1.7.0_25]
at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:584) ~[?:1.7.0_25]
at com.thevoxelbox.voxelsniper.VoxelSniper.loadSniperConfiguration(VoxelSniper.java:109) [VoxelSniper.jar:?]
at com.thevoxelbox.voxelsniper.VoxelSniper.onEnable(VoxelSniper.java:179) [VoxelSniper.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-18-g071d500-b2935jnks]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-18-g071d500-b2935jnks]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-18-g071d500-b2935jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:298) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-18-g071d500-b2935jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:280) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-18-g071d500-b2935jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:332) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-18-g071d500-b2935jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:309) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-18-g071d500-b2935jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:269) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-18-g071d500-b2935jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-18-g071d500-b2935jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:414) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-18-g071d500-b2935jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-18-g071d500-b2935jnks]

commented

I'll look into it. It just mean it hasn't migrated the legacy SniperConfig.xml into the new format. Should still work.

commented

Awesome! Started right up, no errors!

My "Sniper" will be on tomorrow, I'll let you know how it goes.

Thanks!
Bryan


Bryan Taylor
Brand Strategy/Creative Director
Interactive Specialist


On Dec 3, 2013, at 1:57 AM, Michael Braun [email protected] wrote:

Here you go: http://ci.thevoxelbox.com/job/VoxelSniper/267/


Reply to this email directly or view it on GitHub.