magefree / mage

Magic Another Game Engine
http://xmage.today
MIT License
1.84k stars 756 forks source link

Feedback XMage Version 1.4.42 (January 2020) #6169

Open JayDi85 opened 4 years ago

JayDi85 commented 4 years ago

CARDS

v0 (on 10.01.2020)

v0 (on 12.01.2020)

v0 (on 16.01.2020)

v1-beta on 12.01.2020

v1-beta on 15.01.2020

v1 on 18.01.2020

v2 on 24.01.2020

v2 (on 01.02.2020)

OTHER

v0 (on 12.01.2020)

v1 (on 18.01.2020)

v2 on 24.01.2020

v2 on 01.02.2020

imendi7 commented 4 years ago

Not sure if this is the best place to report bugs for THB, I write it just in case:

thedocdoctor commented 4 years ago
jeffwadsworth commented 4 years ago

Agonizing Remorse did not allow us to select a card, and locked the game.

Fixed.

jeffwadsworth commented 4 years ago

Not sure if this is the best place to report bugs for THB, I write it just in case:

  • The First Iroan Games: does not sacrifice after getting 4 lore counters

Fixed.

thedocdoctor commented 4 years ago
thedocdoctor commented 4 years ago
* [ ]  Kroxa, Titan of Death's Hunger is sacrificed when ETB from graveyard through escape mechanic

* [ ]  Uro, Titan of Nature's Wrath is sacrificed when ETB from graveyard through escape mechanic

This ends up not happening every time. But still at least 50% chance of the cards not sticking after escaping them.

TowanDG commented 4 years ago

Hopeful Idolon isn't triggering when an opponents creature dies with you enchantment on them.

Zerrisx commented 4 years ago

Looks like Hateful Eidolon is also not triggering off opponent's creatures with auras on them, likely for the same reason(s)

themogwi commented 4 years ago

Looks like there may be an issue with Dream Trawler. My last opponent stated they were unable to activate its "Discard a card:" ability.

MRCLVC commented 4 years ago

Tectonic Giant triggered ability is not working

philo-jh commented 4 years ago
Foxokon commented 4 years ago

There is a bug with Exitrpate. You are not allowed to pick the chosen card from your opponents hand. I don't know if the same problem exists for surgical extraction. Hope this is the right place to report this.

themogwi commented 4 years ago

Medomai's Prophecy - Chapter 4 trigger may be bugged.

Expected Result Look at the top card of each player’s library.

Actual Result Looked at only opponents top card.

themogwi commented 4 years ago

Lagonna-Band Storyteller - Enter trigger occurs, asks you to select an enchantment, after selection it asks if you would like to put it on top etc. Selecting "Yes" resulted in no life gained and the enchantment stayed in the graveyard.

duelcastermage commented 4 years ago

XMage doesn't let me cast Rise to Glory when I just have a creature in my graveyard. It seems to be requiring both a creature AND and aura (whereas the card allows one OR both).

https://github.com/magefree/mage/issues/6198

DanielMT57 commented 4 years ago

Agonizing remorse doesnt make you lose 1 life.

allentiak commented 4 years ago

The Network stack seems to be extremely slow:

JayDi85 commented 4 years ago

@allentiak server/client startup related to OS's system file cache. As example: Windows will cache files from disk to memory and it will increase speed on next startup. If your system do not use cache (e.g. too slow on startup) then it can be low free memory in OS.

P.S. Also first run after update can be slow -- it re-create cards database files from scratch (\xmage\mage-*\db\ folder). But next runs must be fast.

P.P.S. In v1 (start of the january) were introduced extra data compression -- it increased CPU usage too. Maybe in next version it will be disabled again.

allentiak commented 4 years ago

@JayDi85 Thanks for the update!

BTW: I know the first time is always the slowest one. However, the times I mentioned above are the normal ones (read: after recreating the DB).

JayDi85 commented 4 years ago

I'm researched logs at beta server (simple cloud server: 1 cpu, 2 GB, SSD disk) -- normal startup time is 20-30 seconds all the time (in December and January). Database create startup -- 1 minute.

Try to check free memory available on your OS (I'm talking about system memory, not xmage's app memory settings).

P.S. windows file cache have limits and can be overflowed on another app active disk usage. As example: if you run antivirus to check files on computer then it "eats" all files cache (after hours) and system will freezes on any disk operations until restart. KIS antivirus have that bug.

allentiak commented 4 years ago

On Tue, 4 Feb 2020 at 12:16, Oleg Agafonov notifications@github.com wrote:

Try to check free memory available on your OS (I'm talking about system memory, not xmage's app memory settings).

Do you mean from the Launcher's Java settings? My system has 16G of RAM...

JayDi85 commented 4 years ago

Nope, I'm talking about OS free memory. Xmage server app works fine with default 500 MB for local games (you can change it by launcher settings -- same as client).

What can you try:

If your normal startup time will take minutes then something wrong with HDD (check it for errors) or antivirus/antimalware software (try to disable to check).

Also try to report slow startup logs here. It can be problem like proxy-network -- logs can show it (slow command).

allentiak commented 4 years ago

Below are the startup logs. You will notice the difference in startup time.

In the same machine, with the same config:

Version Startup time
1.4.42V0 > 1'
1.4.42V1 > (not tested)
1.4.42V2 > 1'
1.4.42V3 > 5' (!)

Startup log (1.4.42V0)

FO  2020-01-10 21:55:06,990 Starting MAGE server version 1.4.42V0 (build: 2020-01-09 05:11)                            =>[main] Main.main
INFO  2020-01-10 21:55:06,992 Logging level: DEBUG                                                                       =>[main] Main.main
INFO  2020-01-10 21:55:07,204 Loading database...                                                                        =>[main] RepositoryUtil.bootstrapLocalDb
INFO  2020-01-10 21:55:08,376 Done.                                                                                      =>[main] Main.main
INFO  2020-01-10 21:55:08,376 Loading extension packages...                                                              =>[main] Main.main
INFO  2020-01-10 21:55:08,377 Done.                                                                                      =>[main] Main.main
INFO  2020-01-10 21:55:08,377 Loading cards...                                                                           =>[main] Main.main
INFO  2020-01-10 21:55:15,068 DB: need to add 35 new cards                                                               =>[main] CardRepository.lambda$saveCards$0
INFO  2020-01-10 21:55:15,095 Done.                                                                                      =>[main] Main.main
INFO  2020-01-10 21:55:15,095 Updating user stats DB...                                                                  =>[main] Main.main
INFO  2020-01-10 21:55:15,178 Done.                                                                                      =>[main] Main.main
DEBUG 2020-01-10 21:55:15,180 Loading game type: mage.game.TwoPlayerMatch                                                =>[main] Main.loadGameType
DEBUG 2020-01-10 21:55:15,182 Loading plugin: mage.game.TwoPlayerMatch                                                   =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,186 Loading game type: mage.game.FreeForAllMatch                                               =>[main] Main.loadGameType
DEBUG 2020-01-10 21:55:15,188 Loading plugin: mage.game.FreeForAllMatch                                                  =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,188 Loading game type: mage.game.CommanderDuelMatch                                            =>[main] Main.loadGameType
DEBUG 2020-01-10 21:55:15,191 Loading plugin: mage.game.CommanderDuelMatch                                               =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,192 Loading game type: mage.game.CommanderFreeForAllMatch                                      =>[main] Main.loadGameType
DEBUG 2020-01-10 21:55:15,193 Loading plugin: mage.game.CommanderFreeForAllMatch                                         =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,194 Loading game type: mage.game.TinyLeadersDuelMatch                                          =>[main] Main.loadGameType
DEBUG 2020-01-10 21:55:15,195 Loading plugin: mage.game.TinyLeadersDuelMatch                                             =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,196 Loading game type: mage.game.CanadianHighlanderDuelMatch                                   =>[main] Main.loadGameType
DEBUG 2020-01-10 21:55:15,197 Loading plugin: mage.game.CanadianHighlanderDuelMatch                                      =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,198 Loading game type: mage.game.PennyDreadfulCommanderFreeForAllMatch                         =>[main] Main.loadGameType
DEBUG 2020-01-10 21:55:15,199 Loading plugin: mage.game.PennyDreadfulCommanderFreeForAllMatch                            =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,200 Loading game type: mage.game.FreeformCommanderDuelMatch                                    =>[main] Main.loadGameType
DEBUG 2020-01-10 21:55:15,201 Loading plugin: mage.game.FreeformCommanderDuelMatch                                       =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,202 Loading game type: mage.game.FreeformCommanderFreeForAllMatch                              =>[main] Main.loadGameType
DEBUG 2020-01-10 21:55:15,204 Loading plugin: mage.game.FreeformCommanderFreeForAllMatch                                 =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,205 Loading game type: mage.game.OathbreakerDuelMatch                                          =>[main] Main.loadGameType
DEBUG 2020-01-10 21:55:15,206 Loading plugin: mage.game.OathbreakerDuelMatch                                             =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,207 Loading game type: mage.game.OathbreakerFreeForAllMatch                                    =>[main] Main.loadGameType
DEBUG 2020-01-10 21:55:15,208 Loading plugin: mage.game.OathbreakerFreeForAllMatch                                       =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,209 Loading game type: mage.game.BrawlDuelMatch                                                =>[main] Main.loadGameType
DEBUG 2020-01-10 21:55:15,211 Loading plugin: mage.game.BrawlDuelMatch                                                   =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,212 Loading game type: mage.game.BrawlFreeForAllMatch                                          =>[main] Main.loadGameType
DEBUG 2020-01-10 21:55:15,213 Loading plugin: mage.game.BrawlFreeForAllMatch                                             =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,214 Loading game type: mage.game.MomirDuelMatch                                                =>[main] Main.loadGameType
DEBUG 2020-01-10 21:55:15,215 Loading plugin: mage.game.MomirDuelMatch                                                   =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,216 Loading game type: mage.game.MomirFreeForAllMatch                                          =>[main] Main.loadGameType
DEBUG 2020-01-10 21:55:15,217 Loading plugin: mage.game.MomirFreeForAllMatch                                             =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,220 Loading tournament type: mage.tournament.ConstructedEliminationTournament                  =>[main] Main.loadTournamentType
DEBUG 2020-01-10 21:55:15,222 Loading plugin: mage.tournament.ConstructedEliminationTournament                           =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,226 Loading tournament type: mage.tournament.ConstructedSwissTournament                        =>[main] Main.loadTournamentType
DEBUG 2020-01-10 21:55:15,227 Loading plugin: mage.tournament.ConstructedSwissTournament                                 =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,227 Loading tournament type: mage.tournament.BoosterDraftEliminationTournament                 =>[main] Main.loadTournamentType
DEBUG 2020-01-10 21:55:15,229 Loading plugin: mage.tournament.BoosterDraftEliminationTournament                          =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,230 Loading tournament type: mage.tournament.BoosterDraftEliminationTournament                 =>[main] Main.loadTournamentType
DEBUG 2020-01-10 21:55:15,231 Loading plugin: mage.tournament.BoosterDraftEliminationTournament                          =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,231 Loading tournament type: mage.tournament.RandomBoosterDraftEliminationTournament           =>[main] Main.loadTournamentType
DEBUG 2020-01-10 21:55:15,231 Loading plugin: mage.tournament.RandomBoosterDraftEliminationTournament                    =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,232 Loading tournament type: mage.tournament.RichManDraftEliminationTournament                 =>[main] Main.loadTournamentType
DEBUG 2020-01-10 21:55:15,233 Loading plugin: mage.tournament.RichManDraftEliminationTournament                          =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,233 Loading tournament type: mage.tournament.RichManCubeDraftEliminationTournament             =>[main] Main.loadTournamentType
DEBUG 2020-01-10 21:55:15,234 Loading plugin: mage.tournament.RichManCubeDraftEliminationTournament                      =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,235 Loading tournament type: mage.tournament.BoosterDraftSwissTournament                       =>[main] Main.loadTournamentType
DEBUG 2020-01-10 21:55:15,236 Loading plugin: mage.tournament.BoosterDraftSwissTournament                                =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,236 Loading tournament type: mage.tournament.BoosterDraftSwissTournament                       =>[main] Main.loadTournamentType
DEBUG 2020-01-10 21:55:15,237 Loading plugin: mage.tournament.BoosterDraftSwissTournament                                =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,238 Loading tournament type: mage.tournament.RandomBoosterDraftSwissTournament                 =>[main] Main.loadTournamentType
DEBUG 2020-01-10 21:55:15,238 Loading plugin: mage.tournament.RandomBoosterDraftSwissTournament                          =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,239 Loading tournament type: mage.tournament.SealedEliminationTournament                       =>[main] Main.loadTournamentType
DEBUG 2020-01-10 21:55:15,241 Loading plugin: mage.tournament.SealedEliminationTournament                                =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,242 Loading tournament type: mage.tournament.SealedEliminationTournament                       =>[main] Main.loadTournamentType
DEBUG 2020-01-10 21:55:15,243 Loading plugin: mage.tournament.SealedEliminationTournament                                =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,243 Loading tournament type: mage.tournament.SealedSwissTournament                             =>[main] Main.loadTournamentType
DEBUG 2020-01-10 21:55:15,244 Loading plugin: mage.tournament.SealedSwissTournament                                      =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,245 Loading tournament type: mage.tournament.SealedSwissTournament                             =>[main] Main.loadTournamentType
DEBUG 2020-01-10 21:55:15,245 Loading plugin: mage.tournament.SealedSwissTournament                                      =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,248 Loading plugin: mage.player.human.HumanPlayer                                              =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,272 Loading plugin: mage.player.ai.ComputerPlayer7                                             =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,289 Loading plugin: mage.player.ai.ComputerDraftPlayer                                         =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,292 Loading plugin: mage.tournament.cubes.AdamStyborskisPauperCube                             =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,296 Loading plugin: mage.tournament.cubes.BensCube                                             =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,300 Loading plugin: mage.tournament.cubes.CubeTutor360Pauper                                   =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,303 Loading plugin: mage.tournament.cubes.CubeTutor720                                         =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,307 Loading plugin: mage.tournament.cubes.EricKlugsProTourCube                                 =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,311 Loading plugin: mage.tournament.cubes.GuillaumeMatignonsJennysJohnnysCube                  =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,314 Loading plugin: mage.tournament.cubes.JimDavisCube                                         =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,317 Loading plugin: mage.tournament.cubes.JosephVasolisPeasantCube                             =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,321 Loading plugin: mage.tournament.cubes.MonoBlueCube                                         =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,324 Loading plugin: mage.tournament.cubes.SamBlacksCube                                        =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,327 Loading plugin: mage.tournament.cubes.TimotheeSimonotsTwistedColorPieCube                  =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,330 Loading plugin: mage.tournament.cubes.MTGOMarchCube2014                                    =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,333 Loading plugin: mage.tournament.cubes.LegacyCube                                           =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,335 Loading plugin: mage.tournament.cubes.LegacyCubeMarch2015                                  =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,338 Loading plugin: mage.tournament.cubes.LegacyCubeSeptember2015                              =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,341 Loading plugin: mage.tournament.cubes.LegacyCubeJanuary2016                                =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,345 Loading plugin: mage.tournament.cubes.LegacyCubeSeptember2016                              =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,348 Loading plugin: mage.tournament.cubes.LegacyCubeJanuary2017                                =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,351 Loading plugin: mage.tournament.cubes.LegacyCubeApril2017                                  =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,354 Loading plugin: mage.tournament.cubes.LegacyCube2018February                               =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,357 Loading plugin: mage.tournament.cubes.LegacyCubeJuly2019                                   =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,360 Loading plugin: mage.tournament.cubes.LegendaryCube                                        =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,363 Loading plugin: mage.tournament.cubes.LegendaryCubeApril2016                               =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,365 Loading plugin: mage.tournament.cubes.ModernCube2017                                       =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,368 Loading plugin: mage.tournament.cubes.VintageCube2013                                      =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,371 Loading plugin: mage.tournament.cubes.VintageCube2014                                      =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,375 Loading plugin: mage.tournament.cubes.VintageCube2015                                      =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,378 Loading plugin: mage.tournament.cubes.VintageCube2016                                      =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,380 Loading plugin: mage.tournament.cubes.VintageCubeJune2016                                  =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,383 Loading plugin: mage.tournament.cubes.VintageCubeNovember2016                              =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,386 Loading plugin: mage.tournament.cubes.VintageCubeJune2017                                  =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,389 Loading plugin: mage.tournament.cubes.VintageCubeDecember2017                              =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,392 Loading plugin: mage.tournament.cubes.VintageCubeJune2018                                  =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,395 Loading plugin: mage.tournament.cubes.VintageCubeDecember2018                              =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,398 Loading plugin: mage.tournament.cubes.VintageCubeJune2019                                  =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,401 Loading plugin: mage.tournament.cubes.VintageCubeDecember2019                              =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,404 Loading plugin: mage.tournament.cubes.ScgConCube2018December                               =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,406 Loading plugin: mage.tournament.cubes.PeasantsToolboxCube                                  =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,410 Loading plugin: mage.tournament.cubes.MTGCube                                              =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,413 Loading plugin: mage.tournament.cubes.CubeFromDeck                                         =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,414 Loading plugin: mage.deck.Standard                                                         =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,417 Loading plugin: mage.deck.Extended                                                         =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,418 Loading plugin: mage.deck.Frontier                                                         =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,418 Loading plugin: mage.deck.Pioneer                                                          =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,419 Loading plugin: mage.deck.Modern                                                           =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,420 Loading plugin: mage.deck.ModernNoBannedList                                               =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,420 Loading plugin: mage.deck.Eternal                                                          =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,423 Loading plugin: mage.deck.Legacy                                                           =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,425 Loading plugin: mage.deck.Vintage                                                          =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,426 Loading plugin: mage.deck.Pauper                                                           =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,426 Loading plugin: mage.deck.HistoricalType2                                                  =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,427 Loading plugin: mage.deck.SuperType2                                                       =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,428 Loading plugin: mage.deck.AusHighlander                                                    =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,430 Loading plugin: mage.deck.CanadianHighlander                                               =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,431 Loading plugin: mage.deck.OldSchool9394                                                    =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,431 Loading plugin: mage.deck.OldSchool9394Italian                                             =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,432 Loading plugin: mage.deck.OldSchool9394CFB                                                 =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,433 Loading plugin: mage.deck.OldSchool9394EG                                                  =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,433 Loading plugin: mage.deck.OldSchool9394EC                                                  =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,434 Loading plugin: mage.deck.Premodern                                                        =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,435 Loading plugin: mage.deck.Freeform                                                         =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,435 Loading plugin: mage.deck.Commander                                                        =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,438 Loading plugin: mage.deck.DuelCommander                                                    =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,438 Loading plugin: mage.deck.MTGO1v1Commander                                                 =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,439 Loading plugin: mage.deck.CenturionCommander                                               =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,440 Loading plugin: mage.deck.TinyLeaders                                                      =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,441 Loading plugin: mage.deck.Momir                                                            =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,442 Loading plugin: mage.deck.PennyDreadfulCommander                                           =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,443 Loading plugin: mage.deck.FreeformCommander                                                =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,443 Loading plugin: mage.deck.Brawl                                                            =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,444 Loading plugin: mage.deck.Oathbreaker                                                      =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,445 Loading plugin: mage.deck.AmonkhetBlock                                                    =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,445 Loading plugin: mage.deck.BattleForZendikarBlock                                           =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,446 Loading plugin: mage.deck.InnistradBlock                                                   =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,446 Loading plugin: mage.deck.IxalanBlock                                                      =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,446 Loading plugin: mage.deck.KaladeshBlock                                                    =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,447 Loading plugin: mage.deck.KamigawaBlock                                                    =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,447 Loading plugin: mage.deck.KhansOfTarkirBlock                                               =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,448 Loading plugin: mage.deck.LorwynBlock                                                      =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,448 Loading plugin: mage.deck.ReturnToRavnicaBlock                                             =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,449 Loading plugin: mage.deck.ScarsOfMirrodinBlock                                             =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,449 Loading plugin: mage.deck.ShadowmoorBlock                                                  =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,450 Loading plugin: mage.deck.ShadowsOverInnistradBlock                                        =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,450 Loading plugin: mage.deck.ShardsOfAlaraBlock                                               =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,450 Loading plugin: mage.deck.TherosBlock                                                      =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,451 Loading plugin: mage.deck.ZendikarBlock                                                    =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,451 Loading plugin: mage.deck.StarWarsBlock                                                    =>[main] Main.loadPlugin
DEBUG 2020-01-10 21:55:15,452 Loading plugin: mage.deck.Limited                                                          =>[main] Main.loadPlugin
INFO  2020-01-10 21:55:15,453 Config - max seconds idle: 600                                                             =>[main] Main.main
INFO  2020-01-10 21:55:15,453 Config - max game threads: 10                                                              =>[main] Main.main
INFO  2020-01-10 21:55:15,453 Config - max AI opponents: 15                                                              =>[main] Main.main
INFO  2020-01-10 21:55:15,453 Config - min usr name le.: 3                                                               =>[main] Main.main
INFO  2020-01-10 21:55:15,454 Config - max usr name le.: 14                                                              =>[main] Main.main
INFO  2020-01-10 21:55:15,454 Config - min pswrd length: 8                                                               =>[main] Main.main
INFO  2020-01-10 21:55:15,454 Config - max pswrd length: 100                                                             =>[main] Main.main
INFO  2020-01-10 21:55:15,454 Config - inv.usr name pat: [^a-z0-9_]                                                      =>[main] Main.main
INFO  2020-01-10 21:55:15,454 Config - save game active: false                                                           =>[main] Main.main
INFO  2020-01-10 21:55:15,454 Config - backlog size    : 200                                                             =>[main] Main.main
INFO  2020-01-10 21:55:15,454 Config - lease period    : 5000                                                            =>[main] Main.main
INFO  2020-01-10 21:55:15,454 Config - sock wrt timeout: 10000                                                           =>[main] Main.main
INFO  2020-01-10 21:55:15,455 Config - max pool size   : 300                                                             =>[main] Main.main
INFO  2020-01-10 21:55:15,455 Config - num accp.threads: 2                                                               =>[main] Main.main
INFO  2020-01-10 21:55:15,455 Config - second.bind port: -1                                                              =>[main] Main.main
INFO  2020-01-10 21:55:15,455 Config - auth. activated : false                                                           =>[main] Main.main
INFO  2020-01-10 21:55:15,455 Config - mailgun api key :                                                                 =>[main] Main.main
INFO  2020-01-10 21:55:15,455 Config - mailgun domain  :                                                                 =>[main] Main.main
INFO  2020-01-10 21:55:15,455 Config - mail smtp Host  :                                                                 =>[main] Main.main
INFO  2020-01-10 21:55:15,455 Config - mail smtpPort   :                                                                 =>[main] Main.main
INFO  2020-01-10 21:55:15,456 Config - mail user       :                                                                 =>[main] Main.main
INFO  2020-01-10 21:55:15,456 Config - mail passw. len.: 0                                                               =>[main] Main.main
INFO  2020-01-10 21:55:15,456 Config - mail from addre.:                                                                 =>[main] Main.main
INFO  2020-01-10 21:55:15,456 Config - google account  :                                                                 =>[main] Main.main
INFO  2020-01-10 21:55:15,954 Started MAGE server - listening on 0.0.0.0:17171/?serializationtype=jboss&maxPoolSize=300  =>[main] Main.main

Startup log (1.4.42V2)

NFO  2020-02-01 02:28:16,472 Starting MAGE server version 1.4.42V2 (build: 2020-01-18 07:56)                            =>[main] Main.main
INFO  2020-02-01 02:28:16,474 Logging level: DEBUG                                                                       =>[main] Main.main
INFO  2020-02-01 02:28:16,636 Loading database...                                                                        =>[main] RepositoryUtil.bootstrapLocalDb
INFO  2020-02-01 02:28:17,266 Done.                                                                                      =>[main] Main.main
INFO  2020-02-01 02:28:17,266 Loading extension packages...                                                              =>[main] Main.main
INFO  2020-02-01 02:28:17,266 Done.                                                                                      =>[main] Main.main
INFO  2020-02-01 02:28:17,266 Loading cards...                                                                           =>[main] Main.main
INFO  2020-02-01 02:28:24,346 DB: need to add 35 new cards                                                               =>[main] CardRepository.lambda$saveCards$0
INFO  2020-02-01 02:28:24,378 Done.                                                                                      =>[main] Main.main
INFO  2020-02-01 02:28:24,378 Updating user stats DB...                                                                  =>[main] Main.main
INFO  2020-02-01 02:28:24,473 Done.                                                                                      =>[main] Main.main
DEBUG 2020-02-01 02:28:24,475 Loading game type: mage.game.TwoPlayerMatch                                                =>[main] Main.loadGameType
DEBUG 2020-02-01 02:28:24,477 Loading plugin: mage.game.TwoPlayerMatch                                                   =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,481 Loading game type: mage.game.FreeForAllMatch                                               =>[main] Main.loadGameType
DEBUG 2020-02-01 02:28:24,482 Loading plugin: mage.game.FreeForAllMatch                                                  =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,483 Loading game type: mage.game.CommanderDuelMatch                                            =>[main] Main.loadGameType
DEBUG 2020-02-01 02:28:24,485 Loading plugin: mage.game.CommanderDuelMatch                                               =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,485 Loading game type: mage.game.CommanderFreeForAllMatch                                      =>[main] Main.loadGameType
DEBUG 2020-02-01 02:28:24,486 Loading plugin: mage.game.CommanderFreeForAllMatch                                         =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,487 Loading game type: mage.game.TinyLeadersDuelMatch                                          =>[main] Main.loadGameType
DEBUG 2020-02-01 02:28:24,489 Loading plugin: mage.game.TinyLeadersDuelMatch                                             =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,490 Loading game type: mage.game.CanadianHighlanderDuelMatch                                   =>[main] Main.loadGameType
DEBUG 2020-02-01 02:28:24,491 Loading plugin: mage.game.CanadianHighlanderDuelMatch                                      =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,492 Loading game type: mage.game.PennyDreadfulCommanderFreeForAllMatch                         =>[main] Main.loadGameType
DEBUG 2020-02-01 02:28:24,493 Loading plugin: mage.game.PennyDreadfulCommanderFreeForAllMatch                            =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,494 Loading game type: mage.game.FreeformCommanderDuelMatch                                    =>[main] Main.loadGameType
DEBUG 2020-02-01 02:28:24,495 Loading plugin: mage.game.FreeformCommanderDuelMatch                                       =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,497 Loading game type: mage.game.FreeformCommanderFreeForAllMatch                              =>[main] Main.loadGameType
DEBUG 2020-02-01 02:28:24,498 Loading plugin: mage.game.FreeformCommanderFreeForAllMatch                                 =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,500 Loading game type: mage.game.OathbreakerDuelMatch                                          =>[main] Main.loadGameType
DEBUG 2020-02-01 02:28:24,506 Loading plugin: mage.game.OathbreakerDuelMatch                                             =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,507 Loading game type: mage.game.OathbreakerFreeForAllMatch                                    =>[main] Main.loadGameType
DEBUG 2020-02-01 02:28:24,509 Loading plugin: mage.game.OathbreakerFreeForAllMatch                                       =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,509 Loading game type: mage.game.BrawlDuelMatch                                                =>[main] Main.loadGameType
DEBUG 2020-02-01 02:28:24,511 Loading plugin: mage.game.BrawlDuelMatch                                                   =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,512 Loading game type: mage.game.BrawlFreeForAllMatch                                          =>[main] Main.loadGameType
DEBUG 2020-02-01 02:28:24,513 Loading plugin: mage.game.BrawlFreeForAllMatch                                             =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,513 Loading game type: mage.game.MomirDuelMatch                                                =>[main] Main.loadGameType
DEBUG 2020-02-01 02:28:24,514 Loading plugin: mage.game.MomirDuelMatch                                                   =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,516 Loading game type: mage.game.MomirFreeForAllMatch                                          =>[main] Main.loadGameType
DEBUG 2020-02-01 02:28:24,517 Loading plugin: mage.game.MomirFreeForAllMatch                                             =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,519 Loading tournament type: mage.tournament.ConstructedEliminationTournament                  =>[main] Main.loadTournamentType
DEBUG 2020-02-01 02:28:24,520 Loading plugin: mage.tournament.ConstructedEliminationTournament                           =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,525 Loading tournament type: mage.tournament.ConstructedSwissTournament                        =>[main] Main.loadTournamentType
DEBUG 2020-02-01 02:28:24,526 Loading plugin: mage.tournament.ConstructedSwissTournament                                 =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,528 Loading tournament type: mage.tournament.BoosterDraftEliminationTournament                 =>[main] Main.loadTournamentType
DEBUG 2020-02-01 02:28:24,529 Loading plugin: mage.tournament.BoosterDraftEliminationTournament                          =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,531 Loading tournament type: mage.tournament.BoosterDraftEliminationTournament                 =>[main] Main.loadTournamentType
DEBUG 2020-02-01 02:28:24,532 Loading plugin: mage.tournament.BoosterDraftEliminationTournament                          =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,533 Loading tournament type: mage.tournament.RandomBoosterDraftEliminationTournament           =>[main] Main.loadTournamentType
DEBUG 2020-02-01 02:28:24,533 Loading plugin: mage.tournament.RandomBoosterDraftEliminationTournament                    =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,535 Loading tournament type: mage.tournament.RichManDraftEliminationTournament                 =>[main] Main.loadTournamentType
DEBUG 2020-02-01 02:28:24,535 Loading plugin: mage.tournament.RichManDraftEliminationTournament                          =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,536 Loading tournament type: mage.tournament.RichManCubeDraftEliminationTournament             =>[main] Main.loadTournamentType
DEBUG 2020-02-01 02:28:24,537 Loading plugin: mage.tournament.RichManCubeDraftEliminationTournament                      =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,538 Loading tournament type: mage.tournament.BoosterDraftSwissTournament                       =>[main] Main.loadTournamentType
DEBUG 2020-02-01 02:28:24,539 Loading plugin: mage.tournament.BoosterDraftSwissTournament                                =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,540 Loading tournament type: mage.tournament.BoosterDraftSwissTournament                       =>[main] Main.loadTournamentType
DEBUG 2020-02-01 02:28:24,541 Loading plugin: mage.tournament.BoosterDraftSwissTournament                                =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,541 Loading tournament type: mage.tournament.RandomBoosterDraftSwissTournament                 =>[main] Main.loadTournamentType
DEBUG 2020-02-01 02:28:24,542 Loading plugin: mage.tournament.RandomBoosterDraftSwissTournament                          =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,542 Loading tournament type: mage.tournament.SealedEliminationTournament                       =>[main] Main.loadTournamentType
DEBUG 2020-02-01 02:28:24,543 Loading plugin: mage.tournament.SealedEliminationTournament                                =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,544 Loading tournament type: mage.tournament.SealedEliminationTournament                       =>[main] Main.loadTournamentType
DEBUG 2020-02-01 02:28:24,545 Loading plugin: mage.tournament.SealedEliminationTournament                                =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,545 Loading tournament type: mage.tournament.SealedSwissTournament                             =>[main] Main.loadTournamentType
DEBUG 2020-02-01 02:28:24,546 Loading plugin: mage.tournament.SealedSwissTournament                                      =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,546 Loading tournament type: mage.tournament.SealedSwissTournament                             =>[main] Main.loadTournamentType
DEBUG 2020-02-01 02:28:24,547 Loading plugin: mage.tournament.SealedSwissTournament                                      =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,548 Loading plugin: mage.player.human.HumanPlayer                                              =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,567 Loading plugin: mage.player.ai.ComputerPlayer7                                             =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,579 Loading plugin: mage.player.ai.ComputerDraftPlayer                                         =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,580 Loading plugin: mage.tournament.cubes.AdamStyborskisPauperCube                             =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,583 Loading plugin: mage.tournament.cubes.BensCube                                             =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,586 Loading plugin: mage.tournament.cubes.CubeTutor360Pauper                                   =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,589 Loading plugin: mage.tournament.cubes.CubeTutor720                                         =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,592 Loading plugin: mage.tournament.cubes.EricKlugsProTourCube                                 =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,595 Loading plugin: mage.tournament.cubes.GuillaumeMatignonsJennysJohnnysCube                  =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,599 Loading plugin: mage.tournament.cubes.JimDavisCube                                         =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,601 Loading plugin: mage.tournament.cubes.JosephVasolisPeasantCube                             =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,603 Loading plugin: mage.tournament.cubes.MonoBlueCube                                         =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,606 Loading plugin: mage.tournament.cubes.SamBlacksCube                                        =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,609 Loading plugin: mage.tournament.cubes.TimotheeSimonotsTwistedColorPieCube                  =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,612 Loading plugin: mage.tournament.cubes.MTGOMarchCube2014                                    =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,615 Loading plugin: mage.tournament.cubes.LegacyCube                                           =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,618 Loading plugin: mage.tournament.cubes.LegacyCubeMarch2015                                  =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,621 Loading plugin: mage.tournament.cubes.LegacyCubeSeptember2015                              =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,623 Loading plugin: mage.tournament.cubes.LegacyCubeJanuary2016                                =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,626 Loading plugin: mage.tournament.cubes.LegacyCubeSeptember2016                              =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,629 Loading plugin: mage.tournament.cubes.LegacyCubeJanuary2017                                =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,632 Loading plugin: mage.tournament.cubes.LegacyCubeApril2017                                  =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,635 Loading plugin: mage.tournament.cubes.LegacyCube2018February                               =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,639 Loading plugin: mage.tournament.cubes.LegacyCubeJuly2019                                   =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,642 Loading plugin: mage.tournament.cubes.LegendaryCube                                        =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,645 Loading plugin: mage.tournament.cubes.LegendaryCubeApril2016                               =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,648 Loading plugin: mage.tournament.cubes.ModernCube2017                                       =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,650 Loading plugin: mage.tournament.cubes.VintageCube2013                                      =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,653 Loading plugin: mage.tournament.cubes.VintageCube2014                                      =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,656 Loading plugin: mage.tournament.cubes.VintageCube2015                                      =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,659 Loading plugin: mage.tournament.cubes.VintageCube2016                                      =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,663 Loading plugin: mage.tournament.cubes.VintageCubeJune2016                                  =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,666 Loading plugin: mage.tournament.cubes.VintageCubeNovember2016                              =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,670 Loading plugin: mage.tournament.cubes.VintageCubeJune2017                                  =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,674 Loading plugin: mage.tournament.cubes.VintageCubeDecember2017                              =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,677 Loading plugin: mage.tournament.cubes.VintageCubeJune2018                                  =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,681 Loading plugin: mage.tournament.cubes.VintageCubeDecember2018                              =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,684 Loading plugin: mage.tournament.cubes.VintageCubeJune2019                                  =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,688 Loading plugin: mage.tournament.cubes.VintageCubeDecember2019                              =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,691 Loading plugin: mage.tournament.cubes.ScgConCube2018December                               =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,693 Loading plugin: mage.tournament.cubes.PeasantsToolboxCube                                  =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,697 Loading plugin: mage.tournament.cubes.MTGCube                                              =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,700 Loading plugin: mage.tournament.cubes.CubeFromDeck                                         =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,701 Loading plugin: mage.deck.Standard                                                         =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,703 Loading plugin: mage.deck.Extended                                                         =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,704 Loading plugin: mage.deck.Frontier                                                         =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,704 Loading plugin: mage.deck.Pioneer                                                          =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,705 Loading plugin: mage.deck.Modern                                                           =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,705 Loading plugin: mage.deck.ModernNoBannedList                                               =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,706 Loading plugin: mage.deck.Eternal                                                          =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,708 Loading plugin: mage.deck.Legacy                                                           =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,709 Loading plugin: mage.deck.Vintage                                                          =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,710 Loading plugin: mage.deck.Pauper                                                           =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,712 Loading plugin: mage.deck.HistoricalType2                                                  =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,713 Loading plugin: mage.deck.SuperType2                                                       =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,714 Loading plugin: mage.deck.AusHighlander                                                    =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,715 Loading plugin: mage.deck.CanadianHighlander                                               =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,717 Loading plugin: mage.deck.OldSchool9394                                                    =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,718 Loading plugin: mage.deck.OldSchool9394Italian                                             =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,718 Loading plugin: mage.deck.OldSchool9394CFB                                                 =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,720 Loading plugin: mage.deck.OldSchool9394EG                                                  =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,720 Loading plugin: mage.deck.OldSchool9394EC                                                  =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,722 Loading plugin: mage.deck.Premodern                                                        =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,722 Loading plugin: mage.deck.Freeform                                                         =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,723 Loading plugin: mage.deck.Commander                                                        =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,727 Loading plugin: mage.deck.DuelCommander                                                    =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,728 Loading plugin: mage.deck.MTGO1v1Commander                                                 =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,729 Loading plugin: mage.deck.CenturionCommander                                               =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,731 Loading plugin: mage.deck.TinyLeaders                                                      =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,732 Loading plugin: mage.deck.Momir                                                            =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,733 Loading plugin: mage.deck.PennyDreadfulCommander                                           =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,735 Loading plugin: mage.deck.FreeformCommander                                                =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,736 Loading plugin: mage.deck.Brawl                                                            =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,737 Loading plugin: mage.deck.Oathbreaker                                                      =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,738 Loading plugin: mage.deck.AmonkhetBlock                                                    =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,739 Loading plugin: mage.deck.BattleForZendikarBlock                                           =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,739 Loading plugin: mage.deck.InnistradBlock                                                   =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,740 Loading plugin: mage.deck.IxalanBlock                                                      =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,740 Loading plugin: mage.deck.KaladeshBlock                                                    =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,741 Loading plugin: mage.deck.KamigawaBlock                                                    =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,741 Loading plugin: mage.deck.KhansOfTarkirBlock                                               =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,742 Loading plugin: mage.deck.LorwynBlock                                                      =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,742 Loading plugin: mage.deck.ReturnToRavnicaBlock                                             =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,742 Loading plugin: mage.deck.ScarsOfMirrodinBlock                                             =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,743 Loading plugin: mage.deck.ShadowmoorBlock                                                  =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,743 Loading plugin: mage.deck.ShadowsOverInnistradBlock                                        =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,744 Loading plugin: mage.deck.ShardsOfAlaraBlock                                               =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,744 Loading plugin: mage.deck.TherosBlock                                                      =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,745 Loading plugin: mage.deck.ZendikarBlock                                                    =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,746 Loading plugin: mage.deck.StarWarsBlock                                                    =>[main] Main.loadPlugin
DEBUG 2020-02-01 02:28:24,747 Loading plugin: mage.deck.Limited                                                          =>[main] Main.loadPlugin
INFO  2020-02-01 02:28:24,748 Config - max seconds idle: 600                                                             =>[main] Main.main
INFO  2020-02-01 02:28:24,748 Config - max game threads: 10                                                              =>[main] Main.main
INFO  2020-02-01 02:28:24,748 Config - max AI opponents: 15                                                              =>[main] Main.main
INFO  2020-02-01 02:28:24,749 Config - min usr name le.: 3                                                               =>[main] Main.main
INFO  2020-02-01 02:28:24,749 Config - max usr name le.: 14                                                              =>[main] Main.main
INFO  2020-02-01 02:28:24,749 Config - min pswrd length: 8                                                               =>[main] Main.main
INFO  2020-02-01 02:28:24,749 Config - max pswrd length: 100                                                             =>[main] Main.main
INFO  2020-02-01 02:28:24,749 Config - inv.usr name pat: [^a-z0-9_]                                                      =>[main] Main.main
INFO  2020-02-01 02:28:24,750 Config - save game active: false                                                           =>[main] Main.main
INFO  2020-02-01 02:28:24,750 Config - backlog size    : 200                                                             =>[main] Main.main
INFO  2020-02-01 02:28:24,750 Config - lease period    : 5000                                                            =>[main] Main.main
INFO  2020-02-01 02:28:24,750 Config - sock wrt timeout: 10000                                                           =>[main] Main.main
INFO  2020-02-01 02:28:24,750 Config - max pool size   : 300                                                             =>[main] Main.main
INFO  2020-02-01 02:28:24,751 Config - num accp.threads: 2                                                               =>[main] Main.main
INFO  2020-02-01 02:28:24,751 Config - second.bind port: -1                                                              =>[main] Main.main
INFO  2020-02-01 02:28:24,751 Config - auth. activated : false                                                           =>[main] Main.main
INFO  2020-02-01 02:28:24,751 Config - mailgun api key :                                                                 =>[main] Main.main
INFO  2020-02-01 02:28:24,751 Config - mailgun domain  :                                                                 =>[main] Main.main
INFO  2020-02-01 02:28:24,751 Config - mail smtp Host  :                                                                 =>[main] Main.main
INFO  2020-02-01 02:28:24,751 Config - mail smtpPort   :                                                                 =>[main] Main.main
INFO  2020-02-01 02:28:24,752 Config - mail user       :                                                                 =>[main] Main.main
INFO  2020-02-01 02:28:24,752 Config - mail passw. len.: 0                                                               =>[main] Main.main
INFO  2020-02-01 02:28:24,752 Config - mail from addre.:                                                                 =>[main] Main.main
INFO  2020-02-01 02:28:24,752 Config - google account  :                                                                 =>[main] Main.main
INFO  2020-02-01 02:28:24,949 Started MAGE server - listening on 0.0.0.0:17171/?serializationtype=jboss&maxPoolSize=300  =>[main] Main.main

Startup log (1.4.42V3)

INFO  2020-02-04 14:24:43,117 Starting MAGE server version 1.4.42V3 (build: 2020-02-01 10:06)                            =>[main] Main.main 
INFO  2020-02-04 14:24:43,121 Logging level: INFO                                                                        =>[main] Main.main 
INFO  2020-02-04 14:24:43,415 Loading database...                                                                        =>[main] RepositoryUtil.bootstrapLocalDb 
INFO  2020-02-04 14:25:40,579 Done.                                                                                      =>[main] Main.main 
INFO  2020-02-04 14:25:40,579 Loading extension packages...                                                              =>[main] Main.main 
INFO  2020-02-04 14:25:40,579 Done.                                                                                      =>[main] Main.main 
INFO  2020-02-04 14:25:40,580 Loading cards...                                                                           =>[main] Main.main 
INFO  2020-02-04 14:25:49,151 DB: need to add 35 new cards                                                               =>[main] CardRepository.lambda$saveCards$0 
INFO  2020-02-04 14:25:49,187 Done.                                                                                      =>[main] Main.main 
INFO  2020-02-04 14:25:49,187 Updating user stats DB...                                                                  =>[main] Main.main 
INFO  2020-02-04 14:25:49,293 Done.                                                                                      =>[main] Main.main 
INFO  2020-02-04 14:25:49,492 Config - max seconds idle: 600                                                             =>[main] Main.main 
INFO  2020-02-04 14:25:49,492 Config - max game threads: 10                                                              =>[main] Main.main 
INFO  2020-02-04 14:25:49,492 Config - max AI opponents: 15                                                              =>[main] Main.main 
INFO  2020-02-04 14:25:49,492 Config - min usr name le.: 3                                                               =>[main] Main.main 
INFO  2020-02-04 14:25:49,493 Config - max usr name le.: 14                                                              =>[main] Main.main 
INFO  2020-02-04 14:25:49,495 Config - min pswrd length: 8                                                               =>[main] Main.main 
INFO  2020-02-04 14:25:49,495 Config - max pswrd length: 100                                                             =>[main] Main.main 
INFO  2020-02-04 14:25:49,495 Config - inv.usr name pat: [^a-z0-9_]                                                      =>[main] Main.main 
INFO  2020-02-04 14:25:49,496 Config - save game active: false                                                           =>[main] Main.main 
INFO  2020-02-04 14:25:49,496 Config - backlog size    : 200                                                             =>[main] Main.main 
INFO  2020-02-04 14:25:49,496 Config - lease period    : 5000                                                            =>[main] Main.main 
INFO  2020-02-04 14:25:49,496 Config - sock wrt timeout: 10000                                                           =>[main] Main.main 
INFO  2020-02-04 14:25:49,497 Config - max pool size   : 300                                                             =>[main] Main.main 
INFO  2020-02-04 14:25:49,497 Config - num accp.threads: 2                                                               =>[main] Main.main 
INFO  2020-02-04 14:25:49,497 Config - second.bind port: -1                                                              =>[main] Main.main 
INFO  2020-02-04 14:25:49,498 Config - auth. activated : false                                                           =>[main] Main.main 
INFO  2020-02-04 14:25:49,498 Config - mailgun api key :                                                                 =>[main] Main.main 
INFO  2020-02-04 14:25:49,498 Config - mailgun domain  :                                                                 =>[main] Main.main 
INFO  2020-02-04 14:25:49,498 Config - mail smtp Host  :                                                                 =>[main] Main.main 
INFO  2020-02-04 14:25:49,499 Config - mail smtpPort   :                                                                 =>[main] Main.main 
INFO  2020-02-04 14:25:49,499 Config - mail user       :                                                                 =>[main] Main.main 
INFO  2020-02-04 14:25:49,499 Config - mail passw. len.: 0                                                               =>[main] Main.main 
INFO  2020-02-04 14:25:49,499 Config - mail from addre.:                                                                 =>[main] Main.main 
INFO  2020-02-04 14:25:49,500 Config - google account  :                                                                 =>[main] Main.main 
INFO  2020-02-04 14:28:00,009 Started MAGE server - listening on 0.0.0.0:17171/?serializationtype=jboss&maxPoolSize=300  =>[main] Main.main 
allentiak commented 4 years ago

Only for V2 the DB is recreated (but its startup is still fast).

JayDi85 commented 4 years ago

All logs and times are fine except last: shot_200204_233142

2+ minutes takes action to test is it another server runs on computer (server creates simple client connection and try to connect from it to server's address).

So it's network or config settings problem:

allentiak commented 4 years ago

Thanks for the comment, @JayDi85 !

Chances are, there was an old idling server/client around...

I'll restart my computer, start the server and post the log again.

allentiak commented 4 years ago

@JayDi85 It seems this will be long. Opening a new issue. Please check #6259.