Using FTB on server host (without using Serverstart)

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.

PPFab

New Member
Jul 29, 2019
3
0
0
Title:
Using FTB on server host (without using Serverstart)
Launcher Version:
1.4.5
Modpack:
Direwolf20
Modpack Version:
1.0.23
Log Link:
Details of the issue:
My server is hosted by Myriapulse, which start the server with a .jar. When i'm trying to start the server with "FTBServer-1.6.4-965.jar", it is written that the server is open but i can't reach the server and nothing happen in log. I tried on my computer and it is the same if i start with "FTBServer-1.6.4-965.jar" but it works with Serverstart.bat. Is it possible to run the server using the .jar ?
 

mc.crab

Well-Known Member
Feb 2, 2013
1,397
116
89
Hosts usually use some kind of control panel (like multicarft, mcmyadmin) to manage the server. The server .jar needs to have a specific name in order for the panel to be able to use it.

Also is that the full log?
 
  • Like
Reactions: PPFab

PPFab

New Member
Jul 29, 2019
3
0
0
The panel allow to change the name of the .jar, it's what i did. I tried to change the name of the .jar to minecraft_server.jar (name by default) too , and the logs are the same.

It is the full logs, the only message i can have after these is "[SEVERE] Reached end of stream for ........" everytime i check if the server is open on my minecraft server list.

EDIT : sorry didn't see the FML logs, they're here :
http://pastebin.com/TSQERcF9
http://pastebin.com/vCj1KkAC
http://pastebin.com/LZACzBye
http://pastebin.com/rzXkqv22
I had check and there is no difference between these logs and those of the server i host on my pc by using Serverstart.bat.
EDIT: Sorry i posted in wrong forum :confused:, can an op move my thread to http://forum.feed-the-beast.com/forum/server-tech-support.15/ please ?
 
Last edited:

Henry Link

Popular Member
Dec 23, 2012
2,601
553
128
USA - East Coast
What are the RAM and CPU speed of your server? What are the java startup options as well. From what I can tell the server does startup correctly. So I'm thinking it is a speed/memory issue. If the server gets CPU bound it will cause this type of issue.

Also, it looks like the version of java is wrong. I found this in the logs:

  1. 2015-07-24 21:18:34 [INFOS] [ForgeModLoader] Java is OpenJDK 64-Bit Server VM, version 1.7.0_65, running on Linux:amd64:2.6.33.9-rt31-myriapulse-v5.2-intel, installed at /usr/lib/jvm/java-7-openjdk-amd64/jre
That should be Oracle Java 8 64 bit. For 1.7.10 servers it is much better than Java 7. It maybe a little trickier to install on Linux but well worth it. I have it on my hosted server.
 

mc.crab

Well-Known Member
Feb 2, 2013
1,397
116
89
@Henry Link He is using a hosting company and usually there is no way for a normal user to chage the Java version. And he is running a 1.6.4 server.

Based on the log the server should be up and running. Have you contacted the hosting company?
 

PPFab

New Member
Jul 29, 2019
3
0
0
Thank you for these answer,
I have "no limit" on the RAM (the server actually use 2.5Go) and the CPU use up to 800 MHz and then fall to 18MHz constantly. I cannot change the java version/options because i don't own the servers.
I had send a ticket to the company yesterday but i have no answer for now.
 

Henry Link

Popular Member
Dec 23, 2012
2,601
553
128
USA - East Coast
@Henry Link He is using a hosting company and usually there is no way for a normal user to chage the Java version. And he is running a 1.6.4 server.

Based on the log the server should be up and running. Have you contacted the hosting company?

Which is why I don't use a "Minecraft" hosting company for my server. The server I own is out of OVH.com and was built by me. I hate the idea of not being able to control what is and isn't installed on my server. I guess I'm a little hard core. Because I refuse to use any type of control panel as well. Everything is scripted and run from the command line interface.