· 9 years ago · Dec 22, 2016, 11:19 PM
100:13:34 [INFORMACIÓN] Using standard Java JCE cipher. To enable the OpenSSL based native cipher, please make sure you are using 64 bit Ubuntu or Debian with libssl installed.
200:13:34 [INFORMACIÓN] Using standard Java compressor. To enable zero copy compression, run on 64 bit Linux
300:13:34 [INFORMACIÓN] Enabled BungeeCord version git:BungeeCord-Bootstrap:1.11-SNAPSHOT:129693f:1214
400:13:35 [INFORMACIÓN] Discovered module: ModuleSpec(name=cmd_alert, file=modules\cmd_alert.jar, provider=JenkinsModuleSource())
500:13:35 [INFORMACIÓN] Discovered module: ModuleSpec(name=cmd_find, file=modules\cmd_find.jar, provider=JenkinsModuleSource())
600:13:35 [INFORMACIÓN] Discovered module: ModuleSpec(name=cmd_list, file=modules\cmd_list.jar, provider=JenkinsModuleSource())
700:13:35 [INFORMACIÓN] Discovered module: ModuleSpec(name=cmd_send, file=modules\cmd_send.jar, provider=JenkinsModuleSource())
800:13:35 [INFORMACIÓN] Discovered module: ModuleSpec(name=cmd_server, file=modules\cmd_server.jar, provider=JenkinsModuleSource())
900:13:35 [INFORMACIÓN] Discovered module: ModuleSpec(name=reconnect_yaml, file=modules\reconnect_yaml.jar, provider=JenkinsModuleSource())
1000:13:35 [INFORMACIÓN] Loaded plugin reconnect_yaml version git:reconnect_yaml:1.11-SNAPSHOT:129693f:1214 by SpigotMC
1100:13:35 [INFORMACIÓN] Loaded plugin SkinsRestorer version 10.3.4 by _Shevchik_
1200:13:35 [INFORMACIÓN] Loaded plugin BungeePluginBlocker version 1.0 by Inkzzz
1300:13:35 [INFORMACIÓN] Loaded plugin BungeeTools-HubCommand version 0.1 by De24
1400:13:35 [INFORMACIÓN] Loaded plugin cmd_list version git:cmd_list:1.11-SNAPSHOT:129693f:1214 by SpigotMC
1500:13:35 [INFORMACIÓN] Loaded plugin EhLogin version 2.1.1 by null
1600:13:35 [INFORMACIÓN] Loaded plugin cmd_find version git:cmd_find:1.11-SNAPSHOT:129693f:1214 by SpigotMC
1700:13:35 [INFORMACIÓN] Loaded plugin BungeeKick version 1.2 by Vik1395
1800:13:35 [INFORMACIÓN] Loaded plugin ViaVersion version 0.9.9 by _MylesC
1900:13:35 [INFORMACIÓN] Loaded plugin cmd_server version git:cmd_server:1.11-SNAPSHOT:129693f:1214 by SpigotMC
2000:13:35 [INFORMACIÓN] Loaded plugin cmd_alert version git:cmd_alert:1.11-SNAPSHOT:129693f:1214 by SpigotMC
2100:13:35 [INFORMACIÓN] Loaded plugin ServerListPlus version 3.4.7 by Minecrell <https://github.com/Minecrell>
2200:13:35 [INFORMACIÓN] Loaded plugin cmd_send version git:cmd_send:1.11-SNAPSHOT:129693f:1214 by SpigotMC
2300:13:35 [INFORMACIÓN] Enabled plugin reconnect_yaml version git:reconnect_yaml:1.11-SNAPSHOT:129693f:1214 by SpigotMC
2400:13:35 [INFORMACIÓN] Enabled plugin SkinsRestorer version 10.3.4 by _Shevchik_
2500:13:35 [INFORMACIÓN] Enabled plugin BungeePluginBlocker version 1.0 by Inkzzz
2600:13:35 [INFORMACIÓN] >>>>>>>> [INFO] --------------- BungeeTools HubCommand v0.2 --------------
2700:13:35 [INFORMACIÓN] >>>>>>>> [INFO] [BgTools] BungeeTools by De24 has been enabled!
2800:13:35 [INFORMACIÓN] >>>>>>>> [INFO] [BgTools] This is only the 'HubCommand' Version
2900:13:35 [INFORMACIÓN] >>>>>>>> [INFO] [BgTools] Thank you for using this Plugin!
3000:13:35 [INFORMACIÓN] >>>>>>>> [INFO] ------------------------ By De24 -------------------------
3100:13:35 [INFORMACIÓN] Enabled plugin BungeeTools-HubCommand version 0.1 by De24
3200:13:35 [INFORMACIÓN] Enabled plugin cmd_list version git:cmd_list:1.11-SNAPSHOT:129693f:1214 by SpigotMC
3300:13:35 [INFORMACIÓN] [EhLogin] Loading configuration
3400:13:36 [INFORMACIÓN] [EhLogin] Loading language file for: 'en'
3500:13:36 [INFORMACIÓN] [EhLogin] Connecting to Database
3600:13:36 [INFORMACIÓN] [EhLogin] [Database] Using MYSQL
3700:13:36 [INFORMACIÓN] [EhLogin] [Database] Connected!
3800:13:37 [INFORMACIÓN] [EhLogin] [Database] Criando tablela 'mc_users'
3900:13:37 [GRAVE] [EhLogin] [Database]
40CREATE TABLE IF NOT EXISTS `mc_users` (
41 `id_user` int(11) NOT NULL AUTO_INCREMENT,
42 `name` varchar(20) NOT NULL,
43 `puuid` varchar(255) DEFAULT NULL,
44 `password` tinytext,
45 `passwordSalt` varchar(255) DEFAULT NULL,
46 `passwordType` varchar(255) DEFAULT NULL,
47 `firstIP` varchar(255) DEFAULT NULL,
48 `lastIP` varchar(255) DEFAULT NULL,
49 `lastLogin` bigint(20) NOT NULL,
50 `login_active` int(1) NOT NULL DEFAULT '0',
51 `can_expire` int(1) NOT NULL DEFAULT '1',
52 `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
53 PRIMARY KEY (`id_user`)
54) ENGINE=InnoDB DEFAULT CHARSET=latin1;
55
5600:13:37 [GRAVE] com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: CREATE command denied to user 'zonamcco_themist'@'static.38.60.243.136.clients.your-server.de' for table 'mc_users'
5700:13:37 [GRAVE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
5800:13:37 [GRAVE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
5900:13:37 [GRAVE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
6000:13:37 [GRAVE] at java.lang.reflect.Constructor.newInstance(Unknown Source)
6100:13:37 [GRAVE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:377)
6200:13:37 [GRAVE] at com.mysql.jdbc.Util.getInstance(Util.java:360)
6300:13:37 [GRAVE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:978)
6400:13:37 [GRAVE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3887)
6500:13:37 [GRAVE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3823)
6600:13:37 [GRAVE] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2435)
6700:13:37 [GRAVE] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2582)
6800:13:37 [GRAVE] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2526)
6900:13:37 [GRAVE] at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1618)
7000:13:37 [GRAVE] at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1549)
7100:13:37 [GRAVE] at com.ehaqui.ehlogin.lib.database.Database.updateFast(Database.java:612)
7200:13:37 [GRAVE] at com.ehaqui.ehlogin.lib.database.Database.checkTable(Database.java:230)
7300:13:37 [GRAVE] at com.ehaqui.ehlogin.bungeecord.Connector.setupDatabase(Connector.java:55)
7400:13:37 [GRAVE] at com.ehaqui.ehlogin.bungeecord.Connector.setup(Connector.java:31)
7500:13:37 [GRAVE] at com.ehaqui.ehlogin.bungeecord.EhLoginBungeeCord.onEnable(EhLoginBungeeCord.java:40)
7600:13:37 [GRAVE] at net.md_5.bungee.api.plugin.PluginManager.enablePlugins(PluginManager.java:227)
7700:13:37 [GRAVE] at net.md_5.bungee.BungeeCord.start(BungeeCord.java:272)
7800:13:37 [GRAVE] at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:55)
7900:13:37 [GRAVE] at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
8000:13:37 [INFORMACIÓN] [EhLogin] [Database] Criando tablela 'mc_users_ips'
8100:13:37 [GRAVE] com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: CREATE command denied to user 'zonamcco_themist'@'static.38.60.243.136.clients.your-server.de' for table 'mc_users_ips'
8200:13:37 [GRAVE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
8300:13:37 [GRAVE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
8400:13:37 [GRAVE] [EhLogin] Can't connect to Database. Stoping the server!
8500:13:37 [GRAVE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
8600:13:37 [GRAVE] at java.lang.reflect.Constructor.newInstance(Unknown Source)
8700:13:37 [GRAVE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:377)
8800:13:37 [GRAVE] at com.mysql.jdbc.Util.getInstance(Util.java:360)
8900:13:37 [GRAVE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:978)
9000:13:37 [GRAVE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3887)
9100:13:37 [GRAVE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3823)
9200:13:37 [GRAVE] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2435)
9300:13:37 [GRAVE] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2582)
9400:13:37 [GRAVE] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2526)
9500:13:37 [GRAVE] at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1618)
9600:13:37 [GRAVE] at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1549)
9700:13:37 [GRAVE] at com.ehaqui.ehlogin.lib.database.Database.update(Database.java:601)
9800:13:37 [GRAVE] at com.ehaqui.ehlogin.bungeecord.Connector.setupDatabase(Connector.java:59)
9900:13:37 [GRAVE] at com.ehaqui.ehlogin.bungeecord.Connector.setup(Connector.java:31)
10000:13:37 [GRAVE] at com.ehaqui.ehlogin.bungeecord.EhLoginBungeeCord.onEnable(EhLoginBungeeCord.java:40)
10100:13:37 [GRAVE] at net.md_5.bungee.api.plugin.PluginManager.enablePlugins(PluginManager.java:227)
10200:13:37 [GRAVE] at net.md_5.bungee.BungeeCord.start(BungeeCord.java:272)
10300:13:37 [GRAVE] at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:55)
10400:13:37 [GRAVE] at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
10500:13:37 [INFORMACIÓN] Closing pending connections
10600:13:37 [INFORMACIÓN] Disconnecting 0 connections
10700:13:37 [INFORMACIÓN] Closing IO threads
10800:13:37 [GRAVE] [EhLogin] [Database] TRUNCATE `mc_users_sessions`;
10900:13:37 [GRAVE] com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'zonamcco_themist.mc_users_sessions' doesn't exist
11000:13:37 [GRAVE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
11100:13:37 [GRAVE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
11200:13:37 [GRAVE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
11300:13:37 [GRAVE] at java.lang.reflect.Constructor.newInstance(Unknown Source)
11400:13:37 [GRAVE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:377)
11500:13:37 [GRAVE] at com.mysql.jdbc.Util.getInstance(Util.java:360)
11600:13:37 [GRAVE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:978)
11700:13:37 [GRAVE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3887)
11800:13:37 [GRAVE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3823)
11900:13:37 [GRAVE] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2435)
12000:13:37 [GRAVE] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2582)
12100:13:37 [GRAVE] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2526)
12200:13:37 [GRAVE] at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1618)
12300:13:37 [GRAVE] at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1549)
12400:13:37 [GRAVE] at com.ehaqui.ehlogin.lib.database.Database.updateFast(Database.java:612)
12500:13:37 [GRAVE] at com.ehaqui.ehlogin.bungeecord.EhLoginBungeeCord.onEnable(EhLoginBungeeCord.java:51)
12600:13:37 [GRAVE] at net.md_5.bungee.api.plugin.PluginManager.enablePlugins(PluginManager.java:227)
12700:13:37 [GRAVE] at net.md_5.bungee.BungeeCord.start(BungeeCord.java:272)
12800:13:37 [GRAVE] at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:55)
12900:13:37 [GRAVE] at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
13000:13:37 [INFORMACIÓN] [EhLogin] Purchase by https://www.spigotmc.org/members/.283521/
13100:13:37 [INFORMACIÓN] [EhLogin] Thank you for buying!
13200:13:37 [INFORMACIÓN] Enabled plugin EhLogin version 2.1.1 by null
13300:13:37 [INFORMACIÓN] Enabled plugin cmd_find version git:cmd_find:1.11-SNAPSHOT:129693f:1214 by SpigotMC
13400:13:37 [INFORMACIÓN] Enabled plugin BungeeKick version 1.2 by Vik1395
13500:13:37 [GRAVE] [ViaVersion] §c===============================================
13600:13:37 [GRAVE] [ViaVersion] §cViaVersion is NOT a Bungeecord plugin
13700:13:37 [GRAVE] [ViaVersion] §cInstall this plugin on all your spigot/bukkit
13800:13:37 [GRAVE] [ViaVersion] §cservers and use the latest Bungeecord version
13900:13:37 [GRAVE] [ViaVersion] §cto make ViaVersion work with BungeeCord.
14000:13:37 [GRAVE] [ViaVersion] §c===============================================
14100:13:37 [INFORMACIÓN] Enabled plugin ViaVersion version 0.9.9 by _MylesC
14200:13:37 [INFORMACIÓN] Enabled plugin cmd_server version git:cmd_server:1.11-SNAPSHOT:129693f:1214 by SpigotMC
14300:13:37 [INFORMACIÓN] Enabled plugin cmd_alert version git:cmd_alert:1.11-SNAPSHOT:129693f:1214 by SpigotMC
14400:13:37 [CONFIGURAR] [ServerListPlus] [Core]
145---
146Plugin: ServerListPlus v3.4.7 (BungeeCord)
147Server: git:BungeeCord-Bootstrap:1.11-SNAPSHOT:129693f:1214 (MC: 1.8.x, 1.9.x, 1.10.x, 1.11.x)
148Java: 1.8.0_111 (Java HotSpot(TM) 64-Bit Server VM)
149OS: Windows Server 2012 R2, 6.3 (amd64)
150---
15100:13:37 [INFORMACIÓN] [ServerListPlus] [Core] Reloading configuration...
15200:13:37 [DETALLADO] [ServerListPlus] [Core] Configuration location: plugins\ServerListPlus\ServerListPlus.yml
15300:13:37 [INFORMACIÓN] [ServerListPlus] [Core] Loaded configuration: ServerStatusConf
15400:13:37 [INFORMACIÓN] [ServerListPlus] [Core] Loaded configuration: PluginConf
15500:13:37 [CONFIGURAR] [ServerListPlus] [Core] 2 configurations loaded.
15600:13:37 [DETALLADO] [ServerListPlus] Registered proxy player tracking listener.
15700:13:37 [DETALLADO] [ServerListPlus] [Core] Configuration successfully reloaded!
15800:13:37 [DETALLADO] [ServerListPlus] [Core] Reloading profiles from: plugins\ServerListPlus\Profiles.json
15900:13:37 [CONFIGURAR] [ServerListPlus] [Core] Profile configuration not found, assuming the profile is disabled!
16000:13:37 [ADVERTENCIA] [ServerListPlus] [Core] Configuration is not enabled, nothing will be changed on the server! Please execute /slp enable to enable the configuration.
16100:13:37 [INFORMACIÓN] [ServerListPlus] [Core] Reloading saved player identities...
16200:13:37 [DETALLADO] [ServerListPlus] [Core] Storage location: plugins\ServerListPlus\PlayerCache.json
16300:13:37 [DETALLADO] [ServerListPlus] [Core] Player identities successfully reloaded from file.
16400:13:37 [INFORMACIÓN] [ServerListPlus] Successfully loaded!
16500:13:37 [INFORMACIÓN] Enabled plugin ServerListPlus version 3.4.7 by Minecrell <https://github.com/Minecrell>
16600:13:37 [INFORMACIÓN] Enabled plugin cmd_send version git:cmd_send:1.11-SNAPSHOT:129693f:1214 by SpigotMC
16700:13:38 [INFORMACIÓN] Listening on mc.zonahosting.us/136.243.60.38:25654
16800:13:40 [INFORMACIÓN] Disabling plugins
16900:13:42 [INFORMACIÓN] Using standard Java JCE cipher. To enable the OpenSSL based native cipher, please make sure you are using 64 bit Ubuntu or Debian with libssl installed.
17000:13:42 [INFORMACIÓN] Using standard Java compressor. To enable zero copy compression, run on 64 bit Linux
17100:13:42 [INFORMACIÓN] Enabled BungeeCord version git:BungeeCord-Bootstrap:1.11-SNAPSHOT:129693f:1214
17200:13:42 [INFORMACIÓN] Discovered module: ModuleSpec(name=cmd_alert, file=modules\cmd_alert.jar, provider=JenkinsModuleSource())
17300:13:42 [INFORMACIÓN] Discovered module: ModuleSpec(name=cmd_find, file=modules\cmd_find.jar, provider=JenkinsModuleSource())
17400:13:42 [INFORMACIÓN] Discovered module: ModuleSpec(name=cmd_list, file=modules\cmd_list.jar, provider=JenkinsModuleSource())
17500:13:42 [INFORMACIÓN] Discovered module: ModuleSpec(name=cmd_send, file=modules\cmd_send.jar, provider=JenkinsModuleSource())
17600:13:42 [INFORMACIÓN] Discovered module: ModuleSpec(name=cmd_server, file=modules\cmd_server.jar, provider=JenkinsModuleSource())
17700:13:42 [INFORMACIÓN] Discovered module: ModuleSpec(name=reconnect_yaml, file=modules\reconnect_yaml.jar, provider=JenkinsModuleSource())
17800:13:42 [INFORMACIÓN] Loaded plugin reconnect_yaml version git:reconnect_yaml:1.11-SNAPSHOT:129693f:1214 by SpigotMC
17900:13:42 [INFORMACIÓN] Loaded plugin SkinsRestorer version 10.3.4 by _Shevchik_
18000:13:42 [INFORMACIÓN] Loaded plugin BungeePluginBlocker version 1.0 by Inkzzz
18100:13:42 [INFORMACIÓN] Loaded plugin BungeeTools-HubCommand version 0.1 by De24
18200:13:42 [INFORMACIÓN] Loaded plugin cmd_list version git:cmd_list:1.11-SNAPSHOT:129693f:1214 by SpigotMC
18300:13:42 [INFORMACIÓN] Loaded plugin EhLogin version 2.1.1 by null
18400:13:42 [INFORMACIÓN] Loaded plugin cmd_find version git:cmd_find:1.11-SNAPSHOT:129693f:1214 by SpigotMC
18500:13:42 [INFORMACIÓN] Loaded plugin BungeeKick version 1.2 by Vik1395
18600:13:42 [INFORMACIÓN] Loaded plugin ViaVersion version 0.9.9 by _MylesC
18700:13:42 [INFORMACIÓN] Loaded plugin cmd_server version git:cmd_server:1.11-SNAPSHOT:129693f:1214 by SpigotMC
18800:13:42 [INFORMACIÓN] Loaded plugin cmd_alert version git:cmd_alert:1.11-SNAPSHOT:129693f:1214 by SpigotMC
18900:13:42 [INFORMACIÓN] Loaded plugin ServerListPlus version 3.4.7 by Minecrell <https://github.com/Minecrell>
19000:13:42 [INFORMACIÓN] Loaded plugin cmd_send version git:cmd_send:1.11-SNAPSHOT:129693f:1214 by SpigotMC
19100:13:42 [GRAVE] Exception in thread "main"
19200:13:42 [GRAVE] org.yaml.snakeyaml.error.YAMLException: java.nio.charset.MalformedInputException: Input length = 1
19300:13:42 [GRAVE] at org.yaml.snakeyaml.reader.StreamReader.update(StreamReader.java:200)
19400:13:42 [GRAVE] at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:60)
19500:13:42 [GRAVE] at org.yaml.snakeyaml.Yaml.load(Yaml.java:412)
19600:13:42 [GRAVE] at net.md_5.bungee.conf.YamlConfig.load(YamlConfig.java:63)
19700:13:42 [GRAVE] at net.md_5.bungee.conf.Configuration.load(Configuration.java:64)
19800:13:42 [GRAVE] at net.md_5.bungee.BungeeCord.start(BungeeCord.java:264)
19900:13:42 [GRAVE] at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:55)
20000:13:42 [GRAVE] at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
20100:13:42 [GRAVE] Caused by: java.nio.charset.MalformedInputException: Input length = 1
20200:13:42 [GRAVE] at java.nio.charset.CoderResult.throwException(Unknown Source)
20300:13:42 [GRAVE] at sun.nio.cs.StreamDecoder.implRead(Unknown Source)
20400:13:42 [GRAVE] at sun.nio.cs.StreamDecoder.read(Unknown Source)
20500:13:42 [GRAVE] at java.io.InputStreamReader.read(Unknown Source)
20600:13:42 [GRAVE] at org.yaml.snakeyaml.reader.UnicodeReader.read(UnicodeReader.java:123)
20700:13:42 [GRAVE] at java.io.Reader.read(Unknown Source)
20800:13:42 [GRAVE] at org.yaml.snakeyaml.reader.StreamReader.update(StreamReader.java:184)
20900:13:42 [GRAVE] ... 7 more