Frustrated Noob 0 Posted August 18, 2022 Report Share Posted August 18, 2022 I recently downloaded the Emulous RSPS source and client package Jack posted in November. I am very new to intellij and could really use a hand with an error i've encountered. I only want my server to be local (so I can practice coding on this source), and I do not want/need Sql. I've got the client running fine but the server comes up with this 18:06:49.668 [main] ERROR com.emulous.Emulous - An exception was caught whilst running system initialization. Shutting down. java.lang.IllegalArgumentException: Cannot find property file: mysql.properties at com.zaxxer.hikari.HikariConfig.loadProperties(HikariConfig.java:1070) at com.zaxxer.hikari.HikariConfig.<init>(HikariConfig.java:148) at com.emulous.database.Database.init(Database.java:15) at com.emulous.Emulous.runAllInitializers(Emulous.java:159) at com.emulous.Emulous.main(Emulous.java:113) Please could someone guide me through fixing this? I just want to turn sql off so it can run. Much appreciated <3 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now