NullPointerException on song change #1


  • Defect
  • Accepted
Open
Assigned to _ForgeUser7805197
  • Forge_User_71735433 created this issue Mar 18, 2012

    Server IP: MC-Creative.nl
    Server Port: 25565
    Configured Name: MC-Creative.nl

    What steps will reproduce the problem?
    1. Place the jar in to the Plugin folder
    2. Start the server
    3. When updating to the website of EpicRadio, he gives an Error, we haven't filled in the config.

    What is the expected output? What do you see instead?

    13:31:00 [INFO] [epicRadio] ip=&port=25565&name=Deafult%20name&maxplayers=40&players=1
    13:31:00 [SEVERE] java.lang.NullPointerException
    13:31:00 [SEVERE]       at main.alexhaslam.epic.MainEpic.erLogCall(MainEpic.java:171)
    13:31:00 [SEVERE]       at main.alexhaslam.epic.MainEpic$1.run(MainEpic.java:66)
    13:31:00 [SEVERE]       at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    13:31:00 [SEVERE]       at java.lang.Thread.run(Thread.java:679)

    What version of the product are you using?

    The updated 1.2.3 plugin what is releaded on 18-03-2012

    Do you have an error log of what happened?

    13:31:00 [INFO] [epicRadio] ip=&port=25565&name=Deafult%20name&maxplayers=40&players=1
    13:31:00 [SEVERE] java.lang.NullPointerException
    13:31:00 [SEVERE]       at main.alexhaslam.epic.MainEpic.erLogCall(MainEpic.java:171)
    13:31:00 [SEVERE]       at main.alexhaslam.epic.MainEpic$1.run(MainEpic.java:66)
    13:31:00 [SEVERE]       at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    13:31:00 [SEVERE]       at java.lang.Thread.run(Thread.java:679)

    Please provide any additional information below.

  • Forge_User_71735433 added the tags New Defect Mar 18, 2012
  • Forge_User_71735433 posted a comment Mar 18, 2012

    I thought it was the song, but when I was thinking, it wasn't so the title is Incorrect.

  • _ForgeUser7805197 posted a comment Apr 20, 2012

    It is the server loging section, Does it happen after startup? or only at startup?

  • _ForgeUser7805197 removed a tag New Apr 20, 2012
  • _ForgeUser7805197 added a tag Accepted Apr 20, 2012
  • _ForgeUser8137287 posted a comment Jun 23, 2012

    Sorry for the late replay, but it was because we didn't enter an IP in the ip key of the config.

    It my be an good idea to check if all required values (ip,port,name) are in the config and only then start the plugin. Other wise put a big red error at startup on the console saying the user has to check the config.


To post a comment, please login or register a new account.