Iridium Server Manager - |GUI|Creator|Toolkit|Port Forwarder|

Discussion in 'Bukkit Tools' started by ImminentFate, Jul 16, 2011.

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

    verdanda

    Hi, i also got the same problem. OutOfMemoryError Java Heap Space, but i have a 4G memory ram in my computer. How can I fix that?

    [​IMG]
     
  2. Offline

    hawkfalcon

    How much memory are you allocating to the server?
     
  3. Offline

    verdanda

    Hi, uhm sorry I didn't knew that.. How would I know that btw?
     
  4. Offline

    jacklin213

    By default the auto installer has it on either 500M or 1024M
     
  5. Offline

    verdanda

    ohh, i guess that's what i allocate for the server. but how can I fix the outofmemory error java heap space?:)
     
  6. Offline

    Omnitv

    you need more ram on your server. please post your server.bat.
     
  7. Offline

    verdanda

    [quote uid=90670597 name="Omnitv" post=1377970]you need more ram on your server. please post your server.bat.[/quote]

    i think this is it, i've uploaded it in mediafire..

    <Edit by Moderator: Redacted mediafire url>

    am i right? or the server details in the notepad?
     
    Last edited by a moderator: Nov 27, 2016
  8. Offline

    jacklin213

    This would be it
    Code:
    @ECHO OFF
    :CHECK
    ::Determines Java Location.
    if exist "C:\Program Files\Java\jre7\bin\java.exe" goto run1
     
    if exist "C:\Program Files\Java\jre6\bin\java.exe" goto run2
     
    if exist "C:\Program Files (x86)\Java\jre7\bin\java.exe" goto run3
     
    if exist "C:\Program Files (x86)\Java\jre6\bin\java.exe" goto run4
     
    else goto run5
     
    :: Executes CraftBukkit based on Java Location
     
    :run1
    "C:\Program Files\Java\jre7\bin\java.exe" -Xincgc -Xmx1024M -jar "%~dp0craftbukkit.jar"
     
    :run2
    "C:\Program Files\Java\jre6\bin\java.exe" -Xincgc -Xmx1024M -jar "%~dp0craftbukkit.jar"
     
    :run3
    "C:\Program Files (x86)\Java\jre7\bin\java.exe" -Xincgc -Xmx1024M -jar "%~dp0craftbukkit.jar"
     
    :run4
    "C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xincgc-Xmx1024M -jar "%~dp0craftbukkit.jar"
     
    :run5
    java -Xincgc -Xmx1024M -jar "%~dp0craftbukkit.jar"
     
  9. Offline

    verdanda

    yep we have the same. so how will i do it?:)


    Oh! nevermind guys, i figured it out. I just downloaded the latest java and it succesfully opened the pail. But eveyrtime I connect to the server through local host and my hamachi network, it says "End of Stream" and lost connection. Please help, how can i fix that?:)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2016
  10. Offline

    jacklin213

    update ur Minecraft to lastest and Download the Newest Recommended build for Craftbukkit
     
  11. Offline

    ImminentFate

    Just a shout out, right here, right now, to jacklin213 and Omnitv
    You guys do an amazing job of helping anyone who have questions or issues with pretty much anything.
    Top stuff :)
     
  12. Offline

    Omnitv

    Cheers m8t.
     
  13. Offline

    jacklin213

    ty sensei Omnitv omg nice avatar (btw i think someone has the same avatar as u now)
     
  14. Offline

    Omnitv

    Creeper day, im too lazy to change it now. :p
     
  15. Offline

    Jpman45

    Does anyone know why the operator panel would run and instantly crash?
     
  16. Offline

    jacklin213

    Does it give a error when it crashes?
     
  17. Offline

    Mohannad

    ok i've been trying to get it working whole day and i checked the solution in the FAQ it didnt work for me any help?
    everytime i try to click "craftbukkit" on my desktop it says:
    Error: Unable to access jarfile C:\Users\Mohannad\Documents\CraftBukkit\craftbuk
    kit.jar
    The system cannot find the path specified.
    Error: Unable to access jarfile C:\Users\Mohannad\Documents\CraftBukkit\craftbuk
    kit.jar
    Unable to access jarfile C:\Users\Mohannad\Documents\CraftBukkit\craftbukkit.jar

    Error: Unable to access jarfile C:\Users\Mohannad\Documents\CraftBukkit\craftbuk
    kit.jar
    Press any key to continue . . .

    yes i tried downloading manually but it still said the same message, downloading latest java didnt help either
    i need your help
     
  18. Offline

    Edward887

    I can not get it
     
  19. Offline

    jacklin213

    Is your craftbukkit named craftbukkit.jar
     
  20. Offline

    Mohannad

    in craftbukkit folder in my documents, yes

    ok nvm this i fixed it and it works fine now :D
    but now i have another problem
    it worked first time well i entered server but now when i open server from operator panel then open minecraft
    it says "communication error" on the server, what did i do wrong?
    also i cant get pail to work even when i clicked install again
    EDIT: ok i found what the problem is, whenever i open server for the first time it opens fine then after i do the command "stop" it will close the server then if i come to open server again i click on the "run.bat" it opens then reaches this:
    195 recipes
    27 achievements
    12:24:36 [INFO] Starting minecraft server version 1.3.2
    12:24:36 [INFO] Loading properties
    12:24:36 [INFO] Default game type: SURVIVAL
    12:24:36 [INFO] Generating keypair
    12:24:37 [INFO] Starting Minecraft server on *:25565
    12:24:37 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    12:24:37 [WARNING] The server will make no attempt to authenticate usernames. Be
    ware.
    12:24:37 [WARNING] While this makes the game possible to play without internet a
    ccess, it also opens up the ability for hackers to connect with any username the
    y choose.
    12:24:37 [WARNING] To change this, set "online-mode" to "true" in the server.pro
    perties file.
    12:24:37 [INFO] This server is running CraftBukkit version git-Bukkit-1.3.2-R2.0
    -3-gcb9cb15 (MC: 1.3.2) (Implementing API version 1.3.2-R3.0)
    12:24:37 [SEVERE] Could not load 'plugins\CommandBook.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com/sk
    89q/minecraft/util/commands/CommandPermissionsException
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:154)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:305)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:230)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:227)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:203)
    at net.minecraft.server.ServerConfigurationManagerAbstract.<init>(Server
    ConfigurationManagerAbstract.java:50)
    at net.minecraft.server.ServerConfigurationManager.<init>(SourceFile:11)

    at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:105)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.NoClassDefFoundError: com/sk89q/minecraft/util/commands/Com
    mandPermissionsException
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:143)
    ... 9 more
    Caused by: java.lang.ClassNotFoundException: com.sk89q.minecraft.util.commands.C
    ommandPermissionsException
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:44)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:29)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 12 more
    12:24:37 [INFO] [SpawnHumanAPI] Loading SpawnHumanAPI v0.1
    12:24:37 [INFO] [Bending] Loading Bending v1.0.7
    12:24:37 [INFO] [CraftBukkitUpToDate] Loading CraftBukkitUpToDate v2.9.1
    12:24:37 [INFO] [bPermissions] Loading bPermissions v2.9.18
    12:24:37 [INFO] [Pail] Loading Pail v0.8
    12:24:37 [INFO] [SquadBot3] Loading SquadBot3 v0.1
    12:24:37 [INFO] [Pail] Enabling Pail v0.8
    >
    then freezes at that, i wanted to download a few plugins they worked fine but if i launch the server again it freezes at the above message and doesnt even open pail
    can you tell me how i could launch again? like which file do i click to open it everytime like the first time?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2016
  21. Offline

    neo6417

    hello

    you may be able to help me
    I wanted to install on my mincraft server and here is the message I ereur


    195 recipes
    27 achievements
    java.lang.NoClassDefFoundError: Could not initialize class org.fusesource.jansi.
    internal.Kernel32
    at org.fusesource.jansi.internal.WindowsSupport.getConsoleMode(WindowsSu
    pport.java:50)
    at org.bukkit.craftbukkit.libs.jline.WindowsTerminal.getConsoleMode(Wind
    owsTerminal.java:176)
    at org.bukkit.craftbukkit.libs.jline.WindowsTerminal.init(WindowsTermina
    l.java:80)
    at org.bukkit.craftbukkit.libs.jline.TerminalFactory.create(TerminalFact
    ory.java:93)
    at org.bukkit.craftbukkit.libs.jline.TerminalFactory.get(TerminalFactory
    .java:151)
    at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.<init>(Consol
    eReader.java:140)
    at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.<init>(Consol
    eReader.java:126)
    at net.minecraft.server.MinecraftServer.<init>(MinecraftServer.java:96)
    at net.minecraft.server.DedicatedServer.<init>(DedicatedServer.java:33)
    at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:635)
    at org.bukkit.craftbukkit.Main.main(Main.java:152)
    Le chemin d'accès spécifié est introuvable.
    195 recipes
    27 achievements
    java.lang.NoClassDefFoundError: Could not initialize class org.fusesource.jansi.
    internal.Kernel32
    at org.fusesource.jansi.internal.WindowsSupport.getConsoleMode(WindowsSu
    pport.java:50)
    at org.bukkit.craftbukkit.libs.jline.WindowsTerminal.getConsoleMode(Wind
    owsTerminal.java:176)
    at org.bukkit.craftbukkit.libs.jline.WindowsTerminal.init(WindowsTermina
    l.java:80)
    at org.bukkit.craftbukkit.libs.jline.TerminalFactory.create(TerminalFact
    ory.java:93)
    at org.bukkit.craftbukkit.libs.jline.TerminalFactory.get(TerminalFactory
    .java:151)
    at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.<init>(Consol
    eReader.java:140)
    at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.<init>(Consol
    eReader.java:126)
    at net.minecraft.server.MinecraftServer.<init>(MinecraftServer.java:96)
    at net.minecraft.server.DedicatedServer.<init>(DedicatedServer.java:33)
    at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:635)
    at org.bukkit.craftbukkit.Main.main(Main.java:152)
    Appuyez sur une touche pour continuer...
     
  22. Offline

    Musician101

    I found a bug where if you use the Close Server button in the operator panel it also closes down every java application using java.exe. This may also apply to anything using javaw.exe.

    Windows 7 64 bit Java 7 update 9
     
  23. Offline

    edvins15

    when i press on the craftbukkit thingy it doesn't show the console but its on what do i do btw im on wind 7
     
  24. Offline

    ImminentFate

    yes, i noticed that one, I will eventually get round to fixing it. The problem is I don't quite know how to send a command to a disconnected process in VB. Anyone willing to help on that?
    i dont quite get you?
     
  25. Offline

    TheSquirrel

    Either I got a virus from this, or Windows just happened to crash right after i double clicked it
     
  26. Offline

    smatso

    Hi

    When i first saw this site i thought YES this is really gonna make my day, and save me a lot of problems setting up a server for the kids.
    And it did all the way, it worked perfect, installing, downloading, and starting up the server and showing me a login address..... BUT, when we try loggin in at the server ( on the local server pc or on another ) it says "outdated server"

    We are running minecraft 1.4.2 is that the problem becourse the serverfiles are older ?

    I am running win7, 64bit
    Java 7 (build 1.7.0_07-b11)

    I would be great with some help, so i can get the kids off my back :)

    Smatso
     
  27. Offline

    ImminentFate

    the installer downloads the latest version of craftbukkit (recommended build) from the bukkit website. If it comes up with outdated server, try visiting http://dl.bukkit.org and grabbing the right version for yourself. Or, you could use the operator panel to download a new build for you.

    probably coincidence, because there isn't a virus in this. Maybe you're missing .NET 4.0 from your computer?
    btw, are you running windows 8?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2016
  28. Offline

    smatso

    Hi and thx for the answer...but it didnt work.

    I did an update from the operator panel, and the cmd checked for latest update too and it was fine.
    But i still get the same error when i use localhost. when i try using the ip address it just says connection refused.
    I dont know if this can be a problem, but the ip address only shows in the operator panel, and the field where the server ip should be at the server maneger is empty.
     
  29. Offline

    ImminentFate

    okay, try downloading a beta build from the website or the operator panel, since the recommended build only supports 1.3.2 and not 1.4
     
  30. (in CraftBukkit Starter.bat)
    You should change:
    Code:
    :EXECUTE1
    "C:\Program Files\Java\jre7\bin\java.exe" -Xincgc -Xmx1024M -jar "%~dp0craftbukkit.jar"
    :EXECUTE2
    "C:\Program Files\Java\jre6\bin\java.exe" -Xincgc -Xmx1024M -jar "%~dp0craftbukkit.jar"
    :EXECUTE3
    "C:\Program Files (x86)\Java\jre7\bin\java.exe" -Xincgc -Xmx1024M -jar "%~dp0craftbukkit.jar"
    :EXECUTE4
    "C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xincgc-Xmx1024M -jar "%~dp0craftbukkit.jar"
    :EXECUTE5
    java -Xincgc-Xmx1024M -jar "%~dp0craftbukkit.jar"
    PAUSE
    to:
    Code:
    :EXECUTE1
    "C:\Program Files\Java\jre7\bin\java.exe" -Xincgc -Xmx1024M -jar "%~dp0craftbukkit.jar"
    GOTO END
    :EXECUTE2
    "C:\Program Files\Java\jre6\bin\java.exe" -Xincgc -Xmx1024M -jar "%~dp0craftbukkit.jar"
    GOTO END
    :EXECUTE3
    "C:\Program Files (x86)\Java\jre7\bin\java.exe" -Xincgc -Xmx1024M -jar "%~dp0craftbukkit.jar"
    GOTO END
    :EXECUTE4
    "C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xincgc-Xmx1024M -jar "%~dp0craftbukkit.jar"
    GOTO END
    :EXECUTE5
    java -Xincgc-Xmx1024M -jar "%~dp0craftbukkit.jar"
    :END
    PAUSE
    That avoids multiple executions after server stop.
    Or maybe a second batch for people that do want an automatic restarting server:
    Code:
    :EXECUTE1
    "C:\Program Files\Java\jre7\bin\java.exe" -Xincgc -Xmx1024M -jar "%~dp0craftbukkit.jar"
    GOTO EXECUTE1
    :EXECUTE2
    "C:\Program Files\Java\jre6\bin\java.exe" -Xincgc -Xmx1024M -jar "%~dp0craftbukkit.jar"
    GOTO EXECUTE2
    :EXECUTE3
    "C:\Program Files (x86)\Java\jre7\bin\java.exe" -Xincgc -Xmx1024M -jar "%~dp0craftbukkit.jar"
    GOTO EXECUTE3
    :EXECUTE4
    "C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xincgc-Xmx1024M -jar "%~dp0craftbukkit.jar"
    GOTO EXECUTE4
    :EXECUTE5
    java -Xincgc-Xmx1024M -jar "%~dp0craftbukkit.jar"
    GOTO EXECUTE5
     
Thread Status:
Not open for further replies.

Share This Page