Can't launch the bukkit server? (ERROR)

Discussion in 'Bukkit Help' started by bsava09, May 4, 2012.

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

    bsava09

    Hi guys, I used to be able to run the server then it suddenly stopped working? this is teh error code i get when i try to launch the server, ive tried different launchers, different RUN.bat codes and all that but i cant fix it. plz help

    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.d(SourceFile:38)
    at net.minecraft.server.CounterStatistic.d(SourceFile:15)
    at net.minecraft.server.StatisticList.<clinit>(SourceFile:28)
    at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:605)
    at org.bukkit.craftbukkit.Main.main(Main.java:134)
    java.lang.ExceptionInInitializerError
    at net.minecraft.server.LocaleI18n.<clinit>(SourceFile:5)
    at net.minecraft.server.Item.l(SourceFile:449)
    at net.minecraft.server.StatisticList.a(SourceFile:139)
    at net.minecraft.server.StatisticList.c(SourceFile:86)
    at net.minecraft.server.Item.<clinit>(SourceFile:254)
    at net.minecraft.server.Block.<clinit>(Block.java:601)
    at net.minecraft.server.StatisticList.a(SourceFile:122)
    at net.minecraft.server.StatisticList.<clinit>(SourceFile:56)
    at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:605)
    at org.bukkit.craftbukkit.Main.main(Main.java:134)
    Caused by: java.lang.NullPointerException
    at java.io.Reader.<init>(Unknown Source)
    at java.io.InputStreamReader.<init>(Unknown Source)
    at net.minecraft.server.LocaleLanguage.b(SourceFile:35)
    at net.minecraft.server.LocaleLanguage.<init>(SourceFile:21)
    at net.minecraft.server.LocaleLanguage.<clinit>(SourceFile:10)
    ... 10 more
    Press any key to continue . . .
     
  2. Offline

    ZeroZX4

    download bukkit gui from here
    http://dev.bukkit.org/server-mods/bukkitgui/

    download craftbukkit from here
    http://dl.bukkit.org/downloads/craftbukkit/view/01026_1.2.5-R1.0/


    follow this 3 steps
    http://i.imgur.com/J9ey6.png

    and your done
    --------------------------------------

    but if u really need/want to stay with bat files

    here are 4 different bat files
    http://www32.zippyshare.com/v/36778740/file.html
    http://www32.zippyshare.com/v/14686885/file.html
    http://www32.zippyshare.com/v/6449618/file.html
    http://www32.zippyshare.com/v/58488266/file.html

    1st you rename your craftbukkit.1.1.1.jar file to craftbukkit.jar

    and if you want to have gui but that is a plugin than download this 2 plugins and drop them to plugins folder
    http://dev.bukkit.org/server-mods/pail/
    http://dev.bukkit.org/server-mods/pailplus/

    than you put all of them in your bukkit folder and 1 of them will work for sure

    to minimize console you may want to install this program called trayit!

    http://www.teamcti.com/trayit/trayit.htm
    just rightclick on window minimize button
     
  3. Offline

    bsava09

    This happened when i launched it

    10:22:58 PM java.lang.NullPointerException
    10:22:58 PMat java.io.Reader.<init>(Unknown Source)
    10:22:58 PMat java.io.InputStreamReader.<init>(Unknown Source)
    10:22:58 PMat net.minecraft.server.AchievementMap.<init>(SourceFile:15)
    10:22:58 PMat net.minecraft.server.AchievementMap.<clinit>(SourceFile:9)
    10:22:58 PMat net.minecraft.server.Statistic.d(SourceFile:38)
    10:22:58 PMat net.minecraft.server.CounterStatistic.d(SourceFile:15)
    10:22:58 PMat net.minecraft.server.StatisticList.<clinit>(SourceFile:28)
    10:22:58 PMat net.minecraft.server.MinecraftServer.main(MinecraftServer.java:605)
    10:22:58 PMat org.bukkit.craftbukkit.Main.main(Main.java:134)
    10:22:58 PM java.lang.ExceptionInInitializerError
    10:22:58 PMat net.minecraft.server.LocaleI18n.<clinit>(SourceFile:5)

    Server Stopped...
    10:22:58 PMat net.minecraft.server.Item.l(SourceFile:449)
     
  4. Offline

    ZeroZX4

    create new clean server on the desktop and lets see will it give error
     
  5. Offline

    bsava09

    works now thanks alot!! :D
     
  6. Offline

    Kane

    Solution: Don't have symbols and odd characters in your pathway. Example C:\Bukkit! Would give you this error. The correct way is now C:\Bukkit. Spaces and etc seem to work but mainly characters like the exclamation mark causes this error.
     
  7. Offline

    sebastian9988

    zeroza4 i try to make one to but work with i join again it cannot work help me

    but i try to remove the old one but it dose not allow me to remove it say it is running in another program

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

    ZeroZX4

    wait again what you are trying to do now and what is the problem with it ?
     
  9. Offline

    sebastian9988

    it give out this when i hit the lauch server

    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.

    ************** Exception Text **************
    System.InvalidOperationException: No process is associated with this object.
    at System.Diagnostics.Process.EnsureState(State state)
    at System.Diagnostics.Process.get_HasExited()
    at  .(String , String )
    at  .( , String , UInt16 , UInt16 , String )
    at BukkitGUI.MainForm.StartServer()
    at BukkitGUI.MainForm._Lambda$__8(Object , EventArgs )
    at System.Windows.Forms.Control.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ButtonBase.WndProc(Message& m)
    at System.Windows.Forms.Button.WndProc(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3623 (GDR.050727-3600)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    ----------------------------------------
    BukkitGUI_pre
    Assembly Version: 1.6.1.1
    Win32 Version: 1.6.1.1
    CodeBase: file:///C:/Users/adim/Desktop/MinecarftBear/BukkitGUI_pre.exe
    ----------------------------------------
    Microsoft.VisualBasic
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
    ----------------------------------------
    System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3620 (GDR.050727-3600)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3623 (GDR.050727-3600)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System.Runtime.Remoting
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
    ----------------------------------------
    System.Windows.Forms.DataVisualization
    Assembly Version: 3.5.0.0
    Win32 Version: 1.6.1.1
    CodeBase: file:///C:/Users/adim/Desktop/MinecarftBear/BukkitGUI_pre.exe
    ----------------------------------------
    Accessibility
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
    ----------------------------------------
    System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3074 (QFE.050727-3000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    System.Management
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll
    ----------------------------------------
    Jayrock.Json
    Assembly Version: 0.9.12915.0
    Win32 Version: 1.6.1.1
    CodeBase: file:///C:/Users/adim/Desktop/MinecarftBear/BukkitGUI_pre.exe
    ----------------------------------------

    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.

    For example:

    <configuration>
    <system.windows.forms jitDebugging="true" />
    </configuration>

    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.
     
  10. Offline

    ZeroZX4

    try reinstaling java
     
  11. Offline

    jacklin213

    zero u gave him the link to craftbukkit 2 versions ago
     
  12. Offline

    ZeroZX4

    i did what ? you mean i gave him twice older version of bukkit than preset rb ? and he updated all his plugins like a maniac which even so would work just fine on 1.2.5 ?

    sebastian9988 did you try bout gui and run bat files ?

    here is updated version of my tutorial and you should try bout ways making new server (just to check if it works)

    Start Bukkit
    Bukkit GUI

    make new folder for example on desktop and put to that folder all files you download

    download craftbukkit from here
    http://dl.bukkit.org/downloads/craftbukkit/view/01097_1.2.5-R2.0/


    download bukkit gui from here
    http://dev.bukkit.org/server-mods/bukkitgui/


    follow this 3 steps
    http://i.imgur.com/J9ey6.png

    and your done


    =========================================

    ( >'.')> ( >'.')> ( >'.')> BAT FILE PART <('.'< ) <('.'< ) <('.'< )

    =========================================

    but if u really need/want to stay with bat files

    make new folder for example on desktop and put to that folder all files you download

    download craftbukkit from here
    http://dl.bukkit.org/downloads/craftbukkit/view/01097_1.2.5-R2.0/

    now you rename your craftbukkit.1.2.5-R2.0.jar file to craftbukkit.jar


    here are 4 different bat files download them all and put them to same folder

    run1 java 6 32bit ( >'.')> http://www32.zippyshare.com/v/36778740/file.html
    run2 java 7 32bit ( >'.')> http://www32.zippyshare.com/v/14686885/file.html
    run3 java 6 64bit ( >'.')> http://www32.zippyshare.com/v/6449618/file.html
    run4 java 7 64bit ( >'.')> http://www32.zippyshare.com/v/58488266/file.html


    run each run file 1 by 1 for sure 1 will work for you



    and if you want to have gui but that is a plugin than download this 2 plugins and drop them to plugins folder
    http://dev.bukkit.org/server-mods/pail/
    http://dev.bukkit.org/server-mods/pailplus/ <('.'< ) not necessary


    to minimize console you may want to install this program called trayit!

    http://www.teamcti.com/trayit/trayit.htm

    just rightclick on window minimize button and choose place in system tray
    than click it again and choose tab "more"
    now check option "hide application from taskbar all the time, keep tray icon only"

    some of you may want go back to tab "basic"
    and on the bottom check option "minimize window on creation / when trayit! is started"


    and now you would only right click taskbar and choose properties
    than next to hide icons click the bottom customize


    and now just next to your bukkit server choose always show
     
  13. Offline

    sebastian9988

    wait i try it and it work again maybe it lag so it cannot work but thx for your help:D
     
  14. Offline

    ZeroZX4

    so you lag so much it dont work or it work decide ???
     
  15. Offline

    sebastian9988

    yes it so so much so it did not work but thx for your help now i can run my server thx >>>>>>(zeroZX4)<<<<<<<< your the best ^_^
     
  16. Offline

    norberto1112

    The bat one doesn't work for me!
     
Thread Status:
Not open for further replies.

Share This Page