Server crashes when updated to 1.5

Discussion in 'Bukkit Help' started by monster860, Mar 14, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    monster860

    Anyways, 1.5 just came out. Apparently, the bukkit team was lazy and didn't make an update based off of the prerelease. So I downloaded the source code, and replaced 51 with 61 so that clients think that it's 1.5, but actually 1.4.7. So then I got this error:
    Code:
    ---- Minecraft Crash Report ----
    // Would you like a cupcake?
     
    Time: 3/14/13 6:33 AM
    Description: Exception in server tick loop
     
    java.lang.IllegalArgumentException: Stream cannot be null
        at org.apache.commons.lang.Validate.notNull(Validate.java:203)
        at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:197)
        at org.bukkit.craftbukkit.help.HelpYamlReader.<init>(HelpYamlReader.java:28)
        at org.bukkit.craftbukkit.help.SimpleHelpMap.<init>(SimpleHelpMap.java:30)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:143)
        at net.minecraft.server.PlayerList.<init>(PlayerList.java:55)
        at net.minecraft.server.DedicatedPlayerList.<init>(SourceFile:11)
        at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:104)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:849)
     
     
    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------
     
    -- System Details --
    Details:
        Minecraft Version: 1.4.7
        Operating System: Linux (i386) version 2.6.32-21-generic
        Java Version: 1.6.0_20, Sun Microsystems Inc.
        Java VM Version: OpenJDK Client VM (mixed mode, sharing), Sun Microsystems Inc.
        Memory: 969176864 bytes (924 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
        JVM Flags: 2 total; -Xms1024M -Xmx1024M
        AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
        Suspicious classes: $Proxy3[com.avaje.ebean.config.dbplatform.DatabasePlatform, SQLitePlatform], [com.google.common.base.Predicate, Function, Joiner, ...], [com.google.common.collect.ImmutableCollection, ImmutableList, Maps, ...], [jline.TerminalFactory, Terminal, Flavor, ...], [jline.console.ConsoleReader, CursorBuffer, ConsoleKeys, ...], [jline.console.completer.CompletionHandler, CandidateListCompletionHandler], [jline.console.history.History, MemoryHistory], [jline.internal.InputStreamReader, Configuration, Log, ...], [joptsimple.OptionException, OptionParser, OptionSpec, ...], [joptsimple.internal.AbbreviationMap, ReflectionException, Reflection, ...], [net.minecraft.server.ICommandListener, IMojangStatistics, Packet, ...], [org.apache.commons.lang.Validate], [org.bukkit.BlockChangeDelegate, World, Server, ...], [org.bukkit.block.BlockState, BlockFace], [org.bukkit.command.CommandSender, RemoteConsoleCommandSender, CommandException, ...], [org.bukkit.command.defaults.VanillaCommand, SaveCommand, SaveOnCommand, ...], [org.bukkit.configuration.ConfigurationSection, Configuration, MemorySection, ...], [org.bukkit.configuration.file.FileConfiguration, YamlConfiguration, FileConfigurationOptions, ...], [org.bukkit.configuration.serialization.ConfigurationSerializable, ConfigurationSerialization, DelegateDeserialization, ...], [org.bukkit.conversations.Conversable], [org.bukkit.craftbukkit.Main, LoggerOutputStream, CraftServer, ...], [org.bukkit.craftbukkit.help.SimpleHelpMap, CommandAliasHelpTopic, HelpYamlReader], [org.bukkit.craftbukkit.inventory.CraftItemStack, CraftRecipe, CraftShapedRecipe, ...], [org.bukkit.craftbukkit.potion.CraftPotionEffectType], [org.bukkit.craftbukkit.scheduler.CraftScheduler, CraftAsyncDebugger, CraftTask, ...], [org.bukkit.craftbukkit.util.Waitable, ServerShutdownThread, TerminalConsoleHandler, ...], [org.bukkit.entity.Entity, Damageable, LivingEntity, ...], [org.bukkit.event.Event, Cancellable], [org.bukkit.event.block.BlockEvent, BlockFadeEvent, BlockGrowEvent, ...], [org.bukkit.event.entity.EntityEvent, EntityInteractEvent, EntityDamageEvent, ...], [org.bukkit.event.hanging.HangingEvent, HangingPlaceEvent], [org.bukkit.event.painting.PaintingEvent, PaintingPlaceEvent], [org.bukkit.event.player.PlayerEvent, PlayerInteractEvent, PlayerFishEvent, ...], [org.bukkit.event.server.ServerEvent, MapInitializeEvent, ServerCommandEvent, ...], [org.bukkit.event.world.WorldEvent, WorldInitEvent, WorldSaveEvent, ...], [org.bukkit.help.HelpMap, HelpTopic, IndexHelpTopic, ...], [org.bukkit.inventory.ItemStack, Recipe, ShapedRecipe, ...], [org.bukkit.inventory.meta.ItemMeta, Repairable, BookMeta, ...], [org.bukkit.map.MapView], [org.bukkit.material.MaterialData, Tree, Directional, ...], [org.bukkit.metadata.Metadatable], [org.bukkit.permissions.ServerOperator, Permissible], [org.bukkit.plugin.ServicesManager, PluginManager, SimpleServicesManager], [org.bukkit.plugin.messaging.PluginMessageRecipient, Messenger], [org.bukkit.potion.PotionEffectType, PotionEffectTypeWrapper, PotionBrewer, ...], [org.bukkit.scheduler.BukkitScheduler, BukkitTask], [org.bukkit.util.Vector, BlockVector, Java15Compat], [org.fusesource.jansi.AnsiOutputStream, Ansi, NoAnsi, ...], [org.yaml.snakeyaml.constructor.BaseConstructor, SafeConstructor], [org.yaml.snakeyaml.error.YAMLException, MarkedYAMLException], [org.yaml.snakeyaml.representer.BaseRepresenter, SafeRepresenter, Representer]
        IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
        CraftBukkit Information:
      Running:
      Failed to handle CraftCrashReport:
    java.lang.NullPointerException
        at org.bukkit.Bukkit.getName(Bukkit.java:68)
        at org.bukkit.craftbukkit.CraftCrashReport.call(CraftCrashReport.java:20)
        at net.minecraft.server.CrashReportSystemDetails.a(SourceFile:74)
        at net.minecraft.server.CrashReport.h(CrashReport.java:43)
        at net.minecraft.server.CrashReport.<init>(CrashReport.java:30)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:444)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:849)
     
        Profiler Position: N/A (disabled)
        Is Modded: Definitely; Server brand changed to 'craftbukkit'
        Type: Dedicated Server (map_server.txt)
    Also: It doesn't work when I remove all the plugins.
     
  2. Offline

    joereider

    Duh, wait for bukkit to give us a 1.5 update. You can't just do it yourself.
     
  3. Offline

    monster860

  4. Offline

    gmjeb

    The 1.4.7 Craftbukkit isn't compatible with 1.5 clients because of the new features/changes added. I recommend waiting for the Dev team to release a 'Recommended Build for 1.5'.
     
  5. Offline

    rguz10

    It's a beta. If you think they did a crappy job go do it yourself.
     
  6. Offline

    TnT

    Thanks for the vote of confidence. Clearly, you can see its not just a simple "Throw a few lines of code in and everything works magically"

    Pretty pretentious of you to call the team lazy then turn around and use our forums for getting support for your hacked together monstrosity. For shame.

    Locked. [tnt]
     
    Gravity likes this.
Thread Status:
Not open for further replies.

Share This Page