Start Up Error

Discussion in 'Plugin Development' started by Jbitters3, Mar 2, 2014.

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

    Jbitters3

    I do not know really where the error is at and what it is? Any help is appreciated.
    Code:java
    1. 03.03 00:00:10 [Server] INFO ... 9 more
    2. 03.03 00:00:10 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[craftbukkit_dev_2995.jar:git-Bukkit-1.7.2-R0.2-15-g2f3dbd3-b2995jnks]
    3. 03.03 00:00:10 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:52) ~[craftbukkit_dev_2995.jar:git-Bukkit-1.7.2-R0.2-15-g2f3dbd3-b2995jnks]
    4. 03.03 00:00:10 [Server] INFO at java.lang.Class.newInstance(Unknown Source) ~[?:1.7.0_51]
    5. 03.03 00:00:10 [Server] INFO at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.7.0_51]
    6. 03.03 00:00:10 [Server] INFO at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_51]
    7. 03.03 00:00:10 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_51]
    8. 03.03 00:00:10 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_51]
    9. 03.03 00:00:10 [Server] INFO at me.stuntguy3000.inctf.INCTF.<init>(INCTF.java:47) ~[?:?]
    10. 03.03 00:00:10 [Server] INFO Caused by: java.lang.ArrayIndexOutOfBoundsException: 5
    11. 03.03 00:00:10 [Server] INFO at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit_dev_2995.jar:git-Bukkit-1.7.2-R0.2-15-g2f3dbd3-b2995jnks]
    12. 03.03 00:00:10 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [craftbukkit_dev_2995.jar:git-Bukkit-1.7.2-R0.2-15-g2f3dbd3-b2995jnks]
    13. 03.03 00:00:10 [Server] INFO at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:126) [craftbukkit_dev_2995.jar:git-Bukkit-1.7.2-R0.2-15-g2f3dbd3-b2995jnks]
    14. 03.03 00:00:10 [Server] INFO at net.minecraft.server.v1_7_R1.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit_dev_2995.jar:git-Bukkit-1.7.2-R0.2-15-g2f3dbd3-b2995jnks]
    15. 03.03 00:00:10 [Server] INFO at net.minecraft.server.v1_7_R1.PlayerList.<init>(PlayerList.java:63) [craftbukkit_dev_2995.jar:git-Bukkit-1.7.2-R0.2-15-g2f3dbd3-b2995jnks]
    16. 03.03 00:00:10 [Server] INFO at org.bukkit.craftbukkit.v1_7_R1.CraftServer.<init>(CraftServer.java:235) [craftbukkit_dev_2995.jar:git-Bukkit-1.7.2-R0.2-15-g2f3dbd3-b2995jnks]
    17. 03.03 00:00:10 [Server] INFO at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:257) [craftbukkit_dev_2995.jar:git-Bukkit-1.7.2-R0.2-15-g2f3dbd3-b2995jnks]
    18. 03.03 00:00:10 [Server] INFO at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:231) [craftbukkit_dev_2995.jar:git-Bukkit-1.7.2-R0.2-15-g2f3dbd3-b2995jnks]
    19. 03.03 00:00:10 [Server] INFO at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:308) ~[craftbukkit_dev_2995.jar:git-Bukkit-1.7.2-R0.2-15-g2f3dbd3-b2995jnks]
    20. 03.03 00:00:10 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) ~[craftbukkit_dev_2995.jar:git-Bukkit-1.7.2-R0.2-15-g2f3dbd3-b2995jnks]
    21. 03.03 00:00:10 [Server] INFO org.bukkit.plugin.InvalidPluginException: java.lang.ArrayIndexOutOfBoundsException: 5
    22. 03.03 00:00:10 [Server] ERROR Could not load 'plugins/INCTF.jar' in folder 'plugins'
    23. 03.03 00:00:10 [Server] INFO This server is running CraftBukkit version git-Bukkit-1.7.2-
     
  2. Offline

    KevyPorter

    Post your code and I'll have a look for you
     
  3. Offline

    xTrollxDudex

  4. Offline

    Barinade

  5. As Barinade has subtly pointed out, we need to see the first few lines of your code in order to establish where and what the error is. Currently as it stands the problem is an ArrayIndexOutOfBoundsException on line 5.
     
Thread Status:
Not open for further replies.

Share This Page