HELP! Can't create server 1.4.2

Discussion in 'Bukkit Help' started by elzomc, Nov 10, 2012.

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

    elzomc

    Hey guys today i tried to make a server but i get this error:

    Code:
    java.lang.NullPointerException
    at java.io.Reader.<init>(Unknown Source)
    at java.io.InputStreamReader.<init>(Unknown Source)
    at net.minecraft.server.AchievementMap.<init>(SourceFile:15)
    at net.minecraft.server.AchievementMap.<clinit>(SourceFile:9)
    at net.minecraft.server.Statistic.g(SourceFile:37)
    at net.minecraft.server.CounterStatistic.g(SourceFile:15)
    at net.minecraft.server.StatisticList.<clinit>(SourceFile:30)
    at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:602)
    at org.bukkit.craftbukkit.Main.main(Main.java:152)
    at net.minecraft.server.LocaleI18n.<clinit>(SourceFile:4)
    at net.minecraft.server.Item.t(SourceFile:492)
    at net.minecraft.server.StatisticList.a(SourceFile:142)
    at net.minecraft.server.StatisticList.c(SourceFile:88)
    at net.minecraft.server.Item.<clinit>(SourceFile:296)
    at net.minecraft.server.Block.<clinit>(Block.java:681)
    at net.minecraft.server.StatisticList.a(SourceFile:125)
    at net.minecraft.server.StatisticList.<clinit>(SourceFile:58)
    at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:602)
    at org.bukkit.craftbukkit.Main.main(Main.java:152)
    Caused by: java.lang.NullPointerException
    at java.io.Reader.<init>(Unknown Source)
    at java.io.InputStreamReader.<init>(Unknown Source)
    at net.minecraft.server.LocaleLanguage.e(SourceFile:30)
    at net.minecraft.server.LocaleLanguage.<init>(SourceFile:17)
    at net.minecraft.server.LocaleLanguage.<clinit>(SourceFile:8)
    ... 10 more
    Press any key to continue . . .
    
    Please reply soon with a solution!

    C'mon noone knows a solution :((

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 29, 2016
  2. Offline

    MysteryManX

    Have you tried running CraftBukkit with the bare minimum? Like no plugins or anything?
     
  3. Offline

    elzomc

    it doesn't have any plugins :)
     
  4. Offline

    Lolmewn

    What's your server.properties?
    And what is your startup-script?
     
  5. Offline

    elzomc

    it doesn't even run it doesn't have startup-script or server properties

    oh..startup-script is:

    java -Xms1024M -Xmx1024M -jar craftbukkit.jar -o true
    PAUSE


    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 29, 2016
  6. Offline

    Lolmewn

    And what build are you running? Maybe you should redownload the latest BETA build.
     
  7. Offline

    XDshadowDX

    Did you change the name of the craftbukkit.jar that matches with the one in your folder?
     
  8. Offline

    Lolmewn

    If you mean in start.bat, he did. Otherwise he'd have the 'Can't access jarfile' error.
     
  9. Offline

    elzomc

    the newest one.. craftbukkit-1.4.2-r0.2
     
  10. Offline

    XDshadowDX

    Did you change that to craftbukkit.jar like in the start.bat file?
     
  11. Offline

    jack10310

    Try Updating The Server To The Newest Version Of Craftbukkit :)
     
  12. Offline

    elzomc

    that's the newest one..the one that i use..
     
  13. Offline

    TnT

    What is the output of your 'java -version' command?
     
  14. Offline

    elzomc

    sorry but what's that??xD
     
  15. Offline

    elzomc

    pls help me guys!
     
Thread Status:
Not open for further replies.

Share This Page