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

    brendenp123

    Ok, Thanks for letting me know. :)
     
  2. Offline

    ImminentFate

    that's alright, i understand you not trusting it though, no one wants viruses in their computer, better safe than sorry
     
    brendenp123 likes this.
  3. Offline

    Smokey5768

    Is this right when it says Java isnt recognized? i replaced Java with the location to where it is.

    (C:\Program Files\Java\jre7\bin\java.exe) -Djline.terminal=jline.UnsupportedTerminal -Xms512M -Xmx1024M -jar s.jar
    pause

    Ugh! now it says after i replace it.

    -Djline.terminal was unexpected at this time.

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

    ImminentFate

    what you need to do, is replace the brackets around the path:
    Code:
    (C:\Program Files\Java\jre7\bin\java.exe) -Djline.terminal=jline.UnsupportedTerminal -Xms512M -Xmx1024M -jar s.jar
    with quotation marks
    Code:
    "C:\Program Files\Java\jre7\bin\java.exe" -Djline.terminal=jline.UnsupportedTerminal -Xms512M -Xmx1024M -jar s.jar
    also, why does it say at the end "s.jar"? is that what it was when you got the program, or did you change it to that?
    because i need to know, in case i accidentally left the debug name of the jar in there instead of fixing it to "craftbukkit.jar"
     
  5. Offline

    Smokey5768

    Someone told me to change it to that, they said it would help...Ill change it back

    And THANKS! for the help :D

    :( well i thought it would work but it now says

    The system cannot find the path specified.

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

    MEGAF4IL_

    Umm. The links are broken.
     
  7. Offline

    ImminentFate

    try replacing "C:\Program Files\Java\jre7\bin\java.exe" with "C:\Program Files(x86)\Java\jre7\bin\java.exe"

    the links are working just fine as of now

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

    taitjames

    I am attempting to install MCPC + on my server. I have downloaded the jar build from here (http://ci.md-5.net/job/MCPC-Plus/lastBuild/) but despite being able to get into my server and it stating mods have been loaded I can not spawn or see the added creatures. Any suggestion? Would be greatly appreciated.
     
  9. Offline

    eee_121

    ok plz help me asap
    PM
    Usage: java [-options] class [args...]
    (to execute a class)
    or java [-options] -jar jarfile [args...]
    (to execute a jar file)
    where options include:
    -d32 use a 32-bit data model if available
    -d64 use a 64-bit data model if available
    -server to select the "server" VM
    -hotspot is a synonym for the "server" VM [deprecated]
    The default VM is server.

    -cp <class search path of directories and zip/jar files
    -classpath <class search path of directories and zip/jar files
    A ; separated list of directories, JAR archives,
    and ZIP archives to search for class files.
    -D<name=<value
    set a system property
    -verbose:[class|gc|jni]
    enable verbose output
    -version print product version and exit
    -version:<value
    require the specified version to run
    -showversion print product version and continue
    -jre-restrict-search | -no-jre-restrict-search
    include/exclude user private JREs in the version search
    -? -help print this help message
    -X print help on non-standard options
    -ea[:<packagename...|:<classname]
    -enableassertions[:<packagename...|:<classname]
    enable assertions with specified granularity
    -da[:<packagename...|:<classname]
    -disableassertions[:<packagename...|:<classname]
    disable assertions with specified granularity
    -esa | -enablesystemassertions
    enable system assertions
    -dsa | -disablesystemassertions
    disable system assertions
    -agentlib:<libname[=<options]
    load native agent library <libname, e.g. -agentlib:hprof
    see also, -agentlib:jdwp=help and -agentlib:hprof=help
    -agentpath:<pathname[=<options]
    load native agent library by full pathname
    -javaagent:<jarpath[=<options]
    load Java programming language agent, see java.lang.instrument
    -splash:<imagepath
    show splash screen with specified image
    See http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.
    Error: -jar requires jar file specification
     
  10. Offline

    ImminentFate

    you didn't enter a craftbukkit jar name. click the link next to the "start server" button, and type your craftbukkit jar file name in the bottom textbox. it will probably be "craftbukkit.jar" if you've downloaded craftbukkit from the program
     
  11. Offline

    eee_121

    to i need this fixed asap now:
    10:05:47 [WARNING] **** FAILED TO BIND TO PORT!
    10:05:47 [WARNING] The exception was: java.net.BindException: Address already in use: JVM_Bind
    10:05:47 [WARNING] Perhaps a server is already running on that port?
     
  12. Offline

    ImminentFate

    It means that you didn't shut down the server last time you ran it, so it's still running. Maybe you minimised the last open manager to the tray instead of shutting it down? you can close the old running server by opening task manager and killing the java.exe process
     
  13. Offline

    eee_121

    it still dont work
     
  14. Offline

    ImminentFate

    it should work, because that error only shows up when you have a server running, and servers only run with either java.exe or javaw.exe. if you've ended those processes, the servers will have shut down and you'll be able to start a new one.
     
  15. Offline

    brendenp123

    Is it possible to use this with an existing bukkit server? And if so, the old bukkit panel with pail had a file which sent updated plugins to that file, does this have that? Hope that made sense...
     
  16. Offline

    eee_121

    ok this sometimes happens ok it starts but when i try to log on i get this error message the server still up but it dont work.ill reset my files accept server plugins and world
     
  17. Offline

    ImminentFate

    you can use this with an existing server, just drop it into your server folder. I'm not quite sure what you mean with that, sorry
     
  18. Offline

    stuntguy3000

    1.6...million...views....omg
     
  19. Offline

    Smokey5768

    Really hope to get this working soon...Now its saying that and i dont know what to do.

    'java' is not recognized as an internal or external command,
    operable program or batch file.
     
  20. Offline

    brendenp123

    I remember with Pail, I think it was, When a plugin needed to be updated it would download and send that plugin to a specific folder, does this do that? Hope that cleared things up a bit.
     
  21. Offline

    Smokey5768

    I installed the latest java and it says.

    'java' is not recognized as an internal or external command,
    operable program or batch file.
     
  22. Offline

    ImminentFate

    oh, that was the plugin "craftbukkituptodate", which you can get here: http://dev.bukkit.org/server-mods/craftbukkituptodate/

    open the startup parameters in the server console tab, and browse to the location of your java.exe

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

    nope.avi

    Why does this keep happening, I did everthing in the video ( not the names) up untill the s.jar part, then when I ran the server I got this.

    Server Started at: 2/24/2013 12:05:33 PM
    'java' is not recognized as an internal or external command,
    operable program or batch file.

    HELP!HELP!HELP!thanks!

    Edit:I saw another comment and searched for java.exe, did that, but now the s.jar is screwwing things up. So close.......
     
  24. Offline

    Smokey5768

    THANK YOU THANK YOU!!!! ITS WORKING!!! :D

    Now how do i find my ip to let others play my server?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2016
  25. I dont know what is the problem, i use w8 and i have everythng that i may need, and i'm runing in compabilty mode, but it just dont open, no errors, just nothing

    no need help anymore, the program were running, but the process were, i just stoped the process and now it's working

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

    ImminentFate

    go to the "Information" tab. your ip is down the bottom
     
  27. Offline

    Smokey5768

    Ok my ip is 12.234.219.7/12.234.219.7:25565 and it dont work :(

     
  28. This is absolutely perfect. I wish you good luck in everything, and remember to disregard anything negative. Thanks for this amazing manager.
     
    ImminentFate likes this.
  29. Offline

    ImminentFate

    that's cos you need to port forward in order for it to work properly. I have a tutorial, the link is in my signature on the first post

    that's for the positive feedback :)

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

    eee_121

    d at: 2/26/2013 4:15:03 PM
    java.lang.NullPointerException
    at java.io.Reader.<init(Unknown Source)
    at java.io.InputStreamReader.<init(Unknown Source)
    at net.minecraft.server.v1_4_R1.AchievementMap.<init(SourceFile:15)
    at net.minecraft.server.v1_4_R1.AchievementMap.<clinit(SourceFile:9)
    at net.minecraft.server.v1_4_R1.Statistic.g(SourceFile:37)
    at net.minecraft.server.v1_4_R1.CounterStatistic.g(SourceFile:15)
    at net.minecraft.server.v1_4_R1.StatisticList.<clinit(SourceFile:30)
    at net.minecraft.server.v1_4_R1.MinecraftServer.main(MinecraftServer.java:619)
    at org.bukkit.craftbukkit.Main.main(Main.java:152)
    java.lang.ExceptionInInitializerError
    at net.minecraft.server.v1_4_R1.LocaleI18n.<clinit(SourceFile:4)
    at net.minecraft.server.v1_4_R1.Item.t(SourceFile:498)
    at net.minecraft.server.v1_4_R1.StatisticList.a(SourceFile:142)
    at net.minecraft.server.v1_4_R1.StatisticList.c(SourceFile:88)
    at net.minecraft.server.v1_4_R1.Item.<clinit(SourceFile:302)
    at net.minecraft.server.v1_4_R1.Block.<clinit(Block.java:689)
    at net.minecraft.server.v1_4_R1.StatisticList.a(SourceFile:125)
    at net.minecraft.server.v1_4_R1.StatisticList.<clinit(SourceFile:58)
    at net.minecraft.server.v1_4_R1.MinecraftServer.main(MinecraftServer.java:619)
    at org.bukkit.craftbukkit.Main.main(Main.java:152)
    Caused by: java.lang.NullPointerException
    at java.io.Reader.<init(Unknown Source)
    at java.io.InputStreamReader.<init(Unknown Source)
    at net.minecraft.server.v1_4_R1.LocaleLanguage.e(SourceFile:30)
    at net.minecraft.server.v1_4_R1.LocaleLanguage.<init(SourceFile:17)
    at net.minecraft.server.v1_4_R1.LocaleLanguage.<clinit(SourceFile:8)
    now thats wat i get
     
Thread Status:
Not open for further replies.

Share This Page