A newely downloaded 1.8.9 SpongeVanilla server fails to start

Please help me. I am switching from Bukkit and a newely downloaded SpongeVanilla server fails to start (spongevanilla-1.8.9-4.1.0-BETA-322). Here’s the log.

[code]C:\spongeserver>chcp 65001
Active code page: 65001

C:\spongeserver>java -Xmx1024M -Xms1024M -Dfile.encoding=UTF-8 -jar spongevanilla-1.8.9-4.1.0-BETA-322.jar
Downloading minecraft_server.1.8.9.jar… This can take a while.
https://s3.amazonaws.com/Minecraft.Download/versions/1.8.9/minecraft_server.1.8.9.jar
Successfully downloaded minecraft_server.1.8.9.jar and verified checksum!
Downloading launchwrapper-1.12.jar… This can take a while.
https://libraries.minecraft.net/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar
Successfully downloaded launchwrapper-1.12.jar and verified checksum!
[14:09:33 INFO] [Sponge]: Initializing Sponge…
[14:09:33 INFO] [Sponge]: De-obfuscation mappings are provided by MCP (http://www.modcoderpack.com)
[14:09:33 INFO] [Sponge]: Searching for plugins…
[14:09:33 INFO] [Sponge]: 0 plugin(s) found
[14:09:33 INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.5.5 Source=file:/C:/spongeserver/spongevanilla-1.8.9-4.1.0-BETA-322.jar Env=UNKNOWN
[14:09:33 INFO] [mixin]: Compatibility level set to JAVA_8
[14:09:33 INFO] [Sponge]: Initialization finished. Starting Minecraft server…
[14:09:40 WARN] [mixin]: Method overwrite conflict for getModDataId in mixins.common.entitycollisions.json:MixinEntity_Collisions, previously written by org.spongepowered.common.mixin.entityactivation.MixinEntity_Activation. Skipping method.
[14:09:40 WARN] [mixin]: Method overwrite conflict for setModDataId in mixins.common.entitycollisions.json:MixinEntity_Collisions, previously written by org.spongepowered.common.mixin.entityactivation.MixinEntity_Activation. Skipping method.
[14:09:40 WARN] [mixin]: Method overwrite conflict for requiresCacheRefresh in mixins.common.entitycollisions.json:MixinEntity_Collisions, previously written by org.spongepowered.common.mixin.entityactivation.MixinEntity_Activation. Skipping method.
[14:09:40 WARN] [mixin]: Method overwrite conflict for requiresCacheRefresh in mixins.common.entitycollisions.json:MixinEntity_Collisions, previously written by org.spongepowered.common.mixin.entityactivation.MixinEntity_Activation. Skipping method.
[14:09:47 ERROR] [mixin]: Critical injection failure: LVT in net/minecraft/command/server/CommandTeleport::func_71515_b(Lnet/minecraft/command/ICommandSender;[Ljava/lang/String;)V has incompatible changes at opcode 155 in callback net/minecraft/command/server/CommandTeleport::handler$onEntityTeleport$0.
Expected: [I, Lnet/minecraft/entity/Entity;, I, Lnet/minecraft/command/CommandBase$CoordinateArg;, Lnet/minecraft/command/CommandBase$CoordinateArg;, Lnet/minecraft/command/CommandBase$CoordinateArg;, Lnet/minecraft/command/CommandBase$CoordinateArg;, Lnet/minecraft/command/CommandBase$CoordinateArg;, F, F]
Found: [I, Lnet/minecraft/entity/Entity;, Lnet/minecraft/entity/Entity;]
[14:09:47 ERROR] [STDERR]: org.spongepowered.asm.mixin.injection.InjectionError: LVT in net/minecraft/command/server/CommandTeleport::func_71515_b(Lnet/minecraft/command/ICommandSender;[Ljava/lang/String;)V has incompatible changes at opcode 155 in callback net/minecraft/command/server/CommandTeleport::handler$onEntityTeleport$0.
Expected: [I, Lnet/minecraft/entity/Entity;, I, Lnet/minecraft/command/CommandBase$CoordinateArg;, Lnet/minecraft/command/CommandBase$CoordinateArg;, Lnet/minecraft/command/CommandBase$CoordinateArg;, Lnet/minecraft/command/CommandBase$CoordinateArg;, Lnet/minecraft/command/CommandBase$CoordinateArg;, F, F]
Found: [I, Lnet/minecraft/entity/Entity;, Lnet/minecraft/entity/Entity;]
[14:09:47 ERROR] [STDERR]: at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:395)
[14:09:47 ERROR] [STDERR]: at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:347)
[14:09:47 ERROR] [STDERR]: at org.spongepowered.asm.mixin.injection.code.Injector.inject(Injector.java:151)
[14:09:47 ERROR] [STDERR]: at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.inject(InjectionInfo.java:251)
[14:09:47 ERROR] [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:929)
[14:09:47 ERROR] [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinApplicator.applyInjections(MixinApplicator.java:784)
[14:09:47 ERROR] [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinApplicator.applyMixin(MixinApplicator.java:260)
[14:09:47 ERROR] [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinApplicator.apply(MixinApplicator.java:222)
[14:09:47 ERROR] [STDERR]: at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:217)
[14:09:47 ERROR] [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinTransformer.apply(MixinTransformer.java:744)
[14:09:47 ERROR] [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinTransformer.applyMixins(MixinTransformer.java:714)
[14:09:47 ERROR] [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinTransformer.transform(MixinTransformer.java:521)
[14:09:47 ERROR] [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy.transform(MixinTransformer.java:179)
[14:09:47 ERROR] [STDERR]: at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
[14:09:47 ERROR] [STDERR]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
[14:09:47 ERROR] [STDERR]: at java.lang.ClassLoader.loadClass(Unknown Source)
[14:09:47 ERROR] [STDERR]: at java.lang.ClassLoader.loadClass(Unknown Source)
[14:09:47 ERROR] [STDERR]: at net.minecraft.command.ServerCommandManager.(SourceFile:23)
[14:09:47 ERROR] [STDERR]: at net.minecraft.server.MinecraftServer.func_175582_h(SourceFile:177)
[14:09:47 ERROR] [STDERR]: at net.minecraft.server.MinecraftServer.(SourceFile:169)
[14:09:47 ERROR] [STDERR]: at net.minecraft.server.dedicated.DedicatedServer.(SourceFile:53)
[14:09:47 ERROR] [STDERR]: at org.spongepowered.server.SpongeVanilla.main(SpongeVanilla.java:111)
[14:09:47 ERROR] [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[14:09:47 ERROR] [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[14:09:47 ERROR] [STDERR]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[14:09:47 ERROR] [STDERR]: at java.lang.reflect.Method.invoke(Unknown Source)
[14:09:47 ERROR] [STDERR]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[14:09:47 ERROR] [STDERR]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[14:09:47 ERROR] [STDERR]: at org.spongepowered.server.launch.VanillaServerMain.main(VanillaServerMain.java:118)
[14:09:47 ERROR] [STDERR]: at org.spongepowered.server.launch.VersionCheckingMain.main(VersionCheckingMain.java:38)
[14:09:47 ERROR] [LaunchWrapper]: Unable to launch
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
at org.spongepowered.server.launch.VanillaServerMain.main(VanillaServerMain.java:118) [spongevanilla-1.8.9-4.1.0-BETA-322.jar:1.8.9-4.1.0-BETA-322]
at org.spongepowered.server.launch.VersionCheckingMain.main(VersionCheckingMain.java:38) [spongevanilla-1.8.9-4.1.0-BETA-322.jar:1.8.9-4.1.0-BETA-322]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/command/server/CommandTeleport
at net.minecraft.command.ServerCommandManager.(SourceFile:23) ~[bd.class:?]
at net.minecraft.server.MinecraftServer.func_175582_h(SourceFile:177) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.(SourceFile:169) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.(SourceFile:53) ~[ko.class:?]
at org.spongepowered.server.SpongeVanilla.main(SpongeVanilla.java:111) ~[SpongeVanilla.class:1.8.9-4.1.0-BETA-322]
… 8 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.command.server.CommandTeleport
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_91]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_91]
at net.minecraft.command.ServerCommandManager.(SourceFile:23) ~[bd.class:?]
at net.minecraft.server.MinecraftServer.func_175582_h(SourceFile:177) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.(SourceFile:169) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.(SourceFile:53) ~[ko.class:?]
at org.spongepowered.server.SpongeVanilla.main(SpongeVanilla.java:111) ~[SpongeVanilla.class:1.8.9-4.1.0-BETA-322]
… 8 more
Caused by: org.spongepowered.asm.mixin.transformer.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transform(MixinTransformer.java:532) ~[spongevanilla-1.8.9-4.1.0-BETA-322.jar:1.8.9-4.1.0-BETA-322]
at org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy.transform(MixinTransformer.java:179) ~[spongevanilla-1.8.9-4.1.0-BETA-322.jar:1.8.9-4.1.0-BETA-322]
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_91]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_91]
at net.minecraft.command.ServerCommandManager.(SourceFile:23) ~[bd.class:?]
at net.minecraft.server.MinecraftServer.func_175582_h(SourceFile:177) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.(SourceFile:169) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.(SourceFile:53) ~[ko.class:?]
at org.spongepowered.server.SpongeVanilla.main(SpongeVanilla.java:111) ~[SpongeVanilla.class:1.8.9-4.1.0-BETA-322]
… 8 more
Caused by: org.spongepowered.asm.mixin.injection.InjectionError: LVT in net/minecraft/command/server/CommandTeleport::func_71515_b(Lnet/minecraft/command/ICommandSender;[Ljava/lang/String;)V has incompatible changes at opcode 155 in callback net/minecraft/command/server/CommandTeleport::handler$onEntityTeleport$0.
Expected: [I, Lnet/minecraft/entity/Entity;, I, Lnet/minecraft/command/CommandBase$CoordinateArg;, Lnet/minecraft/command/CommandBase$CoordinateArg;, Lnet/minecraft/command/CommandBase$CoordinateArg;, Lnet/minecraft/command/CommandBase$CoordinateArg;, Lnet/minecraft/command/CommandBase$CoordinateArg;, F, F]
Found: [I, Lnet/minecraft/entity/Entity;, Lnet/minecraft/entity/Entity;]
at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:395) ~[spongevanilla-1.8.9-4.1.0-BETA-322.jar:1.8.9-4.1.0-BETA-322]
at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:347) ~[spongevanilla-1.8.9-4.1.0-BETA-322.jar:1.8.9-4.1.0-BETA-322]
at org.spongepowered.asm.mixin.injection.code.Injector.inject(Injector.java:151) ~[spongevanilla-1.8.9-4.1.0-BETA-322.jar:1.8.9-4.1.0-BETA-322]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.inject(InjectionInfo.java:251) ~[spongevanilla-1.8.9-4.1.0-BETA-322.jar:1.8.9-4.1.0-BETA-322]
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:929) ~[spongevanilla-1.8.9-4.1.0-BETA-322.jar:1.8.9-4.1.0-BETA-322]
at org.spongepowered.asm.mixin.transformer.MixinApplicator.applyInjections(MixinApplicator.java:784) ~[spongevanilla-1.8.9-4.1.0-BETA-322.jar:1.8.9-4.1.0-BETA-322]
at org.spongepowered.asm.mixin.transformer.MixinApplicator.applyMixin(MixinApplicator.java:260) ~[spongevanilla-1.8.9-4.1.0-BETA-322.jar:1.8.9-4.1.0-BETA-322]
at org.spongepowered.asm.mixin.transformer.MixinApplicator.apply(MixinApplicator.java:222) ~[spongevanilla-1.8.9-4.1.0-BETA-322.jar:1.8.9-4.1.0-BETA-322]
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:217) ~[spongevanilla-1.8.9-4.1.0-BETA-322.jar:1.8.9-4.1.0-BETA-322]
at org.spongepowered.asm.mixin.transformer.MixinTransformer.apply(MixinTransformer.java:744) ~[spongevanilla-1.8.9-4.1.0-BETA-322.jar:1.8.9-4.1.0-BETA-322]
at org.spongepowered.asm.mixin.transformer.MixinTransformer.applyMixins(MixinTransformer.java:714) ~[spongevanilla-1.8.9-4.1.0-BETA-322.jar:1.8.9-4.1.0-BETA-322]
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transform(MixinTransformer.java:521) ~[spongevanilla-1.8.9-4.1.0-BETA-322.jar:1.8.9-4.1.0-BETA-322]
at org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy.transform(MixinTransformer.java:179) ~[spongevanilla-1.8.9-4.1.0-BETA-322.jar:1.8.9-4.1.0-BETA-322]
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_91]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_91]
at net.minecraft.command.ServerCommandManager.(SourceFile:23) ~[bd.class:?]
at net.minecraft.server.MinecraftServer.func_175582_h(SourceFile:177) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.(SourceFile:169) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.(SourceFile:53) ~[ko.class:?]
at org.spongepowered.server.SpongeVanilla.main(SpongeVanilla.java:111) ~[SpongeVanilla.class:1.8.9-4.1.0-BETA-322]
… 8 more[/code]

I can confirm that behavior

A bunch of pushes in the past day were related to teleporting and teleport systems between worlds so something here didn’t get tested quite right it seems.
If you step back a version or two for right now, that shouldn’t be a problem, and then post this same issue and log, and link back to here, on their github GitHub - SpongePowered/SpongeVanilla: The SpongeAPI implementation for Vanilla Minecraft. that will help them identify and fix the bug.

Thanks. I will send the log to their github and i am currently sitting on 318th build and it works fine(except for permissionsEx)

Whats the issue with permissions?

PermissionsEx refuses to enable.

[19:06:28 INFO] [permissionsex]: Pre-init of PermissionsEx v2.0-SNAPSHOT [19:06:28 ERROR] [Sponge]: Could not pass GamePreInitializationEvent$Impl to Plugin{id=ninja.leaping.permissionsex, name=PermissionsEx, version=2.0-SNAPSHOT, source=mods\PermissionsEx-Sponge.jar} java.lang.NoSuchMethodError: org.spongepowered.api.service.sql.SqlService.getDataSource(Ljava/lang/Object;Ljava/lang/String;)Ljavax/sql/DataSource; at ninja.leaping.permissionsex.sponge.PermissionsExPlugin.getDataSourceForURL(PermissionsExPlugin.java:394) ~[PermissionsExPlugin.class:?] at ninja.leaping.permissionsex.PermissionsEx.getDataSourceForURL(PermissionsEx.java:331) ~[PermissionsEx.class:?] at ninja.leaping.permissionsex.backend.sql.SqlDataStore.initializeInternal(SqlDataStore.java:91) ~[SqlDataStore.class:?] at ninja.leaping.permissionsex.backend.AbstractDataStore.initialize(AbstractDataStore.java:67) ~[AbstractDataStore.class:?] at ninja.leaping.permissionsex.PermissionsEx.initialize(PermissionsEx.java:285) ~[PermissionsEx.class:?] at ninja.leaping.permissionsex.PermissionsEx.<init>(PermissionsEx.java:99) ~[PermissionsEx.class:?] at ninja.leaping.permissionsex.sponge.PermissionsExPlugin.onPreInit(PermissionsExPlugin.java:139) ~[PermissionsExPlugin.class:?] at org.spongepowered.common.event.listener.GamePreInitializationEventListener_PermissionsExPlugin_onPreInit7.handle(Unknown Source) ~[?:?] at org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95) ~[RegisteredListener.class:1.8.9-4.1.0-BETA-318] at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:261) [SpongeEventManager.class:1.8.9-4.1.0-BETA-318] at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:274) [SpongeEventManager.class:1.8.9-4.1.0-BETA-318] at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:278) [SpongeEventManager.class:1.8.9-4.1.0-BETA-318] at org.spongepowered.common.SpongeImpl.postState(SpongeImpl.java:187) [SpongeImpl.class:1.8.9-4.1.0-BETA-318] at org.spongepowered.server.SpongeVanilla.preInitialize(SpongeVanilla.java:147) [SpongeVanilla.class:1.8.9-4.1.0-BETA-318] at net.minecraft.server.dedicated.DedicatedServer.handler$onServerLoad$0(SourceFile:60) [ko.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(SourceFile:98) [ko.class:?] at net.minecraft.server.MinecraftServer.run(SourceFile:421) [MinecraftServer.class:?] at java.lang.Thread.run(Unknown Source) [?:1.8.0_91] [19:06:28 ERROR] [STDERR]: java.io.IOException: com.typesafe.config.ConfigException$Parse: Reader: 1: Key ' ' may not be followed by token: end of file [19:06:28 ERROR] [STDERR]: at ninja.leaping.configurate.loader.AbstractConfigurationLoader.load(AbstractConfigurationLoader.java:157) [19:06:28 ERROR] [STDERR]: at ninja.leaping.configurate.loader.ConfigurationLoader.load(ConfigurationLoader.java:42) [19:06:28 ERROR] [STDERR]: at io.github.hsyyid.essentialcmds.managers.config.PlayerDataConfig.load(PlayerDataConfig.java:87) [19:06:28 ERROR] [STDERR]: at io.github.hsyyid.essentialcmds.managers.config.PlayerDataConfig.setup(PlayerDataConfig.java:78) [19:06:28 ERROR] [STDERR]: at io.github.hsyyid.essentialcmds.EssentialCmds.onPreInitialization(EssentialCmds.java:180) [19:06:28 ERROR] [STDERR]: at org.spongepowered.common.event.listener.GamePreInitializationEventListener_EssentialCmds_onPreInitialization8.handle(Unknown Source) [19:06:28 ERROR] [STDERR]: at org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95) [19:06:28 ERROR] [STDERR]: at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:261) [19:06:28 ERROR] [STDERR]: at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:274) [19:06:28 ERROR] [STDERR]: at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:278) [19:06:28 ERROR] [STDERR]: at org.spongepowered.common.SpongeImpl.postState(SpongeImpl.java:187) [19:06:28 ERROR] [STDERR]: at org.spongepowered.server.SpongeVanilla.preInitialize(SpongeVanilla.java:147) [19:06:28 ERROR] [STDERR]: at net.minecraft.server.dedicated.DedicatedServer.handler$onServerLoad$0(SourceFile:60) [19:06:28 ERROR] [STDERR]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(SourceFile:98) [19:06:28 ERROR] [STDERR]: at net.minecraft.server.MinecraftServer.run(SourceFile:421) [19:06:28 ERROR] [STDERR]: at java.lang.Thread.run(Unknown Source) [19:06:28 ERROR] [STDERR]: Caused by: com.typesafe.config.ConfigException$Parse: Reader: 1: Key ' ' may not be followed by token: end of file [19:06:28 ERROR] [STDERR]: at com.typesafe.config.impl.ConfigDocumentParser$ParseContext.parseError(ConfigDocumentParser.java:201) [19:06:28 ERROR] [STDERR]: at com.typesafe.config.impl.ConfigDocumentParser$ParseContext.parseError(ConfigDocumentParser.java:197) [19:06:28 ERROR] [STDERR]: at com.typesafe.config.impl.ConfigDocumentParser$ParseContext.parseObject(ConfigDocumentParser.java:408) [19:06:28 ERROR] [STDERR]: at com.typesafe.config.impl.ConfigDocumentParser$ParseContext.parse(ConfigDocumentParser.java:595) [19:06:28 ERROR] [STDERR]: at com.typesafe.config.impl.ConfigDocumentParser.parse(ConfigDocumentParser.java:14) [19:06:28 ERROR] [STDERR]: at com.typesafe.config.impl.Parseable.rawParseValue(Parseable.java:260) [19:06:28 ERROR] [STDERR]: at com.typesafe.config.impl.Parseable.rawParseValue(Parseable.java:248) [19:06:28 ERROR] [STDERR]: at com.typesafe.config.impl.Parseable.parseValue(Parseable.java:180) [19:06:28 ERROR] [STDERR]: at com.typesafe.config.impl.Parseable.parseValue(Parseable.java:174) [19:06:28 ERROR] [STDERR]: at com.typesafe.config.impl.Parseable.parse(Parseable.java:299) [19:06:28 ERROR] [STDERR]: at com.typesafe.config.ConfigFactory.parseReader(ConfigFactory.java:668) [19:06:28 ERROR] [STDERR]: at ninja.leaping.configurate.hocon.HoconConfigurationLoader.loadInternal(HoconConfigurationLoader.java:104) [19:06:28 ERROR] [STDERR]: at ninja.leaping.configurate.hocon.HoconConfigurationLoader.loadInternal(HoconConfigurationLoader.java:54) [19:06:28 ERROR] [STDERR]: at ninja.leaping.configurate.loader.AbstractConfigurationLoader.load(AbstractConfigurationLoader.java:149) [19:06:28 ERROR] [STDERR]: ... 15 more

Thats an error in your config file for pex - if you edited it, you broke it. If its clean new install on blank slate gave that, and wiping the config files out then restarting still gives it, then there is a bug in pex on outputting its file - but i think the odds of that are slim.

Reader: 1: Key '
                                                                                                                 ' may not be followed by token: end of file

You most likely have an unclosed or an extra single-quote mark on something… or a slew of spaces and a non-printing character somewhere

1 Like

I think this is the error:
java.lang.NoSuchMethodError: org.spongepowered.api.service.sql.SqlService.getDataSource(Ljava/lang/Object;Ljava/lang/String;)Ljavax/sql/DataSource;

Looking through the commits I think a fix for this was already pushed couple hours ago, but no build has been released yet.

This is a fresh install of PEx. I tried to delete the config in [server]/config/ninja.leaping.permissionsex but that doesn’t solve the error

BTW, Minecrell closed my github issue about the newest build

The version of pex you are using relies upon very new changes made to Sponge. Your version of vanilla does not yet have those changes.

To quote Minecrell:

Minecrell commented 28 minutes ago • edited
This was already fixed, however our build server is currently having trouble uploading the new builds. They will be available as soon we have fixed the problem.
For now you can just use the previous build.

So you need a version that is newer then the version that you got on the pex error. or an older version of pex.

I’d just wait until the build server is fixed personally.

That’s a problem with io.github.hsyyid.essentialcmds.managers.config Not pex.

Edit: to be more explicit. 1.8.9-4.1.0-BETA-322 is the only build available (at the current time) with the changes needed for the version of pex you have to function. You will either need a newer/later version of sponge vanilla(when it eventually builds), or an earlier pex without those changes.

In addition your config for essentialscmds has an error, did you edit it? or is it currently published with an error?

OK i’ve purged my plugins’ configs, downgraded PEx and server is working fine but there’s some mixin warnings but i don’t see them affecting the server. But i am gotta go. Thank you all for your support, i am just new to Sponge and i am switching from Bukkit/Spigot. When i’ll be at home i’ll be porting my PEx’s from my old 1.7.10 Spigot server.

EDIT: OK i am back, here are those mixin warnings:

[20:58:56 WARN] [mixin]: Method overwrite conflict for getModDataId in mixins.common.entitycollisions.json:MixinEntity_Collisions, previously written by org.spongepowered.common.mixin.entityactivation.MixinEntity_Activation. Skipping method. [20:58:56 WARN] [mixin]: Method overwrite conflict for setModDataId in mixins.common.entitycollisions.json:MixinEntity_Collisions, previously written by org.spongepowered.common.mixin.entityactivation.MixinEntity_Activation. Skipping method. [20:58:56 WARN] [mixin]: Method overwrite conflict for requiresCacheRefresh in mixins.common.entitycollisions.json:MixinEntity_Collisions, previously written by org.spongepowered.common.mixin.entityactivation.MixinEntity_Activation. Skipping method. [20:58:56 WARN] [mixin]: Method overwrite conflict for requiresCacheRefresh in mixins.common.entitycollisions.json:MixinEntity_Collisions, previously written by org.spongepowered.common.mixin.entityactivation.MixinEntity_Activation. Skipping method.

Because Sponge is in beta, i have some problems(for example sometimes i can’t type anything into server’s console), this makes me to force-stop the server but force-stopping can corrupt configs or even the MC world. That’s why i get errors with EssentialsCMDS.
P.S. Are WorldEdit and WorldGuard available for Sponge?

Fixed in build 1.8.9-4.1.0-BETA-328 which is now available at https://repo.spongepowered.org/maven/org/spongepowered/spongevanilla/.

WorldEdit is available for Sponge at http://builds.enginehub.org/job/worldedit/last-successful?branch=master, download the sponge build.

2 Likes

Thank you, i am gonna update SpongeVanilla and PEx. Let’s see if everything works.
EDIT: Everything works fine with the latest build, thanks

When you say “can’t type into the server console”

What console are you typing into? I.E. do you have a server panel? Windows Command Prompt? Linux Terminal? Minecraft default console that used to pop up?

ConEmu + Cygwin + Z-Shell (zsh)

Imgur