Skip to content

Instantly share code, notes, and snippets.

@Flashback083
Flashback083 / PixelExtras_.gitignore
Created March 6, 2019 15:09
Update for offline player, and add reload commands
/bin/
.gradle
.settings
build
gradle
libs
run
*.launch
*.classpath
*.project
[19:20:48] [Server thread/INFO] [com.zaxxer.hikari.HikariDataSource]: HikariPool-1 - Starting...
[19:20:49] [Server thread/ERROR] [com.zaxxer.hikari.pool.HikariPool]: HikariPool-1 - Exception during pool initialization.
java.sql.SQLInvalidAuthorizationSpecException: Could not connect: Access denied for user 'root'@'localhost' (using password: NO)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:154) ~[ExceptionMapper.class:1.12.2-2705-7.1.0-BETA-3148]
at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:118) ~[ExceptionMapper.class:1.12.2-2705-7.1.0-BETA-3148]
at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.throwException(ExceptionMapper.java:92) ~[ExceptionMapper.class:1.12.2-2705-7.1.0-BETA-3148]
at org.mariadb.jdbc.Driver.connect(Driver.java:111) ~[Driver.class:1.12.2-2705-7.1.0-BETA-3148]
at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:112) ~[DriverDataSource.class:1.12.2-2705-7.
[19:53:00] [Server thread/DEBUG] [Sponge]: Exception while trying to fill skull GameProfile for 'com.mojang.authlib.GameProfile@629efe88[id=c2553989-4220-3535-9475-c89ca89ec425,name=<null>,properties={},legacy=false]'
java.util.concurrent.ExecutionException: org.spongepowered.api.profile.ProfileNotFoundException: Profile: com.mojang.authlib.GameProfile@629efe88[id=c2553989-4220-3535-9475-c89ca89ec425,name=<null>,properties={},legacy=false]
at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357) ~[?:1.8.0_131]
at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1895) ~[?:1.8.0_131]
at org.spongepowered.common.data.processor.common.SkullUtils.resolveProfileIfNecessary(SkullUtils.java:138) ~[SkullUtils.class:1.12.2-2611-7.1.0-BETA-2970]
at org.spongepowered.common.data.processor.common.SkullUtils.setProfile(SkullUtils.java:120) ~[SkullUtils.class:1.12.2-2611-7.1.0-BETA-2970]
at org.spongepowered.common.data.processor.data.item.ItemSkullRepresentedPlayerDataProcessor.
07:44:25] [gts connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool]: gts - Added connection org.mariadb.jdbc.MariaDbConnection@881794b
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: java.sql.BatchUpdateException: (conn:389780) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'JSON NOT NULL, PRIMARY KEY (`uuid`)) DEFAULT CHARSET = utf8' at line 1
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at org.mariadb.jdbc.MariaDbStatement.executeBatchExceptionEpilogue(MariaDbStatement.java:296)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at org.mariadb.jdbc.MariaDbStatement.executeBatch(MariaDbStatement.java:1252)
[07:44:25] [Server thread/INFO] [STDERR]: [com.nickimpact.gts.storage.dao.sql.SqlDao:init:179]: at com.zaxxer.hikari.pool.ProxyStatement.executeBatch(ProxyState
Line 214: [03:31:32] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file GTS-3.8.0-S7.1-PR(2).jar
Line 250: [03:31:33] [Server thread/DEBUG] [FML]: Examining file GTS-3.8.0-S7.1-PR(2).jar for potential mods
Line 251: [03:31:33] [Server thread/TRACE] [FML]: Located mcmod.info file in file GTS-3.8.0-S7.1-PR(2).jar
Line 252: [03:31:33] [Server thread/DEBUG] [FML]: Identified a mod of type Lorg/spongepowered/api/plugin/Plugin; (com.nickimpact.gts.GTS) - loading
Line 252: [03:31:33] [Server thread/DEBUG] [FML]: Identified a mod of type Lorg/spongepowered/api/plugin/Plugin; (com.nickimpact.gts.GTS) - loading
Line 330: [03:31:33] [Server thread/WARN] [FML]: Missing English translation for gts: assets/gts/lang/en_us.lang
Line 330: [03:31:33] [Server thread/WARN] [FML]: Missing English translation for gts: assets/gts/lang/en_us.lang
Line 359: [03:31:33] [Server thread/DEBUG] [FML]: gts(GTS:3.8.0-S7.1): GTS-3.8.0-S7.1-PR(2).jar ()
Line 359: [03:31:33] [Server thread/DEBUG] [FML]: gts(GTS:3.8.0-S7.
Could not pass ChangeServiceProviderEvent$Impl to Plugin{id=gts, name=GTS, version=3.8.0-S7.1, description=A Sponge Representation of the Global Trading Station, source=/home/PokeMulti/Sponge1.12.2/mods/GTS-3.8.0-S7.1-PR.jar}
java.lang.BootstrapMethodError: java.lang.IllegalAccessError: tried to access class io.github.nucleuspowered.nucleus.internal.text.Tokens$Translator from class com.nickimpact.gts.api.text.TokenService
at com.nickimpact.gts.api.text.TokenService.<init>(TokenService.java:42) ~[TokenService.class:?]
at com.nickimpact.gts.api.GtsServiceImpl.registerTokenService(GtsServiceImpl.java:120) ~[GtsServiceImpl.class:?]
at com.nickimpact.gts.GTS.registerServices(GTS.java:221) ~[GTS.class:?]
at org.spongepowered.common.event.listener.ChangeServiceProviderEventListener_GTS_registerServices14.handle(Unknown Source) ~[?:?]
at org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95) ~[RegisteredListener.class:1.12.2-2611-7.1.0-BETA-2970]
at org.spongepowered.mod.event.Sp
Exception while trying to fill skull GameProfile for 'com.mojang.authlib.GameProfile@68cb7978[id=c2a9a6a2-e293-36bc-9597-40f72bacbea0,name=<null>,properties={},legacy=false]'
java.util.concurrent.ExecutionException: org.spongepowered.api.profile.ProfileNotFoundException: Profile: com.mojang.authlib.GameProfile@68cb7978[id=c2a9a6a2-e293-36bc-9597-40f72bacbea0,name=<null>,properties={},legacy=false]
at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357) ~[?:1.8.0_131]
at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1895) ~[?:1.8.0_131]
at org.spongepowered.common.data.processor.common.SkullUtils.resolveProfileIfNecessary(SkullUtils.java:138) ~[SkullUtils.class:1.12.2-2611-7.1.0-BETA-2970]
at org.spongepowered.common.data.processor.common.SkullUtils.setProfile(SkullUtils.java:120) ~[SkullUtils.class:1.12.2-2611-7.1.0-BETA-2970]
at org.spongepowered.common.data.processor.data.item.ItemSkullRepresentedPlayerDataProcessor.set(ItemSkullRepresentedPlayerDataProcessor
{
"ID": -1,
"uuid": "8ff52661-6b7b-45ac-a105-df2b2ce553fe",
"ownerName": "Nachanu",
"ownerUUID": "c2553989-4220-3535-9475-c89ca89ec425",
"entry": {
"id": "Pokemon",
"element": {
"nbtJSON": "{
"HurtByTimestamp": 190.0,
{
"ID": -1,
"uuid": "6ab500a5-1cf1-4048-804f-be5359a24050",
"ownerName": "Shiro_Neko",
"ownerUUID": "95625b15-47ec-37f5-a9ad-0c290aa2567e",
"entry": {
"id": "Pokemon",
"element": {
"nbtJSON": "{
"PixelmonMovePPBase3": 20.0,
[00:00:55] [Server thread/INFO]: GTS » Loading storage provider... [MySQL]
[00:00:55] [Server thread/INFO]: GTS » Loading data into cache...
[00:00:55] [pool-3-thread-9/INFO]: GTS (Error) ========== JSON Syntax Error ==========
[00:00:55] [pool-3-thread-9/INFO]: GTS (Error) Invalid listing JSON detected
[00:00:55] [pool-3-thread-9/INFO]: GTS (Error) Listing ID: 024de09e-29ad-450c-97cc-fe4be4c61b46
[00:00:55] [pool-3-thread-9/INFO]: GTS (Error) ========== JSON Syntax Error ==========
[00:00:55] [pool-3-thread-9/INFO]: GTS (Error) Invalid listing JSON detected
[00:00:55] [pool-3-thread-9/INFO]: GTS (Error) Listing ID: 0865de73-7a88-4d17-aaf4-bff6e6d87571
[00:00:55] [pool-3-thread-9/INFO]: GTS (Error) ========== JSON Syntax Error ==========
[00:00:55] [pool-3-thread-9/INFO]: GTS (Error) Invalid listing JSON detected