Jump to content

Perhaps a server is already running on that port ERROR and more ram (server)


eyalgi11

Recommended Posts

Hey when I open the launcher

code launcher:

java -Xmx1024M -Xms1024M -jar forge-1.7.10-10.13.2.1230-universal.jar

 

It gives me an error:

[11:07:03] [server thread / INFO] Starting minecraft server version 1.7.10

[11:07:05] [server thread / INFO] Loading properties

[11:07:05] [server thread / INFO]: Default game type: SURVIVAL

[11:07:05] [server thread / INFO]: Generating keypair

[11:07:06] [server thread / INFO]: Starting Minecraft server on 192.168.1.101:25565

[11:07:06] [server thread / WARN]: **** FAILED TO BIND TO PORT!

[11:07:06] [server thread / WARN]: The exception was: java.net.BindException: Can not assign requested address: bind

[11:07:06] [server thread / WARN]: Perhaps a server is already running on that port?

 

I tried to turn off and turn on the computer

I tried to change the port

Not working

 

And another issue, that I want to add more RAM to my server

And when I change the code of the launcher to:

java -Xmx2048M -Xms2048M -jar forge-1.7.10-10.13.2.1230-universal.jar

 

And click on the launcher to start the server

so start the server and after a second, turns off the server

 

Without data on crash

Link to comment
Share on other sites

how much ram do you have?

 

as far as i remember, with 4 or less gb of ram or on 32 bit systems you can assign only up to half of your total ram to a running program, and that's in good conditions when nothing else runs.

 

back when i had 4 gb ram, i could only assign up to 1536 mb of ram, anything above that would crash. i had to turn everything else off, especially browsers, otherwise even that didn't work.

 

if you use a built in gpu like intel hd or such, that will further drain your ram since it reserves some (about half a gb) for itself as vram.

Link to comment
Share on other sites

No, it still crashes

And the crash report wrote:

[10:32:44] [server thread / INFO] Starting minecraft server version 1.7.10

[10:32:48] [server thread / INFO] Loading properties

[10:32:48] [server thread / INFO]: Default game type: SURVIVAL

[10:32:48] [server thread / INFO]: Generating keypair

[10:32:48] [server thread / INFO]: Starting Minecraft server on 192.168.1.101:1

[10:32:48] [server thread / WARN]: **** FAILED TO BIND TO PORT!

[10:32:48] [server thread / WARN]: The exception was: java.net.BindException: Can not assign requested address: bind

[10:32:48] [server thread / WARN]: Perhaps a server is already running on that port?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.