Hello All,

I am currently learning more about using eclipse with OSBrutality Source and client. I have the client running fine to the login screen but the server i cant get to work (error connecting to server).

Ive spent over 36 hours on the same issue and i'm sick of it. There is no help from the forum that i can see and i couldn't figure it out by just looking at the error and breaking down what it meant with the help of google. My cache is in the C: drive and the server is loading halfway before it shows warnings and errors. Here is the error message from the console on eclipse.

Code:
[7/1/20, 1:46 am]: Object definitions loaded.
[7/1/20, 1:47 am]: Loaded: Region configuration.
[7/1/20, 1:47 am]: Successfully loaded: 7297 NPC definitions.
[7/1/20, 1:47 am]: WARNING: Unable to load object from file.
[7/1/20, 1:47 am]: WARNING: Unable to load object from file.
[7/1/20, 1:47 am]: WARNING: Unable to load object from file.
[7/1/20, 1:47 am]: log4j:WARN No appenders could be found for logger (org.jboss.logging).
[7/1/20, 1:47 am]: log4j:WARN Please initialize the log4j system properly.
[7/1/20, 1:47 am]: SLF4J: Class path contains multiple SLF4J bindings.
[7/1/20, 1:47 am]: SLF4J: Found binding in [jar:file:/C:/Users/New/Desktop/runescape/OSBrutality%20Source/deps/slf4j-nop.jar!/org/slf4j/impl/StaticLoggerBinder.class]
[7/1/20, 1:47 am]: SLF4J: Found binding in [jar:file:/C:/Users/New/Desktop/runescape/OSBrutality%20Source/deps/Web%20Server.jar!/org/slf4j/impl/StaticLoggerBinder.class]
[7/1/20, 1:47 am]: SLF4J: See [Only registered and activated users can see links. ] for an explanation.
Jan 07, 2020 1:47:05 AM me.apachenick.server.ServerController inititialize
INFO: Initializing virtual hosts: [store.noxiouspk.com].
[7/1/20, 1:47 am]: java.lang.NumberFormatException: For input string: "."
[7/1/20, 1:47 am]: 	at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:68)
[7/1/20, 1:47 am]: 	at java.base/java.lang.Integer.parseInt(Integer.java:644)
[7/1/20, 1:47 am]: 	at java.base/java.lang.Integer.parseInt(Integer.java:776)
[7/1/20, 1:47 am]: 	at me.apachenick.server.ServerController.inititialize(ServerController.java:97)
[7/1/20, 1:47 am]: 	at org.brutality.api.WebServer.initialize(WebServer.java:30)
[7/1/20, 1:47 am]: 	at org.brutality.Server.main(Server.java:226)
I did also look at the explanation that came up in the error message as well, even from that i didn't have to much of an idea.
I also am getting these errors as well, i just downloaded the required .jar files from the internet and placed them in the deps folder but i didn't know if that was the correct thing to do so im asking to double check.

Code:
Archive for required library: 'log/log4j.properties' in project 'Source' cannot be read or is not a valid ZIP file
Project 'Source' is missing required library: 'C:\Users\New\Desktop\runescape\OSBrutality Source\deps\commons-lang3-3.3.2.jar'
Project 'Source' is missing required library: 'C:\Users\New\Desktop\runescape\OSBrutality Source\deps\gson-2.2.4.jar'
Project 'Source' is missing required library: 'C:\Users\New\Desktop\runescape\OSBrutality Source\deps\guava-18.0-javadoc.jar'
Project 'Source' is missing required library: 'C:\Users\New\Desktop\runescape\OSBrutality Source\deps\guava-18.0.jar'
Project 'Source' is missing required library: 'C:\Users\New\Desktop\runescape\OSBrutality Source\deps\jna.jar'
Project 'Source' is missing required library: 'C:\Users\New\Desktop\runescape\OSBrutality Source\deps\json-lib-2.4-jdk15.jar'
Project 'Source' is missing required library: 'C:\Users\New\Desktop\runescape\OSBrutality Source\deps\json-simple-1.1.1.jar'
Project 'Source' is missing required library: 'C:\Users\New\Desktop\runescape\OSBrutality Source\deps\jython.jar'
Project 'Source' is missing required library: 'C:\Users\New\Desktop\runescape\OSBrutality Source\deps\oshi-core.jar'
Project 'Source' is missing required library: 'C:\Users\New\Desktop\runescape\OSBrutality Source\deps\poi.jar'
Project 'Source' is missing required library: 'C:\Users\New\Desktop\runescape\OSBrutality Source\deps\xstream.jar'
The project cannot be built until build path errors are resolved
Appreciate any help.