Thread: On vps : Java space error?

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 On vps : Java space error? 
    Registered Member Inenting's Avatar
    Join Date
    Apr 2010
    Age
    28
    Posts
    470
    Thanks given
    5
    Thanks received
    10
    Rep Power
    1
    Whenever i run my server on my vps after a time it says Something whith not enough space in java does someone know's how to fix it?
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Sep 2010
    Age
    29
    Posts
    567
    Thanks given
    147
    Thanks received
    202
    Rep Power
    0
    Show me your run.bat
    Reply With Quote  
     

  3. #3  
    Registered Member Inenting's Avatar
    Join Date
    Apr 2010
    Age
    28
    Posts
    470
    Thanks given
    5
    Thanks received
    10
    Rep Power
    1
    Code:
    @echo off
    title Casioscape
    "C:\Program Files\Java\jdk1.6.0_23\bin\java.exe" -Xmx1000m -cp bin;deps/poi.jar;deps/mysql.jar;deps/mina.jar;deps/slf4j.jar;deps/slf4j-nop.jar;deps/jython.jar;log4j-1.2.15.jar; server.Server
    pause
    Also im paying 5$ to the guy that fixes it
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Sep 2010
    Age
    29
    Posts
    567
    Thanks given
    147
    Thanks received
    202
    Rep Power
    0
    Try

    Code:
    @echo off
    title Casioscape
    "C:\Program Files\Java\jdk1.6.0_23\bin\java.exe" -Xmx512m -cp bin;deps/poi.jar;deps/mysql.jar;deps/mina.jar;deps/slf4j.jar;deps/slf4j-nop.jar;deps/jython.jar;log4j-1.2.15.jar; server.Server
    pause
    Reply With Quote  
     

  5. #5  
    Registered Member Inenting's Avatar
    Join Date
    Apr 2010
    Age
    28
    Posts
    470
    Thanks given
    5
    Thanks received
    10
    Rep Power
    1
    Nope :
    Code:
    The system cannot find the path specified.
    Press any key to continue . . .
    Reply With Quote  
     

  6. #6  
    Banned

    Join Date
    Jan 2009
    Posts
    777
    Thanks given
    74
    Thanks received
    61
    Rep Power
    0
    Quote Originally Posted by Xdragon View Post
    Nope :
    Code:
    The system cannot find the path specified.
    Press any key to continue . . .
    Lmfao, what he changed doesn't affect the path at all ?
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Sep 2010
    Age
    29
    Posts
    567
    Thanks given
    147
    Thanks received
    202
    Rep Power
    0
    You're problem was 'not enough space' you edited it now and it can't find the path anymore.

    Try

    Code:
    @echo off
    title Casioscape
    "C:\Program Files (x86)\Java\jdk1.6.0_23\bin\java.exe" -Xmx512m -cp bin;deps/poi.jar;deps/mysql.jar;deps/mina.jar;deps/slf4j.jar;deps/slf4j-nop.jar;deps/jython.jar;log4j-1.2.15.jar; server.Server
    pause
    Reply With Quote  
     

  8. #8  
    Registered Member Inenting's Avatar
    Join Date
    Apr 2010
    Age
    28
    Posts
    470
    Thanks given
    5
    Thanks received
    10
    Rep Power
    1
    its a windows 32 bit lite i dont think that would work at al
    Reply With Quote  
     

  9. #9  
    Banned

    Join Date
    Sep 2010
    Age
    29
    Posts
    567
    Thanks given
    147
    Thanks received
    202
    Rep Power
    0
    Code:
    @echo off
    title Casioscape
    "C:\Program Files\Java\jdk1.6.0_22\bin\java.exe" -Xmx512m -cp bin;deps/poi.jar;deps/mysql.jar;deps/mina.jar;deps/slf4j.jar;deps/slf4j-nop.jar;deps/jython.jar;log4j-1.2.15.jar; server.Server
    or

    Code:
    @echo off
    title Casioscape
    "C:\Program Files\Java\jdk1.6.0_21\bin\java.exe" -Xmx512m -cp bin;deps/poi.jar;deps/mysql.jar;deps/mina.jar;deps/slf4j.jar;deps/slf4j-nop.jar;deps/jython.jar;log4j-1.2.15.jar; server.Server
    If you can't even fix a batch file, shut down your computer right now and never turn it on again.
    Reply With Quote  
     

  10. #10  
    Registered Member Inenting's Avatar
    Join Date
    Apr 2010
    Age
    28
    Posts
    470
    Thanks given
    5
    Thanks received
    10
    Rep Power
    1
    Why my computer? its on my vps and i dont know anything about it exept the name and sort
    Reply With Quote  
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. java heap space
    By popdudej2 in forum Help
    Replies: 0
    Last Post: 11-22-2010, 05:53 PM
  2. Replies: 5
    Last Post: 09-10-2010, 05:16 PM
  3. Java heap space error?
    By AAA Mods in forum Help
    Replies: 3
    Last Post: 08-27-2010, 03:34 AM
  4. Java Heep Space Error
    By Anthony-| in forum Application Development
    Replies: 4
    Last Post: 06-11-2009, 11:27 PM
  5. java heap space error
    By Warlock 999 in forum Help
    Replies: 1
    Last Post: 05-19-2009, 06:28 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •