how to see the full log

Discussion in 'Plugin Development' started by kaskoepoes112, Feb 24, 2013.

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

    kaskoepoes112

    hey,

    this sounds a bit stupid , but when I run my plugin the log (I mean the cmd screen) is full of errors and I can't read to the top line (with the exception thing) because there are too many errors.

    kinda stupid , I didn't test my plugin while codering and now I've no idea where the exception arises..

    So how can I see the full log ? is that possible?
    thanks :)
     
  2. Offline

    gamerzap

    I think it saves to the area where your craftbukkit is as something like server.log.<number>
     
  3. Offline

    kaskoepoes112

    well thanks I found it, It's a weird error that I've never seen before (probably because I'm new at bukkit and I only know the basics of java)

    Code:
    org.bukkit.plugin.InvalidPluginException: java.lang.StackOverflowError
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:182)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)
        at org.bukkit.craftbukkit.v1_4_R1.CraftServer.loadPlugins(CraftServer.java:239)
        at org.bukkit.craftbukkit.v1_4_R1.CraftServer.<init>(CraftServer.java:217)
        at net.minecraft.server.v1_4_R1.PlayerList.<init>(PlayerList.java:55)
        at net.minecraft.server.v1_4_R1.DedicatedPlayerList.<init>(SourceFile:11)
        at net.minecraft.server.v1_4_R1.DedicatedServer.init(DedicatedServer.java:104)
        at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:399)
        at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
    Caused by: java.lang.StackOverflowError
    //......

    whats the problem?
     
Thread Status:
Not open for further replies.

Share This Page