01:31:24 [INFO] Could not call home.

Discussion in 'Bukkit Help' started by shauwk, Jan 3, 2012.

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

    shauwk

    anyone know what could be causing this and how to fix?


    01:31:24 [INFO] Could not call home.
    01:31:24 [SEVERE] java.net.UnknownHostException: bukkitstats.randomappdev.com
    01:31:24 [SEVERE] at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:195)
    01:31:24 [SEVERE] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
    01:31:24 [SEVERE] at java.net.Socket.connect(Socket.java:529)
    01:31:24 [SEVERE] at java.net.Socket.connect(Socket.java:478)
    01:31:24 [SEVERE] at sun.net.NetworkClient.doConnect(NetworkClient.java:163)
    01:31:24 [SEVERE] at sun.net.www.http.HttpClient.openServer(HttpClient.java:395)
    01:31:24 [SEVERE] at sun.net.www.http.HttpClient.openServer(HttpClient.java:530)
    01:31:24 [SEVERE] at sun.net.www.http.HttpClient.<init>(HttpClient.java:234)
    01:31:24 [SEVERE] at sun.net.www.http.HttpClient.New(HttpClient.java:307)
    01:31:24 [SEVERE] at sun.net.www.http.HttpClient.New(HttpClient.java:324)
    01:31:24 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:970)
    01:31:24 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:911)
    01:31:24 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:836)
    01:31:24 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1172)
    01:31:24 [SEVERE] at com.arandomappdev.bukkitstats.CallTask.postUrl(CallHome.java:128)
    01:31:24 [SEVERE] at com.arandomappdev.bukkitstats.CallTask.run(CallHome.java:97)
    01:31:24 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    01:31:24 [SEVERE] at java.lang.Thread.run(Thread.java:680)
     
  2. Offline

    yttriuszzerbus

    It's ET!
    That aside, it looks like a plugin called bukkitstats - do you have anything like that? I found a plugin that I think was called something like that installed with another plugin. If not, try taking off plugins one by one until you find the problem.
     
  3. Offline

    krandor

    I get the same issue, it happens immediately after the server starts up.
    ie:
    Code:
    17:49:42 [INFO] Done (0.668s)! For help, type "help" or "?"
    
    I don't have a plugin called bukkitstats.

    It doesn't seem to have any adverse effect on the server though, i'm still able to log in and play.

    I'm running craftbukkit-1.0.1-R1 with the following plugins:

    Code:
    /$  ls *.jar
    AutoStop.jar             dynmap-mobs.jar           Register-1.5.jar
    BackupPlugin.jar         Dynmap-WorldGuard.jar     Siege.jar
    bpermissions.jar         handsoff.jar              SpawnX.jar
    CivilizedSpawn.jar       HomeSpawnPlus.jar         Spout.jar
    CraftBukkitUpToDate.jar  iConomy.jar               Vault.jar
    creaturebox.jar          LessBoringLogin.jar       webgui.jar
    DeathTpPlus.jar          MinecartManiaCore.jar     WorldEdit.jar
    Dynmap-CommandBook.jar   MinecartManiaStation.jar  WorldGuard.jar
    dynmap.jar               RealShop2.jar
    

    UPDATE: it seems to happen once an hour.
     
  4. Offline

    shauwk

    hello i found the fix. i had exact problem as you. look in your plugin folder. if you have a folder in there called PluginStats or Stats, set opt-out to true and no more error!! :D
     
    dijikul and krandor like this.
  5. Offline

    krandor

    yup! looks like that did it! Thanks!
     
  6. Offline

    paulj1x

    I had the same problem and this fixed my problem too, thanks!
    Any idea which plugin caused this? I'm suspicious of bPermissions.
     
  7. Offline

    Stormrolf

    This worked for me, thanks! In my case the plugin called Pail is the one that caused the trouble. I guess Pail uses stats.
     
  8. Offline

    paulj1x

    I don't have Pail. The ones I have in common with krandor are:
    bpermissions.jar
    Spout.jar
    WorldEdit.jar
    WorldGuard.jar
    The problem stopped when I disabled bPermissions.
     
  9. Offline

    bogdacutu

    The owner of whatever plugin causes this made a script that "pings" their own server, to count active servers running the plugin.
     
  10. Offline

    xGhOsTkiLLeRx

    As a free service @jblaske offered us devs a possibility to track stats for our plugin. He changed something in the code and now the old ones aren't working anymore. Now you have to ask the plugin dev to update his plugin with the newest version of PluginStats.

    In this case bPermissions was causing it ;)
    ( @codename_B update bPermissions for PluginStats xD)

    @shauwk

    Btw should you use Vault instead of Register - register is inactive and not longer supported!
     
    jblaske likes this.
  11. Offline

    codename_B

    I removed it from bPermissions entirely, but people still have to update their plugins
     
  12. Offline

    xGhOsTkiLLeRx

    Oh, didn't notice that just knew that u used PluginStats
     
Thread Status:
Not open for further replies.

Share This Page