EternalX 1 Posted November 21, 2021 Report Share Posted November 21, 2021 Thanks for this 1 Link to comment Share on other sites More sharing options...
Gildartsthegreat 2 Posted November 22, 2021 Report Share Posted November 22, 2021 thank you for this Link to comment Share on other sites More sharing options...
jimslimdim 4 Posted November 23, 2021 Report Share Posted November 23, 2021 thank you so much for this Link to comment Share on other sites More sharing options...
Origin 1,861 Posted November 23, 2021 Report Share Posted November 23, 2021 chupapip munyanyo Link to comment Share on other sites More sharing options...
Hell Kid 2 Posted November 23, 2021 Report Share Posted November 23, 2021 gonna check this out Link to comment Share on other sites More sharing options...
Loses 5 Posted November 23, 2021 Report Share Posted November 23, 2021 I hope I can get this running, would be fun to play around with. Link to comment Share on other sites More sharing options...
splitpk3171 4 Posted November 23, 2021 Report Share Posted November 23, 2021 thanks for this Link to comment Share on other sites More sharing options...
Loses 5 Posted November 23, 2021 Report Share Posted November 23, 2021 (edited) Has anyone been able to get this thing running?.. I can't seem to figure out the mysql.properties , I imported the schema, and its giving me 3 different databases (emulous/emoulos_store/emulous_vote) I found a mysql.properties online and decided to try it and have this in it jdbcUrl=jdbc:mysql://localhost:3306/emulous?allowPublicKeyRetrieval=true&useSSL=false dataSource.user=root dataSource.password=123123 dataSource.cachePrepStmts=true dataSource.prepStmtCacheSize=250 dataSource.prepStmtCacheSqlLimit=2048 This is what my MySQL Workbench displays.. [img]https://i.gyazo.com/a4e3d0c9f56d335666bd27dd6aaf7ea7.png[/img] I was hoping someone could help me figure out whats going on.. when I go to start the server, its having a problem with the way I set the MYSQL up C:\Users\sysadmin\.jdks\adopt-openj9-11.0.9\bin\java.exe "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.1.1\lib\idea_rt.jar=51696:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.1.1\bin" -Dfile.encoding=UTF-8 -classpath D:\Programming\Java\Emulous\Emulous-Server-master\target\classes;C:\Users\sysadmin\.m2\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;C:\Users\sysadmin\.m2\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;C:\Users\sysadmin\.m2\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;C:\Users\sysadmin\.m2\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;C:\Users\sysadmin\.m2\repository\io\netty\netty-all\4.1.27.Final\netty-all-4.1.27.Final.jar;C:\Users\sysadmin\.m2\repository\com\google\guava\guava\25.1-jre\guava-25.1-jre.jar;C:\Users\sysadmin\.m2\repository\com\google\code\findbugs\jsr305\3.0.2\jsr305-3.0.2.jar;C:\Users\sysadmin\.m2\repository\org\checkerframework\checker-qual\2.0.0\checker-qual-2.0.0.jar;C:\Users\sysadmin\.m2\repository\com\google\errorprone\error_prone_annotations\2.1.3\error_prone_annotations-2.1.3.jar;C:\Users\sysadmin\.m2\repository\com\google\j2objc\j2objc-annotations\1.1\j2objc-annotations-1.1.jar;C:\Users\sysadmin\.m2\repository\org\codehaus\mojo\animal-sniffer-annotations\1.14\animal-sniffer-annotations-1.14.jar;C:\Users\sysadmin\.m2\repository\org\apache\commons\commons-compress\1.17\commons-compress-1.17.jar;C:\Users\sysadmin\.m2\repository\org\reflections\reflections\0.9.11\reflections-0.9.11.jar;C:\Users\sysadmin\.m2\repository\org\javassist\javassist\3.21.0-GA\javassist-3.21.0-GA.jar;C:\Users\sysadmin\.m2\repository\org\jetbrains\kotlin\kotlin-stdlib-jdk8\1.2.51\kotlin-stdlib-jdk8-1.2.51.jar;C:\Users\sysadmin\.m2\repository\org\jetbrains\kotlin\kotlin-stdlib\1.2.51\kotlin-stdlib-1.2.51.jar;C:\Users\sysadmin\.m2\repository\org\jetbrains\kotlin\kotlin-stdlib-common\1.2.51\kotlin-stdlib-common-1.2.51.jar;C:\Users\sysadmin\.m2\repository\org\jetbrains\annotations\13.0\annotations-13.0.jar;C:\Users\sysadmin\.m2\repository\org\jetbrains\kotlin\kotlin-stdlib-jdk7\1.2.51\kotlin-stdlib-jdk7-1.2.51.jar;C:\Users\sysadmin\.m2\repository\io\github\microutils\kotlin-logging\1.5.4\kotlin-logging-1.5.4.jar;C:\Users\sysadmin\.m2\repository\com\squareup\okhttp3\okhttp\3.11.0\okhttp-3.11.0.jar;C:\Users\sysadmin\.m2\repository\com\squareup\okio\okio\1.14.0\okio-1.14.0.jar;C:\Users\sysadmin\.m2\repository\com\zaxxer\HikariCP\3.2.0\HikariCP-3.2.0.jar;C:\Users\sysadmin\.m2\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;C:\Users\sysadmin\.m2\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar com.emulous.Emulous 18:56:49.836 [main] INFO com.emulous.Emulous - Starting Emulous (v: 12, commit: ${git.commit.id}) 18:56:49.839 [main] DEBUG com.emulous.Emulous - OS: Windows 10 18:56:49.845 [main] DEBUG com.emulous.Emulous - JVM version: 11.0.9+11 18:56:49.898 [main] DEBUG com.zaxxer.hikari.util.DriverDataSource - Loaded driver with class name com.mysql.cj.jdbc.Driver for jdbcUrl=jdbc:mysql://localhost:3306/emulous_vote?allowPublicKeyRetrieval=true&useSSL=false 18:56:50.113 [main] DEBUG com.zaxxer.hikari.pool.PoolBase - null - Closing connection com.mysql.cj.jdbc.ConnectionImpl@aacfdae: (initialization check complete and minimumIdle is zero) 18:56:50.116 [main] ERROR com.emulous.Emulous - An exception was caught whilst running system initialization. Shutting down. java.lang.IllegalArgumentException: null at java.base/java.util.concurrent.LinkedBlockingQueue.<init>(LinkedBlockingQueue.java:254) at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:130) at com.emulous.database.Database.init(Database.java:16) at com.emulous.Emulous.runAllInitializers(Emulous.java:159) at com.emulous.Emulous.main(Emulous.java:113) Thanks Edited November 24, 2021 by Loses Link to comment Share on other sites More sharing options...
Pleeb 316 Posted November 24, 2021 Report Share Posted November 24, 2021 havent seen this in ages cheers Link to comment Share on other sites More sharing options...
Prowess 1 Posted November 25, 2021 Report Share Posted November 25, 2021 Thanks for this! Link to comment Share on other sites More sharing options...
warrior88 2 Posted November 29, 2021 Report Share Posted November 29, 2021 Danka Link to comment Share on other sites More sharing options...
Karnage 3 Posted November 30, 2021 Report Share Posted November 30, 2021 oooooooooooooooooo Link to comment Share on other sites More sharing options...
Kaydot 0 Posted November 30, 2021 Report Share Posted November 30, 2021 ty for this ty for this Link to comment Share on other sites More sharing options...
Ocean 52 Posted December 3, 2021 Report Share Posted December 3, 2021 On 11/12/2021 at 1:53 AM, Setup said: This is the hidden content, please Sign In or Sign Up Download Link: Hidden Content Give reaction or reply to this topic to see the hidden content. This is the hidden content, please Sign In or Sign Up Media: 1 Link to comment Share on other sites More sharing options...
Breakinx 0 Posted December 7, 2021 Report Share Posted December 7, 2021 dope thanks for contribution! 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