strange error in console. (Bukkit 1.0.1-R1 build)

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

Thread Status:
Not open for further replies.
  1. Code:
    2012-01-03 16:38:41 [INFO] Could not call home.
    2012-01-03 16:38:41 [SEVERE] java.net.UnknownHostException: bukkitstats.randomappdev.com
    2012-01-03 16:38:41 [SEVERE] 	at java.net.PlainSocketImpl.connect(Unknown Source)
    2012-01-03 16:38:41 [SEVERE] 	at java.net.SocksSocketImpl.connect(Unknown Source)
    2012-01-03 16:38:41 [SEVERE] 	at java.net.Socket.connect(Unknown Source)
    2012-01-03 16:38:41 [SEVERE] 	at java.net.Socket.connect(Unknown Source)
    2012-01-03 16:38:41 [SEVERE] 	at sun.net.NetworkClient.doConnect(Unknown Source)
    2012-01-03 16:38:41 [SEVERE] 	at sun.net.www.http.HttpClient.openServer(Unknown Source)
    2012-01-03 16:38:41 [SEVERE] 	at sun.net.www.http.HttpClient.openServer(Unknown Source)
    2012-01-03 16:38:41 [SEVERE] 	at sun.net.www.http.HttpClient.<init>(Unknown Source)
    2012-01-03 16:38:41 [SEVERE] 	at sun.net.www.http.HttpClient.New(Unknown Source)
    2012-01-03 16:38:41 [SEVERE] 	at sun.net.www.http.HttpClient.New(Unknown Source)
    2012-01-03 16:38:41 [SEVERE] 	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
    2012-01-03 16:38:41 [SEVERE] 	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
    2012-01-03 16:38:41 [SEVERE] 	at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
    2012-01-03 16:38:41 [SEVERE] 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    2012-01-03 16:38:41 [SEVERE] 	at com.arandomappdev.bukkitstats.CallTask.postUrl(CallHome.java:128)
    2012-01-03 16:38:41 [SEVERE] 	at com.arandomappdev.bukkitstats.CallTask.run(CallHome.java:97)
    2012-01-03 16:38:41 [SEVERE] 	at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    2012-01-03 16:38:41 [SEVERE] 	at java.lang.Thread.run(Unknown Source)
    
    what may cause this? :O

    PLUGINS:

    Superlog
    AnyoneSleep
    bPermissions
    Citizens
    CreatureSpawn
    DeathNotifier
    Dynmap
    Dynmap-mobs
    Dynmap-Worldguard
    eHome
    ExpMiner
    Falsebook
    Giant Trees
    iConomy
    Jail
    LaunchMe
    LimitSpawns
    LWC
    mcMMO
    MobBounty
    NarrowtuxLib
    NaturalGiants
    NoLagg
    olySay
    Ptweaks
    Rules
    Showcase
    SimpleExperience
    SimpleWeather
    SmoothBoat
    Spout
    SuperCauldrons
    SuperSpawn
    WeatherRestrictions
    Worldborder
    Worldedit
    Worldguard
     
  2. Offline

    Panzerwurst

    Are you home hosting this ?

    Those errors mean it cannot communicate back to the webservers to retrive information to some of the those plugins your running, dynmap as example

    You would need to port forward on your home router to allow connections in and out, also as well on your firewall
     
  3. Offline

    secondstomarz

    Try removing your "stats" folder in your plugins directory, and restarting your server. Worked for me.
     
  4. Home hosted from my own pc , each time in working i leave my comp running and ppl can play.
    Dynamic map used to work just fine.

    Ill try this.

    Edit:

    error didnt show up anymore. How come this helps?! :D
     
  5. Offline

    secondstomarz

    It may have something to do with an outdated hash code.
     
  6. i dont understand? what is outdated HASH code? and btw, the same error is back and the stats folder is back again also.
     
  7. Offline

    secondstomarz

    If you open the stats folder, and click on "config" you get something like this: hash: 2e537124-2a0a-4c61-8932-5bdf789852cb

    The error is back for me as well... my only solution is deleting the stats folder every time you start the server... I'm trying to find a different way around it.

    Ok, I know what's wrong. The stat-tracking feature for bPermissions is messed up. All you have to do is go to plugins>stats>config.yml and set "opt-out" to "true".

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 22, 2016
  8. i changed it true now, lets see what happens. Thanks for your help :)
     
Thread Status:
Not open for further replies.

Share This Page