So I made a new forge server this time with 1.10.2, I can start the server up through the forge.jar but that doesn't print anything so i prefer doing it through a .bat in my startup script i have the following:
java -Xms4G -Xmx6G -jar forge.jar nogui
pause
Now when running this i get half way through with issues trying to find a logger then nothing happens.
Here is a pastebin of the actual console when it stops working;
https://pastebin.com/YXAp7qSi
Right now i have no mods installed for the fact i want to get it working first.