[ADMN/SEC/WEB] HawkEye [BukkitDev]

Discussion in 'Archived: Plugin Releases' started by oliverw92, Aug 15, 2011.

  1. Offline

    oliverw92

    sethgandy, phimt, matan7890 and 7 others like this.
  2. Offline

    oliverw92

    If any bugs come out I will fix them. I'll look into the chest rollback issue tomorrow and see if that is a quick fix. In my opinion v1.0.4b is now a bug free release. I have an exam to revise for on the 2nd of September. After that work will begin in earnest on LogBlawk
     
    Justin The Cynical likes this.
  3. Offline

    Nick22

    Hi. I dont really know much about data bases. can somebody explain to me how i can import my bigbrother data to hawkeye. thank you
     
  4. Offline

    Tanite

    Having this now. It shows me explosion damage on this block but the command just says no results. I'm standing right on the block.

    /he rollback r:20 t:10d

    I tried adding "a:explosion p:Environment" but no dice. This used to work I thought.

    HE104b/CB1060.
     
  5. Offline

    wildsteelerfan

    ummm what does it do???????????????
     
  6. Woah...

    I've opened a creative world recently, and was using the tool to determine who made a new building. During this, I accidentally took a chunk out of it (gotta watch the instamine).

    I then attempted the following:

    /he rollback r:1 p:bacon (my player name is bacon_avenger)

    This resulted in a message in game about an error occurred.

    Console message:
    Code:
    19:26:04 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'he' in plugin HawkEye v1.0.4b
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:352)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:737)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
            at uk.co.oliwali.HawkEye.Undo.<init>(Undo.java:35)
            at uk.co.oliwali.HawkEye.commands.UndoCommand.execute(UndoCommand.java:21)
            at uk.co.oliwali.HawkEye.commands.BaseCommand.run(BaseCommand.java:64)
            at uk.co.oliwali.HawkEye.HawkEye.onCommand(HawkEye.java:266)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    Logging appeared to have stopped after this, so I restarted the server.

    Fluke perhaps? I know that by the built-in help the syntax should have been /he rollback p:bacon r:1, but I didn't expect to get an exception error if I transposed them. :)
     
  7. Offline

    but2002

    Why don't you click the link in the OP. :)
     
  8. Offline

    paully104

    I've entered all the information from my mysql server hosted from xenon however the plugin is still red in my plugin list, im confused what is wrong.
     
  9. Offline

    tombik

  10. Offline

    saberstormer

    some help would be much appriciated:
    It doesn't generate a default php file for me when the server is restarted :(
    edit: it wouldn't surprise me if i have to make it myself but it doesn't say so anywhere
     
  11. Offline

    Imm0rt41

    i cant use any hawkeye commands. the problem started when i switched to using bPermissions instead of normal permissions. i have given the Admins group the * permission node, and set my group to Admins. they are both the EXACT same name, i checked. i have access to all other things that use permissions, but i cant use hawkeye commands. i just checked the console and it says no permissions handler detected, only ops can use commands, and i am op, just made myself one to make sure, and i still cant use them.
     
  12. Offline

    Excel

    Oh great another BigBrother/LogBlock?
     
  13. Offline

    opoq

    Sir:
    Show Spoiler
    LogBlock, HawkEye and BigBrother will finally merge. This process will take a while, LogBlock will receive updates until it's done, don't worry. If you want to suggest features, or contribute: http://forums.bukkit.org/threads/33907
    ^^From the LogBlock thread
     
  14. Offline

    Nick22

    Hi. How can I import my BigBrother information into hawkeye? I did not use mySQL for BigBrother. Can i still do it? Please help!
     
  15. Offline

    THG3

    Love the plugin, but I am getting the SIGN_CHANGE event error from HawkEye on the latest 1.0.4b build.

    Code:
    2011-09-03 10:49:44 [SEVERE] Could not pass event SIGN_CHANGE to HawkEye
    java.lang.ClassCastException: org.bukkit.craftbukkit.block.CraftBlockState cannot be cast to org.bukkit.block.Sign
        at uk.co.oliwali.HawkEye.entry.SignEntry.interpretSignBlock(SignEntry.java:47)
        at uk.co.oliwali.HawkEye.entry.SignEntry.<init>(SignEntry.java:33)
        at uk.co.oliwali.HawkEye.listeners.MonitorBlockListener.onSignChange(MonitorBlockListener.java:59)
        at org.bukkit.plugin.java.JavaPluginLoader$33.execute(JavaPluginLoader.java:469)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:994)
        at net.minecraft.server.Packet130UpdateSign.a(SourceFile:41)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:478)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  16. Offline

    Nick22

    PLEASE HELP ME!!!!!!!!!!!! I need to import my bigbrother logs to hawkeye. I did not use MySQL for bigbrother. Can i still get it to hawkeye??? Can i import my bigbrother logs into MySQL then import it to Hawkeye?? I am clueless when it comes to databases. PLEASE HELP!!!!!!!!!!!!! Thank you! :D
     
  17. Offline

    spencerocks

    Nope sorry
     
  18. recently i get those errors and hawkeye stops logging and i cant use the hawk tool(showing no data about placed blocks)

    2011-09-02 18:54:48 [SEVERE] Exception in thread "Timer-0"
    2011-09-02 18:54:48 [SEVERE] java.lang.NullPointerException
    2011-09-02 18:54:48 [SEVERE] at uk.co.oliwali.HawkEye.database.DataManager.run(DataManager.java:361)
    2011-09-02 18:54:48 [SEVERE] at java.util.TimerThread.mainLoop(Unknown Source)
    2011-09-02 18:54:48 [SEVERE] at java.util.TimerThread.run(Unknown Source)

    or

    [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'hawk' in plugin HawkEye v1.0.4b
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
    at uk.co.oliwali.HawkEye.Undo.<init>(Undo.java:35)
    at uk.co.oliwali.HawkEye.commands.UndoCommand.execute(UndoCommand.java:21)
    at uk.co.oliwali.HawkEye.commands.BaseCommand.run(BaseCommand.java:64)
    at uk.co.oliwali.HawkEye.HawkEye.onCommand(HawkEye.java:266)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
    2011-09-04 07:05:01 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'hawk' in plugin HawkEye v1.0.4b
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
    at uk.co.oliwali.HawkEye.Undo.<init>(Undo.java:35)
    at uk.co.oliwali.HawkEye.commands.UndoCommand.execute(UndoCommand.java:21)
    at uk.co.oliwali.HawkEye.commands.BaseCommand.run(BaseCommand.java:64)
    at uk.co.oliwali.HawkEye.HawkEye.onCommand(HawkEye.java:266)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
    2011-09-04 07:05:18 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'hawk' in plugin HawkEye v1.0.4b
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
    at uk.co.oliwali.HawkEye.Undo.<init>(Undo.java:35)
    at uk.co.oliwali.HawkEye.commands.UndoCommand.execute(UndoCommand.java:21)
    at uk.co.oliwali.HawkEye.commands.BaseCommand.run(BaseCommand.java:64)
    at uk.co.oliwali.HawkEye.HawkEye.onCommand(HawkEye.java:266)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
     
  19. Offline

    Excel

    Holy. Fuck.
     
    KhaosDiem and Jobsti like this.
  20. Offline

    number1_Master

    i need help on that too :(
    i guess we just wait ...........
     
  21. Offline

    Eagle

    Great Job This Plugin Works A lot Better Than BigBother I have Had No problems with it :) thank you:p
     
  22. Offline

    OWNSyouAll

    I don't know if you solved this already or not but I had a similar problem and this is how I fixed it. It turns out that i had a postgresql and mysql running on the same server so the hawkeye/logblock went to the postgresql and no mysql so when I turned off postgresql it worked =)

    I had a similar error where it was trying to use a postgresql database and not a mysql one. when I turned off the postgresql it went away.

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

    Grimmy777

    I have copied hawkeye to my web dir and can access the files from the web(opening the index.php) and I have configured the config.php file to reflect my MySQL setting and am sure they are correct but when i go to the index.php page it does not prompt me to login and does not display any actual data. A page loads that says hawkeye but nothing actually fills up in the boxes. Any idea what would cause this? Do these files need access to the actual hawkeye plugin folder? Thank you!

    http:69.162.117.104/hawkeye/index.php
     
  24. Offline

    The Wizard

    I don't know why, but the plugin stop recording from time to time. The plugin works, i can search, rollback, but it doesn't record new stuff. I have to restart the server to make the plugin record againg.
    These are the only errors:
    2011-09-11 14:32:50 [SEVERE] java.io.IOException: Bad packet id 254
    2011-09-11 14:32:50 [SEVERE] at net.minecraft.server.Packet.a(Packet.java:73)
    2011-09-11 14:32:50 [SEVERE] at net.minecraft.server.NetworkManager.g(NetworkManager.java:149)
    2011-09-11 14:32:50 [SEVERE] at net.minecraft.server.NetworkManager.c(NetworkManager.java:259)
    2011-09-11 14:32:50 [SEVERE] at net.minecraft.server.NetworkReaderThread.run(SourceFile:84)

    Hawkeye 1.0.4b
    Server 1060
     
  25. Offline

    THG3

    I'm getting that exact same error, idk if it's a Hawkeye error, just started getting it
     
  26. I just want to say that saying "Now using bukkitdev" where the description should be is NOT helpfull nor attactive... I for one don't care if it's on bukkitdev or not ... and it would be in your interest to provide a accurate description of your plugin since names in bukkit plugins aren't usually descriptive.
     
  27. Offline

    but2002

    It means this topic's information and help is in bukkitdev. Why don't you click the link to see exactly what you're asking for.

    The forums are no longer the hub for plugins, BukkitDev is.
     
  28. You didn't get it :} I'm talking about the thread title because I can't know what "HawkEye" is about when I'm browsing through plugins... I just clicked because I saw that description in the title and I wanted to inform you that it's pointless :p
     
  29. Offline

    but2002

    @Digi That's because it's meant to be found through BukkitDev.. Lulz
     
  30. Offline

    markyxl

    If your HawkEye also stops logging at random moments until the server restart described here, I made a temporary fix for that available at www.darkmoonmc.cz/Hawkeye.1.0.4.fix.jar. It holds stable for 24 hours now which I consider as stable :) Hope this works for you too. Enjoy
     

Share This Page