From 3a528f307b14577d31f9ba707889f30e9638b496 Mon Sep 17 00:00:00 2001 From: Lorenzo Iovino Date: Fri, 7 Jul 2017 15:50:00 +0200 Subject: [PATCH] up --- .idea/workspace.xml | 843 ++++++++++-------- .../client/controllers/HomeController.java | 1 - .../src/com/texttwist/client/models/Game.java | 1 - .../client/tasks/FetchHighscore.java | 4 - .../texttwist/client/tasks/InvitePlayers.java | 1 - .../com/texttwist/client/tasks/SendWords.java | 2 - .../com/texttwist/client/tasks/StartGame.java | 2 - .../client/tasks/WaitForPlayers.java | 10 +- .../texttwist/client/tasks/WaitForScore.java | 14 - Commons/src/utilities/Logger.java | 1 - .../server/components/GameServer.java | 1 - .../server/components/NotificationServer.java | 18 +- .../server/components/ThreadProxy.java | 41 +- .../com/texttwist/server/models/Match.java | 2 - .../server/tasks/CheckOnlineUsers.java | 1 - .../server/tasks/ComputeHighscores.java | 1 - .../com/texttwist/server/tasks/JoinMatch.java | 3 +- .../texttwist/server/tasks/JoinTimeout.java | 2 - .../texttwist/server/tasks/MatchTimeout.java | 4 - .../texttwist/server/tasks/ReceiveWords.java | 7 - .../server/tasks/SendInvitations.java | 1 - .../server/tasks/SendMessageToAllPlayers.java | 4 - .../server/tasks/WaitForPlayers.java | 2 - client_1.log | 408 +++++++++ server.log | 237 +++++ 25 files changed, 1138 insertions(+), 473 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 3a3e16f..0c57da6 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -6,13 +6,28 @@ + + + + + + + + + + + + + + + @@ -35,11 +50,11 @@ - + - - + + @@ -47,31 +62,53 @@ - - + + - - + + - - + + - - + + - - + + - - + + + + + + + + + + + + + + + + + + + + + + + + @@ -79,6 +116,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -90,36 +167,36 @@ - this.match. - this.match.jo - this.match.joi - this.match.join - this.match.joinT - thismatch.joinT - match.joinT - Ma - Match start - 30 - 3 - 5,100 - 5,10 - 5,1 - 5,60 - 5,6 - 5, 60 - 5, 6 - 5, 1000 - 5, 100 - 5, 10 - 5, 1 - 5, - 5, - 5 - t - timeout - il ma - JoinMatch - joinMatch + System.out.pr + System\.out\.println\(elem\.account\.userName \+ \" \| \" \+ elem\.token\)\;\n + Systemout + Systemou + Systemo + Syst + Sys + G + System\.out\.println\(\"SEtting score of \" \+ m\.playersScore\.get\(i\)\.getKey\(\) \+ \" to \" \+ score\)\;\n + Syste + System. + System\.out\.println\(\"Eccezione\" \+ e\)\;\n + S + System + System.o + System.out + n + new client + new client r + new client re + new client regi + l + login + TI + TIMEOUT + ecc + ecce + eccez + eccezio + eccezion @@ -133,13 +210,9 @@ @@ -238,6 +315,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -571,89 +731,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1172,12 +1249,13 @@ - + + - @@ -1193,7 +1271,7 @@ - + @@ -1232,55 +1310,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1293,20 +1322,6 @@ - - - - - - - - - - - - - - @@ -1329,14 +1344,6 @@ - - - - - - - - @@ -1351,29 +1358,6 @@ - - - - - - - - - - - - - - - - - - - - - - - @@ -1389,21 +1373,6 @@ - - - - - - - - - - - - - - - @@ -1417,17 +1386,6 @@ - - - - - - - - - - - @@ -1436,14 +1394,6 @@ - - - - - - - - @@ -1470,53 +1420,10 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1528,14 +1435,6 @@ - - - - - - - - @@ -1544,14 +1443,6 @@ - - - - - - - - @@ -1568,84 +1459,278 @@ - + - - - - - - - - - - - - + + - + - - + + - + - - + + + + + + + + + + + + + + + + + + - - + + - + - - - - - - - - - - - - + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Client/src/com/texttwist/client/controllers/HomeController.java b/Client/src/com/texttwist/client/controllers/HomeController.java index cb9a08d..50cb463 100644 --- a/Client/src/com/texttwist/client/controllers/HomeController.java +++ b/Client/src/com/texttwist/client/controllers/HomeController.java @@ -15,7 +15,6 @@ public class HomeController { public Response login(String userName, String password) throws RemoteException, NotBoundException, MalformedURLException { Response res = App.authService.login(userName,password); - System.out.println(res.data); if (res.code == 200){ App.session = (new Session(new User(userName,password,0), res.data.get("token").toString())); } diff --git a/Client/src/com/texttwist/client/models/Game.java b/Client/src/com/texttwist/client/models/Game.java index cedb119..92db12a 100644 --- a/Client/src/com/texttwist/client/models/Game.java +++ b/Client/src/com/texttwist/client/models/Game.java @@ -91,7 +91,6 @@ public class Game { //Invia tcp req a server per dirgli che sto joinando DefaultListModel matchNames = new DefaultListModel(); matchNames.addElement(matchName); - System.out.println("STO JOINANDO"); Message message = new Message("JOIN_GAME", App.session.account.userName, App.session.token, matchNames); byte[] byteMessage = new String(message.toString()).getBytes(); diff --git a/Client/src/com/texttwist/client/tasks/FetchHighscore.java b/Client/src/com/texttwist/client/tasks/FetchHighscore.java index 1e477ca..a40711a 100644 --- a/Client/src/com/texttwist/client/tasks/FetchHighscore.java +++ b/Client/src/com/texttwist/client/tasks/FetchHighscore.java @@ -29,7 +29,6 @@ public class FetchHighscore extends SwingWorker { public Void doInBackground() { Message message = new Message("FETCH_HIGHSCORES", App.session.account.userName, App.session.token, new DefaultListModel<>()); buffer = ByteBuffer.allocate(1024); - System.out.println("SENDDDDD MESSAGE"); byte[] byteMessage = message.toString().getBytes(); buffer = ByteBuffer.wrap(byteMessage); try { @@ -49,7 +48,6 @@ public class FetchHighscore extends SwingWorker { if (line.startsWith("MESSAGE")) { Message msg = Message.toMessage(line); - System.out.println(line); if (msg.message.equals("HIGHSCORES") && msg.data != null) { for(int i = 0; i< msg.data.size()-1; i++){ @@ -69,10 +67,8 @@ public class FetchHighscore extends SwingWorker { } public void done(){ - System.out.println("Done Highscores"); App.game.globalRanks = globalRanks; this.highscoresPage.showHighscoreList(); - System.out.println("DODODO"); } } diff --git a/Client/src/com/texttwist/client/tasks/InvitePlayers.java b/Client/src/com/texttwist/client/tasks/InvitePlayers.java index b1d12c4..e59adc5 100644 --- a/Client/src/com/texttwist/client/tasks/InvitePlayers.java +++ b/Client/src/com/texttwist/client/tasks/InvitePlayers.java @@ -82,7 +82,6 @@ public class InvitePlayers extends SwingWorker { @Override public void done() { - System.out.println("Done invite players"); } } diff --git a/Client/src/com/texttwist/client/tasks/SendWords.java b/Client/src/com/texttwist/client/tasks/SendWords.java index d3c35d9..2d16c62 100644 --- a/Client/src/com/texttwist/client/tasks/SendWords.java +++ b/Client/src/com/texttwist/client/tasks/SendWords.java @@ -52,7 +52,6 @@ public class SendWords extends SwingWorker { Message msg = new Message("WORDS", App.session.account.userName, "", words); String sentence = msg.toString(); sendData = sentence.getBytes(); - System.out.println("SENDIJIIDIIDIDIDIDDIDIDIDIDI"); DatagramPacket sendPacket = new DatagramPacket(sendData, sendData.length, IPAddress, Config.WordsReceiverServerPort); clientSocket.send(sendPacket); clientSocket.close();*/ @@ -70,7 +69,6 @@ public class SendWords extends SwingWorker { @Override public void done(){ - System.out.println("Done send SCOREEEEEE"); try { this.callback.execute(); } catch (Exception e) { diff --git a/Client/src/com/texttwist/client/tasks/StartGame.java b/Client/src/com/texttwist/client/tasks/StartGame.java index 07d355b..646d625 100644 --- a/Client/src/com/texttwist/client/tasks/StartGame.java +++ b/Client/src/com/texttwist/client/tasks/StartGame.java @@ -30,7 +30,6 @@ public class StartGame extends SwingWorker { @Override public Object call() throws Exception { gamePage.showLetters(); - System.out.println(letters); gamePage.timer.start(); return null; } @@ -40,6 +39,5 @@ public class StartGame extends SwingWorker { @Override public void done(){ - System.out.println("Done start gamePage"); } } diff --git a/Client/src/com/texttwist/client/tasks/WaitForPlayers.java b/Client/src/com/texttwist/client/tasks/WaitForPlayers.java index d8705c1..3aedbec 100644 --- a/Client/src/com/texttwist/client/tasks/WaitForPlayers.java +++ b/Client/src/com/texttwist/client/tasks/WaitForPlayers.java @@ -70,7 +70,7 @@ public class WaitForPlayers extends SwingWorker,Default new Callable() { @Override public Object call() throws Exception { - socketChannel.close(); + //socketChannel.close(); return new MenuPage(Page.window); } @@ -85,13 +85,10 @@ public class WaitForPlayers extends SwingWorker,Default if(msg.data !=null ) { data= msg.data; - System.out.println("HERE"); Integer multicastId = Integer.valueOf(data.remove(data.size()-2)); - System.out.println(multicastId); App.game.setMulticastId(multicastId); App.game.multicastSocket = new MulticastSocket(App.game.multicastId); - System.out.println(App.game.multicastSocket); InetAddress ia = InetAddress.getByName(Config.ScoreMulticastServerURI); App.game.multicastSocket.joinGroup(ia); letters = msg.data; @@ -105,7 +102,6 @@ public class WaitForPlayers extends SwingWorker,Default } } } catch (IOException e) { - System.out.println("ECCEZIONE, GIOCO NON ESISTE. ELIMINALO"); e.printStackTrace(); } @@ -115,17 +111,13 @@ public class WaitForPlayers extends SwingWorker,Default @Override public void done(){ if(!joinTimeout) { - System.out.println("Done wait for players"); try { - System.out.println(letters); App.game.setLetters(letters); - System.out.println("PAROLE IN INVIO"); this.callback.execute(); } catch (Exception e) { e.printStackTrace(); } } else { - System.out.println("TIMEOUT HAPPEN, GO TO MENU PAGE"); } } } diff --git a/Client/src/com/texttwist/client/tasks/WaitForScore.java b/Client/src/com/texttwist/client/tasks/WaitForScore.java index e86b64e..d44d1c2 100644 --- a/Client/src/com/texttwist/client/tasks/WaitForScore.java +++ b/Client/src/com/texttwist/client/tasks/WaitForScore.java @@ -34,14 +34,10 @@ public class WaitForScore extends SwingWorker { Message msg; while(true) { byte[] buf = new byte[1024]; - System.out.println("SONO QUIIIII"); DatagramPacket recv = new DatagramPacket(buf, buf.length); - System.out.println("ANCORA QUII"); App.game.multicastSocket.receive(recv); String s = new String(recv.getData()); - System.out.println("HSHSHSHS"); - System.out.println(s); msg = Message.toMessage(s); if(msg.message.equals("FINALSCORE")){ break; @@ -51,20 +47,13 @@ public class WaitForScore extends SwingWorker { if(msg.data != null) { for (int i = 0; i < msg.data.size() - 1; i++) { String[] splitted = msg.data.get(i).split(":"); - System.out.println(splitted.toString()); ranks.addElement(new Pair(splitted[0], new Integer(splitted[1]))); } } App.game.ranks = ranks; App.game.multicastSocket.leaveGroup(InetAddress.getByName(Config.ScoreMulticastServerURI)); - - System.out.println(App.game.ranks); - System.out.println("ENDDDDd"); - - App.game.multicastSocket.disconnect(); App.game.multicastSocket.close(); - } catch (UnknownHostException e) { e.printStackTrace(); } catch (IOException e) { @@ -75,10 +64,7 @@ public class WaitForScore extends SwingWorker { @Override public void done(){ - System.out.println("Done ranks"); App.game.ranks = ranks; - // App.game.multicastSocket.close(); - //App.game.clientSocket.close(); try { this.callback.execute(); diff --git a/Commons/src/utilities/Logger.java b/Commons/src/utilities/Logger.java index a0e33e2..bdc97fd 100644 --- a/Commons/src/utilities/Logger.java +++ b/Commons/src/utilities/Logger.java @@ -29,7 +29,6 @@ public class Logger { fw = new FileWriter(logFile, true); bw = new BufferedWriter(fw); out = new PrintWriter(bw); - System.out.println(msg); Date d = new Date(); out.append("LOGGER ("+name+"): " + d.toString() + " - " + msg + "\n"); } catch (IOException e) { diff --git a/Server/src/com/texttwist/server/components/GameServer.java b/Server/src/com/texttwist/server/components/GameServer.java index 4b18f54..039b868 100644 --- a/Server/src/com/texttwist/server/components/GameServer.java +++ b/Server/src/com/texttwist/server/components/GameServer.java @@ -94,7 +94,6 @@ public class GameServer implements Runnable{ ByteBuffer bufferWords = ByteBuffer.allocate(1024); proxy = new ThreadProxy(msg, client, datagramChannel, bufferWords); threadPool.submit(proxy); - System.out.println(line); } if (line.startsWith("CLOSE")) { diff --git a/Server/src/com/texttwist/server/components/NotificationServer.java b/Server/src/com/texttwist/server/components/NotificationServer.java index 51859a3..84c4f31 100644 --- a/Server/src/com/texttwist/server/components/NotificationServer.java +++ b/Server/src/com/texttwist/server/components/NotificationServer.java @@ -24,7 +24,7 @@ public class NotificationServer implements INotificationServer { public synchronized void registerForCallback(INotificationClient clientInterface) throws RemoteException { if(!clients.contains(clientInterface)){ clients.add(clientInterface); - System.out.print("New client registered"); + System.out.println("New client registered"); } } @@ -37,16 +37,20 @@ public class NotificationServer implements INotificationServer { } public synchronized void sendInvitations(String username, DefaultListModel users){ - System.out.println("Starting callbacks"); Iterator i = clients.iterator(); - while(i.hasNext()){ - INotificationClient client = (INotificationClient) i.next(); - try{ + INotificationClient client = null; + System.out.println("Starting callbacks"); + while (i.hasNext()) { + client = (INotificationClient) i.next(); + try { client.sendInvite(username, users); } catch (RemoteException e) { - e.printStackTrace(); + try { + unregisterForCallback(client); + } catch (RemoteException e1) { + e1.printStackTrace(); + } } } } - } diff --git a/Server/src/com/texttwist/server/components/ThreadProxy.java b/Server/src/com/texttwist/server/components/ThreadProxy.java index 135e79d..568ab43 100644 --- a/Server/src/com/texttwist/server/components/ThreadProxy.java +++ b/Server/src/com/texttwist/server/components/ThreadProxy.java @@ -3,6 +3,7 @@ package com.texttwist.server.components; import com.texttwist.server.models.Match; import com.texttwist.server.tasks.*; import constants.Config; +import javafx.util.Pair; import models.Message; import javax.swing.*; @@ -46,7 +47,6 @@ public class ThreadProxy implements Callable { public Boolean call() { ByteBuffer buffer = ByteBuffer.allocate(1024); byte[] byteMessage = null; - System.out.println("Selecting right task for new thread"); if(isValidToken(request.token)){ switch(request.message){ case "START_GAME": @@ -87,7 +87,6 @@ public class ThreadProxy implements Callable { new SendMessageToAllPlayers(match, new Message("JOIN_TIMEOUT", "", "", new DefaultListModel<>()), socketChannel)); Boolean sendMessageJoinTimeoutRes = sendMessageJoinTimeout.get(); if(!sendMessageJoinTimeoutRes){ - System.out.println("RIMOSSO"); activeMatches.remove(Match.findMatchIndex(activeMatches,match.matchCreator)); return sendMessageJoinTimeoutRes; } @@ -142,19 +141,16 @@ public class ThreadProxy implements Callable { case "JOIN_GAME": Future joinMatch = threadPool.submit(new JoinMatch(request.sender, request.data, socketChannel)); try { + Match match = Match.findMatch(activeMatches, request.data.get(0));; Boolean joinMatchRes = joinMatch.get(); if(joinMatchRes){ - System.out.print("START THE GAME!!!!"); - final Match match = Match.findMatch(activeMatches, request.data.get(0)); - System.out.println(match.matchCreator); if(match.joinTimeout == false) { Future> generateLetters = threadPool.submit(new GenerateLetters()); match.setLetters(generateLetters.get()); match.letters.addElement(String.valueOf(match.multicastId)); for (int i = 0; i < match.playersSocket.size(); i++) { - System.out.println("INVIO"); SocketChannel socketClient = match.playersSocket.get(i).getValue(); if (socketClient != null) { buffer.clear(); @@ -166,18 +162,7 @@ public class ThreadProxy implements Callable { try { socketClient.write(buffer); } catch (IOException e) { - System.out.println("GAME NOT EXIST"); - buffer = ByteBuffer.allocate(1024); - if (socketChannel != null) { - Message msg = new Message("MATCH_NOT_AVAILABLE", "", null, new DefaultListModel<>()); - buffer.clear(); - System.out.println("Il match richiesto non è più disponibile "); - byteMessage = msg.toString().getBytes(); - buffer = ByteBuffer.wrap(byteMessage); - socketChannel.write(buffer); - e.printStackTrace(); - matchNotAvailable = true; - } + } //clientSocket.close(); } @@ -200,15 +185,9 @@ public class ThreadProxy implements Callable { Message msg = new Message("FINALSCORE", "SERVER", "", match.getMatchPlayersScoreAsStringList()); MulticastSocket multicastSocket = new MulticastSocket(match.multicastId); - System.out.println(multicastSocket); - System.out.println(match.multicastId); InetAddress ia = InetAddress.getByName(Config.ScoreMulticastServerURI); DatagramPacket hi = new DatagramPacket(msg.toString().getBytes(), msg.toString().length(), ia, match.multicastId); - System.out.println(msg.toString()); multicastSocket.send(hi); - - System.out.println(Match.findMatchIndex(activeMatches, match.matchCreator)); - activeMatches.remove(Match.findMatchIndex(activeMatches, match.matchCreator)); //multicastSocket.disconnect(); //multicastSocket.close(); @@ -222,7 +201,19 @@ public class ThreadProxy implements Callable { // break; //ULTIMO A JOINARE! INIZIA GIOCO } else { - System.out.print("WAIT FRIENDS"); + if(match == null){ + buffer = ByteBuffer.allocate(1024); + if (socketChannel != null) { + Message msg = new Message("MATCH_NOT_AVAILABLE", "", null, new DefaultListModel<>()); + buffer.clear(); + byteMessage = msg.toString().getBytes(); + buffer = ByteBuffer.wrap(byteMessage); + socketChannel.write(buffer); + matchNotAvailable = true; + } + //Match non disponibile + + } //NON FARE NULLA, ASPETA GLI ALTRI } } catch (InterruptedException e) { diff --git a/Server/src/com/texttwist/server/models/Match.java b/Server/src/com/texttwist/server/models/Match.java index 4ea7116..ce7ce39 100644 --- a/Server/src/com/texttwist/server/models/Match.java +++ b/Server/src/com/texttwist/server/models/Match.java @@ -89,11 +89,9 @@ public class Match { final Match m = findMatchByPlayer(player); m.printAll(); - System.out.println("ENTRO"); for (int i = 0; i < m.playersScore.size(); i++) { if (m.playersScore.get(i).getKey().equals(player)) { m.playersScore.set(i, new Pair(player, score)); - System.out.println("SEtting score of " + m.playersScore.get(i).getKey() + " to " + score); } } } diff --git a/Server/src/com/texttwist/server/tasks/CheckOnlineUsers.java b/Server/src/com/texttwist/server/tasks/CheckOnlineUsers.java index aa5560c..4379a1e 100644 --- a/Server/src/com/texttwist/server/tasks/CheckOnlineUsers.java +++ b/Server/src/com/texttwist/server/tasks/CheckOnlineUsers.java @@ -17,7 +17,6 @@ public class CheckOnlineUsers implements Callable { @Override public Boolean call() throws Exception { - System.out.print("Check If users are online!"); for(int i = 0; i < users.size(); i++){ if(!(SessionsManager.getInstance().exists(users.get(i)))){ return false; diff --git a/Server/src/com/texttwist/server/tasks/ComputeHighscores.java b/Server/src/com/texttwist/server/tasks/ComputeHighscores.java index 6287966..4e2a90c 100644 --- a/Server/src/com/texttwist/server/tasks/ComputeHighscores.java +++ b/Server/src/com/texttwist/server/tasks/ComputeHighscores.java @@ -14,7 +14,6 @@ public class ComputeHighscores implements Callable> { @Override public DefaultListModel call() throws Exception { - System.out.println("COMPUTE HIGHSCORE"); DefaultListModel l = new DefaultListModel<>(); for(int i =0; i< AccountsManager.getInstance().users.size(); i++){ l.addElement(AccountsManager.getInstance().users.get(i).userName+":"+AccountsManager.getInstance().users.get(i).score); diff --git a/Server/src/com/texttwist/server/tasks/JoinMatch.java b/Server/src/com/texttwist/server/tasks/JoinMatch.java index 652df56..9224d9e 100644 --- a/Server/src/com/texttwist/server/tasks/JoinMatch.java +++ b/Server/src/com/texttwist/server/tasks/JoinMatch.java @@ -40,12 +40,11 @@ public class JoinMatch implements Callable { thisMatch.playersStatus.add(new Pair<>(name, 1)); thisMatch.playersSocket.remove(j); thisMatch.playersSocket.add(new Pair<>(name, socketChannel)); - System.out.println(playerName + ": JOINED"); return allJoined(thisMatch); } } } - return allJoined(thisMatch); + return false; } diff --git a/Server/src/com/texttwist/server/tasks/JoinTimeout.java b/Server/src/com/texttwist/server/tasks/JoinTimeout.java index 1f260eb..10c5bd1 100644 --- a/Server/src/com/texttwist/server/tasks/JoinTimeout.java +++ b/Server/src/com/texttwist/server/tasks/JoinTimeout.java @@ -11,7 +11,6 @@ public class JoinTimeout implements Callable { public JoinTimeout(Match match) { this.match = match; - System.out.println("Match started, countdown for join!"); } @@ -20,7 +19,6 @@ public class JoinTimeout implements Callable { try { Thread.currentThread().sleep(1*5*1000); - System.out.println("TIMEOUT - MANDA MESSAGGIO ERRORE A TUTTI GLI UTENTI DEL MATCH"); if(match.joinTimeout) { return false; } diff --git a/Server/src/com/texttwist/server/tasks/MatchTimeout.java b/Server/src/com/texttwist/server/tasks/MatchTimeout.java index 4544588..7093182 100644 --- a/Server/src/com/texttwist/server/tasks/MatchTimeout.java +++ b/Server/src/com/texttwist/server/tasks/MatchTimeout.java @@ -12,7 +12,6 @@ public class MatchTimeout implements Callable { public MatchTimeout() { - System.out.println("GamePage started, countdown for end words!"); } @@ -20,11 +19,8 @@ public class MatchTimeout implements Callable { public Boolean call() throws Exception { try { Thread.currentThread().sleep(3*60*1000); //TODO 5*60*1000 - System.out.println("timer scaduto"); - System.out.println("TIMEOUT - SETTA A 0 il punteggio degli utenti che non hanno inviato le parole"); return false; } catch (InterruptedException e) { - System.out.println("TIMER BLOCATO PRIMA"); return true; } } diff --git a/Server/src/com/texttwist/server/tasks/ReceiveWords.java b/Server/src/com/texttwist/server/tasks/ReceiveWords.java index 6e228bb..f7f6980 100644 --- a/Server/src/com/texttwist/server/tasks/ReceiveWords.java +++ b/Server/src/com/texttwist/server/tasks/ReceiveWords.java @@ -40,7 +40,6 @@ public class ReceiveWords implements Callable{ @Override public Boolean call() throws Exception { - System.out.print("READY TO Receive words !!!!"); Future matchTimeout = threadPool.submit(new MatchTimeout()); @@ -49,14 +48,11 @@ public class ReceiveWords implements Callable{ while(true) { DatagramChannel.receive(buffer); buffer.flip(); - System.out.println(buffer.limit()); int limits = buffer.limit(); byte bytes[] = new byte[limits]; buffer.get(bytes, 0, limits); String rcv = new String(bytes); - - System.out.println("RECEIVED: " + rcv); buffer.rewind(); msg = Message.toMessage(rcv); if(msg.message.equals("WORDS")){ @@ -67,12 +63,9 @@ public class ReceiveWords implements Callable{ //Se tutti hanno inviato le parole, blocca il timer e restituisci true computeScore.get(); - System.out.println(match.matchCreator); - System.out.println(match.allPlayersSendedHisScore()); if(match.allPlayersSendedHisScore()){ - System.out.println("TIMEOUT BLOCCATO, OK"); match.setUndefinedScorePlayersToZero(); matchTimeout.cancel(true); diff --git a/Server/src/com/texttwist/server/tasks/SendInvitations.java b/Server/src/com/texttwist/server/tasks/SendInvitations.java index ef1d613..960fd0e 100644 --- a/Server/src/com/texttwist/server/tasks/SendInvitations.java +++ b/Server/src/com/texttwist/server/tasks/SendInvitations.java @@ -26,7 +26,6 @@ public class SendInvitations implements Callable { @Override public Boolean call() throws Exception { - System.out.print("SendInvitations!"); try { Server.notificationServer.sendInvitations(sender, users); diff --git a/Server/src/com/texttwist/server/tasks/SendMessageToAllPlayers.java b/Server/src/com/texttwist/server/tasks/SendMessageToAllPlayers.java index f693c9d..23c8775 100644 --- a/Server/src/com/texttwist/server/tasks/SendMessageToAllPlayers.java +++ b/Server/src/com/texttwist/server/tasks/SendMessageToAllPlayers.java @@ -29,16 +29,12 @@ public class SendMessageToAllPlayers implements Callable { if(!match.isStarted()) { for (int i = 0; i < match.playersSocket.size(); i++) { - System.out.println(match.playersSocket.size()); socketChannel = match.playersSocket.get(i).getValue(); if (socketChannel != null) { buffer.clear(); - System.out.println("INVIO MESSAGGIO TIMEOUT A " + match.playersSocket.get(i).getKey()); byte[] byteMessage = message.toString().getBytes(); buffer = ByteBuffer.wrap(byteMessage); socketChannel.write(buffer); - //clientSocket.close(); - System.out.println("SEND TO ALL" + message.toString()); } } diff --git a/Server/src/com/texttwist/server/tasks/WaitForPlayers.java b/Server/src/com/texttwist/server/tasks/WaitForPlayers.java index 74e6958..eb6e437 100644 --- a/Server/src/com/texttwist/server/tasks/WaitForPlayers.java +++ b/Server/src/com/texttwist/server/tasks/WaitForPlayers.java @@ -25,8 +25,6 @@ public class WaitForPlayers implements Callable { @Override public Boolean call() throws Exception { - System.out.print("Wait for players!"); - return true; } } diff --git a/client_1.log b/client_1.log index dde74e7..9d93e1a 100644 --- a/client_1.log +++ b/client_1.log @@ -5001,3 +5001,411 @@ LOGGER (Client1): Fri Jul 07 12:49:56 CEST 2017 - Client starting ... LOGGER (Client1): Fri Jul 07 12:50:11 CEST 2017 - Invoked invitation with username=b|[a] LOGGER (Client1): Fri Jul 07 12:50:11 CEST 2017 - Invoked invitation with username=b|[a] LOGGER (Client1): Fri Jul 07 12:50:11 CEST 2017 - b ti ha sfidato! +LOGGER (Client1): Fri Jul 07 14:33:18 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 14:33:20 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 14:33:31 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 14:33:31 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 14:33:31 CEST 2017 - b ti ha sfidato! +LOGGER (Client1): Fri Jul 07 14:37:47 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 14:37:48 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 14:37:59 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 14:37:59 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 14:37:59 CEST 2017 - b ti ha sfidato! +LOGGER (Client1): Fri Jul 07 14:43:06 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 14:43:08 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 14:43:17 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 14:43:17 CEST 2017 - a ti ha sfidato! +LOGGER (Client1): Fri Jul 07 14:43:17 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 14:44:41 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 14:44:42 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 14:44:57 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 14:44:57 CEST 2017 - a ti ha sfidato! +LOGGER (Client1): Fri Jul 07 14:44:57 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 14:45:57 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 14:45:59 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 14:46:09 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 14:46:09 CEST 2017 - a ti ha sfidato! +LOGGER (Client1): Fri Jul 07 14:46:09 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 14:46:21 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 14:46:21 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 14:46:21 CEST 2017 - b ti ha sfidato! +LOGGER (Client1): Fri Jul 07 14:46:32 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 14:46:32 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 14:46:32 CEST 2017 - b ti ha sfidato! +LOGGER (Client1): Fri Jul 07 14:46:54 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 14:46:54 CEST 2017 - a ti ha sfidato! +LOGGER (Client1): Fri Jul 07 14:46:54 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 14:47:42 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 14:47:43 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 14:47:52 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 14:47:52 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 14:47:52 CEST 2017 - b ti ha sfidato! +LOGGER (Client1): Fri Jul 07 14:48:20 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 14:48:20 CEST 2017 - a ti ha sfidato! +LOGGER (Client1): Fri Jul 07 14:48:20 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 14:49:31 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 14:49:33 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 14:49:43 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 14:49:43 CEST 2017 - b ti ha sfidato! +LOGGER (Client1): Fri Jul 07 14:49:43 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 14:50:03 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 14:50:03 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 14:50:03 CEST 2017 - a ti ha sfidato! +LOGGER (Client1): Fri Jul 07 14:50:25 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 14:50:25 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 14:50:25 CEST 2017 - a ti ha sfidato! +LOGGER (Client1): Fri Jul 07 14:50:50 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 14:50:50 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 14:50:50 CEST 2017 - a ti ha sfidato! +LOGGER (Client1): Fri Jul 07 14:51:08 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 14:51:08 CEST 2017 - b ti ha sfidato! +LOGGER (Client1): Fri Jul 07 14:51:08 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 14:51:18 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 14:51:18 CEST 2017 - b ti ha sfidato! +LOGGER (Client1): Fri Jul 07 14:51:18 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 14:51:42 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 14:51:42 CEST 2017 - b ti ha sfidato! +LOGGER (Client1): Fri Jul 07 14:51:42 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 14:51:55 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 14:51:55 CEST 2017 - b ti ha sfidato! +LOGGER (Client1): Fri Jul 07 14:51:55 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 14:52:10 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 14:52:10 CEST 2017 - c ti ha sfidato! +LOGGER (Client1): Fri Jul 07 14:52:10 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 14:52:17 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 14:52:38 CEST 2017 - Invoked invitation with username=b|[a, c] +LOGGER (Client1): Fri Jul 07 14:52:38 CEST 2017 - b ti ha sfidato! +LOGGER (Client1): Fri Jul 07 14:52:38 CEST 2017 - Invoked invitation with username=b|[a, c] +LOGGER (Client1): Fri Jul 07 14:52:38 CEST 2017 - b ti ha sfidato! +LOGGER (Client1): Fri Jul 07 14:52:38 CEST 2017 - Invoked invitation with username=b|[a, c] +LOGGER (Client1): Fri Jul 07 14:53:25 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 14:53:36 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 14:53:36 CEST 2017 - b ti ha sfidato! +LOGGER (Client1): Fri Jul 07 14:53:37 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 14:53:37 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 14:54:11 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 14:54:11 CEST 2017 - c ti ha sfidato! +LOGGER (Client1): Fri Jul 07 14:54:12 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 14:54:12 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:04:58 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:04:59 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:05:10 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:05:18 CEST 2017 - Invoked invitation with username=b|[c] +LOGGER (Client1): Fri Jul 07 15:05:18 CEST 2017 - Invoked invitation with username=b|[c] +LOGGER (Client1): Fri Jul 07 15:05:18 CEST 2017 - Invoked invitation with username=b|[c] +LOGGER (Client1): Fri Jul 07 15:05:18 CEST 2017 - b ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:05:33 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:05:33 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:05:33 CEST 2017 - c ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:05:33 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:05:55 CEST 2017 - Invoked invitation with username=b|[a, c] +LOGGER (Client1): Fri Jul 07 15:05:55 CEST 2017 - Invoked invitation with username=b|[a, c] +LOGGER (Client1): Fri Jul 07 15:05:55 CEST 2017 - b ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:05:55 CEST 2017 - Invoked invitation with username=b|[a, c] +LOGGER (Client1): Fri Jul 07 15:05:55 CEST 2017 - b ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:12:15 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:12:16 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:12:24 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 15:12:24 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 15:12:24 CEST 2017 - b ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:13:02 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:15:18 CEST 2017 - Invoked invitation with username=c|[b, a] +LOGGER (Client1): Fri Jul 07 15:15:18 CEST 2017 - c ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:15:18 CEST 2017 - Invoked invitation with username=c|[b, a] +LOGGER (Client1): Fri Jul 07 15:15:18 CEST 2017 - c ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:15:18 CEST 2017 - Invoked invitation with username=c|[b, a] +LOGGER (Client1): Fri Jul 07 15:16:24 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:16:25 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:16:27 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:16:43 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 15:17:11 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 15:17:11 CEST 2017 - a ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:17:11 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 15:17:48 CEST 2017 - Invoked invitation with username=a|[b, c] +LOGGER (Client1): Fri Jul 07 15:17:48 CEST 2017 - a ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:17:48 CEST 2017 - Invoked invitation with username=a|[b, c] +LOGGER (Client1): Fri Jul 07 15:18:41 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:18:41 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:18:41 CEST 2017 - c ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:19:03 CEST 2017 - Invoked invitation with username=b|[a, c] +LOGGER (Client1): Fri Jul 07 15:19:03 CEST 2017 - Invoked invitation with username=b|[a, c] +LOGGER (Client1): Fri Jul 07 15:19:03 CEST 2017 - b ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:19:23 CEST 2017 - Invoked invitation with username=a|[c] +LOGGER (Client1): Fri Jul 07 15:19:23 CEST 2017 - Invoked invitation with username=a|[c] +LOGGER (Client1): Fri Jul 07 15:19:39 CEST 2017 - Invoked invitation with username=b|[c] +LOGGER (Client1): Fri Jul 07 15:19:39 CEST 2017 - Invoked invitation with username=b|[c] +LOGGER (Client1): Fri Jul 07 15:20:03 CEST 2017 - Invoked invitation with username=a|[c] +LOGGER (Client1): Fri Jul 07 15:20:03 CEST 2017 - Invoked invitation with username=a|[c] +LOGGER (Client1): Fri Jul 07 15:20:14 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:20:30 CEST 2017 - Invoked invitation with username=a|[d] +LOGGER (Client1): Fri Jul 07 15:20:30 CEST 2017 - Invoked invitation with username=a|[d] +LOGGER (Client1): Fri Jul 07 15:20:30 CEST 2017 - Invoked invitation with username=a|[d] +LOGGER (Client1): Fri Jul 07 15:20:30 CEST 2017 - a ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:20:43 CEST 2017 - Invoked invitation with username=b|[d] +LOGGER (Client1): Fri Jul 07 15:20:43 CEST 2017 - Invoked invitation with username=b|[d] +LOGGER (Client1): Fri Jul 07 15:20:43 CEST 2017 - Invoked invitation with username=b|[d] +LOGGER (Client1): Fri Jul 07 15:20:43 CEST 2017 - b ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:20:58 CEST 2017 - Invoked invitation with username=d|[c] +LOGGER (Client1): Fri Jul 07 15:20:58 CEST 2017 - Invoked invitation with username=d|[c] +LOGGER (Client1): Fri Jul 07 15:20:58 CEST 2017 - Invoked invitation with username=d|[c] +LOGGER (Client1): Fri Jul 07 15:21:11 CEST 2017 - Invoked invitation with username=d|[b] +LOGGER (Client1): Fri Jul 07 15:21:11 CEST 2017 - d ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:21:11 CEST 2017 - Invoked invitation with username=d|[b] +LOGGER (Client1): Fri Jul 07 15:21:11 CEST 2017 - Invoked invitation with username=d|[b] +LOGGER (Client1): Fri Jul 07 15:21:26 CEST 2017 - Invoked invitation with username=a|[c] +LOGGER (Client1): Fri Jul 07 15:21:27 CEST 2017 - Invoked invitation with username=a|[c] +LOGGER (Client1): Fri Jul 07 15:21:27 CEST 2017 - Invoked invitation with username=a|[c] +LOGGER (Client1): Fri Jul 07 15:21:42 CEST 2017 - Invoked invitation with username=a|[as] +LOGGER (Client1): Fri Jul 07 15:21:42 CEST 2017 - Invoked invitation with username=a|[as] +LOGGER (Client1): Fri Jul 07 15:21:42 CEST 2017 - Invoked invitation with username=a|[as] +LOGGER (Client1): Fri Jul 07 15:21:56 CEST 2017 - Invoked invitation with username=a|[d] +LOGGER (Client1): Fri Jul 07 15:21:56 CEST 2017 - Invoked invitation with username=a|[d] +LOGGER (Client1): Fri Jul 07 15:21:56 CEST 2017 - Invoked invitation with username=a|[d] +LOGGER (Client1): Fri Jul 07 15:21:56 CEST 2017 - a ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:22:03 CEST 2017 - Invoked invitation with username=b|[as] +LOGGER (Client1): Fri Jul 07 15:22:03 CEST 2017 - Invoked invitation with username=b|[as] +LOGGER (Client1): Fri Jul 07 15:22:03 CEST 2017 - Invoked invitation with username=b|[as] +LOGGER (Client1): Fri Jul 07 15:22:12 CEST 2017 - Invoked invitation with username=as|[d] +LOGGER (Client1): Fri Jul 07 15:22:12 CEST 2017 - Invoked invitation with username=as|[d] +LOGGER (Client1): Fri Jul 07 15:22:12 CEST 2017 - Invoked invitation with username=as|[d] +LOGGER (Client1): Fri Jul 07 15:22:12 CEST 2017 - as ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:22:44 CEST 2017 - Invoked invitation with username=c|[d] +LOGGER (Client1): Fri Jul 07 15:22:44 CEST 2017 - Invoked invitation with username=c|[d] +LOGGER (Client1): Fri Jul 07 15:22:44 CEST 2017 - Invoked invitation with username=c|[d] +LOGGER (Client1): Fri Jul 07 15:22:44 CEST 2017 - c ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:22:52 CEST 2017 - Invoked invitation with username=a|[c] +LOGGER (Client1): Fri Jul 07 15:22:52 CEST 2017 - Invoked invitation with username=a|[c] +LOGGER (Client1): Fri Jul 07 15:22:52 CEST 2017 - Invoked invitation with username=a|[c] +LOGGER (Client1): Fri Jul 07 15:23:01 CEST 2017 - Invoked invitation with username=d|[c] +LOGGER (Client1): Fri Jul 07 15:23:01 CEST 2017 - Invoked invitation with username=d|[c] +LOGGER (Client1): Fri Jul 07 15:23:01 CEST 2017 - Invoked invitation with username=d|[c] +LOGGER (Client1): Fri Jul 07 15:23:22 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:23:33 CEST 2017 - Invoked invitation with username=a|[c] +LOGGER (Client1): Fri Jul 07 15:23:33 CEST 2017 - Invoked invitation with username=a|[c] +LOGGER (Client1): Fri Jul 07 15:23:33 CEST 2017 - Invoked invitation with username=a|[c] +LOGGER (Client1): Fri Jul 07 15:23:33 CEST 2017 - Invoked invitation with username=a|[c] +LOGGER (Client1): Fri Jul 07 15:23:33 CEST 2017 - a ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:24:01 CEST 2017 - Invoked invitation with username=b|[c] +LOGGER (Client1): Fri Jul 07 15:24:01 CEST 2017 - Invoked invitation with username=b|[c] +LOGGER (Client1): Fri Jul 07 15:24:01 CEST 2017 - Invoked invitation with username=b|[c] +LOGGER (Client1): Fri Jul 07 15:24:01 CEST 2017 - Invoked invitation with username=b|[c] +LOGGER (Client1): Fri Jul 07 15:24:01 CEST 2017 - b ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:24:02 CEST 2017 - Invoked invitation with username=d|[c] +LOGGER (Client1): Fri Jul 07 15:24:02 CEST 2017 - Invoked invitation with username=d|[c] +LOGGER (Client1): Fri Jul 07 15:24:02 CEST 2017 - Invoked invitation with username=d|[c] +LOGGER (Client1): Fri Jul 07 15:24:02 CEST 2017 - Invoked invitation with username=d|[c] +LOGGER (Client1): Fri Jul 07 15:24:02 CEST 2017 - d ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:25:05 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:25:08 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:25:35 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 15:25:35 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 15:25:36 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 15:25:36 CEST 2017 - a ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:25:36 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 15:25:37 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 15:25:37 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 15:25:38 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 15:25:38 CEST 2017 - a ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:25:38 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 15:27:16 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:27:18 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:27:20 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:27:43 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 15:27:43 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 15:27:43 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 15:27:43 CEST 2017 - a ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:27:47 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:27:47 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:27:47 CEST 2017 - c ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:27:47 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:28:25 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:28:26 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:28:31 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:28:50 CEST 2017 - Invoked invitation with username=a|[c] +LOGGER (Client1): Fri Jul 07 15:28:50 CEST 2017 - Invoked invitation with username=a|[c] +LOGGER (Client1): Fri Jul 07 15:28:50 CEST 2017 - a ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:28:50 CEST 2017 - Invoked invitation with username=a|[c] +LOGGER (Client1): Fri Jul 07 15:28:55 CEST 2017 - Invoked invitation with username=b|[c] +LOGGER (Client1): Fri Jul 07 15:28:55 CEST 2017 - Invoked invitation with username=b|[c] +LOGGER (Client1): Fri Jul 07 15:28:55 CEST 2017 - b ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:28:55 CEST 2017 - Invoked invitation with username=b|[c] +LOGGER (Client1): Fri Jul 07 15:29:13 CEST 2017 - Invoked invitation with username=c|[b] +LOGGER (Client1): Fri Jul 07 15:29:13 CEST 2017 - Invoked invitation with username=c|[b] +LOGGER (Client1): Fri Jul 07 15:29:13 CEST 2017 - Invoked invitation with username=c|[b] +LOGGER (Client1): Fri Jul 07 15:29:13 CEST 2017 - c ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:29:19 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 15:29:19 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 15:29:19 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 15:29:19 CEST 2017 - a ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:29:28 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:29:28 CEST 2017 - c ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:29:28 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:29:28 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:29:38 CEST 2017 - Invoked invitation with username=c|[b] +LOGGER (Client1): Fri Jul 07 15:29:38 CEST 2017 - Invoked invitation with username=c|[b] +LOGGER (Client1): Fri Jul 07 15:29:38 CEST 2017 - Invoked invitation with username=c|[b] +LOGGER (Client1): Fri Jul 07 15:29:38 CEST 2017 - c ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:29:43 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 15:29:43 CEST 2017 - b ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:29:43 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 15:29:43 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 15:29:49 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 15:29:49 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 15:29:49 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 15:29:49 CEST 2017 - a ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:30:02 CEST 2017 - Invoked invitation with username=a|[c] +LOGGER (Client1): Fri Jul 07 15:30:02 CEST 2017 - Invoked invitation with username=a|[c] +LOGGER (Client1): Fri Jul 07 15:30:02 CEST 2017 - a ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:30:02 CEST 2017 - Invoked invitation with username=a|[c] +LOGGER (Client1): Fri Jul 07 15:30:08 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:30:08 CEST 2017 - c ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:30:08 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:30:08 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:30:28 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:30:28 CEST 2017 - c ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:30:28 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:30:28 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:30:50 CEST 2017 - Invoked invitation with username=c|[b] +LOGGER (Client1): Fri Jul 07 15:30:50 CEST 2017 - Invoked invitation with username=c|[b] +LOGGER (Client1): Fri Jul 07 15:30:50 CEST 2017 - Invoked invitation with username=c|[b] +LOGGER (Client1): Fri Jul 07 15:30:50 CEST 2017 - c ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:30:55 CEST 2017 - Invoked invitation with username=a|[c] +LOGGER (Client1): Fri Jul 07 15:30:55 CEST 2017 - Invoked invitation with username=a|[c] +LOGGER (Client1): Fri Jul 07 15:30:55 CEST 2017 - a ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:30:56 CEST 2017 - Invoked invitation with username=a|[c] +LOGGER (Client1): Fri Jul 07 15:31:09 CEST 2017 - Invoked invitation with username=c|[b, a] +LOGGER (Client1): Fri Jul 07 15:31:09 CEST 2017 - c ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:31:09 CEST 2017 - Invoked invitation with username=c|[b, a] +LOGGER (Client1): Fri Jul 07 15:31:09 CEST 2017 - Invoked invitation with username=c|[b, a] +LOGGER (Client1): Fri Jul 07 15:31:09 CEST 2017 - c ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:31:39 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 15:31:39 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 15:31:39 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 15:31:39 CEST 2017 - a ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:31:42 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:31:42 CEST 2017 - c ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:31:43 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:31:43 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:31:59 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:32:11 CEST 2017 - Invoked invitation with username=c|[d] +LOGGER (Client1): Fri Jul 07 15:32:11 CEST 2017 - Invoked invitation with username=c|[d] +LOGGER (Client1): Fri Jul 07 15:32:11 CEST 2017 - Invoked invitation with username=c|[d] +LOGGER (Client1): Fri Jul 07 15:32:11 CEST 2017 - Invoked invitation with username=c|[d] +LOGGER (Client1): Fri Jul 07 15:32:11 CEST 2017 - c ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:32:18 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 15:32:19 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 15:32:19 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 15:32:19 CEST 2017 - a ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:32:19 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 15:32:34 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:32:34 CEST 2017 - c ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:32:34 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:32:34 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:32:34 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:33:37 CEST 2017 - Invoked invitation with username=a|[d] +LOGGER (Client1): Fri Jul 07 15:33:37 CEST 2017 - Invoked invitation with username=a|[d] +LOGGER (Client1): Fri Jul 07 15:33:37 CEST 2017 - Invoked invitation with username=a|[d] +LOGGER (Client1): Fri Jul 07 15:33:37 CEST 2017 - a ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:33:49 CEST 2017 - Invoked invitation with username=d|[c] +LOGGER (Client1): Fri Jul 07 15:33:49 CEST 2017 - d ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:33:49 CEST 2017 - Invoked invitation with username=d|[c] +LOGGER (Client1): Fri Jul 07 15:33:49 CEST 2017 - Invoked invitation with username=d|[c] +LOGGER (Client1): Fri Jul 07 15:34:11 CEST 2017 - Invoked invitation with username=d|[a] +LOGGER (Client1): Fri Jul 07 15:34:11 CEST 2017 - Invoked invitation with username=d|[a] +LOGGER (Client1): Fri Jul 07 15:34:11 CEST 2017 - d ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:34:11 CEST 2017 - Invoked invitation with username=d|[a] +LOGGER (Client1): Fri Jul 07 15:34:26 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:34:26 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:34:26 CEST 2017 - c ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:34:26 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:34:44 CEST 2017 - Invoked invitation with username=d|[c] +LOGGER (Client1): Fri Jul 07 15:34:44 CEST 2017 - d ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:34:44 CEST 2017 - Invoked invitation with username=d|[c] +LOGGER (Client1): Fri Jul 07 15:34:44 CEST 2017 - Invoked invitation with username=d|[c] +LOGGER (Client1): Fri Jul 07 15:35:45 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:35:47 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:36:22 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 15:36:22 CEST 2017 - b ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:36:35 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 15:36:35 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 15:36:35 CEST 2017 - a ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:36:35 CEST 2017 - Invoked invitation with username=a|[b] +LOGGER (Client1): Fri Jul 07 15:36:43 CEST 2017 - Invoked invitation with username=c|[b] +LOGGER (Client1): Fri Jul 07 15:36:43 CEST 2017 - Invoked invitation with username=c|[b] +LOGGER (Client1): Fri Jul 07 15:36:43 CEST 2017 - c ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:36:43 CEST 2017 - Invoked invitation with username=c|[b] +LOGGER (Client1): Fri Jul 07 15:36:55 CEST 2017 - Invoked invitation with username=b|[c] +LOGGER (Client1): Fri Jul 07 15:36:55 CEST 2017 - Invoked invitation with username=b|[c] +LOGGER (Client1): Fri Jul 07 15:36:55 CEST 2017 - Invoked invitation with username=b|[c] +LOGGER (Client1): Fri Jul 07 15:36:55 CEST 2017 - b ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:37:11 CEST 2017 - Invoked invitation with username=a|[c, b] +LOGGER (Client1): Fri Jul 07 15:37:11 CEST 2017 - Invoked invitation with username=a|[c, b] +LOGGER (Client1): Fri Jul 07 15:37:11 CEST 2017 - a ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:37:11 CEST 2017 - Invoked invitation with username=a|[c, b] +LOGGER (Client1): Fri Jul 07 15:37:11 CEST 2017 - a ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:37:40 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:37:40 CEST 2017 - c ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:37:40 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:37:40 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:37:45 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 15:37:45 CEST 2017 - b ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:37:45 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 15:37:45 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 15:37:51 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:37:51 CEST 2017 - c ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:37:51 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:37:51 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:37:56 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 15:37:56 CEST 2017 - b ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:37:56 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 15:37:56 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 15:41:43 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:41:45 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:41:46 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:41:48 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:42:17 CEST 2017 - Invoked invitation with username=a|[b, c, d] +LOGGER (Client1): Fri Jul 07 15:42:17 CEST 2017 - a ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:42:17 CEST 2017 - Invoked invitation with username=a|[b, c, d] +LOGGER (Client1): Fri Jul 07 15:42:17 CEST 2017 - Invoked invitation with username=a|[b, c, d] +LOGGER (Client1): Fri Jul 07 15:42:17 CEST 2017 - a ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:42:17 CEST 2017 - Invoked invitation with username=a|[b, c, d] +LOGGER (Client1): Fri Jul 07 15:42:17 CEST 2017 - a ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:42:40 CEST 2017 - Invoked invitation with username=b|[c] +LOGGER (Client1): Fri Jul 07 15:42:40 CEST 2017 - Invoked invitation with username=b|[c] +LOGGER (Client1): Fri Jul 07 15:42:40 CEST 2017 - Invoked invitation with username=b|[c] +LOGGER (Client1): Fri Jul 07 15:42:40 CEST 2017 - b ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:42:40 CEST 2017 - Invoked invitation with username=b|[c] +LOGGER (Client1): Fri Jul 07 15:42:45 CEST 2017 - Invoked invitation with username=a|[d] +LOGGER (Client1): Fri Jul 07 15:42:45 CEST 2017 - a ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:42:45 CEST 2017 - Invoked invitation with username=a|[d] +LOGGER (Client1): Fri Jul 07 15:42:45 CEST 2017 - Invoked invitation with username=a|[d] +LOGGER (Client1): Fri Jul 07 15:42:45 CEST 2017 - Invoked invitation with username=a|[d] +LOGGER (Client1): Fri Jul 07 15:42:49 CEST 2017 - Invoked invitation with username=d|[c] +LOGGER (Client1): Fri Jul 07 15:42:49 CEST 2017 - Invoked invitation with username=d|[c] +LOGGER (Client1): Fri Jul 07 15:42:49 CEST 2017 - Invoked invitation with username=d|[c] +LOGGER (Client1): Fri Jul 07 15:42:49 CEST 2017 - d ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:42:49 CEST 2017 - Invoked invitation with username=d|[c] +LOGGER (Client1): Fri Jul 07 15:42:54 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 15:42:54 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 15:42:54 CEST 2017 - b ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:42:54 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 15:42:54 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 15:43:58 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:44:00 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:44:01 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:44:03 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:46:54 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:46:55 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:46:57 CEST 2017 - Client starting ... +LOGGER (Client1): Fri Jul 07 15:47:12 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 15:47:12 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 15:47:12 CEST 2017 - b ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:47:12 CEST 2017 - Invoked invitation with username=b|[a] +LOGGER (Client1): Fri Jul 07 15:47:18 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:47:18 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:47:18 CEST 2017 - c ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:47:18 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:47:43 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:47:43 CEST 2017 - Invoked invitation with username=c|[a] +LOGGER (Client1): Fri Jul 07 15:47:43 CEST 2017 - c ti ha sfidato! +LOGGER (Client1): Fri Jul 07 15:47:43 CEST 2017 - Invoked invitation with username=c|[a] diff --git a/server.log b/server.log index 236675a..77ae676 100644 --- a/server.log +++ b/server.log @@ -7105,3 +7105,240 @@ LOGGER (Server): Fri Jul 07 12:50:03 CEST 2017 - Invoked login with username=a A LOGGER (Server): Fri Jul 07 12:50:03 CEST 2017 - Login successfull LOGGER (Server): Fri Jul 07 12:50:07 CEST 2017 - Invoked login with username=b AND password=b LOGGER (Server): Fri Jul 07 12:50:07 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 14:33:15 CEST 2017 - Server starting ... +LOGGER (Server): Fri Jul 07 14:33:16 CEST 2017 - Auth Service running at 9999 port... +LOGGER (Server): Fri Jul 07 14:33:16 CEST 2017 - GamePage Service is running at 10000 port... +LOGGER (Server): Fri Jul 07 14:33:16 CEST 2017 - Server started +LOGGER (Server): Fri Jul 07 14:33:23 CEST 2017 - Invoked login with username=a AND password=a +LOGGER (Server): Fri Jul 07 14:33:23 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 14:33:27 CEST 2017 - Invoked login with username=b AND password=b +LOGGER (Server): Fri Jul 07 14:33:27 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 14:37:44 CEST 2017 - Server starting ... +LOGGER (Server): Fri Jul 07 14:37:45 CEST 2017 - Auth Service running at 9999 port... +LOGGER (Server): Fri Jul 07 14:37:45 CEST 2017 - Server started +LOGGER (Server): Fri Jul 07 14:37:45 CEST 2017 - GamePage Service is running at 10000 port... +LOGGER (Server): Fri Jul 07 14:37:49 CEST 2017 - Invoked login with username=a AND password=a +LOGGER (Server): Fri Jul 07 14:37:49 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 14:37:55 CEST 2017 - Invoked login with username=b AND password=b +LOGGER (Server): Fri Jul 07 14:37:55 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 14:43:03 CEST 2017 - Server starting ... +LOGGER (Server): Fri Jul 07 14:43:03 CEST 2017 - Auth Service running at 9999 port... +LOGGER (Server): Fri Jul 07 14:43:03 CEST 2017 - GamePage Service is running at 10000 port... +LOGGER (Server): Fri Jul 07 14:43:03 CEST 2017 - Server started +LOGGER (Server): Fri Jul 07 14:43:09 CEST 2017 - Invoked login with username=a AND password=a +LOGGER (Server): Fri Jul 07 14:43:09 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 14:43:13 CEST 2017 - Invoked login with username=b AND password=b +LOGGER (Server): Fri Jul 07 14:43:13 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 14:44:37 CEST 2017 - Server starting ... +LOGGER (Server): Fri Jul 07 14:44:37 CEST 2017 - Auth Service running at 9999 port... +LOGGER (Server): Fri Jul 07 14:44:38 CEST 2017 - Server started +LOGGER (Server): Fri Jul 07 14:44:38 CEST 2017 - GamePage Service is running at 10000 port... +LOGGER (Server): Fri Jul 07 14:44:45 CEST 2017 - Invoked login with username=a AND password=a +LOGGER (Server): Fri Jul 07 14:44:45 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 14:44:52 CEST 2017 - Invoked login with username=b AND password=b +LOGGER (Server): Fri Jul 07 14:44:52 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 14:45:55 CEST 2017 - Server starting ... +LOGGER (Server): Fri Jul 07 14:45:56 CEST 2017 - Auth Service running at 9999 port... +LOGGER (Server): Fri Jul 07 14:45:56 CEST 2017 - GamePage Service is running at 10000 port... +LOGGER (Server): Fri Jul 07 14:45:56 CEST 2017 - Server started +LOGGER (Server): Fri Jul 07 14:46:00 CEST 2017 - Invoked login with username=a AND password=a +LOGGER (Server): Fri Jul 07 14:46:01 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 14:46:04 CEST 2017 - Invoked login with username=b AND password=b +LOGGER (Server): Fri Jul 07 14:46:04 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 14:47:38 CEST 2017 - Server starting ... +LOGGER (Server): Fri Jul 07 14:47:39 CEST 2017 - Auth Service running at 9999 port... +LOGGER (Server): Fri Jul 07 14:47:39 CEST 2017 - GamePage Service is running at 10000 port... +LOGGER (Server): Fri Jul 07 14:47:39 CEST 2017 - Server started +LOGGER (Server): Fri Jul 07 14:47:45 CEST 2017 - Invoked login with username=a AND password=a +LOGGER (Server): Fri Jul 07 14:47:45 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 14:47:49 CEST 2017 - Invoked login with username=b AND password=b +LOGGER (Server): Fri Jul 07 14:47:49 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 14:49:29 CEST 2017 - Server starting ... +LOGGER (Server): Fri Jul 07 14:49:29 CEST 2017 - Auth Service running at 9999 port... +LOGGER (Server): Fri Jul 07 14:49:29 CEST 2017 - Server started +LOGGER (Server): Fri Jul 07 14:49:29 CEST 2017 - GamePage Service is running at 10000 port... +LOGGER (Server): Fri Jul 07 14:49:38 CEST 2017 - Invoked login with username=a AND password=a +LOGGER (Server): Fri Jul 07 14:49:38 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 14:49:40 CEST 2017 - Invoked login with username=b AND password=b +LOGGER (Server): Fri Jul 07 14:49:40 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 14:52:05 CEST 2017 - Invoked logout with username=b AND token=a1b9r4bbt0vlo4k4sodcfjrv4r +LOGGER (Server): Fri Jul 07 14:52:05 CEST 2017 - Logout successfull +LOGGER (Server): Fri Jul 07 14:52:05 CEST 2017 - Logout successfull (but something gone wrong) +LOGGER (Server): Fri Jul 07 14:52:07 CEST 2017 - Invoked login with username=c AND password=c +LOGGER (Server): Fri Jul 07 14:52:07 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 14:52:22 CEST 2017 - Invoked login with username=b AND password=b +LOGGER (Server): Fri Jul 07 14:52:22 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 14:53:28 CEST 2017 - Invoked login with username=c AND password=c +LOGGER (Server): Fri Jul 07 14:53:28 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:04:45 CEST 2017 - Server starting ... +LOGGER (Server): Fri Jul 07 15:04:46 CEST 2017 - Auth Service running at 9999 port... +LOGGER (Server): Fri Jul 07 15:04:46 CEST 2017 - Server started +LOGGER (Server): Fri Jul 07 15:04:46 CEST 2017 - GamePage Service is running at 10000 port... +LOGGER (Server): Fri Jul 07 15:04:49 CEST 2017 - Server starting ... +LOGGER (Server): Fri Jul 07 15:04:49 CEST 2017 - Auth Service running at 9999 port... +LOGGER (Server): Fri Jul 07 15:04:55 CEST 2017 - Server starting ... +LOGGER (Server): Fri Jul 07 15:04:56 CEST 2017 - Auth Service running at 9999 port... +LOGGER (Server): Fri Jul 07 15:04:56 CEST 2017 - GamePage Service is running at 10000 port... +LOGGER (Server): Fri Jul 07 15:04:56 CEST 2017 - Server started +LOGGER (Server): Fri Jul 07 15:05:01 CEST 2017 - Invoked login with username=a AND password=a +LOGGER (Server): Fri Jul 07 15:05:01 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:05:05 CEST 2017 - Invoked login with username=b AND password=b +LOGGER (Server): Fri Jul 07 15:05:05 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:05:15 CEST 2017 - Invoked login with username=c AND password=c +LOGGER (Server): Fri Jul 07 15:05:15 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:05:26 CEST 2017 - Invoked logout with username=a AND token=auhj8r7j3fj02ogno0q0udrjif +LOGGER (Server): Fri Jul 07 15:05:26 CEST 2017 - Logout successfull +LOGGER (Server): Fri Jul 07 15:05:26 CEST 2017 - Logout successfull (but something gone wrong) +LOGGER (Server): Fri Jul 07 15:05:29 CEST 2017 - Invoked login with username=a AND password=a +LOGGER (Server): Fri Jul 07 15:05:29 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:12:12 CEST 2017 - Server starting ... +LOGGER (Server): Fri Jul 07 15:12:12 CEST 2017 - Auth Service running at 9999 port... +LOGGER (Server): Fri Jul 07 15:12:12 CEST 2017 - Server started +LOGGER (Server): Fri Jul 07 15:12:12 CEST 2017 - GamePage Service is running at 10000 port... +LOGGER (Server): Fri Jul 07 15:12:18 CEST 2017 - Invoked login with username=a AND password=a +LOGGER (Server): Fri Jul 07 15:12:18 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:12:22 CEST 2017 - Invoked login with username=b AND password=b +LOGGER (Server): Fri Jul 07 15:12:22 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:13:04 CEST 2017 - Invoked login with username=c AND password=c +LOGGER (Server): Fri Jul 07 15:13:04 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:16:19 CEST 2017 - Server starting ... +LOGGER (Server): Fri Jul 07 15:16:19 CEST 2017 - Auth Service running at 9999 port... +LOGGER (Server): Fri Jul 07 15:16:19 CEST 2017 - Server started +LOGGER (Server): Fri Jul 07 15:16:19 CEST 2017 - GamePage Service is running at 10000 port... +LOGGER (Server): Fri Jul 07 15:16:28 CEST 2017 - Invoked login with username=a AND password=a +LOGGER (Server): Fri Jul 07 15:16:28 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:16:35 CEST 2017 - Invoked login with username=b AND password=b +LOGGER (Server): Fri Jul 07 15:16:35 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:17:43 CEST 2017 - Invoked login with username=c AND password=c +LOGGER (Server): Fri Jul 07 15:17:43 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:19:58 CEST 2017 - Invoked logout with username=c AND token=cm20f0pmus3s7kb35guaipt26j +LOGGER (Server): Fri Jul 07 15:19:58 CEST 2017 - Logout successfull +LOGGER (Server): Fri Jul 07 15:19:58 CEST 2017 - Logout successfull (but something gone wrong) +LOGGER (Server): Fri Jul 07 15:20:00 CEST 2017 - Invoked login with username=c AND password=c +LOGGER (Server): Fri Jul 07 15:20:00 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:20:22 CEST 2017 - Invoked login with username=d AND password= +LOGGER (Server): Fri Jul 07 15:20:22 CEST 2017 - Login unsuccessfull +LOGGER (Server): Fri Jul 07 15:20:25 CEST 2017 - Invoked login with username=d AND password=d +LOGGER (Server): Fri Jul 07 15:20:25 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:21:30 CEST 2017 - Invoked logout with username=c AND token=jelupnh37pqhno34srgavcjbhl +LOGGER (Server): Fri Jul 07 15:21:30 CEST 2017 - Logout successfull +LOGGER (Server): Fri Jul 07 15:21:30 CEST 2017 - Logout successfull (but something gone wrong) +LOGGER (Server): Fri Jul 07 15:21:37 CEST 2017 - Invoked register with username=as AND password=as +LOGGER (Server): Fri Jul 07 15:21:37 CEST 2017 - Registration successfull +LOGGER (Server): Fri Jul 07 15:21:39 CEST 2017 - Invoked login with username=as AND password=as +LOGGER (Server): Fri Jul 07 15:21:39 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:22:37 CEST 2017 - Invoked logout with username=as AND token=d3vf9ci3k7n1upiouulm8vbl1b +LOGGER (Server): Fri Jul 07 15:22:37 CEST 2017 - Logout successfull +LOGGER (Server): Fri Jul 07 15:22:37 CEST 2017 - Logout successfull (but something gone wrong) +LOGGER (Server): Fri Jul 07 15:22:40 CEST 2017 - Invoked login with username=c AND password=c +LOGGER (Server): Fri Jul 07 15:22:40 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:23:29 CEST 2017 - Invoked login with username=c AND password=c +LOGGER (Server): Fri Jul 07 15:23:29 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:25:14 CEST 2017 - Invoked login with username=c AND password=c +LOGGER (Server): Fri Jul 07 15:25:14 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:25:14 CEST 2017 - Invoked logout with username=c AND token=6n4nkantivpt703s45bp35c8gu +LOGGER (Server): Fri Jul 07 15:25:14 CEST 2017 - Logout successfull +LOGGER (Server): Fri Jul 07 15:25:14 CEST 2017 - Logout successfull (but something gone wrong) +LOGGER (Server): Fri Jul 07 15:25:16 CEST 2017 - Invoked login with username=c AND password=c +LOGGER (Server): Fri Jul 07 15:25:16 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:25:25 CEST 2017 - Invoked login with username=b AND password=b +LOGGER (Server): Fri Jul 07 15:25:25 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:25:25 CEST 2017 - Invoked logout with username=b AND token=43cl7p67jvanhughacr8bom4q3 +LOGGER (Server): Fri Jul 07 15:25:25 CEST 2017 - Logout successfull +LOGGER (Server): Fri Jul 07 15:25:25 CEST 2017 - Logout successfull (but something gone wrong) +LOGGER (Server): Fri Jul 07 15:25:27 CEST 2017 - Invoked login with username=b AND password=b +LOGGER (Server): Fri Jul 07 15:25:27 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:27:14 CEST 2017 - Server starting ... +LOGGER (Server): Fri Jul 07 15:27:14 CEST 2017 - Auth Service running at 9999 port... +LOGGER (Server): Fri Jul 07 15:27:14 CEST 2017 - Server started +LOGGER (Server): Fri Jul 07 15:27:14 CEST 2017 - GamePage Service is running at 10000 port... +LOGGER (Server): Fri Jul 07 15:27:33 CEST 2017 - Invoked login with username=a AND password=a +LOGGER (Server): Fri Jul 07 15:27:33 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:27:35 CEST 2017 - Invoked login with username=b AND password=b +LOGGER (Server): Fri Jul 07 15:27:35 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:27:38 CEST 2017 - Invoked login with username=c AND password=c +LOGGER (Server): Fri Jul 07 15:27:38 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:28:22 CEST 2017 - Server starting ... +LOGGER (Server): Fri Jul 07 15:28:22 CEST 2017 - Auth Service running at 9999 port... +LOGGER (Server): Fri Jul 07 15:28:22 CEST 2017 - Server started +LOGGER (Server): Fri Jul 07 15:28:22 CEST 2017 - GamePage Service is running at 10000 port... +LOGGER (Server): Fri Jul 07 15:28:38 CEST 2017 - Invoked login with username=a AND password=a +LOGGER (Server): Fri Jul 07 15:28:38 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:28:40 CEST 2017 - Invoked login with username=b AND password=b +LOGGER (Server): Fri Jul 07 15:28:40 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:28:42 CEST 2017 - Invoked login with username=c AND password=c +LOGGER (Server): Fri Jul 07 15:28:42 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:32:08 CEST 2017 - Invoked login with username=d AND password=d +LOGGER (Server): Fri Jul 07 15:32:08 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:33:11 CEST 2017 - Invoked logout with username=b AND token=ltlev14ijvfvnccbsomju0ru8q +LOGGER (Server): Fri Jul 07 15:33:11 CEST 2017 - Logout successfull +LOGGER (Server): Fri Jul 07 15:33:11 CEST 2017 - Logout successfull (but something gone wrong) +LOGGER (Server): Fri Jul 07 15:33:13 CEST 2017 - Invoked login with username=a AND password=a +LOGGER (Server): Fri Jul 07 15:33:13 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:33:13 CEST 2017 - Invoked logout with username=a AND token=aokdj816tvktjqpno4t315duo0 +LOGGER (Server): Fri Jul 07 15:33:13 CEST 2017 - Logout successfull +LOGGER (Server): Fri Jul 07 15:33:13 CEST 2017 - Logout successfull (but something gone wrong) +LOGGER (Server): Fri Jul 07 15:33:15 CEST 2017 - Invoked login with username=a AND password=a +LOGGER (Server): Fri Jul 07 15:33:15 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:35:54 CEST 2017 - Invoked login with username=b AND password=b +LOGGER (Server): Fri Jul 07 15:35:54 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:35:54 CEST 2017 - Invoked logout with username=b AND token=khg8l3r8a3ffsjndj2q9fscrtq +LOGGER (Server): Fri Jul 07 15:35:54 CEST 2017 - Logout successfull +LOGGER (Server): Fri Jul 07 15:35:54 CEST 2017 - Logout successfull (but something gone wrong) +LOGGER (Server): Fri Jul 07 15:35:56 CEST 2017 - Invoked login with username=b AND password=b +LOGGER (Server): Fri Jul 07 15:35:56 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:36:00 CEST 2017 - Invoked login with username=c AND password=c +LOGGER (Server): Fri Jul 07 15:36:00 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:36:03 CEST 2017 - Invoked logout with username=c AND token=jn9rohbva6mpk664s9lgnlub2s +LOGGER (Server): Fri Jul 07 15:36:03 CEST 2017 - Logout successfull +LOGGER (Server): Fri Jul 07 15:36:03 CEST 2017 - Logout successfull (but something gone wrong) +LOGGER (Server): Fri Jul 07 15:36:04 CEST 2017 - Invoked login with username=c AND password=c +LOGGER (Server): Fri Jul 07 15:36:04 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:36:17 CEST 2017 - Invoked logout with username=b AND token=jserbm8ilfkpbd7pk833v7b5n +LOGGER (Server): Fri Jul 07 15:36:17 CEST 2017 - Logout successfull +LOGGER (Server): Fri Jul 07 15:36:17 CEST 2017 - Logout successfull (but something gone wrong) +LOGGER (Server): Fri Jul 07 15:36:19 CEST 2017 - Invoked login with username=b AND password=b +LOGGER (Server): Fri Jul 07 15:36:19 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:38:18 CEST 2017 - Invoked logout with username=b AND token=ovg1tvdavtg7j1oca0pqe21us6 +LOGGER (Server): Fri Jul 07 15:38:18 CEST 2017 - Logout successfull +LOGGER (Server): Fri Jul 07 15:38:18 CEST 2017 - Logout successfull (but something gone wrong) +LOGGER (Server): Fri Jul 07 15:38:19 CEST 2017 - Invoked logout with username=c AND token=sr52t3bd276akut3og2um172se +LOGGER (Server): Fri Jul 07 15:38:19 CEST 2017 - Logout successfull +LOGGER (Server): Fri Jul 07 15:38:19 CEST 2017 - Logout successfull (but something gone wrong) +LOGGER (Server): Fri Jul 07 15:39:57 CEST 2017 - Invoked login with username=a AND password=a +LOGGER (Server): Fri Jul 07 15:39:57 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:40:00 CEST 2017 - Invoked login with username=b AND password=b +LOGGER (Server): Fri Jul 07 15:40:00 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:40:41 CEST 2017 - Invoked logout with username=b AND token=nna88vl6enpq2v51710l1f05om +LOGGER (Server): Fri Jul 07 15:40:41 CEST 2017 - Logout successfull +LOGGER (Server): Fri Jul 07 15:40:41 CEST 2017 - Logout successfull (but something gone wrong) +LOGGER (Server): Fri Jul 07 15:41:41 CEST 2017 - Server starting ... +LOGGER (Server): Fri Jul 07 15:41:41 CEST 2017 - Auth Service running at 9999 port... +LOGGER (Server): Fri Jul 07 15:41:41 CEST 2017 - Server started +LOGGER (Server): Fri Jul 07 15:41:41 CEST 2017 - GamePage Service is running at 10000 port... +LOGGER (Server): Fri Jul 07 15:42:02 CEST 2017 - Invoked login with username=a AND password=a +LOGGER (Server): Fri Jul 07 15:42:02 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:42:04 CEST 2017 - Invoked login with username=b AND password=b +LOGGER (Server): Fri Jul 07 15:42:04 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:42:07 CEST 2017 - Invoked login with username=c AND password=c +LOGGER (Server): Fri Jul 07 15:42:07 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:42:10 CEST 2017 - Invoked login with username=d AND password=d +LOGGER (Server): Fri Jul 07 15:42:10 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:44:04 CEST 2017 - Invoked login with username=a AND password=a +LOGGER (Server): Fri Jul 07 15:44:04 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:44:08 CEST 2017 - Invoked login with username=b AND password=b +LOGGER (Server): Fri Jul 07 15:44:08 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:44:13 CEST 2017 - Invoked login with username=c AND password=c +LOGGER (Server): Fri Jul 07 15:44:13 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:44:17 CEST 2017 - Invoked login with username=d AND password=d +LOGGER (Server): Fri Jul 07 15:44:17 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:46:51 CEST 2017 - Server starting ... +LOGGER (Server): Fri Jul 07 15:46:51 CEST 2017 - Auth Service running at 9999 port... +LOGGER (Server): Fri Jul 07 15:46:51 CEST 2017 - Server started +LOGGER (Server): Fri Jul 07 15:46:52 CEST 2017 - GamePage Service is running at 10000 port... +LOGGER (Server): Fri Jul 07 15:47:05 CEST 2017 - Invoked login with username=a AND password=a +LOGGER (Server): Fri Jul 07 15:47:05 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:47:07 CEST 2017 - Invoked login with username=c AND password=c +LOGGER (Server): Fri Jul 07 15:47:07 CEST 2017 - Login successfull +LOGGER (Server): Fri Jul 07 15:47:10 CEST 2017 - Invoked login with username=b AND password=b +LOGGER (Server): Fri Jul 07 15:47:10 CEST 2017 - Login successfull