1. Welcome to LilyPad. Download the project, explore the forums, and create your own LilyPad network.


    If you use the software and enjoy it or have a question, or would like to contribute to the future of the software directly or through resources, please sign up and join our little community.

Invalid Server crashes all the time!

Discussion in 'Bug Reports' started by APPLEisPRO, Apr 3, 2014.

  1. APPLEisPRO

    APPLEisPRO New Member

    Server starts normally no errors at all. Then it freezes you can send few messages before it kicks you out! CPU and RAM usege goes to 100% no errors in log then it says "[Server] INFO Lost connection to the cloud, reconnecting" And you need to restart then it works like 5 mins and this happens again.

    Server is still crashing, no errors at all! Im using multicraft to run servers.

    Plugin list:
    Code (text):
    Plugins (39): WorldBorder, GroupManager, LinksOnSigns, PlugMan, NoCheatPlus, WorldEdit, FrameProtect, TagAPI, NameTags, Buycraft, MaxBans, mcore, LilyPad-Connect, Vault, ItemDropRemove, WorldGuard, ObsidianDestroyer, Brightness, CropJoinLeaveMessage, BetterEnderChest, LilyEssentials, iConomy, LilyHub, HawkEye, LilyRestarter, RandomPlayer, JoinSpawn, LilyPad-Portal, PvPSoup, Essentials, ESCapsLock, ShowCaseStandalone, EssentialsProtect, EssentialsSpawn, EssentialsAntiBuild, EssentialsChat, Factions, ScoreboardStats, CombatLog
     
    Last edited: Apr 6, 2014
  2. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    This is not a LilyPad issue?
  3. APPLEisPRO

    APPLEisPRO New Member

    I posted on spigot forums and they said that its Lilypad-Connection problem and go post on lilypad forums...
  4. The_Zip

    The_Zip Active Member Resource Contributor

    Easy way to see if its a LilyPad issue would be to take out LilyPad, and run the server. But, I am sure this has nothing to do with LilyPad.

    Are you running JLilyPad?
  5. APPLEisPRO

    APPLEisPRO New Member

  6. The_Zip

    The_Zip Active Member Resource Contributor

    Try it out, run your server without LilyPad.
  7. APPLEisPRO

    APPLEisPRO New Member

    Okay ill try without lilypad. But what plugin is sending this "[Server] INFO Lost connection to the cloud, reconnecting"?
  8. The_Zip

    The_Zip Active Member Resource Contributor

    The Bukkit-Connect.jar, remove that than run your server.
  9. APPLEisPRO

    APPLEisPRO New Member

    Ofc it will work then if i remove plugin wich makes the problem? :p But how will we know why does it lost connection? Im running hub with 6 servers and Bukkit-Connect is equal with all of them expect name. This server is only one with this problem.
  10. The_Zip

    The_Zip Active Member Resource Contributor

    Except Name?? Can you please make sure you are on the latest versions of GoLilyPad than post(Not a picture, please copy and paste and use the little code button: [​IMG] ) You Proxy Config, Bukkit-Connect Config, and the server that you are having trouble's with config?
  11. APPLEisPRO

    APPLEisPRO New Member

    Bukkit-Connect from server i'm having problems with(Other servers are equal expect username):
    Code (text):
    settings:
      address: 127.0.0.1
      port: 5091
      credentials:
        username: suomicraft
        password: password
     
    I have this version (Newest) http://ci.lilypadmc.org/job/Bukkit-Connect/54/


    Proxy config:
    Code (text):
    connect:
      address: 127.0.0.1:5091
      credentials:
        username: px
        password: password
    proxy:
      bind: :25565
      routes:
      - domain: ""
        server: suomihub
      locale:
        full: The server seems to be currently full. Try again later!
        offline: Hub is offline. Wait a minute.
        loggedIn: You are already logged in.
        lostConn: Connection lost. Try again later.
        shutdown: Server Restarting.
      motd: "§9Suomihub §f1.7.5 §a| §6Premium\n§ www.suomihub.fi"
      maxPlayers: 500
      authenticate: true
     
  12. The_Zip

    The_Zip Active Member Resource Contributor

    Well the issue is probably somewhere in Bukkit-Connect, so I am going to need you to post that file.
  13. APPLEisPRO

    APPLEisPRO New Member

    Bukkit-Connect.jar It's just weird that server works fine sometimes many hours. And then it just losts connection to cloud. :eek: Other servers works just fine
  14. The_Zip

    The_Zip Active Member Resource Contributor

    Its not weird, you have just done something wrong. Can you please post the connect config?
  15. APPLEisPRO

    APPLEisPRO New Member

    Here:

    Code (text):
    bind: :5091
    logins:
    - username: px
      password: password
    - username: suomihub
      password: password
    - username: suomicraft
      password: password
    - username: survival
      password: password
    - username: herokit
      password: password
    - username: paundpvp
      password: password
    - username: minipeli
      password: password
    - username: skyblock
      password: password
  16. The_Zip

    The_Zip Active Member Resource Contributor

    Try this. And maybe make the px a longer user name.
    Code (text):
    bind: 127.0.0.1:5091
    logins:
    - username: px
      password: password
    - username: suomihub
      password: password
    - username: suomicraft
      password: password
    - username: survival
      password: password
    - username: herokit
      password: password
    - username: paundpvp
      password: password
    - username: minipeli
      password: password
    - username: skyblock
      password: password

Share This Page