diff --git a/Databases/Second Voting/VotingSystem.sql b/Databases/Second Voting/VotingSystem.sql new file mode 100644 index 0000000..f5568e8 --- /dev/null +++ b/Databases/Second Voting/VotingSystem.sql @@ -0,0 +1,1424 @@ +-- phpMyAdmin SQL Dump +-- version 5.0.4 +-- https://www.phpmyadmin.net/ +-- +-- Host: localhost +-- Generation Time: Jan 17, 2021 at 02:49 PM +-- Server version: 5.7.32-0ubuntu0.18.04.1 +-- PHP Version: 7.2.24-0ubuntu0.18.04.7 + +SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; +START TRANSACTION; +SET time_zone = "+00:00"; + + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8mb4 */; + +-- +-- Database: `VotingSystem` +-- + +-- -------------------------------------------------------- + +-- +-- Table structure for table `auth_codes` +-- + +CREATE TABLE `auth_codes` ( + `id` bigint(20) NOT NULL, + `code` varchar(255) DEFAULT NULL, + `name` varchar(255) DEFAULT NULL, + `time` bigint(20) NOT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `auth_codes` +-- + +INSERT INTO `auth_codes` (`id`, `code`, `name`, `time`) VALUES +(25, '031122', 'Chiara.welter@adolfinum.de', 1610210262297), +(69, '589037', 'lewis.lehner@adolfinum.de', 1610216832849), +(93, '984374', 'ayseguel.guelten@adolfinum.de', 1610227655083), +(121, '929229', 'victor.schroers@adolfinum.de', 1610295259012); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `candidates` +-- + +CREATE TABLE `candidates` ( + `id` bigint(20) NOT NULL, + `name` varchar(255) DEFAULT NULL, + `votes` int(11) DEFAULT NULL, + `category_id` bigint(20) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `categories` +-- + +CREATE TABLE `categories` ( + `id` bigint(20) NOT NULL, + `name` varchar(255) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `categories` +-- + +INSERT INTO `categories` (`id`, `name`) VALUES +(1, 'Sportler/in des Jahres'), +(2, 'Best dressed student'), +(3, 'Picasso Jr.'), +(4, 'Verpeilt, verpeilter, ...'), +(5, 'Große Klappe'), +(6, 'Darf auf keiner Party fehlen'), +(7, 'Stille Wasser sind tief'), +(8, 'Patrick-Fragen-Steller'), +(9, 'Ehrgeizig, ehrgeiziger, ...'), +(10, 'Miss Make-Up'), +(11, 'Meiste Punkte in Flensburg'), +(12, 'Im Bundestag'), +(13, 'Bimsstein als Leber'), +(14, 'Bester Schwiegersohn'), +(15, 'Beste Schwiegertochter'), +(16, 'Lebt im Fitnessstudio'), +(17, 'Koffeinjunkie'), +(18, 'Erkennt man am Lachen'), +(19, 'Dschungelkönig/in'), +(20, 'Bei Geburt getrennte Zwillinge (Aussehen)'), +(21, 'Future Rockstar'), +(22, 'Schummelt sich durchs Abi'), +(23, 'Organisationstalent'), +(24, 'Gute Seele'), +(25, 'Nobelpreisträger'), +(26, 'Nachteule'), +(27, 'Präsentationspro'), +(28, 'Lehrerassistent für Technik'), +(29, 'Meiste Screentime'), +(30, 'Interessiert sich wirklich für den Unterricht'), +(31, 'Kleiner Exentriker'), +(32, 'Herrscht hart, aber gerecht'), +(33, 'Niemand traut sich zu schwänzen'), +(34, 'Man lernt nicht für die Schule sondern fürs Leben'), +(35, 'Kontert am besten'), +(36, 'Best dressed teacher'), +(37, 'Eigentlich Motivationstrainer'), +(38, 'Schlimmstes Tafelbild'), +(39, 'Möchtegern Comedian'), +(40, 'Führt ein Doppelleben'), +(41, '\"Ich beende den Unterricht\"'), +(42, 'Schülerschwarm (M)'), +(43, 'Schülerschwarm (W)'), +(44, 'Harte Schale, weicher Kern'), +(45, 'Sklaventreiber'), +(46, 'Unterrichtet auch, wenn die Schule brennt'), +(47, 'Ist immer da'), +(48, 'Lebt in der Schule'), +(49, 'Musste einen Wald für Arbeitsblätter roden lassen'), +(50, 'Top gestylt'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `possible_candidates` +-- + +CREATE TABLE `possible_candidates` ( + `id` bigint(20) NOT NULL, + `name` varchar(255) DEFAULT NULL, + `votes` int(11) NOT NULL, + `category_id` bigint(20) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `possible_candidates` +-- + +INSERT INTO `possible_candidates` (`id`, `name`, `votes`, `category_id`) VALUES +(1, 'Charlotte Schirmer', 5, 1), +(2, 'Meret Faß', 5, 2), +(3, 'Zeynep Efe', 34, 3), +(4, 'Robin Heldt', 2, 4), +(5, 'Justus Bösken', 9, 5), +(6, 'Lars Hogardt', 2, 6), +(7, 'Anna Sievert', 9, 7), +(8, 'Delia Schmitz', 13, 9), +(10, 'Alexander Kupillas', 2, 11), +(11, 'Justus Bösken', 16, 12), +(12, 'Jerome Laukamp', 9, 13), +(13, 'Jan Hövel', 5, 14), +(14, 'Greta Bentgens', 2, 15), +(15, 'Jerome Laukamp', 22, 16), +(16, 'Alexander Kupillas', 10, 18), +(17, 'Justin Kauschke', 1, 19), +(18, 'Malo Soulier', 1, 21), +(19, 'Jerome Laukamp', 14, 22), +(20, 'Meret Faß', 12, 23), +(21, 'Greta Bentgens', 1, 24), +(22, 'Cederic Damerow', 5, 25), +(24, 'Victor Schroers', 2, 27), +(25, 'Simon Bussmann', 35, 28), +(26, 'Simon Bussmann', 2, 29), +(28, 'Justus Bösken', 1, 31), +(29, 'Schattenberg', 15, 32), +(31, 'Meier', 2, 34), +(32, 'Niemeier', 1, 35), +(33, 'Petering', 1, 36), +(34, 'Gerade', 1, 37), +(35, 'Klümper', 3, 38), +(36, 'Busch', 3, 40), +(38, 'Koopmann', 17, 42), +(39, 'Müller', 5, 43), +(40, 'Schattenberg', 4, 44), +(42, 'Schattenberg', 11, 46), +(43, 'Klein', 7, 47), +(50, 'Tim Müller', 1, 1), +(51, 'Marie Scheidung', 6, 3), +(52, 'Gerrit Schulz', 1, 4), +(53, 'Nico Lipinski', 2, 5), +(54, 'Gerrit Schulz', 1, 7), +(55, 'Patrick Preuß', 10, 8), +(56, 'Marie Scheidung', 9, 9), +(57, 'Gerrit Schulz', 1, 11), +(58, 'Moritz Weihnacht', 1, 12), +(59, 'Kamil', 1, 22), +(60, 'Sokolowski', 1, 32), +(64, 'Watkins', 3, 38), +(65, 'Dierks', 1, 39), +(68, 'Ben Schwarz ', 3, 1), +(69, 'Zeynep Efe', 13, 2), +(70, 'Antonia Eigemann', 3, 4), +(71, 'Marie Scheidung', 17, 15), +(72, 'Yarkin Kulaksiz ', 3, 18), +(74, 'Kozianka', 6, 32), +(75, 'Herrmann', 7, 33), +(76, 'Grade', 1, 36), +(78, 'Petering', 3, 39), +(79, 'Dinkelmann', 10, 40), +(82, 'Kozianka', 4, 45), +(83, 'Niemeier', 1, 46), +(84, 'Hennemann', 1, 47), +(87, 'Moritz Liebisch', 2, 1), +(88, 'Lena Schlayer', 17, 3), +(89, 'Jerome Laukamp', 2, 4), +(90, 'Moritz Liebisch', 7, 5), +(91, 'Laura König', 9, 9), +(92, 'Laura König', 4, 12), +(93, 'Delia Schmitz', 7, 23), +(94, 'Lena Schlayer', 2, 24), +(95, 'Laura König', 1, 25), +(96, 'Mara Blanke', 6, 27), +(97, 'Laura König', 16, 30), +(98, 'Schlossarek', 1, 33), +(99, 'Grade', 2, 34), +(101, 'Romberg', 1, 39), +(102, 'Kuster', 2, 41), +(104, 'Schattenberg', 7, 47), +(105, 'Hermann', 3, 48), +(106, 'Skorwider', 8, 49), +(107, 'Nico Scholzen', 12, 1), +(110, 'Christian Pickart', 2, 4), +(111, 'Robin Heldt', 1, 5), +(112, 'Laura Rüttershoff', 5, 6), +(113, 'Simon Hormes', 2, 8), +(114, 'Annika Lieblang', 5, 9), +(116, 'Jerome Laukamp', 12, 11), +(117, 'Isabelle Schneider', 1, 12), +(118, 'Christian Beutel', 8, 14), +(119, 'Isabelle Schneider', 1, 15), +(120, 'Eray Arici', 4, 16), +(121, 'Isabelle Schneider', 2, 17), +(123, 'Christian Pickart', 1, 22), +(125, 'Isabelle Schneider', 1, 24), +(128, 'Dusanka', 1, 27), +(129, 'Joline Gilles ', 1, 30), +(130, 'Schroer', 1, 32), +(131, 'Schirra', 3, 34), +(132, 'Koopmann', 16, 36), +(134, 'Heining', 2, 38), +(136, 'Schirra', 1, 40), +(137, 'Haustein', 2, 41), +(141, 'Christian Beutel', 6, 1), +(142, 'Helena Neukirch ', 3, 2), +(143, 'Aysegül Gülten ', 2, 4), +(144, 'Evelyn Hofmann ', 4, 5), +(145, 'Lili Schweitzer ', 8, 8), +(146, 'Delia Sch', 1, 10), +(147, 'Eray Arici ', 8, 11), +(148, 'Julius Preusser ', 1, 12), +(149, 'Niklas Klaffki ', 2, 13), +(150, 'Helena Neukirch ', 2, 17), +(151, 'Justus Bösken ', 4, 18), +(152, 'Jerome Laukamp ', 3, 19), +(153, 'Julius Preusser ', 1, 22), +(154, 'Zeynep Efe ', 1, 23), +(155, 'Julius Preusser ', 1, 29), +(157, 'Zeynep Efe ', 1, 31), +(159, 'Müller', 3, 34), +(165, 'Müller', 1, 40), +(166, 'Adams', 5, 41), +(167, 'Müller', 4, 44), +(168, 'Schattenberg', 13, 45), +(169, 'Adams', 4, 46), +(170, 'Adams', 2, 47), +(171, 'Adams', 1, 48), +(172, 'Reiss', 1, 49), +(173, 'Reiss', 5, 50), +(174, 'Felix Kirsten ', 8, 1), +(175, 'Antonia Eigemann ', 2, 6), +(176, 'Isabel Schneider ', 1, 7), +(177, 'Jérôme Laukamp ', 3, 8), +(180, 'Ben schwarz ', 2, 11), +(181, 'Leony Walusch', 1, 12), +(182, 'Moritz Liebisch ', 4, 13), +(183, 'Zeynep Efe ', 4, 15), +(185, 'Ben Schwarz ', 1, 19), +(186, 'Ben Schwarz ', 2, 22), +(187, 'Manon Schroff ', 2, 23), +(188, 'Zeynep Efe ', 4, 24), +(190, 'Jan Schliekmann ', 1, 31), +(192, 'Klein', 6, 33), +(197, 'Krauskopf', 4, 41), +(198, 'voß', 1, 45), +(199, 'Klaudia K.', 2, 3), +(200, 'Elsa P.', 1, 4), +(202, 'Karolina Hein', 2, 7), +(203, 'Julia Müller', 2, 17), +(204, 'Delia S.', 2, 18), +(207, 'Elsa P.', 1, 26), +(209, 'Elsa P.', 1, 30), +(210, 'Reiss', 2, 33), +(211, 'Schlossarek', 1, 47), +(212, 'Delia Schmitz', 2, 2), +(213, 'Lukas Boy', 4, 28), +(216, 'Neumann', 3, 38), +(217, 'Neumann', 5, 49), +(220, 'Ben Schwarz', 3, 5), +(221, 'mina ercan ', 1, 7), +(222, 'justus bösken', 1, 8), +(223, 'Annika Koch', 1, 9), +(224, 'Lea Gerritzen ', 1, 10), +(225, 'Simon Bussmann', 6, 12), +(226, 'Anna Wilmschen ', 1, 13), +(227, 'Leon Viktora ', 2, 14), +(228, 'Annika Koch', 6, 15), +(229, 'Romyna Gurny', 3, 16), +(230, 'Joline Gilles ', 2, 18), +(231, 'Lili Schweizer', 4, 19), +(234, 'Annika Koch', 4, 24), +(235, 'Joline Gilles', 2, 26), +(236, 'Justus Bösken', 11, 27), +(237, 'Jerome Laukamp', 2, 29), +(238, 'Leonie Wallusch', 2, 30), +(240, 'Watkins', 4, 33), +(242, 'Bollhorst', 1, 35), +(244, 'Schattenberg', 7, 37), +(245, 'Schattenberg', 5, 38), +(246, 'Kuster', 1, 39), +(247, 'Koopmann', 5, 40), +(249, 'Bollhorst', 1, 42), +(254, 'Watkins', 2, 47), +(257, 'Bollhorst', 1, 50), +(258, 'Katharina', 1, 1), +(259, 'Romyna', 1, 4), +(260, 'Lilly Schmitdke', 1, 5), +(261, 'Leon Borgerding', 3, 6), +(262, 'Sophie Osterloh', 2, 7), +(263, 'Laura Rhüttershoff', 1, 9), +(266, 'Simon Hormes', 1, 14), +(267, 'Hendrik Herffs', 3, 16), +(268, 'Carlotta Tückmantel', 5, 17), +(269, 'Christian Beutel', 5, 19), +(272, 'Joline Gilles', 1, 22), +(273, 'Mara Blanke', 2, 23), +(274, 'Gerrit', 1, 25), +(275, 'Gerrit', 3, 28), +(276, 'Joline Gilles', 1, 29), +(277, 'Annika Koch', 1, 30), +(279, 'Schröer', 1, 33), +(280, 'Richter', 1, 35), +(281, 'Schirra', 4, 37), +(282, 'Meschendörfer', 2, 38), +(283, 'Meschendörfer', 1, 39), +(284, 'schröer', 1, 40), +(285, 'niemeier', 1, 41), +(288, 'bollhorst', 1, 44), +(294, 'Lana Peric', 1, 4), +(295, 'Justin Kauschke', 1, 5), +(296, 'Lana Peric', 2, 6), +(297, 'Julia Lehner', 1, 7), +(299, 'Charlotte Schirmer', 1, 9), +(300, 'Meret Fass', 1, 10), +(301, 'Mara Blanke', 2, 12), +(302, 'Lana Peric', 1, 13), +(303, 'Philip Heckhoff', 2, 16), +(304, 'Marie Pütter', 2, 17), +(305, 'Dušanka Djukanovic', 2, 18), +(306, 'Paul Novak', 3, 19), +(307, 'Joline Hackstein', 1, 21), +(308, 'Moritz Liebisch', 9, 22), +(309, 'Lana Peric', 1, 24), +(310, 'Laura Kurreck', 2, 25), +(311, 'Lana Peric', 2, 26), +(312, 'Laura Kurreck', 1, 27), +(313, 'Marie Pütter', 1, 29), +(316, 'Heße', 7, 32), +(317, 'Heße', 9, 33), +(318, 'Heße', 5, 34), +(319, 'Rennert', 6, 35), +(320, 'Liesegang', 2, 36), +(322, 'Petrovi?', 1, 38), +(324, 'Liesegang', 1, 40), +(325, 'Heisig', 3, 41), +(326, 'Rennert', 3, 42), +(328, 'Petering', 1, 44), +(330, 'Müller', 5, 46), +(331, 'Wans', 6, 47), +(333, 'Heße', 7, 49), +(334, 'Meier', 3, 50), +(335, 'Paula Haub', 1, 2), +(337, 'Laurin', 1, 6), +(338, 'Lilly V.', 1, 7), +(339, 'Jan Höfel', 1, 8), +(340, 'Johanna Böckmann', 6, 9), +(341, 'Evelyn Hofmann', 12, 10), +(342, 'Moritz Liebisch', 11, 11), +(343, 'Justin Kauschke', 10, 13), +(345, 'Manon Schroff', 3, 15), +(347, 'Noemi M.', 1, 17), +(349, 'Katharina S.', 1, 19), +(350, 'Laura König', 6, 24), +(351, 'Antonia Eigemann', 1, 26), +(353, 'Evelyn Hofmann', 5, 29), +(354, 'Delia Schmitz', 10, 30), +(356, 'Frings', 5, 33), +(357, 'Dierks', 2, 34), +(358, 'Frings', 3, 35), +(361, 'Petering', 3, 38), +(363, 'Herr Neumann', 3, 40), +(367, 'Kozianka', 3, 44), +(368, 'Frings', 2, 45), +(370, 'Müller', 1, 47), +(372, 'Schubert', 5, 49), +(373, 'Kozianka', 1, 50), +(376, 'Laura K.', 1, 3), +(377, 'Chiara ', 1, 4), +(378, 'Janni (der neue ) ', 1, 5), +(379, 'Ben M.', 1, 6), +(380, 'Chiara ', 1, 7), +(381, 'Christian B.', 1, 8), +(384, 'Ben M.', 1, 11), +(387, 'Chiara ', 1, 15), +(390, 'Chiara', 2, 18), +(391, 'Alessio', 1, 19), +(393, 'Gerrit', 1, 21), +(394, 'Alex Neumann', 1, 22), +(395, 'Gerrit ', 1, 23), +(396, 'Chiara', 1, 24), +(397, 'Julian S.', 1, 25), +(398, 'Hendrik H.', 1, 26), +(400, 'Chiara', 1, 29), +(402, 'Nikita ', 1, 31), +(403, 'Meyering', 1, 32), +(405, 'Nolte', 2, 34), +(407, 'Meyer', 2, 36), +(409, 'Küppers', 1, 38), +(410, 'Kozianka', 1, 40), +(411, 'Neumann', 7, 41), +(413, 'Lindemann', 4, 43), +(414, 'Milde', 4, 44), +(415, 'Nolte', 1, 46), +(416, 'Verhoeven', 1, 47), +(417, 'Klag', 10, 48), +(418, 'Grade', 3, 49), +(420, 'Manon Schroff', 5, 5), +(421, 'Jan Hövel', 1, 18), +(422, 'Marie Pütter', 7, 23), +(423, 'Koopmann', 4, 34), +(425, 'Münker', 4, 38), +(427, 'Kuster', 2, 47), +(428, 'Simon Hormes', 2, 4), +(430, 'Chiara Welter', 16, 10), +(431, 'Jolan Gerritzen', 1, 12), +(432, 'Jolan', 1, 14), +(433, 'Philip Heckhoff', 2, 18), +(435, 'Simon Berger', 3, 21), +(436, 'Justin Kauschke', 1, 22), +(437, 'Laura König', 3, 23), +(438, 'Simon Berger', 1, 24), +(439, 'Lukas Boy', 1, 26), +(440, 'Victor Schroers', 3, 28), +(441, 'Jolan', 1, 29), +(445, 'Krauskopf', 1, 35), +(446, 'Klag', 1, 36), +(449, 'Sokolowski', 2, 39), +(451, 'Krauskopf', 1, 44), +(453, 'Klein', 4, 46), +(457, 'Linnea Paulukuhn ', 1, 1), +(458, 'Marie Scheidung', 1, 4), +(459, 'Lilly Ventzke', 3, 6), +(460, 'Elisa Bahl', 1, 7), +(461, 'Anesa Cavcic', 13, 10), +(462, 'Tim Krichel', 2, 13), +(463, 'Gabriel Schacht', 4, 14), +(465, 'Emma Sprenger ', 2, 17), +(467, 'Yara Müser', 4, 21), +(468, 'Lilly Schmidtke ', 5, 23), +(469, 'Leon Borgerding', 1, 25), +(470, 'Melina Kascha', 3, 26), +(471, 'Simon Hormes', 2, 27), +(472, 'Manon Schroff', 6, 29), +(473, 'Greta Bentgens', 3, 30), +(474, 'Klein', 1, 32), +(475, 'Müller', 3, 33), +(478, 'Adams', 3, 38), +(479, 'Heining', 3, 39), +(484, 'Watkins', 7, 44), +(485, 'Adams', 1, 45), +(489, 'Müller', 2, 50), +(490, 'Lili Schweitzer ', 1, 2), +(491, 'Carlotta Tückmantel', 2, 3), +(492, 'Lili Schweitzer ', 10, 4), +(497, 'Moritz Liebisch ', 1, 14), +(498, 'Noemi Malaponti', 3, 15), +(499, 'Ben schwarz ', 11, 16), +(500, 'Antonia Eigemann', 1, 17), +(504, 'Luzi Weichert', 6, 21), +(505, 'Paula Haub ', 2, 22), +(506, 'Leony Wittmann', 2, 24), +(507, 'Lilly Ventzke ', 1, 25), +(508, 'Moritz Liebisch ', 2, 26), +(509, 'Leony Wittmann ', 1, 27), +(511, 'Felix Kiersten ', 1, 29), +(513, 'Milde', 7, 32), +(515, 'Dinkelmann', 2, 34), +(516, 'Voss', 1, 35), +(521, 'Jenssen', 1, 40), +(522, 'Sokolowski', 3, 41), +(525, 'Rennert', 4, 44), +(531, 'Neumann', 8, 50), +(532, 'Lilly Ventzke ', 2, 2), +(533, 'Helena neukirch ', 2, 7), +(534, 'Ben schwarz ', 2, 13), +(535, 'Felix Kirsten ', 1, 14), +(536, 'Leony Wittmann ', 2, 17), +(537, 'Lilly Ventzke ', 2, 18), +(538, 'Evelyn Hofmann', 11, 19), +(539, 'Evelyn Hofmann und Lilly Ventzke ', 2, 20), +(541, 'Antonia Eigemann ', 1, 24), +(542, 'Katharina Schmitz ', 2, 25), +(544, 'Rabea Peters ', 2, 31), +(549, 'Voß', 5, 36), +(551, 'Kisters', 3, 38), +(553, 'Krauskopf', 1, 40), +(555, 'Weber', 5, 42), +(564, 'Malo Soulier ', 4, 2), +(565, 'Leon Viktora', 1, 4), +(566, 'Umut Patir', 1, 5), +(567, 'Burak Kulac', 4, 6), +(568, 'Luise Lu', 1, 9), +(569, 'Mery Stern', 1, 10), +(570, 'Leon Viktora', 3, 11), +(571, 'Leon Borgerding ', 5, 14), +(572, 'Mercy Stern ', 1, 15), +(573, 'Nicolas Cunha', 6, 16), +(574, 'Simon Hormes ', 2, 24), +(575, 'Mery Stern ', 1, 25), +(576, 'Leon Borgerding ', 7, 26), +(577, 'Taycan Arslan', 1, 27), +(578, 'Leon Borgerding ', 6, 29), +(581, 'Heße', 2, 35), +(583, 'Heße', 5, 38), +(585, 'Fischer', 2, 40), +(586, 'Liesegang', 1, 42), +(588, 'Heße', 7, 44), +(589, 'Heße', 2, 45), +(590, 'Buchmüller', 1, 46), +(591, 'Heining', 1, 47), +(595, 'Daria', 2, 4), +(597, 'Carlotta, Judith', 1, 20), +(598, 'Burak', 1, 27), +(602, 'Laura R.', 1, 2), +(608, 'Emma ', 1, 8), +(622, 'Delia', 1, 25), +(623, 'Carlotta', 1, 26), +(624, 'Laura R.', 1, 27), +(625, 'Kira ', 2, 29), +(627, 'Wans', 2, 32), +(630, 'Liesegang', 7, 35), +(632, 'Heisig', 2, 37), +(639, 'Wans', 3, 44), +(641, 'Wans', 3, 46), +(643, 'Wans', 1, 48), +(646, 'Gabriel Schacht', 3, 1), +(647, 'Marie Scheidung', 3, 2), +(648, 'Julia Müller', 3, 4), +(649, 'Lavinia Schmitz', 4, 5), +(650, 'Nikita Lauff', 6, 7), +(651, 'Antonia Eigemann', 1, 8), +(652, 'Justin Kauschke', 2, 11), +(653, 'Laura Rüttershoff', 5, 12), +(654, 'Svenja Fischer', 4, 17), +(655, 'Laura Rüttershoff', 5, 18), +(657, 'Amelie Laake', 3, 21), +(658, 'Jan Schliekmann', 4, 22), +(659, 'Annika Koch', 2, 25), +(660, 'Julia Müller', 9, 26), +(661, 'Greta Bentgens', 2, 29), +(662, 'Lavinia Schmitz', 4, 31), +(665, 'Haustein', 2, 34), +(666, 'Koopmann', 13, 35), +(668, 'Heining', 3, 37), +(671, 'Miadowicz', 5, 42), +(673, 'Voß', 2, 44), +(676, 'Schattenberg', 10, 49), +(677, 'Benjamins', 2, 50), +(678, 'Lena Schlayer', 5, 1), +(680, 'Christian Beutel', 1, 4), +(701, 'Mecklenburg', 1, 50), +(705, 'Lisa Baumeister', 1, 7), +(708, 'Manon ', 1, 11), +(709, 'Lilly Ventzke', 1, 13), +(710, 'Julian ', 1, 14), +(711, 'Medina Kascha', 1, 17), +(712, 'Lili Schweitzer', 4, 18), +(714, 'Clemens und Oliver', 11, 20), +(715, 'Romyna', 2, 24), +(716, 'Luis Erpenbach', 5, 25), +(717, 'Linnea ', 1, 27), +(719, 'Evelyn', 1, 31), +(722, 'Klümper', 4, 34), +(723, 'Meyering', 1, 35), +(725, 'Klag', 1, 37), +(729, 'Nolte', 1, 41), +(730, 'Christmann', 1, 42), +(732, 'Watkins', 2, 45), +(733, 'Krauskopf', 4, 46), +(734, 'Niemeier', 1, 47), +(738, 'Lorena Garau ', 1, 4), +(739, 'Jerome Laukamp ', 8, 5), +(740, 'Evelyn Hoffmann ', 1, 6), +(741, 'Marie Scheidung ', 1, 7), +(742, 'Burak ', 1, 12), +(743, 'Clemens Spoo ', 1, 14), +(744, 'Lorena Garau', 3, 17), +(746, 'Luzi und Laura König ', 1, 20), +(747, 'Helena Neukirch ', 1, 22), +(749, 'Helena Neukirch ', 1, 24), +(750, 'Zeynep Efe', 1, 25), +(751, 'Lorena Garau ', 2, 29), +(752, 'Marie Scheidung ', 1, 30), +(753, 'Julius Preußer ', 2, 31), +(754, 'Romberg', 1, 33), +(757, 'Müller', 1, 36), +(759, 'Reiss', 3, 38), +(761, 'Reiss', 3, 40), +(762, 'Hermann', 1, 41), +(766, 'Reiss', 2, 45), +(769, 'Müller', 2, 48), +(770, 'Kleine', 1, 49), +(772, 'Dusanka Djukanovic ', 3, 2), +(773, 'Joline Gillis', 2, 3), +(774, 'Mara Blanke', 3, 4), +(775, 'Charlotte Schirmer ', 1, 17), +(778, 'Sokolowski', 3, 46), +(779, 'Romberg', 2, 48), +(780, 'Greta Bentgens', 1, 2), +(782, 'Tim Müller', 1, 5), +(785, 'Greta Bentgens', 2, 12), +(787, 'Robin Heldt', 1, 14), +(788, 'Yara', 1, 15), +(789, 'Timo K.', 1, 16), +(791, 'Anesa', 1, 18), +(792, 'Amelie D. und Elisa B.', 1, 20), +(795, 'Leonie Kramer', 1, 24), +(796, 'Moritz W.', 1, 25), +(797, 'Lukas Boy', 1, 27), +(798, 'Christian B.', 1, 29), +(799, 'Simon H.', 1, 30), +(800, 'Janni', 1, 31), +(803, 'Liesegang', 1, 34), +(804, 'Buchmüller', 2, 35), +(806, 'Rennert', 10, 37), +(807, 'Koopmann', 5, 38), +(809, 'Schubert', 2, 42), +(815, 'Voß', 1, 49), +(818, 'Julia Müller ', 2, 3), +(821, 'Jan Hövel', 1, 9), +(822, 'Elsa Piplack', 4, 24), +(823, 'Evelyn', 1, 27), +(824, 'Moritz liebisch', 3, 29), +(825, 'Petering', 3, 34), +(827, 'Sokolowski', 1, 44), +(829, 'Leon Viktora', 1, 1), +(831, 'Emma Sprenger', 2, 6), +(832, 'Justin Kauschke', 1, 8), +(834, 'Nico Scholzen', 4, 14), +(835, 'Greta Bentgens', 7, 17), +(836, 'Katharina Schmitz', 3, 18), +(837, 'Malo und Manon', 1, 20), +(838, 'Isabelle Schneider', 2, 23), +(839, 'Leonie Wallusch', 1, 25), +(840, 'Luzi Weichert', 2, 27), +(841, 'Moritz Weihnacht', 1, 28), +(842, 'Isabelle Schneider', 6, 30), +(843, 'Leonie Wallusch', 6, 31), +(846, 'Skorwider', 2, 34), +(852, 'Kahlert', 1, 40), +(859, 'Petering', 2, 47), +(860, 'Sokolowski', 3, 48), +(862, 'König', 1, 50), +(863, 'Jerome Laukamp', 2, 1), +(864, 'Moritz Weihnacht ', 1, 4), +(865, 'Julian Sievers ', 2, 9), +(866, 'Delia Schmitz ', 4, 12), +(867, 'Watkins', 3, 32), +(869, 'Schirra', 2, 36), +(870, 'Liesegang', 1, 37), +(871, 'Liesegang', 1, 38), +(872, 'Klümper', 1, 39), +(874, 'Schirra', 1, 47), +(876, 'Christian Pickardt', 1, 2), +(877, 'Alexander Kupillas', 1, 3), +(878, 'Sean McCormick Silex', 1, 4), +(879, 'Sean McCormick Silex', 1, 7), +(880, 'Tim Müller', 1, 8), +(881, 'Jolan Gerritzen', 1, 11), +(882, 'Laura Korek', 1, 12), +(883, 'Luca Urbanczyk', 1, 14), +(884, 'Mara Blanke', 1, 15), +(885, 'Jerome Liebisch', 1, 16), +(888, 'Christian Pickardt', 1, 19), +(889, 'Christian Pickardt und Luise Luu', 1, 20), +(890, 'Mori Calliope', 1, 21), +(891, 'Christian Beutel', 2, 22), +(892, 'Katharina Schmitz', 1, 23), +(893, 'Hamza Hasoumi', 1, 24), +(894, 'Airi Akitsuki', 1, 25), +(895, 'Christian Pickardt', 2, 26), +(896, 'Luca Urbanczyk ', 1, 27), +(897, 'Lucas Korell', 1, 28), +(898, 'Tim Zentzis', 1, 29), +(899, 'Christian Pickardt', 1, 30), +(900, 'Sean McCormick-Silex', 5, 31), +(901, 'Frings', 2, 32), +(902, 'Kleine', 1, 33), +(904, 'Petering', 2, 35), +(905, 'Herrmann', 1, 36), +(906, 'Neumann', 2, 37), +(907, 'Gehlen', 1, 38), +(909, 'Haustein', 1, 40), +(910, 'Watkins', 2, 41), +(911, 'Kisters', 1, 42), +(912, 'Kirisu', 1, 43), +(913, 'Vollendorf', 1, 44), +(914, 'Gehlen', 1, 45), +(915, 'Watkins', 1, 46), +(917, 'Kleine', 1, 48), +(918, 'Tenhaven', 1, 49), +(919, 'Kisters', 1, 50), +(920, 'Mara Blanke ', 2, 8), +(921, 'Paula May', 1, 18), +(922, ' Chiara Welter', 1, 19), +(923, 'Joline Hackstein', 1, 24), +(924, 'Hamza Hasoumi', 1, 25), +(925, 'Burak Kulac', 3, 28), +(926, 'Helena Neukirch ', 1, 31), +(927, 'Herrmann', 3, 32), +(930, 'Milde', 2, 35), +(931, 'Neumann', 7, 36), +(932, 'Müller', 12, 37), +(933, 'Kleine', 2, 38), +(935, 'Petering', 3, 41), +(937, 'Frau Voß', 35, 43), +(941, 'Sokolowski', 9, 47), +(943, 'Müller', 3, 49), +(944, 'Koopman', 6, 50), +(949, 'Krauskopf', 10, 33), +(950, 'Watkins', 3, 34), +(951, 'Heisig', 4, 38), +(952, 'Koopmann', 21, 39), +(954, 'Krauskopf', 9, 45), +(955, 'Klein', 28, 48), +(957, 'Nicolas Cunha', 2, 1), +(958, 'Lewis Lehner', 5, 4), +(959, 'Simon Bußmann', 4, 5), +(960, 'Luis Erpenbach', 1, 7), +(961, 'Lavinia Schmitz', 8, 10), +(962, 'Lukas Corell', 6, 12), +(963, 'Leon Viktora', 2, 13), +(964, 'Burak Kulac', 1, 14), +(965, 'Romyna Gurny', 3, 15), +(966, 'Lewis Lehner', 2, 16), +(967, 'Simon Hormes', 3, 18), +(968, 'Leon Borgerding', 4, 24), +(969, 'Lukas Corell', 6, 25), +(970, 'Matthias Karl', 1, 27), +(971, 'Lana Peric', 1, 30), +(975, 'Verhoeven', 2, 34), +(976, 'Verhoeven', 2, 36), +(978, 'Herr Voß', 3, 39), +(981, 'Schirra', 6, 42), +(986, 'Heisig', 1, 47), +(988, 'Hennemann', 3, 49), +(990, 'Johanna Böckmann', 3, 1), +(991, 'Pia Kleinwegen', 2, 4), +(992, 'Amelie Laake', 3, 5), +(993, 'Anna Siewert', 1, 6), +(996, 'Klaudia Kapala', 1, 10), +(997, 'Anna Siewert', 2, 13), +(998, 'Lukas Boy', 2, 14), +(999, 'Anna Siewert', 1, 15), +(1000, 'Lena Göhlich', 2, 16), +(1001, 'Melina Kascha', 2, 18), +(1002, 'Melinda Hirschelmann', 2, 19), +(1003, 'lena und yara', 2, 20), +(1004, 'Klaudia Kapala', 1, 22), +(1005, 'Annika Lieblang', 1, 23), +(1006, 'Noemi Malaponti', 2, 24), +(1007, 'Johanna Böckmann', 3, 25), +(1008, 'Jan Hövel', 3, 27), +(1009, 'Amelie Laake', 8, 31), +(1011, 'Kozianka', 1, 33), +(1012, 'Busch', 1, 34), +(1022, 'Fiedler', 1, 44), +(1024, 'Neumann', 1, 46), +(1025, 'Herrmann', 3, 47), +(1030, 'Luise lu', 1, 4), +(1031, 'Christian beutel', 1, 6), +(1032, 'Robin Heldt', 2, 8), +(1033, 'Laura König', 2, 15), +(1041, 'Tenbusch', 1, 35), +(1043, 'Dierks', 4, 37), +(1050, 'Koopmann', 1, 44), +(1064, 'Negar ', 1, 7), +(1066, 'Isabell ', 1, 12), +(1070, 'Hokan ', 1, 27), +(1072, 'Krauskopf', 1, 32), +(1073, 'Nicklas Klaffki ', 2, 6), +(1074, 'Linnea', 2, 7), +(1076, 'Justin Kauschke ', 1, 12), +(1077, 'Laurin ', 2, 13), +(1080, 'Noemi ', 1, 24), +(1081, 'Lewis Lehner ', 1, 25), +(1085, 'Fiedler', 1, 36), +(1087, 'Koopmann', 6, 50), +(1093, 'Shawn ', 2, 27), +(1094, 'reiss', 5, 36), +(1095, 'Watkins', 1, 37), +(1096, 'Dierks', 1, 47), +(1104, 'Lilly schmidtke ', 3, 24), +(1106, 'Luzi ', 2, 26), +(1107, 'Mina ', 1, 29), +(1110, 'reiss', 1, 35), +(1112, 'Petrovic', 4, 41), +(1114, 'Rahbach-Sander', 2, 45), +(1118, 'Tim Krichel ', 1, 1), +(1120, 'Jan Schliekmann', 1, 4), +(1121, 'Justin Kauschke ', 1, 6), +(1123, 'Nicolas Cunha ', 1, 14), +(1124, 'Gabriel Schacht', 1, 17), +(1125, 'Justin Kauschke ', 1, 26), +(1126, 'Amelie Laake ', 2, 30), +(1127, 'Watkins', 2, 39), +(1129, 'Leon Borgerding', 2, 2), +(1130, 'Lars Hogardt', 1, 3), +(1132, 'Melinda', 1, 5), +(1133, 'Ben Schwarz', 1, 7), +(1134, 'Mery ', 1, 13), +(1137, 'Malin', 1, 19), +(1138, 'Gabriel Herr Koopmann', 1, 20), +(1139, 'Meret ', 1, 24), +(1142, 'Nikita Lauff', 1, 29), +(1144, 'Rennert', 3, 34), +(1145, 'Heße', 1, 36), +(1146, 'Frings', 2, 37), +(1147, 'Michler', 1, 41), +(1148, 'Heße', 1, 42), +(1149, 'Heße', 1, 50), +(1152, 'Jennifer ', 1, 9), +(1153, 'Marie', 1, 12), +(1155, 'Jennifer', 1, 15), +(1156, 'Jennifer', 1, 24), +(1158, 'Dusanka', 1, 30), +(1159, 'Emma Sprenger', 2, 2), +(1161, 'Amelie David', 1, 6), +(1162, 'Carlotta Tückmantel', 1, 7), +(1163, 'Victor Kock Sanchez', 1, 14), +(1164, 'Yara Müser', 1, 16), +(1165, 'Luzi Weichert', 1, 18), +(1166, 'Amelie David ', 1, 19), +(1167, 'Evelyn und Yara', 1, 20), +(1168, 'Leon Borgerding', 1, 21), +(1170, 'Luise Lu', 1, 24), +(1171, 'Victor Kock Sanchez ', 1, 26), +(1172, 'Marie Scheidung', 1, 27), +(1173, 'Cedric Damerow', 1, 28), +(1174, 'Schattenberg', 2, 33), +(1176, 'Krauskopf', 1, 38), +(1177, 'Weber', 1, 40), +(1178, 'Evers', 1, 41), +(1179, 'Grade', 1, 46), +(1180, 'Frings', 3, 47), +(1181, 'Liesegang', 1, 49), +(1182, 'Lewis ', 1, 1), +(1183, 'Tim Krichel', 2, 5), +(1184, 'Taycan Arslan', 1, 6), +(1185, 'Lewis Lehner', 3, 8), +(1186, 'Meter Fass', 1, 9), +(1187, 'Anna Wilmschen', 1, 10), +(1188, 'Christian Beutel', 1, 13), +(1189, 'Luise Lu', 1, 15), +(1190, 'Philipp Nothers', 1, 18), +(1191, 'Helena Neukirch', 1, 19), +(1192, 'Malo Soulier + Leon Borgerding', 1, 20), +(1193, 'Mathieu Müller', 1, 21), +(1194, 'Romyna Gurny', 2, 25), +(1195, 'Hendrik Herffs', 1, 27), +(1196, 'Heße', 1, 39), +(1197, 'Grade', 3, 47), +(1198, 'Verhoeven', 1, 50), +(1199, 'Simon Hormes', 1, 1), +(1200, 'Carlotta Tückmantel', 1, 2), +(1201, 'Mathieu Müller', 1, 4), +(1202, 'Manon Schroff', 2, 6), +(1203, 'Greta Bentgens', 3, 9), +(1204, 'Tim Krichel', 2, 14), +(1205, 'Carlotta Tückmantel ', 3, 15), +(1206, 'Luca Urbanczyk', 1, 21), +(1207, 'Felix Kirsten', 2, 22), +(1208, 'Greta Bentgens', 2, 23), +(1209, 'Carlotta Tückmantel ', 2, 24), +(1210, 'Simon Stavroulakis', 3, 25), +(1211, 'Meret Faß', 1, 27), +(1212, 'Johanna Böckmann', 5, 30), +(1213, 'Milde', 2, 37), +(1214, 'Haustein', 2, 39), +(1215, 'Dietz', 2, 41), +(1216, 'Frings', 2, 46), +(1217, 'Buchmüllee', 1, 50), +(1219, 'Gabriel ', 1, 2), +(1222, 'Katharina ', 1, 11), +(1223, 'Laurin ', 3, 14), +(1225, 'Helena', 1, 21), +(1226, 'Timo K. ', 1, 30), +(1228, 'Kozianka', 3, 36), +(1229, 'Lind', 1, 47), +(1230, 'Simon Bußmann', 2, 4), +(1231, 'Isabell Schneider', 1, 5), +(1233, 'Simon Bußmann', 1, 11), +(1234, 'Jolan Gerritzen', 2, 17), +(1236, 'Burak Kulac', 5, 19), +(1238, 'Simon Bußmann', 3, 26), +(1239, 'Jolan Gerritzen', 1, 27), +(1241, 'Lukas Correll', 1, 30), +(1242, 'Klag', 3, 33), +(1243, 'Meier', 1, 37), +(1244, 'Correll', 1, 42), +(1246, 'Niemeier', 1, 44), +(1249, 'Lars', 1, 2), +(1250, 'Helena N', 1, 4), +(1252, 'Hamza H', 1, 7), +(1253, 'Simon B', 1, 8), +(1254, 'Zeynep', 3, 9), +(1255, 'victor', 1, 12), +(1256, 'Eray Arici', 1, 14), +(1258, 'Aysegül G', 2, 18), +(1260, 'Simon B', 1, 23), +(1261, 'Eray Arici', 1, 24), +(1262, 'Lars', 2, 25), +(1263, 'Helena N', 1, 26), +(1266, 'Eray Arici', 1, 31), +(1267, 'sander', 1, 39), +(1268, 'Herrmann', 1, 41), +(1271, 'Herrmann', 2, 48), +(1273, 'Koppmann', 1, 50), +(1276, 'romyna', 1, 6), +(1280, 'Jan s', 1, 17), +(1281, 'dilan', 1, 18), +(1284, 'karolina', 1, 24), +(1287, 'cedric', 1, 31), +(1293, 'Burak Kulac', 1, 1), +(1294, 'Philip Heckoff', 1, 5), +(1295, 'Simon Hormes', 1, 6), +(1296, 'Benjamin Vogt', 2, 7), +(1297, 'Laura Kureck', 1, 9), +(1298, 'Justus Bösken', 1, 14), +(1299, 'Meret Fass', 1, 15), +(1300, 'Sven Mittmann', 2, 19), +(1301, 'Finia und Yara', 1, 20), +(1302, 'Simon Hormes', 1, 23), +(1304, 'Matthias Karl', 1, 28), +(1305, 'Schlossarek', 1, 35), +(1306, 'Schlüter', 1, 39), +(1307, 'Monreal', 1, 41), +(1308, 'Schröer', 1, 49), +(1309, 'Julius Preußer ', 1, 4), +(1310, 'Aysegül Gülten', 1, 8), +(1312, 'Leonie Wallusch', 1, 18), +(1313, 'Justus Böcken und Tim Krichel ', 1, 20), +(1314, 'R', 1, 21), +(1315, 'Clemens Spoo ', 2, 22), +(1316, 'Mina Ercan', 1, 26), +(1317, 'Zeynep Efe', 1, 27), +(1319, 'Helena Neukirch ', 3, 29), +(1321, 'Frings', 1, 39), +(1323, 'Frau Neumann', 1, 43), +(1324, 'Herrmann', 6, 46), +(1325, 'Tim krichel', 1, 4), +(1326, 'Gabriel Schacht', 1, 7), +(1328, 'Nicolas Cunha ', 3, 13), +(1329, 'Gabriel Schacht', 1, 18), +(1330, 'Lewis lehner', 1, 21), +(1331, 'Gabriel Schacht', 1, 23), +(1332, 'Marie Scheidung ', 1, 25), +(1333, 'Christian Beutel ', 1, 26), +(1334, 'Delia Schmitz ', 2, 27), +(1336, 'heisig', 1, 34), +(1337, 'Schattenberg', 1, 35), +(1338, 'kuster', 2, 40), +(1339, 'Müller', 1, 41), +(1340, 'Kozianka', 1, 42), +(1341, 'Emma Sprenger', 1, 1), +(1342, 'Katharina Schmitz', 1, 6), +(1343, 'Chiara', 1, 8), +(1346, 'Julius', 1, 17), +(1347, 'Robin und Timo', 1, 20), +(1348, 'Justus Bösken', 1, 25), +(1349, 'Burak', 1, 26), +(1352, 'Dinkelmann', 1, 35), +(1353, 'Krauskopf', 2, 39), +(1354, 'Sokolowski', 1, 40), +(1355, 'Heße', 2, 46), +(1356, 'Krauskopf', 1, 47), +(1357, 'Sven ', 1, 2), +(1358, 'Maya Lück', 1, 7), +(1359, 'Isabelle', 1, 9), +(1362, 'Nico Lipisnki', 1, 18), +(1363, 'Nouel', 1, 22), +(1365, 'Simon Bussmann', 1, 27), +(1367, 'Meier', 2, 39), +(1368, 'Reiss', 2, 41), +(1369, 'Romberg', 1, 45), +(1370, 'Luca Urbanczyk', 1, 2), +(1373, 'Nico Lipinski ', 3, 14), +(1374, 'Sean ', 1, 21), +(1375, 'Milo Lehnen', 1, 26), +(1376, 'Jan Strohäusel', 1, 27), +(1377, 'Buchmüller', 1, 50), +(1378, 'Greta Bentgens', 1, 3), +(1379, 'Nouel Verberkt ', 1, 4), +(1380, 'Rahrbach-Sander', 1, 33), +(1381, 'Monreal', 1, 34), +(1382, 'Heisig', 1, 39), +(1383, 'Rahbarch-Sander', 1, 41), +(1384, 'Stolte', 2, 43), +(1385, 'Rahrbach-Sander', 1, 46), +(1386, 'Krauskopf', 2, 49), +(1387, 'Herr Schattenberg', 1, 1), +(1388, 'Julius Preußer ', 2, 2), +(1390, 'Lorena Garau', 1, 6), +(1391, 'Zeynep Efe', 4, 7), +(1392, 'Helena Neukirch', 1, 12), +(1393, 'Zeynep Efe', 2, 17), +(1396, 'Marie Scheidung', 1, 23), +(1397, 'Sean McCormick-Silex', 2, 25), +(1398, 'Julius Preußer', 1, 26), +(1399, 'Hendrick Herrfs', 1, 28), +(1400, 'Klag', 1, 32), +(1402, 'Klag', 1, 34), +(1404, 'Klag', 1, 41), +(1406, 'Felix Kirsten', 1, 2), +(1407, 'Felix Kirsten', 1, 3), +(1408, 'Yarkin', 1, 4), +(1409, 'Moritz Weihnacht', 1, 5), +(1411, 'Jerome Laukamp', 1, 7), +(1412, 'Yarkin', 1, 8), +(1413, 'Felix Kirsten', 1, 9), +(1414, 'Felix Kirsten', 1, 12), +(1415, 'Jan Schliekman', 1, 13), +(1416, 'Lars', 1, 14), +(1418, 'Katharina Schmitz', 1, 17), +(1419, 'Ben Schwarz ', 1, 18), +(1420, 'Antonia Eigemann', 1, 19), +(1422, 'Justin Kauschke ', 1, 21), +(1424, 'Felix Kirsten', 1, 23), +(1425, 'Felix Kirsten', 1, 24), +(1426, 'Clemens Spoo', 1, 26), +(1427, 'Felix Kirsten', 1, 27), +(1429, 'Ben Schwarz', 1, 31), +(1430, 'Schirra', 1, 32), +(1431, 'Frings', 1, 34), +(1432, 'Niemeier', 1, 36), +(1433, 'Frings', 1, 40), +(1434, 'frings', 2, 41), +(1435, 'Schirra', 1, 44), +(1436, 'Niemeier', 1, 50), +(1437, 'Svenja', 1, 4), +(1438, 'Amelie Laake', 2, 6), +(1439, 'Elsa', 1, 7), +(1441, 'Amelie Laake', 2, 11), +(1442, 'Karolina Hein', 1, 15), +(1443, 'Sven Mittmann', 1, 16), +(1444, 'Lisa Baumeister und Leony', 1, 20), +(1445, 'Moritz Weihnacht', 3, 21), +(1446, 'Robin Heldt', 1, 22), +(1448, 'Jan Schliekmann', 1, 29), +(1449, 'Verhoeven', 1, 35), +(1450, 'Marciniak', 1, 41), +(1451, 'Herrmann', 2, 44), +(1452, 'Heße', 1, 47), +(1453, 'Amelie Laake', 2, 2), +(1454, 'Evelyn Hofmann', 1, 11), +(1456, 'Anna Siewert', 2, 17), +(1457, 'Amelie Laake', 1, 18), +(1458, 'Moritz Liebisch und Jerome Laukamp', 1, 20), +(1459, 'Sophie Osterloh', 1, 21), +(1460, 'Burak Kulac', 1, 22), +(1461, 'Amelie Laake', 1, 23), +(1462, 'Anna Siewert', 1, 24), +(1464, 'Yarkin Kulaksiz', 3, 28), +(1465, 'Emma Sprenger', 1, 29), +(1466, 'Schlossarek', 1, 38), +(1467, 'Stockkamp', 1, 40), +(1468, 'Tenbusch', 1, 41), +(1469, 'Heining', 1, 42), +(1470, 'Tenbusch', 1, 45), +(1471, 'Klag', 1, 46), +(1472, 'Sven Mittmann', 1, 4), +(1474, 'Jerome Laukamp', 6, 6), +(1475, 'Alina Fünderich', 1, 7), +(1479, 'Jan Hövel', 2, 23), +(1480, 'Dusanka Djukanovic', 2, 24), +(1481, 'Dušanka Djukanovic', 2, 26), +(1482, 'Ioannis Börner', 2, 28), +(1485, 'Moritz Liebisch', 1, 31), +(1486, 'Kozianka', 1, 34), +(1490, 'Watkins', 1, 48), +(1491, 'Jan Hövel', 1, 2), +(1492, 'Finia', 1, 7), +(1493, 'Sven', 1, 8), +(1494, 'Lili Schweizer', 2, 10), +(1499, 'Burak', 1, 31), +(1500, 'Schubert', 1, 36), +(1501, 'Klein', 1, 45), +(1502, 'Schubert', 1, 50), +(1506, 'Rabea', 1, 21), +(1507, 'Noelia', 1, 22), +(1508, 'Burak', 1, 28), +(1510, 'Lavinia', 1, 30), +(1512, 'Reiss', 1, 34), +(1513, 'petrovic', 4, 45), +(1514, 'schubert', 1, 46), +(1515, 'Kira', 1, 1), +(1516, 'Dylan', 1, 2), +(1517, 'Sophie', 1, 3), +(1518, 'Sophie', 1, 4), +(1520, 'Lavinia', 1, 6), +(1522, 'Luis', 1, 9), +(1525, 'Alessio', 1, 13), +(1526, 'Luis', 1, 16), +(1528, 'Sven Mittmann', 6, 21), +(1531, 'Sophie', 1, 24), +(1533, 'Mery', 1, 26), +(1535, 'Sokolowski', 1, 33), +(1536, 'Kahlert', 1, 36), +(1537, 'Packenius', 1, 38), +(1538, 'Mecklenburg', 1, 40), +(1540, 'Frings', 1, 44), +(1541, 'Sokolowski', 1, 45), +(1542, 'Koopmann', 1, 49), +(1546, 'Hendrik Herffs', 2, 13), +(1550, 'Finia Brinkmann', 2, 4), +(1551, 'Maya Springstein und Judith Oppenberg', 5, 20), +(1552, 'Aysegül Gülten', 2, 22), +(1553, 'Amelie Laake', 1, 4), +(1554, 'Burak', 1, 8), +(1556, 'Yarkin ', 1, 22), +(1557, 'Marie Pütter', 1, 24), +(1560, 'Moritz Weihnacht', 1, 31), +(1561, 'Buchmüller', 1, 34), +(1562, 'Neumann', 1, 39), +(1564, 'Klein', 1, 44), +(1565, 'Küppers', 1, 46), +(1566, 'Voß', 1, 47); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `voters` +-- + +CREATE TABLE `voters` ( + `id` bigint(20) NOT NULL, + `candidatesubmit_status` bit(1) DEFAULT NULL, + `email` varchar(255) DEFAULT NULL, + `vote_status` bit(1) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `voters` +-- + +INSERT INTO `voters` (`id`, `candidatesubmit_status`, `email`, `vote_status`) VALUES +(1, b'0', 'negar.barzegar@adolfinum.de', b'0'), +(2, b'1', 'simon.berger@adolfinum.de', b'0'), +(3, b'1', 'nicolas.cunha@adolfinum.de', b'0'), +(4, b'1', 'joline.hackstein@adolfinum.de', b'0'), +(5, b'0', 'philip.heckhoff@adolfinum.de', b'0'), +(6, b'1', 'simon.hormes@adolfinum.de', b'0'), +(7, b'1', 'benjamin.vogt@adolfinum.de', b'0'), +(8, b'1', 'taycan.arslan@adolfinum.de', b'0'), +(9, b'0', 'luca.boom@adolfinum.de', b'0'), +(10, b'1', 'leon.borgerding@adolfinum.de', b'0'), +(11, b'1', 'lukas.boy@adolfinum.de', b'0'), +(12, b'0', 'lukas.corell@adolfinum.de', b'0'), +(13, b'0', 'cedric.damerow@adolfinum.de', b'0'), +(14, b'1', 'amelie.david@adolfinum.de', b'0'), +(15, b'1', 'zeynep.efe@adolfinum.de', b'0'), +(16, b'1', 'melinda.hirschelmann@adolfinum.de', b'0'), +(17, b'0', 'lars.hogardt@adolfinum.de', b'0'), +(18, b'0', 'malin.kalnins@adolfinum.de', b'0'), +(19, b'0', 'victor.kocksnchez@adolfinum.de', b'0'), +(20, b'0', 'kamil.kowalczyk@adolfinum.de', b'0'), +(21, b'0', 'romyna.gurny@adolfinum.de', b'0'), +(22, b'0', 'noelia.kocksnchez@adolfinum.de', b'0'), +(23, b'1', 'lili.schweitzer@adolfinum.de', b'0'), +(24, b'0', 'jerome.laukamp@adolfinum.de', b'0'), +(25, b'1', 'elisa.bahl@adolfinum.de', b'0'), +(26, b'0', 'lisa.baumeister@adolfinum.de', b'0'), +(27, b'1', 'johanna.boeckmann@adolfinum.de', b'0'), +(28, b'1', 'svenja.fischer@adolfinum.de', b'0'), +(29, b'1', 'lena.goehlich@adolfinum.de', b'0'), +(30, b'1', 'paula.haub@adolfinum.de', b'0'), +(31, b'0', 'daria.horstmann@adolfinum.de', b'0'), +(32, b'1', 'melina.kascha@adolfinum.de', b'0'), +(33, b'1', 'pia.kleinwegen@adolfinum.de', b'0'), +(34, b'1', 'lauramarie.koenig@adolfinum.de', b'0'), +(35, b'0', 'yarkin.kulaksiz@adolfinum.de', b'0'), +(36, b'1', 'amelie.laake@adolfinum.de', b'0'), +(37, b'1', 'noemi.malaponti@adolfinum.de', b'0'), +(38, b'1', 'yara.mueser@adolfinum.de', b'0'), +(39, b'0', 'paul.nowack@adolfinum.de', b'0'), +(40, b'0', 'luca.ofiera@adolfinum.de', b'0'), +(41, b'0', 'timo.otto@adolfinum.de', b'0'), +(42, b'1', 'linnea.paulukuhn@adolfinum.de', b'0'), +(43, b'1', 'isabelle.schneider@adolfinum.de', b'0'), +(44, b'1', 'nico.scholzen@adolfinum.de', b'0'), +(45, b'0', 'manon.schroff@adolfinum.de', b'0'), +(46, b'1', 'carlotta.tueckmantel@adolfinum.de', b'0'), +(47, b'1', 'simon.bussmann@adolfinum.de', b'0'), +(48, b'1', 'luis.erpenbach@adolfinum.de', b'0'), +(49, b'0', 'meret.fass@adolfinum.de', b'0'), +(50, b'1', 'anna.feldmann@adolfinum.de', b'0'), +(51, b'1', 'alina.fuenderich@adolfinum.de', b'0'), +(52, b'1', 'joline.gilles@adolfinum.de', b'0'), +(53, b'1', 'karolina.hein@adolfinum.de', b'0'), +(54, b'0', 'robin.heldt@adolfinum.de', b'0'), +(55, b'1', 'annika.koch@adolfinum.de', b'0'), +(56, b'1', 'dusanka.djukanovic@adolfinum.de', b'0'), +(57, b'1', 'aaron.glos@adolfinum.de', b'0'), +(58, b'0', 'ayseguel.guelten@adolfinum.de', b'0'), +(59, b'1', 'hamza.hasoumi@adolfinum.de', b'0'), +(60, b'1', 'evelyn.hofmann@adolfinum.de', b'0'), +(61, b'0', 'burakmustafa.kulac@adolfinum.de', b'0'), +(62, b'0', 'dominik.kwitowski@adolfinum.de', b'0'), +(63, b'1', 'julia.lener@adolfinum.de', b'0'), +(64, b'0', 'paula.may@adolfinum.de', b'0'), +(65, b'0', 'luca.mueller@adolfinum.de', b'0'), +(66, b'0', 'mathieu.mueller@adolfinum.de', b'0'), +(67, b'1', 'marie.puetter@adolfinum.de', b'0'), +(68, b'0', 'hendrik.herffs@adolfinum.de', b'0'), +(69, b'1', 'greta.bentgens@adolfinum.de', b'0'), +(70, b'0', 'sven.mittmann@adolfinum.de', b'0'), +(71, b'1', 'jan.hoevel@adolfinum.de', b'0'), +(72, b'0', 'tim.krichel@adolfinum.de', b'0'), +(73, b'0', 'milo.lehnen@adolfinum.de', b'0'), +(74, b'0', 'lewis.lehner@adolfinum.de', b'0'), +(75, b'1', 'nico.lipinski@adolfinum.de', b'0'), +(76, b'1', 'luise.lu@adolfinum.de', b'0'), +(77, b'1', 'maike.nawarotzky@adolfinum.de', b'0'), +(78, b'0', 'rabea.peters@adolfinum.de', b'0'), +(79, b'1', 'patrick.preuss@adolfinum.de', b'0'), +(80, b'1', 'julius.preusser@adolfinum.de', b'0'), +(81, b'1', 'marie.scheidung@adolfinum.de', b'0'), +(82, b'1', 'lena.schlayer@adolfinum.de', b'0'), +(83, b'1', 'emma.sprenger@adolfinum.de', b'0'), +(84, b'1', 'klaudia.kapala@adolfinum.de', b'0'), +(85, b'1', 'gabriel.schacht@adolfinum.de', b'0'), +(86, b'1', 'delia.schmitz@adolfinum.de', b'0'), +(87, b'1', 'katharina.schmitz@adolfinum.de', b'0'), +(88, b'0', 'laurin.severith@adolfinum.de', b'0'), +(89, b'1', 'julian.sievers@adolfinum.de', b'0'), +(90, b'0', 'anna.siewert@adolfinum.de', b'0'), +(91, b'1', 'chiara.welter@adolfinum.de', b'0'), +(92, b'0', 'kira.winzen@adolfinum.de', b'0'), +(93, b'0', 'tim.zentzis@adolfinum.de', b'0'), +(94, b'1', 'justus.boesken@adolfinum.de', b'0'), +(95, b'1', 'finia.brinkmann@adolfinum.de', b'0'), +(96, b'0', 'anesa.cavcic@adolfinum.de', b'0'), +(97, b'1', 'antonia.eigemann@adolfinum.de', b'0'), +(98, b'1', 'nico.hahn@adolfinum.de', b'0'), +(99, b'0', 'timo.kohlmann@adolfinum.de', b'0'), +(100, b'0', 'alexander.kupillas@adolfinum.de', b'0'), +(101, b'0', 'alexander.neumann@adolfinum.de', b'0'), +(102, b'1', 'sophie.osterloh@adolfinum.de', b'0'), +(103, b'0', 'clemens.palinsky@adolfinum.de', b'0'), +(104, b'0', 'oliver.palinsky@adolfinum.de', b'0'), +(105, b'0', 'hendrik.pierlo@adolfinum.de', b'0'), +(106, b'0', 'lilly.schmidtke@adolfinum.de', b'0'), +(107, b'0', 'mara.spicker@adolfinum.de', b'0'), +(108, b'0', 'anhtrung.vo@adolfinum.de', b'0'), +(109, b'0', 'ben.schwarz@adolfinum.de', b'0'), +(110, b'0', 'luca.urbanczyk@adolfinum.de', b'0'), +(111, b'1', 'helena.neukirch@adolfinum.de', b'0'), +(112, b'0', 'nikita.lauff@adolfinum.de', b'0'), +(113, b'1', 'jennifer.lengard@adolfinum.de', b'0'), +(114, b'1', 'julia.mueller@adolfinum.de', b'0'), +(115, b'1', 'philipp.nothers@adolfinum.de', b'0'), +(116, b'0', 'judith.oppenberg@adolfinum.de', b'0'), +(117, b'0', 'dilan.oeztuerk@adolfinum.de', b'0'), +(118, b'0', 'malo.soulier@adolfinum.de', b'0'), +(119, b'0', 'mery.stern@adolfinum.de', b'0'), +(120, b'1', 'nouel.verberkt@adolfinum.de', b'0'), +(121, b'0', 'leon.viktora@adolfinum.de', b'0'), +(122, b'1', 'pia.anthes@adolfinum.de', b'0'), +(123, b'1', 'eray.arici@adolfinum.de', b'0'), +(124, b'0', 'christian.beutel@adolfinum.de', b'0'), +(125, b'1', 'mara.blanke@adolfinum.de', b'0'), +(126, b'1', 'lilly.ventzke@adolfinum.de', b'0'), +(127, b'1', 'luzi.weichert@adolfinum.de', b'0'), +(128, b'0', 'moritz.weihnacht@adolfinum.de', b'0'), +(129, b'1', 'leony.wittmann@adolfinum.de', b'0'), +(130, b'1', 'annika.lieblang@adolfinum.de', b'0'), +(131, b'1', 'leonie.wallusch@adolfinum.de', b'0'), +(132, b'1', 'felix.kirsten@adolfinum.de', b'0'), +(133, b'0', 'moritz.liebisch@adolfinum.de', b'0'), +(134, b'1', 'christian.pickardt@adolfinum.de', b'0'), +(135, b'0', 'jan.schliekmann@adolfinum.de', b'0'), +(136, b'1', 'elsa.piplack@adolfinum.de', b'0'), +(137, b'0', 'jolan.gerritzen@adolfinum.de', b'0'), +(138, b'1', 'lorena.garau@adolfinum.de', b'0'), +(139, b'0', 'matthias.karl@adolfinum.de', b'0'), +(140, b'0', 'justin.kauschke@adolfinum.de', b'0'), +(141, b'0', 'leonie.kramer@adolfinum.de', b'0'), +(142, b'0', 'laura.kurreck@adolfinum.de', b'0'), +(143, b'0', 'maya.lueck@adolfinum.de', b'0'), +(144, b'0', 'sean.mccormick-silex@adolfinum.de', b'0'), +(145, b'0', 'tim.mueller@adolfinum.de', b'0'), +(146, b'1', 'lana.peric@adolfinum.de', b'0'), +(147, b'1', 'jan.pintostrohhaeusl@adolfinum.de', b'0'), +(148, b'1', 'laura.ruettershoff@adolfinum.de', b'0'), +(149, b'0', 'charlotte.schirmer@adolfinum.de', b'0'), +(150, b'0', 'lavinia.schmitz@adolfinum.de', b'0'), +(151, b'0', 'victor.schroers@adolfinum.de', b'0'), +(152, b'0', 'gerrit.schulz@adolfinum.de', b'0'), +(153, b'0', 'clemens.spoo@adolfinum.de', b'0'), +(154, b'0', 'simon.stavroulakis@adolfinum.de', b'0'), +(155, b'0', 'ioannis.boerner@adolfinum.de', b'0'), +(156, b'0', 'marwa.nafouti@adolfinum.de', b'0'), +(157, b'0', 'niklas.klaffki@adolfinum.de', b'0'), +(158, b'0', 'alessio.padovano@adolfinum.de', b'0'), +(159, b'0', 'jonas.breder@adolfinum.de', b'0'), +(160, b'0', 'ben.maas@adolfinum.de', b'0'), +(161, b'0', 'mina.ercan@adolfinum.de', b'0'), +(162, b'0', 'maya.springstein@adolfinum.de', b'0'), +(163, b'0', 'can.patir@adolfinum.de', b'0'); + +-- +-- Indexes for dumped tables +-- + +-- +-- Indexes for table `auth_codes` +-- +ALTER TABLE `auth_codes` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `candidates` +-- +ALTER TABLE `candidates` + ADD PRIMARY KEY (`id`), + ADD KEY `FKahv5ay5uut18brh5v69sfeggh` (`category_id`); + +-- +-- Indexes for table `categories` +-- +ALTER TABLE `categories` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `possible_candidates` +-- +ALTER TABLE `possible_candidates` + ADD PRIMARY KEY (`id`), + ADD KEY `FK78ng7m4e2cn5j59yadagcnhbs` (`category_id`); + +-- +-- Indexes for table `voters` +-- +ALTER TABLE `voters` + ADD PRIMARY KEY (`id`); + +-- +-- AUTO_INCREMENT for dumped tables +-- + +-- +-- AUTO_INCREMENT for table `auth_codes` +-- +ALTER TABLE `auth_codes` + MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=136; + +-- +-- AUTO_INCREMENT for table `candidates` +-- +ALTER TABLE `candidates` + MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `categories` +-- +ALTER TABLE `categories` + MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=51; + +-- +-- AUTO_INCREMENT for table `possible_candidates` +-- +ALTER TABLE `possible_candidates` + MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1568; + +-- +-- AUTO_INCREMENT for table `voters` +-- +ALTER TABLE `voters` + MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=164; + +-- +-- Constraints for dumped tables +-- + +-- +-- Constraints for table `candidates` +-- +ALTER TABLE `candidates` + ADD CONSTRAINT `FKahv5ay5uut18brh5v69sfeggh` FOREIGN KEY (`category_id`) REFERENCES `categories` (`id`); + +-- +-- Constraints for table `possible_candidates` +-- +ALTER TABLE `possible_candidates` + ADD CONSTRAINT `FK78ng7m4e2cn5j59yadagcnhbs` FOREIGN KEY (`category_id`) REFERENCES `categories` (`id`); +COMMIT; + +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; diff --git a/logs/Voting.log b/logs/Voting.log index d31b40e..b755cfc 100644 --- a/logs/Voting.log +++ b/logs/Voting.log @@ -1,531 +1,218 @@ -2021-01-04 00:00:49,389 INFO [SpringContextShutdownHook] Shutting down ExecutorService 'applicationTaskExecutor' -2021-01-04 00:00:49,393 INFO [SpringContextShutdownHook] Closing JPA EntityManagerFactory for persistence unit 'default' -2021-01-04 00:00:49,398 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown initiated... -2021-01-04 00:00:49,412 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown completed. -2021-01-04 00:00:51,638 INFO [restartedMain] Starting AbizeitungVotingSystemApplication on bitecoding-System-Product-Name with PID 35819 (/home/bitecoding/Code/GitHub/AbizeitungVotingSystem/target/classes started by bitecoding in /home/bitecoding/Code/GitHub/AbizeitungVotingSystem) -2021-01-04 00:00:51,641 INFO [restartedMain] No active profile set, falling back to default profiles: default -2021-01-04 00:00:51,691 INFO [restartedMain] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable -2021-01-04 00:00:51,692 INFO [restartedMain] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' -2021-01-04 00:00:52,103 INFO [restartedMain] Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-01-04 00:00:52,153 INFO [restartedMain] Finished Spring Data repository scanning in 44ms. Found 6 JPA repository interfaces. -2021-01-04 00:00:52,821 INFO [restartedMain] Tomcat initialized with port(s): 8000 (http) -2021-01-04 00:00:52,832 INFO [restartedMain] Initializing ProtocolHandler ["http-nio-8000"] -2021-01-04 00:00:52,832 INFO [restartedMain] Starting service [Tomcat] -2021-01-04 00:00:52,833 INFO [restartedMain] Starting Servlet engine: [Apache Tomcat/9.0.38] -2021-01-04 00:00:52,893 INFO [restartedMain] Initializing Spring embedded WebApplicationContext -2021-01-04 00:00:52,894 INFO [restartedMain] Root WebApplicationContext: initialization completed in 1202 ms -2021-01-04 00:00:53,064 INFO [restartedMain] HHH000204: Processing PersistenceUnitInfo [name: default] -2021-01-04 00:00:53,098 INFO [restartedMain] HHH000412: Hibernate ORM core version 5.4.21.Final -2021-01-04 00:00:53,194 INFO [restartedMain] HCANN000001: Hibernate Commons Annotations {5.1.0.Final} -2021-01-04 00:00:53,266 INFO [restartedMain] HikariPool-1 - Starting... -2021-01-04 00:00:53,643 INFO [restartedMain] HikariPool-1 - Start completed. -2021-01-04 00:00:53,670 INFO [restartedMain] HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-01-04 00:00:54,308 INFO [restartedMain] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-01-04 00:00:54,317 INFO [restartedMain] Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-01-04 00:00:54,329 INFO [restartedMain] LiveReload server is running on port 35729 -2021-01-04 00:00:54,735 INFO [restartedMain] Program started with arguments: votingPhase=true mottoPhase=false addingPhase=false -2021-01-04 00:00:55,057 WARN [restartedMain] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'votingController': Invocation of init method failed; nested exception is org.hibernate.LazyInitializationException: could not initialize proxy [com.github.cato447.AbizeitungVotingSystem.entities.Category#1] - no Session -2021-01-04 00:00:55,059 INFO [restartedMain] Closing JPA EntityManagerFactory for persistence unit 'default' -2021-01-04 00:00:55,064 INFO [restartedMain] HikariPool-1 - Shutdown initiated... -2021-01-04 00:00:55,073 INFO [restartedMain] HikariPool-1 - Shutdown completed. -2021-01-04 00:00:55,077 INFO [restartedMain] Stopping service [Tomcat] -2021-01-04 00:00:55,089 INFO [restartedMain] - -Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. -2021-01-04 00:00:55,092 ERROR [restartedMain] Application run failed -org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'votingController': Invocation of init method failed; nested exception is org.hibernate.LazyInitializationException: could not initialize proxy [com.github.cato447.AbizeitungVotingSystem.entities.Category#1] - no Session - at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:160) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) - at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) - at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) - at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) - at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) - at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) - at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) - at com.github.cato447.AbizeitungVotingSystem.AbizeitungVotingSystemApplication.main(AbizeitungVotingSystemApplication.java:14) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:566) - at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) -Caused by: org.hibernate.LazyInitializationException: could not initialize proxy [com.github.cato447.AbizeitungVotingSystem.entities.Category#1] - no Session - at org.hibernate.proxy.AbstractLazyInitializer.initialize(AbstractLazyInitializer.java:170) - at org.hibernate.proxy.AbstractLazyInitializer.getImplementation(AbstractLazyInitializer.java:310) - at org.hibernate.proxy.pojo.bytebuddy.ByteBuddyInterceptor.intercept(ByteBuddyInterceptor.java:45) - at org.hibernate.proxy.ProxyConfiguration$InterceptorDispatcher.intercept(ProxyConfiguration.java:95) - at com.github.cato447.AbizeitungVotingSystem.entities.Category$HibernateProxy$DGuctNKV.getName(Unknown Source) - at com.github.cato447.AbizeitungVotingSystem.table.TableAction.setUpCandidates(TableAction.java:125) - at com.github.cato447.AbizeitungVotingSystem.controller.VotingController.init(VotingController.java:90) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:566) - at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) - at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) - at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) - ... 24 common frames omitted -2021-01-04 00:01:52,580 INFO [restartedMain] Starting AbizeitungVotingSystemApplication on bitecoding-System-Product-Name with PID 36071 (/home/bitecoding/Code/GitHub/AbizeitungVotingSystem/target/classes started by bitecoding in /home/bitecoding/Code/GitHub/AbizeitungVotingSystem) -2021-01-04 00:01:52,586 INFO [restartedMain] No active profile set, falling back to default profiles: default -2021-01-04 00:01:52,648 INFO [restartedMain] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable -2021-01-04 00:01:52,648 INFO [restartedMain] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' -2021-01-04 00:01:53,068 INFO [restartedMain] Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-01-04 00:01:53,121 INFO [restartedMain] Finished Spring Data repository scanning in 47ms. Found 6 JPA repository interfaces. -2021-01-04 00:01:53,779 INFO [restartedMain] Tomcat initialized with port(s): 8000 (http) -2021-01-04 00:01:53,788 INFO [restartedMain] Initializing ProtocolHandler ["http-nio-8000"] -2021-01-04 00:01:53,789 INFO [restartedMain] Starting service [Tomcat] -2021-01-04 00:01:53,789 INFO [restartedMain] Starting Servlet engine: [Apache Tomcat/9.0.38] -2021-01-04 00:01:53,856 INFO [restartedMain] Initializing Spring embedded WebApplicationContext -2021-01-04 00:01:53,856 INFO [restartedMain] Root WebApplicationContext: initialization completed in 1207 ms -2021-01-04 00:01:54,032 INFO [restartedMain] HHH000204: Processing PersistenceUnitInfo [name: default] -2021-01-04 00:01:54,065 INFO [restartedMain] HHH000412: Hibernate ORM core version 5.4.21.Final -2021-01-04 00:01:54,169 INFO [restartedMain] HCANN000001: Hibernate Commons Annotations {5.1.0.Final} -2021-01-04 00:01:54,255 INFO [restartedMain] HikariPool-1 - Starting... -2021-01-04 00:01:54,608 INFO [restartedMain] HikariPool-1 - Start completed. -2021-01-04 00:01:54,633 INFO [restartedMain] HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-01-04 00:01:55,280 INFO [restartedMain] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-01-04 00:01:55,288 INFO [restartedMain] Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-01-04 00:01:55,302 INFO [restartedMain] LiveReload server is running on port 35729 -2021-01-04 00:01:55,714 INFO [restartedMain] Program started with arguments: votingPhase=true mottoPhase=false addingPhase=false -2021-01-04 00:01:58,665 INFO [restartedMain] Candidates successfully set up -2021-01-04 00:01:58,698 WARN [restartedMain] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-01-04 00:01:58,803 INFO [restartedMain] Initializing ExecutorService 'applicationTaskExecutor' -2021-01-04 00:01:58,966 INFO [restartedMain] Starting ProtocolHandler ["http-nio-8000"] -2021-01-04 00:01:58,986 INFO [restartedMain] Tomcat started on port(s): 8000 (http) with context path '' -2021-01-04 00:01:58,999 INFO [restartedMain] Started AbizeitungVotingSystemApplication in 6.763 seconds (JVM running for 7.385) -2021-01-04 00:02:54,786 INFO [http-nio-8000-exec-2] Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-01-04 00:02:54,786 INFO [http-nio-8000-exec-2] Initializing Servlet 'dispatcherServlet' -2021-01-04 00:02:54,791 INFO [http-nio-8000-exec-2] Completed initialization in 5 ms -2021-01-04 00:02:58,585 WARN [http-nio-8000-exec-4] simon.bussmann@adolfinum.de -2021-01-04 00:02:58,605 WARN [http-nio-8000-exec-4] no code -2021-01-04 00:03:14,557 WARN [http-nio-8000-exec-7] 980176 -2021-01-04 00:03:14,557 WARN [http-nio-8000-exec-7] matched -2021-01-04 00:09:40,113 WARN [http-nio-8000-exec-3] Simon.bussmann@adolfinum.de -2021-01-04 00:09:40,115 WARN [http-nio-8000-exec-3] no code -2021-01-04 00:09:57,679 WARN [http-nio-8000-exec-5] 366680 -2021-01-04 00:09:57,680 WARN [http-nio-8000-exec-5] matched -2021-01-04 00:10:45,401 WARN [http-nio-8000-exec-2] simon.bussmann@adolfinum.de -2021-01-04 00:10:45,404 WARN [http-nio-8000-exec-2] no code -2021-01-04 00:11:08,813 WARN [http-nio-8000-exec-3] 045081 -2021-01-04 00:11:08,814 WARN [http-nio-8000-exec-3] matched -2021-01-04 00:52:46,403 INFO [restartedMain] Starting AbizeitungVotingSystemApplication on bitecoding-System-Product-Name with PID 40643 (/home/bitecoding/Code/GitHub/AbizeitungVotingSystem/target/classes started by bitecoding in /home/bitecoding/Code/GitHub/AbizeitungVotingSystem) -2021-01-04 00:52:46,407 INFO [restartedMain] No active profile set, falling back to default profiles: default -2021-01-04 00:52:46,499 INFO [restartedMain] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable -2021-01-04 00:52:46,500 INFO [restartedMain] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' -2021-01-04 00:52:46,913 INFO [restartedMain] Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-01-04 00:52:46,971 INFO [restartedMain] Finished Spring Data repository scanning in 51ms. Found 6 JPA repository interfaces. -2021-01-04 00:52:47,721 INFO [restartedMain] Tomcat initialized with port(s): 8000 (http) -2021-01-04 00:52:47,733 INFO [restartedMain] Initializing ProtocolHandler ["http-nio-8000"] -2021-01-04 00:52:47,734 INFO [restartedMain] Starting service [Tomcat] -2021-01-04 00:52:47,734 INFO [restartedMain] Starting Servlet engine: [Apache Tomcat/9.0.38] -2021-01-04 00:52:47,792 INFO [restartedMain] Initializing Spring embedded WebApplicationContext -2021-01-04 00:52:47,792 INFO [restartedMain] Root WebApplicationContext: initialization completed in 1292 ms -2021-01-04 00:52:47,989 INFO [restartedMain] HHH000204: Processing PersistenceUnitInfo [name: default] -2021-01-04 00:52:48,040 INFO [restartedMain] HHH000412: Hibernate ORM core version 5.4.21.Final -2021-01-04 00:52:48,127 INFO [restartedMain] HCANN000001: Hibernate Commons Annotations {5.1.0.Final} -2021-01-04 00:52:48,190 INFO [restartedMain] HikariPool-1 - Starting... -2021-01-04 00:52:48,549 INFO [restartedMain] HikariPool-1 - Start completed. -2021-01-04 00:52:48,581 INFO [restartedMain] HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-01-04 00:52:49,215 INFO [restartedMain] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-01-04 00:52:49,224 INFO [restartedMain] Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-01-04 00:52:49,241 INFO [restartedMain] LiveReload server is running on port 35729 -2021-01-04 00:52:49,654 INFO [restartedMain] Program started with arguments: votingPhase=false mottoPhase=false addingPhase=true -2021-01-04 00:52:49,884 WARN [restartedMain] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-01-04 00:52:49,986 INFO [restartedMain] Initializing ExecutorService 'applicationTaskExecutor' -2021-01-04 00:52:50,184 INFO [restartedMain] Starting ProtocolHandler ["http-nio-8000"] -2021-01-04 00:52:50,202 INFO [restartedMain] Tomcat started on port(s): 8000 (http) with context path '' -2021-01-04 00:52:50,213 INFO [restartedMain] Started AbizeitungVotingSystemApplication in 4.194 seconds (JVM running for 4.896) -2021-01-04 00:53:17,803 INFO [http-nio-8000-exec-1] Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-01-04 00:53:17,803 INFO [http-nio-8000-exec-1] Initializing Servlet 'dispatcherServlet' -2021-01-04 00:53:17,815 INFO [http-nio-8000-exec-1] Completed initialization in 12 ms -2021-01-04 00:53:17,851 WARN [http-nio-8000-exec-1] in Bounds -2021-01-04 00:53:20,237 WARN [http-nio-8000-exec-4] simon.bussmann@adolfinum.de -2021-01-04 00:53:20,252 WARN [http-nio-8000-exec-4] simon.bussmann@adolfinum.de has already submitted its candidates -2021-01-04 00:54:00,564 WARN [http-nio-8000-exec-7] in Bounds -2021-01-04 00:54:02,641 WARN [http-nio-8000-exec-10] simon.bussmann@adolfinum.de -2021-01-04 00:54:18,658 WARN [http-nio-8000-exec-2] matched -2021-01-04 00:54:50,636 INFO [SpringContextShutdownHook] Shutting down ExecutorService 'applicationTaskExecutor' -2021-01-04 00:54:50,639 INFO [SpringContextShutdownHook] Closing JPA EntityManagerFactory for persistence unit 'default' -2021-01-04 00:54:50,642 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown initiated... -2021-01-04 00:54:50,657 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown completed. -2021-01-04 00:54:52,942 INFO [restartedMain] Starting AbizeitungVotingSystemApplication on bitecoding-System-Product-Name with PID 41069 (/home/bitecoding/Code/GitHub/AbizeitungVotingSystem/target/classes started by bitecoding in /home/bitecoding/Code/GitHub/AbizeitungVotingSystem) -2021-01-04 00:54:52,946 INFO [restartedMain] No active profile set, falling back to default profiles: default -2021-01-04 00:54:53,010 INFO [restartedMain] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable -2021-01-04 00:54:53,011 INFO [restartedMain] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' -2021-01-04 00:54:53,415 INFO [restartedMain] Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-01-04 00:54:53,478 INFO [restartedMain] Finished Spring Data repository scanning in 56ms. Found 6 JPA repository interfaces. -2021-01-04 00:54:54,188 INFO [restartedMain] Tomcat initialized with port(s): 8000 (http) -2021-01-04 00:54:54,198 INFO [restartedMain] Initializing ProtocolHandler ["http-nio-8000"] -2021-01-04 00:54:54,199 INFO [restartedMain] Starting service [Tomcat] -2021-01-04 00:54:54,199 INFO [restartedMain] Starting Servlet engine: [Apache Tomcat/9.0.38] -2021-01-04 00:54:54,258 INFO [restartedMain] Initializing Spring embedded WebApplicationContext -2021-01-04 00:54:54,259 INFO [restartedMain] Root WebApplicationContext: initialization completed in 1248 ms -2021-01-04 00:54:54,462 INFO [restartedMain] HHH000204: Processing PersistenceUnitInfo [name: default] -2021-01-04 00:54:54,518 INFO [restartedMain] HHH000412: Hibernate ORM core version 5.4.21.Final -2021-01-04 00:54:54,612 INFO [restartedMain] HCANN000001: Hibernate Commons Annotations {5.1.0.Final} -2021-01-04 00:54:54,684 INFO [restartedMain] HikariPool-1 - Starting... -2021-01-04 00:54:55,051 INFO [restartedMain] HikariPool-1 - Start completed. -2021-01-04 00:54:55,082 INFO [restartedMain] HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-01-04 00:54:55,801 INFO [restartedMain] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-01-04 00:54:55,811 INFO [restartedMain] Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-01-04 00:54:55,829 INFO [restartedMain] LiveReload server is running on port 35729 -2021-01-04 00:54:56,282 INFO [restartedMain] Program started with arguments: votingPhase=false mottoPhase=false addingPhase=true -2021-01-04 00:54:56,535 INFO [restartedMain] Categories successfully set up -2021-01-04 00:54:56,624 WARN [restartedMain] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-01-04 00:54:56,753 INFO [restartedMain] Initializing ExecutorService 'applicationTaskExecutor' -2021-01-04 00:54:56,967 INFO [restartedMain] Starting ProtocolHandler ["http-nio-8000"] -2021-01-04 00:54:56,984 INFO [restartedMain] Tomcat started on port(s): 8000 (http) with context path '' -2021-01-04 00:54:56,995 INFO [restartedMain] Started AbizeitungVotingSystemApplication in 4.438 seconds (JVM running for 5.061) -2021-01-04 00:55:47,131 INFO [SpringContextShutdownHook] Shutting down ExecutorService 'applicationTaskExecutor' -2021-01-04 00:55:47,134 INFO [SpringContextShutdownHook] Closing JPA EntityManagerFactory for persistence unit 'default' -2021-01-04 00:55:47,137 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown initiated... -2021-01-04 00:55:47,147 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown completed. -2021-01-04 00:55:49,350 INFO [restartedMain] Starting AbizeitungVotingSystemApplication on bitecoding-System-Product-Name with PID 41256 (/home/bitecoding/Code/GitHub/AbizeitungVotingSystem/target/classes started by bitecoding in /home/bitecoding/Code/GitHub/AbizeitungVotingSystem) -2021-01-04 00:55:49,354 INFO [restartedMain] No active profile set, falling back to default profiles: default -2021-01-04 00:55:49,431 INFO [restartedMain] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable -2021-01-04 00:55:49,432 INFO [restartedMain] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' -2021-01-04 00:55:49,867 INFO [restartedMain] Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-01-04 00:55:49,925 INFO [restartedMain] Finished Spring Data repository scanning in 52ms. Found 6 JPA repository interfaces. -2021-01-04 00:55:50,632 INFO [restartedMain] Tomcat initialized with port(s): 8000 (http) -2021-01-04 00:55:50,642 INFO [restartedMain] Initializing ProtocolHandler ["http-nio-8000"] -2021-01-04 00:55:50,643 INFO [restartedMain] Starting service [Tomcat] -2021-01-04 00:55:50,643 INFO [restartedMain] Starting Servlet engine: [Apache Tomcat/9.0.38] -2021-01-04 00:55:50,702 INFO [restartedMain] Initializing Spring embedded WebApplicationContext -2021-01-04 00:55:50,703 INFO [restartedMain] Root WebApplicationContext: initialization completed in 1271 ms -2021-01-04 00:55:50,870 INFO [restartedMain] HHH000204: Processing PersistenceUnitInfo [name: default] -2021-01-04 00:55:50,909 INFO [restartedMain] HHH000412: Hibernate ORM core version 5.4.21.Final -2021-01-04 00:55:51,000 INFO [restartedMain] HCANN000001: Hibernate Commons Annotations {5.1.0.Final} -2021-01-04 00:55:51,071 INFO [restartedMain] HikariPool-1 - Starting... -2021-01-04 00:55:51,433 INFO [restartedMain] HikariPool-1 - Start completed. -2021-01-04 00:55:51,454 INFO [restartedMain] HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-01-04 00:55:52,136 INFO [restartedMain] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-01-04 00:55:52,144 INFO [restartedMain] Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-01-04 00:55:52,162 INFO [restartedMain] LiveReload server is running on port 35729 -2021-01-04 00:55:52,583 INFO [restartedMain] Program started with arguments: votingPhase=false mottoPhase=false addingPhase=true -2021-01-04 00:55:52,819 INFO [restartedMain] Categories successfully set up -2021-01-04 00:55:52,924 WARN [restartedMain] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-01-04 00:55:53,037 INFO [restartedMain] Initializing ExecutorService 'applicationTaskExecutor' -2021-01-04 00:55:53,244 INFO [restartedMain] Starting ProtocolHandler ["http-nio-8000"] -2021-01-04 00:55:53,262 INFO [restartedMain] Tomcat started on port(s): 8000 (http) with context path '' -2021-01-04 00:55:53,274 INFO [restartedMain] Started AbizeitungVotingSystemApplication in 4.304 seconds (JVM running for 4.939) -2021-01-04 00:56:06,936 INFO [http-nio-8000-exec-1] Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-01-04 00:56:06,937 INFO [http-nio-8000-exec-1] Initializing Servlet 'dispatcherServlet' -2021-01-04 00:56:06,943 INFO [http-nio-8000-exec-1] Completed initialization in 6 ms -2021-01-04 00:56:06,987 WARN [http-nio-8000-exec-1] wrong -2021-01-04 00:56:27,658 WARN [http-nio-8000-exec-7] matched -2021-01-04 00:57:16,096 INFO [SpringContextShutdownHook] Shutting down ExecutorService 'applicationTaskExecutor' -2021-01-04 00:57:16,098 INFO [SpringContextShutdownHook] Closing JPA EntityManagerFactory for persistence unit 'default' -2021-01-04 00:57:16,102 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown initiated... -2021-01-04 00:57:16,118 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown completed. -2021-01-04 00:57:18,376 INFO [restartedMain] Starting AbizeitungVotingSystemApplication on bitecoding-System-Product-Name with PID 41573 (/home/bitecoding/Code/GitHub/AbizeitungVotingSystem/target/classes started by bitecoding in /home/bitecoding/Code/GitHub/AbizeitungVotingSystem) -2021-01-04 00:57:18,381 INFO [restartedMain] No active profile set, falling back to default profiles: default -2021-01-04 00:57:18,457 INFO [restartedMain] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable -2021-01-04 00:57:18,457 INFO [restartedMain] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' -2021-01-04 00:57:18,888 INFO [restartedMain] Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-01-04 00:57:18,953 INFO [restartedMain] Finished Spring Data repository scanning in 58ms. Found 6 JPA repository interfaces. -2021-01-04 00:57:19,618 INFO [restartedMain] Tomcat initialized with port(s): 8000 (http) -2021-01-04 00:57:19,627 INFO [restartedMain] Initializing ProtocolHandler ["http-nio-8000"] -2021-01-04 00:57:19,628 INFO [restartedMain] Starting service [Tomcat] -2021-01-04 00:57:19,628 INFO [restartedMain] Starting Servlet engine: [Apache Tomcat/9.0.38] -2021-01-04 00:57:19,694 INFO [restartedMain] Initializing Spring embedded WebApplicationContext -2021-01-04 00:57:19,694 INFO [restartedMain] Root WebApplicationContext: initialization completed in 1236 ms -2021-01-04 00:57:19,873 INFO [restartedMain] HHH000204: Processing PersistenceUnitInfo [name: default] -2021-01-04 00:57:19,907 INFO [restartedMain] HHH000412: Hibernate ORM core version 5.4.21.Final -2021-01-04 00:57:20,002 INFO [restartedMain] HCANN000001: Hibernate Commons Annotations {5.1.0.Final} -2021-01-04 00:57:20,083 INFO [restartedMain] HikariPool-1 - Starting... -2021-01-04 00:57:20,501 INFO [restartedMain] HikariPool-1 - Start completed. -2021-01-04 00:57:20,522 INFO [restartedMain] HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-01-04 00:57:21,158 INFO [restartedMain] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-01-04 00:57:21,167 INFO [restartedMain] Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-01-04 00:57:21,182 INFO [restartedMain] LiveReload server is running on port 35729 -2021-01-04 00:57:21,614 INFO [restartedMain] Program started with arguments: votingPhase=false mottoPhase=false addingPhase=true -2021-01-04 00:57:21,839 INFO [restartedMain] Categories successfully set up -2021-01-04 00:57:21,938 WARN [restartedMain] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-01-04 00:57:22,050 INFO [restartedMain] Initializing ExecutorService 'applicationTaskExecutor' -2021-01-04 00:57:22,271 INFO [restartedMain] Starting ProtocolHandler ["http-nio-8000"] -2021-01-04 00:57:22,289 INFO [restartedMain] Tomcat started on port(s): 8000 (http) with context path '' -2021-01-04 00:57:22,303 INFO [restartedMain] Started AbizeitungVotingSystemApplication in 4.331 seconds (JVM running for 4.978) -2021-01-04 01:10:30,792 INFO [http-nio-8000-exec-1] Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-01-04 01:10:30,793 INFO [http-nio-8000-exec-1] Initializing Servlet 'dispatcherServlet' -2021-01-04 01:10:30,801 INFO [http-nio-8000-exec-1] Completed initialization in 7 ms -2021-01-04 01:10:30,827 WARN [http-nio-8000-exec-1] in Bounds -2021-01-04 01:10:35,161 WARN [http-nio-8000-exec-4] simon.bussmann@adolfinum.de -2021-01-04 01:10:55,660 WARN [http-nio-8000-exec-6] matched -2021-01-04 01:11:31,032 WARN [http-nio-8000-exec-10] in Bounds -2021-01-04 01:11:44,561 WARN [http-nio-8000-exec-2] in Bounds -2021-01-04 01:12:00,937 WARN [http-nio-8000-exec-4] simon.bussmann@adolfinum.de -2021-01-04 01:45:45,703 INFO [SpringContextShutdownHook] Shutting down ExecutorService 'applicationTaskExecutor' -2021-01-04 01:45:45,707 INFO [SpringContextShutdownHook] Closing JPA EntityManagerFactory for persistence unit 'default' -2021-01-04 01:45:45,710 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown initiated... -2021-01-04 01:45:45,723 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown completed. -2021-01-04 01:45:48,882 INFO [restartedMain] Starting AbizeitungVotingSystemApplication on bitecoding-System-Product-Name with PID 69675 (/home/bitecoding/Code/GitHub/AbizeitungVotingSystem/target/classes started by bitecoding in /home/bitecoding/Code/GitHub/AbizeitungVotingSystem) -2021-01-04 01:45:48,885 INFO [restartedMain] No active profile set, falling back to default profiles: default -2021-01-04 01:45:48,946 INFO [restartedMain] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable -2021-01-04 01:45:48,947 INFO [restartedMain] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' -2021-01-04 01:45:49,494 INFO [restartedMain] Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-01-04 01:45:49,558 INFO [restartedMain] Finished Spring Data repository scanning in 57ms. Found 6 JPA repository interfaces. -2021-01-04 01:45:50,235 INFO [restartedMain] Tomcat initialized with port(s): 8000 (http) -2021-01-04 01:45:50,243 INFO [restartedMain] Initializing ProtocolHandler ["http-nio-8000"] -2021-01-04 01:45:50,244 INFO [restartedMain] Starting service [Tomcat] -2021-01-04 01:45:50,244 INFO [restartedMain] Starting Servlet engine: [Apache Tomcat/9.0.38] -2021-01-04 01:45:50,299 INFO [restartedMain] Initializing Spring embedded WebApplicationContext -2021-01-04 01:45:50,299 INFO [restartedMain] Root WebApplicationContext: initialization completed in 1352 ms -2021-01-04 01:45:50,467 INFO [restartedMain] HHH000204: Processing PersistenceUnitInfo [name: default] -2021-01-04 01:45:50,502 INFO [restartedMain] HHH000412: Hibernate ORM core version 5.4.21.Final -2021-01-04 01:45:50,593 INFO [restartedMain] HCANN000001: Hibernate Commons Annotations {5.1.0.Final} -2021-01-04 01:45:50,661 INFO [restartedMain] HikariPool-1 - Starting... -2021-01-04 01:45:51,019 INFO [restartedMain] HikariPool-1 - Start completed. -2021-01-04 01:45:51,040 INFO [restartedMain] HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-01-04 01:45:51,637 INFO [restartedMain] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-01-04 01:45:51,642 INFO [restartedMain] Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-01-04 01:45:51,653 INFO [restartedMain] LiveReload server is running on port 35729 -2021-01-04 01:45:52,079 INFO [restartedMain] Program started with arguments: votingPhase=false mottoPhase=false addingPhase=true -2021-01-04 01:45:52,808 INFO [restartedMain] Categories successfully set up -2021-01-04 01:45:52,872 WARN [restartedMain] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-01-04 01:45:52,968 INFO [restartedMain] Initializing ExecutorService 'applicationTaskExecutor' -2021-01-04 01:45:53,130 INFO [restartedMain] Starting ProtocolHandler ["http-nio-8000"] -2021-01-04 01:45:53,147 INFO [restartedMain] Tomcat started on port(s): 8000 (http) with context path '' -2021-01-04 01:45:53,157 INFO [restartedMain] Started AbizeitungVotingSystemApplication in 4.628 seconds (JVM running for 5.231) -2021-01-04 01:46:12,002 INFO [http-nio-8000-exec-1] Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-01-04 01:46:12,002 INFO [http-nio-8000-exec-1] Initializing Servlet 'dispatcherServlet' -2021-01-04 01:46:12,007 INFO [http-nio-8000-exec-1] Completed initialization in 5 ms -2021-01-04 01:46:12,038 WARN [http-nio-8000-exec-1] in Bounds -2021-01-04 01:46:14,776 WARN [http-nio-8000-exec-4] simon.bussmann@adolfinum.de -2021-01-04 01:46:28,201 WARN [http-nio-8000-exec-6] matched -2021-01-04 01:48:25,518 INFO [SpringContextShutdownHook] Shutting down ExecutorService 'applicationTaskExecutor' -2021-01-04 01:48:25,522 INFO [SpringContextShutdownHook] Closing JPA EntityManagerFactory for persistence unit 'default' -2021-01-04 01:48:25,525 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown initiated... -2021-01-04 01:48:25,536 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown completed. -2021-01-04 01:48:28,739 INFO [restartedMain] Starting AbizeitungVotingSystemApplication on bitecoding-System-Product-Name with PID 69907 (/home/bitecoding/Code/GitHub/AbizeitungVotingSystem/target/classes started by bitecoding in /home/bitecoding/Code/GitHub/AbizeitungVotingSystem) -2021-01-04 01:48:28,741 INFO [restartedMain] No active profile set, falling back to default profiles: default -2021-01-04 01:48:28,801 INFO [restartedMain] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable -2021-01-04 01:48:28,802 INFO [restartedMain] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' -2021-01-04 01:48:29,187 INFO [restartedMain] Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-01-04 01:48:29,239 INFO [restartedMain] Finished Spring Data repository scanning in 46ms. Found 6 JPA repository interfaces. -2021-01-04 01:48:29,874 INFO [restartedMain] Tomcat initialized with port(s): 8000 (http) -2021-01-04 01:48:29,886 INFO [restartedMain] Initializing ProtocolHandler ["http-nio-8000"] -2021-01-04 01:48:29,887 INFO [restartedMain] Starting service [Tomcat] -2021-01-04 01:48:29,888 INFO [restartedMain] Starting Servlet engine: [Apache Tomcat/9.0.38] -2021-01-04 01:48:29,950 INFO [restartedMain] Initializing Spring embedded WebApplicationContext -2021-01-04 01:48:29,951 INFO [restartedMain] Root WebApplicationContext: initialization completed in 1149 ms -2021-01-04 01:48:30,107 INFO [restartedMain] HHH000204: Processing PersistenceUnitInfo [name: default] -2021-01-04 01:48:30,143 INFO [restartedMain] HHH000412: Hibernate ORM core version 5.4.21.Final -2021-01-04 01:48:30,242 INFO [restartedMain] HCANN000001: Hibernate Commons Annotations {5.1.0.Final} -2021-01-04 01:48:30,306 INFO [restartedMain] HikariPool-1 - Starting... -2021-01-04 01:48:30,636 INFO [restartedMain] HikariPool-1 - Start completed. -2021-01-04 01:48:30,655 INFO [restartedMain] HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-01-04 01:48:31,249 INFO [restartedMain] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-01-04 01:48:31,254 INFO [restartedMain] Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-01-04 01:48:31,268 INFO [restartedMain] LiveReload server is running on port 35729 -2021-01-04 01:48:31,636 INFO [restartedMain] Program started with arguments: votingPhase=false mottoPhase=false addingPhase=true -2021-01-04 01:48:31,861 WARN [restartedMain] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-01-04 01:48:31,957 INFO [restartedMain] Initializing ExecutorService 'applicationTaskExecutor' -2021-01-04 01:48:32,131 INFO [restartedMain] Starting ProtocolHandler ["http-nio-8000"] -2021-01-04 01:48:32,152 INFO [restartedMain] Tomcat started on port(s): 8000 (http) with context path '' -2021-01-04 01:48:32,162 INFO [restartedMain] Started AbizeitungVotingSystemApplication in 3.777 seconds (JVM running for 4.348) -2021-01-04 01:48:40,988 INFO [http-nio-8000-exec-1] Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-01-04 01:48:40,989 INFO [http-nio-8000-exec-1] Initializing Servlet 'dispatcherServlet' -2021-01-04 01:48:40,994 INFO [http-nio-8000-exec-1] Completed initialization in 5 ms -2021-01-04 01:48:41,019 WARN [http-nio-8000-exec-1] in Bounds -2021-01-04 01:48:43,036 WARN [http-nio-8000-exec-3] simon.bussmann@adolfinum.de -2021-01-04 01:48:56,138 WARN [http-nio-8000-exec-5] matched -2021-01-04 01:50:00,090 ERROR [http-nio-8000-exec-8] Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1] with root cause -java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1 - at com.github.cato447.AbizeitungVotingSystem.controller.VotingController.candidateSaving(VotingController.java:221) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:566) - at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) - at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) - at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:105) - at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:878) - at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:792) - at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) - at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040) - at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943) - at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) - at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) - at javax.servlet.http.HttpServlet.service(HttpServlet.java:652) - at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) - at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) - at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) - at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) - at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) - at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) - at java.base/java.lang.Thread.run(Thread.java:829) -2021-01-04 01:51:39,048 INFO [SpringContextShutdownHook] Shutting down ExecutorService 'applicationTaskExecutor' -2021-01-04 01:51:39,051 INFO [SpringContextShutdownHook] Closing JPA EntityManagerFactory for persistence unit 'default' -2021-01-04 01:51:39,055 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown initiated... -2021-01-04 01:51:39,070 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown completed. -2021-01-04 01:51:42,185 INFO [restartedMain] Starting AbizeitungVotingSystemApplication on bitecoding-System-Product-Name with PID 70219 (/home/bitecoding/Code/GitHub/AbizeitungVotingSystem/target/classes started by bitecoding in /home/bitecoding/Code/GitHub/AbizeitungVotingSystem) -2021-01-04 01:51:42,188 INFO [restartedMain] No active profile set, falling back to default profiles: default -2021-01-04 01:51:42,247 INFO [restartedMain] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable -2021-01-04 01:51:42,247 INFO [restartedMain] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' -2021-01-04 01:51:42,648 INFO [restartedMain] Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-01-04 01:51:42,695 INFO [restartedMain] Finished Spring Data repository scanning in 41ms. Found 6 JPA repository interfaces. -2021-01-04 01:51:43,313 INFO [restartedMain] Tomcat initialized with port(s): 8000 (http) -2021-01-04 01:51:43,322 INFO [restartedMain] Initializing ProtocolHandler ["http-nio-8000"] -2021-01-04 01:51:43,322 INFO [restartedMain] Starting service [Tomcat] -2021-01-04 01:51:43,323 INFO [restartedMain] Starting Servlet engine: [Apache Tomcat/9.0.38] -2021-01-04 01:51:43,388 INFO [restartedMain] Initializing Spring embedded WebApplicationContext -2021-01-04 01:51:43,389 INFO [restartedMain] Root WebApplicationContext: initialization completed in 1141 ms -2021-01-04 01:51:43,554 INFO [restartedMain] HHH000204: Processing PersistenceUnitInfo [name: default] -2021-01-04 01:51:43,588 INFO [restartedMain] HHH000412: Hibernate ORM core version 5.4.21.Final -2021-01-04 01:51:43,675 INFO [restartedMain] HCANN000001: Hibernate Commons Annotations {5.1.0.Final} -2021-01-04 01:51:43,742 INFO [restartedMain] HikariPool-1 - Starting... -2021-01-04 01:51:44,116 INFO [restartedMain] HikariPool-1 - Start completed. -2021-01-04 01:51:44,136 INFO [restartedMain] HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-01-04 01:51:44,743 INFO [restartedMain] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-01-04 01:51:44,750 INFO [restartedMain] Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-01-04 01:51:44,761 INFO [restartedMain] LiveReload server is running on port 35729 -2021-01-04 01:51:45,215 INFO [restartedMain] Program started with arguments: votingPhase=false mottoPhase=false addingPhase=true -2021-01-04 01:51:45,448 WARN [restartedMain] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-01-04 01:51:45,546 INFO [restartedMain] Initializing ExecutorService 'applicationTaskExecutor' -2021-01-04 01:51:45,725 INFO [restartedMain] Starting ProtocolHandler ["http-nio-8000"] -2021-01-04 01:51:45,742 INFO [restartedMain] Tomcat started on port(s): 8000 (http) with context path '' -2021-01-04 01:51:45,752 INFO [restartedMain] Started AbizeitungVotingSystemApplication in 3.915 seconds (JVM running for 4.496) -2021-01-04 01:59:41,880 INFO [SpringContextShutdownHook] Shutting down ExecutorService 'applicationTaskExecutor' -2021-01-04 01:59:41,885 INFO [SpringContextShutdownHook] Closing JPA EntityManagerFactory for persistence unit 'default' -2021-01-04 01:59:41,890 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown initiated... -2021-01-04 01:59:41,905 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown completed. -2021-01-04 01:59:45,027 INFO [restartedMain] Starting AbizeitungVotingSystemApplication on bitecoding-System-Product-Name with PID 70580 (/home/bitecoding/Code/GitHub/AbizeitungVotingSystem/target/classes started by bitecoding in /home/bitecoding/Code/GitHub/AbizeitungVotingSystem) -2021-01-04 01:59:45,030 INFO [restartedMain] No active profile set, falling back to default profiles: default -2021-01-04 01:59:45,087 INFO [restartedMain] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable -2021-01-04 01:59:45,088 INFO [restartedMain] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' -2021-01-04 01:59:45,506 INFO [restartedMain] Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-01-04 01:59:45,553 INFO [restartedMain] Finished Spring Data repository scanning in 41ms. Found 6 JPA repository interfaces. -2021-01-04 01:59:46,181 INFO [restartedMain] Tomcat initialized with port(s): 8000 (http) -2021-01-04 01:59:46,192 INFO [restartedMain] Initializing ProtocolHandler ["http-nio-8000"] -2021-01-04 01:59:46,193 INFO [restartedMain] Starting service [Tomcat] -2021-01-04 01:59:46,193 INFO [restartedMain] Starting Servlet engine: [Apache Tomcat/9.0.38] -2021-01-04 01:59:46,250 INFO [restartedMain] Initializing Spring embedded WebApplicationContext -2021-01-04 01:59:46,251 INFO [restartedMain] Root WebApplicationContext: initialization completed in 1163 ms -2021-01-04 01:59:46,413 INFO [restartedMain] HHH000204: Processing PersistenceUnitInfo [name: default] -2021-01-04 01:59:46,450 INFO [restartedMain] HHH000412: Hibernate ORM core version 5.4.21.Final -2021-01-04 01:59:46,539 INFO [restartedMain] HCANN000001: Hibernate Commons Annotations {5.1.0.Final} -2021-01-04 01:59:46,609 INFO [restartedMain] HikariPool-1 - Starting... -2021-01-04 01:59:46,960 INFO [restartedMain] HikariPool-1 - Start completed. -2021-01-04 01:59:46,987 INFO [restartedMain] HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-01-04 01:59:47,589 INFO [restartedMain] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-01-04 01:59:47,597 INFO [restartedMain] Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-01-04 01:59:47,609 INFO [restartedMain] LiveReload server is running on port 35729 -2021-01-04 01:59:48,005 INFO [restartedMain] Program started with arguments: votingPhase=false mottoPhase=false addingPhase=true -2021-01-04 01:59:48,237 WARN [restartedMain] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-01-04 01:59:48,333 INFO [restartedMain] Initializing ExecutorService 'applicationTaskExecutor' -2021-01-04 01:59:48,494 INFO [restartedMain] Starting ProtocolHandler ["http-nio-8000"] -2021-01-04 01:59:48,514 INFO [restartedMain] Tomcat started on port(s): 8000 (http) with context path '' -2021-01-04 01:59:48,523 INFO [restartedMain] Started AbizeitungVotingSystemApplication in 3.849 seconds (JVM running for 4.447) -2021-01-04 01:59:58,093 INFO [http-nio-8000-exec-1] Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-01-04 01:59:58,094 INFO [http-nio-8000-exec-1] Initializing Servlet 'dispatcherServlet' -2021-01-04 01:59:58,100 INFO [http-nio-8000-exec-1] Completed initialization in 6 ms -2021-01-04 01:59:58,120 WARN [http-nio-8000-exec-1] in Bounds -2021-01-04 02:00:05,646 WARN [http-nio-8000-exec-3] simon.bussmann@adolfinum.de -2021-01-04 02:00:20,714 WARN [http-nio-8000-exec-5] matched -2021-01-04 02:03:40,152 WARN [http-nio-8000-exec-1] in Bounds -2021-01-04 02:05:15,532 INFO [SpringContextShutdownHook] Shutting down ExecutorService 'applicationTaskExecutor' -2021-01-04 02:05:15,534 INFO [SpringContextShutdownHook] Closing JPA EntityManagerFactory for persistence unit 'default' -2021-01-04 02:05:15,539 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown initiated... -2021-01-04 02:05:15,551 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown completed. -2021-01-04 02:05:18,784 INFO [restartedMain] Starting AbizeitungVotingSystemApplication on bitecoding-System-Product-Name with PID 70908 (/home/bitecoding/Code/GitHub/AbizeitungVotingSystem/target/classes started by bitecoding in /home/bitecoding/Code/GitHub/AbizeitungVotingSystem) -2021-01-04 02:05:18,787 INFO [restartedMain] No active profile set, falling back to default profiles: default -2021-01-04 02:05:18,857 INFO [restartedMain] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable -2021-01-04 02:05:18,858 INFO [restartedMain] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' -2021-01-04 02:05:19,291 INFO [restartedMain] Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-01-04 02:05:19,352 INFO [restartedMain] Finished Spring Data repository scanning in 52ms. Found 6 JPA repository interfaces. -2021-01-04 02:05:20,006 INFO [restartedMain] Tomcat initialized with port(s): 8000 (http) -2021-01-04 02:05:20,016 INFO [restartedMain] Initializing ProtocolHandler ["http-nio-8000"] -2021-01-04 02:05:20,016 INFO [restartedMain] Starting service [Tomcat] -2021-01-04 02:05:20,016 INFO [restartedMain] Starting Servlet engine: [Apache Tomcat/9.0.38] -2021-01-04 02:05:20,079 INFO [restartedMain] Initializing Spring embedded WebApplicationContext -2021-01-04 02:05:20,079 INFO [restartedMain] Root WebApplicationContext: initialization completed in 1220 ms -2021-01-04 02:05:20,259 INFO [restartedMain] HHH000204: Processing PersistenceUnitInfo [name: default] -2021-01-04 02:05:20,291 INFO [restartedMain] HHH000412: Hibernate ORM core version 5.4.21.Final -2021-01-04 02:05:20,376 INFO [restartedMain] HCANN000001: Hibernate Commons Annotations {5.1.0.Final} -2021-01-04 02:05:20,440 INFO [restartedMain] HikariPool-1 - Starting... -2021-01-04 02:05:20,766 INFO [restartedMain] HikariPool-1 - Start completed. -2021-01-04 02:05:20,787 INFO [restartedMain] HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-01-04 02:05:21,402 INFO [restartedMain] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-01-04 02:05:21,410 INFO [restartedMain] Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-01-04 02:05:21,426 INFO [restartedMain] LiveReload server is running on port 35729 -2021-01-04 02:05:21,838 INFO [restartedMain] Program started with arguments: votingPhase=false mottoPhase=false addingPhase=true -2021-01-04 02:05:22,065 WARN [restartedMain] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-01-04 02:05:22,161 INFO [restartedMain] Initializing ExecutorService 'applicationTaskExecutor' -2021-01-04 02:05:22,329 INFO [restartedMain] Starting ProtocolHandler ["http-nio-8000"] -2021-01-04 02:05:22,348 INFO [restartedMain] Tomcat started on port(s): 8000 (http) with context path '' -2021-01-04 02:05:22,358 INFO [restartedMain] Started AbizeitungVotingSystemApplication in 3.937 seconds (JVM running for 4.514) -2021-01-04 02:11:07,453 INFO [SpringContextShutdownHook] Shutting down ExecutorService 'applicationTaskExecutor' -2021-01-04 02:11:07,457 INFO [SpringContextShutdownHook] Closing JPA EntityManagerFactory for persistence unit 'default' -2021-01-04 02:11:07,461 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown initiated... -2021-01-04 02:11:07,473 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown completed. -2021-01-04 02:11:10,707 INFO [restartedMain] Starting AbizeitungVotingSystemApplication on bitecoding-System-Product-Name with PID 71248 (/home/bitecoding/Code/GitHub/AbizeitungVotingSystem/target/classes started by bitecoding in /home/bitecoding/Code/GitHub/AbizeitungVotingSystem) -2021-01-04 02:11:10,710 INFO [restartedMain] No active profile set, falling back to default profiles: default -2021-01-04 02:11:10,772 INFO [restartedMain] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable -2021-01-04 02:11:10,773 INFO [restartedMain] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' -2021-01-04 02:11:11,169 INFO [restartedMain] Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-01-04 02:11:11,214 INFO [restartedMain] Finished Spring Data repository scanning in 40ms. Found 5 JPA repository interfaces. -2021-01-04 02:11:11,836 INFO [restartedMain] Tomcat initialized with port(s): 8000 (http) -2021-01-04 02:11:11,845 INFO [restartedMain] Initializing ProtocolHandler ["http-nio-8000"] -2021-01-04 02:11:11,845 INFO [restartedMain] Starting service [Tomcat] -2021-01-04 02:11:11,845 INFO [restartedMain] Starting Servlet engine: [Apache Tomcat/9.0.38] -2021-01-04 02:11:11,905 INFO [restartedMain] Initializing Spring embedded WebApplicationContext -2021-01-04 02:11:11,906 INFO [restartedMain] Root WebApplicationContext: initialization completed in 1132 ms -2021-01-04 02:11:12,078 INFO [restartedMain] HHH000204: Processing PersistenceUnitInfo [name: default] -2021-01-04 02:11:12,111 INFO [restartedMain] HHH000412: Hibernate ORM core version 5.4.21.Final -2021-01-04 02:11:12,202 INFO [restartedMain] HCANN000001: Hibernate Commons Annotations {5.1.0.Final} -2021-01-04 02:11:12,274 INFO [restartedMain] HikariPool-1 - Starting... -2021-01-04 02:11:12,614 INFO [restartedMain] HikariPool-1 - Start completed. -2021-01-04 02:11:12,639 INFO [restartedMain] HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-01-04 02:11:13,257 INFO [restartedMain] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-01-04 02:11:13,266 INFO [restartedMain] Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-01-04 02:11:13,279 INFO [restartedMain] LiveReload server is running on port 35729 -2021-01-04 02:11:13,646 INFO [restartedMain] Program started with arguments: votingPhase=false addingPhase=true -2021-01-04 02:11:13,902 INFO [restartedMain] Voters successfully set up -2021-01-04 02:11:13,955 INFO [restartedMain] Categories successfully set up -2021-01-04 02:11:13,995 WARN [restartedMain] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-01-04 02:11:14,092 INFO [restartedMain] Initializing ExecutorService 'applicationTaskExecutor' -2021-01-04 02:11:14,268 INFO [restartedMain] Starting ProtocolHandler ["http-nio-8000"] -2021-01-04 02:11:14,282 INFO [restartedMain] Tomcat started on port(s): 8000 (http) with context path '' -2021-01-04 02:11:14,292 INFO [restartedMain] Started AbizeitungVotingSystemApplication in 3.946 seconds (JVM running for 4.512) -2021-01-04 02:13:20,085 INFO [SpringContextShutdownHook] Shutting down ExecutorService 'applicationTaskExecutor' -2021-01-04 02:13:20,088 INFO [SpringContextShutdownHook] Closing JPA EntityManagerFactory for persistence unit 'default' -2021-01-04 02:13:20,092 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown initiated... -2021-01-04 02:13:20,107 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown completed. +2021-01-17 14:53:49,688 INFO [restartedMain] Starting AbizeitungVotingSystemApplication on bitecoding-System-Product-Name with PID 7976 (/home/bitecoding/Code/GitHub/AbizeitungVotingSystem/target/classes started by bitecoding in /home/bitecoding/Code/GitHub/AbizeitungVotingSystem) +2021-01-17 14:53:49,692 INFO [restartedMain] No active profile set, falling back to default profiles: default +2021-01-17 14:53:49,744 INFO [restartedMain] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +2021-01-17 14:53:49,744 INFO [restartedMain] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +2021-01-17 14:53:50,168 INFO [restartedMain] Bootstrapping Spring Data JPA repositories in DEFAULT mode. +2021-01-17 14:53:50,231 INFO [restartedMain] Finished Spring Data repository scanning in 51ms. Found 5 JPA repository interfaces. +2021-01-17 14:53:50,893 INFO [restartedMain] Tomcat initialized with port(s): 8000 (http) +2021-01-17 14:53:50,906 INFO [restartedMain] Initializing ProtocolHandler ["http-nio-8000"] +2021-01-17 14:53:50,907 INFO [restartedMain] Starting service [Tomcat] +2021-01-17 14:53:50,907 INFO [restartedMain] Starting Servlet engine: [Apache Tomcat/9.0.38] +2021-01-17 14:53:50,970 INFO [restartedMain] Initializing Spring embedded WebApplicationContext +2021-01-17 14:53:50,970 INFO [restartedMain] Root WebApplicationContext: initialization completed in 1226 ms +2021-01-17 14:53:51,174 INFO [restartedMain] HHH000204: Processing PersistenceUnitInfo [name: default] +2021-01-17 14:53:51,223 INFO [restartedMain] HHH000412: Hibernate ORM core version 5.4.21.Final +2021-01-17 14:53:51,341 INFO [restartedMain] HCANN000001: Hibernate Commons Annotations {5.1.0.Final} +2021-01-17 14:53:51,411 INFO [restartedMain] HikariPool-1 - Starting... +2021-01-17 14:53:51,821 INFO [restartedMain] HikariPool-1 - Start completed. +2021-01-17 14:53:51,844 INFO [restartedMain] HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-01-17 14:53:52,466 INFO [restartedMain] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-01-17 14:53:52,473 INFO [restartedMain] Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-01-17 14:53:52,484 INFO [restartedMain] LiveReload server is running on port 35729 +2021-01-17 14:53:52,839 INFO [restartedMain] Program started with arguments: votingPhase=true addingPhase=false +2021-01-17 14:53:56,086 INFO [restartedMain] Candidates successfully set up +2021-01-17 14:53:56,127 WARN [restartedMain] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2021-01-17 14:53:56,238 INFO [restartedMain] Initializing ExecutorService 'applicationTaskExecutor' +2021-01-17 14:53:56,439 INFO [restartedMain] Starting ProtocolHandler ["http-nio-8000"] +2021-01-17 14:53:56,454 INFO [restartedMain] Tomcat started on port(s): 8000 (http) with context path '' +2021-01-17 14:53:56,463 INFO [restartedMain] Started AbizeitungVotingSystemApplication in 7.114 seconds (JVM running for 7.878) +2021-01-17 14:58:34,081 INFO [SpringContextShutdownHook] Shutting down ExecutorService 'applicationTaskExecutor' +2021-01-17 14:58:34,084 INFO [SpringContextShutdownHook] Closing JPA EntityManagerFactory for persistence unit 'default' +2021-01-17 14:58:34,088 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown initiated... +2021-01-17 14:58:34,100 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown completed. +2021-01-17 14:58:37,867 INFO [restartedMain] Starting AbizeitungVotingSystemApplication on bitecoding-System-Product-Name with PID 8368 (/home/bitecoding/Code/GitHub/AbizeitungVotingSystem/target/classes started by bitecoding in /home/bitecoding/Code/GitHub/AbizeitungVotingSystem) +2021-01-17 14:58:37,871 INFO [restartedMain] No active profile set, falling back to default profiles: default +2021-01-17 14:58:37,936 INFO [restartedMain] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +2021-01-17 14:58:37,937 INFO [restartedMain] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +2021-01-17 14:58:38,350 INFO [restartedMain] Bootstrapping Spring Data JPA repositories in DEFAULT mode. +2021-01-17 14:58:38,397 INFO [restartedMain] Finished Spring Data repository scanning in 40ms. Found 5 JPA repository interfaces. +2021-01-17 14:58:38,988 INFO [restartedMain] Tomcat initialized with port(s): 8000 (http) +2021-01-17 14:58:38,996 INFO [restartedMain] Initializing ProtocolHandler ["http-nio-8000"] +2021-01-17 14:58:38,997 INFO [restartedMain] Starting service [Tomcat] +2021-01-17 14:58:38,997 INFO [restartedMain] Starting Servlet engine: [Apache Tomcat/9.0.38] +2021-01-17 14:58:39,049 INFO [restartedMain] Initializing Spring embedded WebApplicationContext +2021-01-17 14:58:39,049 INFO [restartedMain] Root WebApplicationContext: initialization completed in 1112 ms +2021-01-17 14:58:39,198 INFO [restartedMain] HHH000204: Processing PersistenceUnitInfo [name: default] +2021-01-17 14:58:39,228 INFO [restartedMain] HHH000412: Hibernate ORM core version 5.4.21.Final +2021-01-17 14:58:39,304 INFO [restartedMain] HCANN000001: Hibernate Commons Annotations {5.1.0.Final} +2021-01-17 14:58:39,363 INFO [restartedMain] HikariPool-1 - Starting... +2021-01-17 14:58:39,678 INFO [restartedMain] HikariPool-1 - Start completed. +2021-01-17 14:58:39,699 INFO [restartedMain] HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-01-17 14:58:40,252 INFO [restartedMain] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-01-17 14:58:40,261 INFO [restartedMain] Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-01-17 14:58:40,272 INFO [restartedMain] LiveReload server is running on port 35729 +2021-01-17 14:58:40,603 INFO [restartedMain] Program started with arguments: votingPhase=true addingPhase=false +2021-01-17 14:58:43,540 INFO [restartedMain] Candidates successfully set up +2021-01-17 14:58:43,572 WARN [restartedMain] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2021-01-17 14:58:43,663 INFO [restartedMain] Initializing ExecutorService 'applicationTaskExecutor' +2021-01-17 14:58:43,819 INFO [restartedMain] Starting ProtocolHandler ["http-nio-8000"] +2021-01-17 14:58:43,832 INFO [restartedMain] Tomcat started on port(s): 8000 (http) with context path '' +2021-01-17 14:58:43,841 INFO [restartedMain] Started AbizeitungVotingSystemApplication in 6.33 seconds (JVM running for 6.868) +2021-01-17 15:00:38,920 INFO [http-nio-8000-exec-1] Initializing Spring DispatcherServlet 'dispatcherServlet' +2021-01-17 15:00:38,921 INFO [http-nio-8000-exec-1] Initializing Servlet 'dispatcherServlet' +2021-01-17 15:00:38,927 INFO [http-nio-8000-exec-1] Completed initialization in 6 ms +2021-01-17 15:00:38,951 WARN [http-nio-8000-exec-1] in Bounds +2021-01-17 15:00:46,009 WARN [http-nio-8000-exec-4] simon.bussmann@adolfinum.de +2021-01-17 15:01:01,586 WARN [http-nio-8000-exec-6] matched +2021-01-17 15:16:30,676 INFO [SpringContextShutdownHook] Shutting down ExecutorService 'applicationTaskExecutor' +2021-01-17 15:16:30,679 INFO [SpringContextShutdownHook] Closing JPA EntityManagerFactory for persistence unit 'default' +2021-01-17 15:16:30,683 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown initiated... +2021-01-17 15:16:30,693 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown completed. +2021-01-17 15:16:32,386 INFO [restartedMain] Starting AbizeitungVotingSystemApplication on bitecoding-System-Product-Name with PID 9493 (/home/bitecoding/Code/GitHub/AbizeitungVotingSystem/target/classes started by bitecoding in /home/bitecoding/Code/GitHub/AbizeitungVotingSystem) +2021-01-17 15:16:32,390 INFO [restartedMain] No active profile set, falling back to default profiles: default +2021-01-17 15:16:32,444 INFO [restartedMain] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +2021-01-17 15:16:32,444 INFO [restartedMain] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +2021-01-17 15:16:32,883 INFO [restartedMain] Bootstrapping Spring Data JPA repositories in DEFAULT mode. +2021-01-17 15:16:32,939 INFO [restartedMain] Finished Spring Data repository scanning in 48ms. Found 5 JPA repository interfaces. +2021-01-17 15:16:33,628 INFO [restartedMain] Tomcat initialized with port(s): 8000 (http) +2021-01-17 15:16:33,640 INFO [restartedMain] Initializing ProtocolHandler ["http-nio-8000"] +2021-01-17 15:16:33,641 INFO [restartedMain] Starting service [Tomcat] +2021-01-17 15:16:33,641 INFO [restartedMain] Starting Servlet engine: [Apache Tomcat/9.0.38] +2021-01-17 15:16:33,708 INFO [restartedMain] Initializing Spring embedded WebApplicationContext +2021-01-17 15:16:33,709 INFO [restartedMain] Root WebApplicationContext: initialization completed in 1265 ms +2021-01-17 15:16:33,883 INFO [restartedMain] HHH000204: Processing PersistenceUnitInfo [name: default] +2021-01-17 15:16:33,918 INFO [restartedMain] HHH000412: Hibernate ORM core version 5.4.21.Final +2021-01-17 15:16:34,014 INFO [restartedMain] HCANN000001: Hibernate Commons Annotations {5.1.0.Final} +2021-01-17 15:16:34,084 INFO [restartedMain] HikariPool-1 - Starting... +2021-01-17 15:16:34,444 INFO [restartedMain] HikariPool-1 - Start completed. +2021-01-17 15:16:34,469 INFO [restartedMain] HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-01-17 15:16:35,144 INFO [restartedMain] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-01-17 15:16:35,151 INFO [restartedMain] Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-01-17 15:16:35,167 INFO [restartedMain] LiveReload server is running on port 35729 +2021-01-17 15:16:35,541 INFO [restartedMain] Program started with arguments: votingPhase=true addingPhase=false +2021-01-17 15:16:35,766 WARN [restartedMain] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2021-01-17 15:16:35,868 INFO [restartedMain] Initializing ExecutorService 'applicationTaskExecutor' +2021-01-17 15:16:36,044 INFO [restartedMain] Starting ProtocolHandler ["http-nio-8000"] +2021-01-17 15:16:36,058 INFO [restartedMain] Tomcat started on port(s): 8000 (http) with context path '' +2021-01-17 15:16:36,067 INFO [restartedMain] Started AbizeitungVotingSystemApplication in 4.094 seconds (JVM running for 4.813) +2021-01-17 15:17:23,695 INFO [http-nio-8000-exec-1] Initializing Spring DispatcherServlet 'dispatcherServlet' +2021-01-17 15:17:23,696 INFO [http-nio-8000-exec-1] Initializing Servlet 'dispatcherServlet' +2021-01-17 15:17:23,708 INFO [http-nio-8000-exec-1] Completed initialization in 11 ms +2021-01-17 15:17:23,733 WARN [http-nio-8000-exec-1] in Bounds +2021-01-17 15:17:30,136 WARN [http-nio-8000-exec-4] simon.bussmann@adolfinum.de +2021-01-17 15:17:42,309 WARN [http-nio-8000-exec-6] matched +2021-01-17 15:18:29,420 INFO [SpringContextShutdownHook] Shutting down ExecutorService 'applicationTaskExecutor' +2021-01-17 15:18:29,421 INFO [SpringContextShutdownHook] Closing JPA EntityManagerFactory for persistence unit 'default' +2021-01-17 15:18:29,424 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown initiated... +2021-01-17 15:18:29,437 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown completed. +2021-01-17 15:18:31,847 INFO [restartedMain] Starting AbizeitungVotingSystemApplication on bitecoding-System-Product-Name with PID 9761 (/home/bitecoding/Code/GitHub/AbizeitungVotingSystem/target/classes started by bitecoding in /home/bitecoding/Code/GitHub/AbizeitungVotingSystem) +2021-01-17 15:18:31,850 INFO [restartedMain] No active profile set, falling back to default profiles: default +2021-01-17 15:18:31,907 INFO [restartedMain] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +2021-01-17 15:18:31,908 INFO [restartedMain] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +2021-01-17 15:18:32,319 INFO [restartedMain] Bootstrapping Spring Data JPA repositories in DEFAULT mode. +2021-01-17 15:18:32,372 INFO [restartedMain] Finished Spring Data repository scanning in 47ms. Found 5 JPA repository interfaces. +2021-01-17 15:18:33,086 INFO [restartedMain] Tomcat initialized with port(s): 8000 (http) +2021-01-17 15:18:33,096 INFO [restartedMain] Initializing ProtocolHandler ["http-nio-8000"] +2021-01-17 15:18:33,097 INFO [restartedMain] Starting service [Tomcat] +2021-01-17 15:18:33,097 INFO [restartedMain] Starting Servlet engine: [Apache Tomcat/9.0.38] +2021-01-17 15:18:33,157 INFO [restartedMain] Initializing Spring embedded WebApplicationContext +2021-01-17 15:18:33,157 INFO [restartedMain] Root WebApplicationContext: initialization completed in 1249 ms +2021-01-17 15:18:33,334 INFO [restartedMain] HHH000204: Processing PersistenceUnitInfo [name: default] +2021-01-17 15:18:33,371 INFO [restartedMain] HHH000412: Hibernate ORM core version 5.4.21.Final +2021-01-17 15:18:33,477 INFO [restartedMain] HCANN000001: Hibernate Commons Annotations {5.1.0.Final} +2021-01-17 15:18:33,577 INFO [restartedMain] HikariPool-1 - Starting... +2021-01-17 15:18:33,998 INFO [restartedMain] HikariPool-1 - Start completed. +2021-01-17 15:18:34,029 INFO [restartedMain] HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-01-17 15:18:34,724 INFO [restartedMain] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-01-17 15:18:34,730 INFO [restartedMain] Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-01-17 15:18:34,744 INFO [restartedMain] LiveReload server is running on port 35729 +2021-01-17 15:18:35,270 INFO [restartedMain] Program started with arguments: votingPhase=true addingPhase=false +2021-01-17 15:18:35,589 WARN [restartedMain] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2021-01-17 15:18:35,735 INFO [restartedMain] Initializing ExecutorService 'applicationTaskExecutor' +2021-01-17 15:18:35,936 INFO [restartedMain] Starting ProtocolHandler ["http-nio-8000"] +2021-01-17 15:18:35,950 INFO [restartedMain] Tomcat started on port(s): 8000 (http) with context path '' +2021-01-17 15:18:35,961 INFO [restartedMain] Started AbizeitungVotingSystemApplication in 4.494 seconds (JVM running for 5.13) +2021-01-17 15:18:40,203 INFO [http-nio-8000-exec-1] Initializing Spring DispatcherServlet 'dispatcherServlet' +2021-01-17 15:18:40,204 INFO [http-nio-8000-exec-1] Initializing Servlet 'dispatcherServlet' +2021-01-17 15:18:40,216 INFO [http-nio-8000-exec-1] Completed initialization in 12 ms +2021-01-17 15:18:40,244 WARN [http-nio-8000-exec-1] in Bounds +2021-01-17 15:18:46,736 WARN [http-nio-8000-exec-3] simon.bussmann@adolfinum.de +2021-01-17 15:18:56,942 WARN [http-nio-8000-exec-5] matched +2021-01-17 15:19:49,251 WARN [http-nio-8000-exec-7] in Bounds +2021-01-17 15:19:55,903 WARN [http-nio-8000-exec-9] simon.bussmann@adolfinum.de +2021-01-17 15:20:18,347 WARN [http-nio-8000-exec-3] matched +2021-01-17 15:23:22,895 INFO [SpringContextShutdownHook] Shutting down ExecutorService 'applicationTaskExecutor' +2021-01-17 15:23:22,897 INFO [SpringContextShutdownHook] Closing JPA EntityManagerFactory for persistence unit 'default' +2021-01-17 15:23:22,902 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown initiated... +2021-01-17 15:23:22,910 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown completed. +2021-01-17 15:23:25,390 INFO [restartedMain] Starting AbizeitungVotingSystemApplication on bitecoding-System-Product-Name with PID 10453 (/home/bitecoding/Code/GitHub/AbizeitungVotingSystem/target/classes started by bitecoding in /home/bitecoding/Code/GitHub/AbizeitungVotingSystem) +2021-01-17 15:23:25,393 INFO [restartedMain] No active profile set, falling back to default profiles: default +2021-01-17 15:23:25,466 INFO [restartedMain] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +2021-01-17 15:23:25,467 INFO [restartedMain] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +2021-01-17 15:23:25,907 INFO [restartedMain] Bootstrapping Spring Data JPA repositories in DEFAULT mode. +2021-01-17 15:23:25,965 INFO [restartedMain] Finished Spring Data repository scanning in 51ms. Found 5 JPA repository interfaces. +2021-01-17 15:23:26,765 INFO [restartedMain] Tomcat initialized with port(s): 8000 (http) +2021-01-17 15:23:26,775 INFO [restartedMain] Initializing ProtocolHandler ["http-nio-8000"] +2021-01-17 15:23:26,776 INFO [restartedMain] Starting service [Tomcat] +2021-01-17 15:23:26,777 INFO [restartedMain] Starting Servlet engine: [Apache Tomcat/9.0.38] +2021-01-17 15:23:26,848 INFO [restartedMain] Initializing Spring embedded WebApplicationContext +2021-01-17 15:23:26,848 INFO [restartedMain] Root WebApplicationContext: initialization completed in 1381 ms +2021-01-17 15:23:27,067 INFO [restartedMain] HHH000204: Processing PersistenceUnitInfo [name: default] +2021-01-17 15:23:27,099 INFO [restartedMain] HHH000412: Hibernate ORM core version 5.4.21.Final +2021-01-17 15:23:27,192 INFO [restartedMain] HCANN000001: Hibernate Commons Annotations {5.1.0.Final} +2021-01-17 15:23:27,264 INFO [restartedMain] HikariPool-1 - Starting... +2021-01-17 15:23:27,633 INFO [restartedMain] HikariPool-1 - Start completed. +2021-01-17 15:23:27,655 INFO [restartedMain] HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-01-17 15:23:28,377 INFO [restartedMain] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-01-17 15:23:28,382 INFO [restartedMain] Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-01-17 15:23:28,396 INFO [restartedMain] LiveReload server is running on port 35729 +2021-01-17 15:23:28,943 INFO [restartedMain] Program started with arguments: votingPhase=true addingPhase=false +2021-01-17 15:23:29,269 WARN [restartedMain] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2021-01-17 15:23:29,418 INFO [restartedMain] Initializing ExecutorService 'applicationTaskExecutor' +2021-01-17 15:23:29,642 INFO [restartedMain] Starting ProtocolHandler ["http-nio-8000"] +2021-01-17 15:23:29,659 INFO [restartedMain] Tomcat started on port(s): 8000 (http) with context path '' +2021-01-17 15:23:29,672 INFO [restartedMain] Started AbizeitungVotingSystemApplication in 4.683 seconds (JVM running for 5.367) +2021-01-17 15:23:38,361 INFO [http-nio-8000-exec-1] Initializing Spring DispatcherServlet 'dispatcherServlet' +2021-01-17 15:23:38,362 INFO [http-nio-8000-exec-1] Initializing Servlet 'dispatcherServlet' +2021-01-17 15:23:38,372 INFO [http-nio-8000-exec-1] Completed initialization in 10 ms +2021-01-17 15:23:38,423 WARN [http-nio-8000-exec-1] wrong +2021-01-17 15:24:04,259 WARN [http-nio-8000-exec-6] matched +2021-01-17 15:24:18,325 WARN [http-nio-8000-exec-8] in Bounds +2021-01-17 15:24:23,870 WARN [http-nio-8000-exec-10] simon.bussmann@adolfinum.de +2021-01-17 15:24:42,834 WARN [http-nio-8000-exec-2] matched +2021-01-17 15:26:25,702 INFO [http-nio-8000-exec-8] simon.bussmann@adolfinum.de has voted! +2021-01-17 15:26:27,992 WARN [http-nio-8000-exec-10] in Bounds +2021-01-17 15:43:46,110 WARN [http-nio-8000-exec-2] in Bounds +2021-01-17 15:43:46,288 WARN [http-nio-8000-exec-5] Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation] +2021-01-17 15:43:46,294 WARN [http-nio-8000-exec-6] Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation] +2021-01-17 15:44:14,357 WARN [http-nio-8000-exec-7] Simon.bussmann@adolfinum.de +2021-01-17 15:44:14,360 WARN [http-nio-8000-exec-7] Simon.bussmann@adolfinum.de has already voted +2021-01-17 15:44:14,366 WARN [http-nio-8000-exec-8] Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation] +2021-01-17 15:44:14,375 WARN [http-nio-8000-exec-9] Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation] +2021-01-17 15:44:14,396 WARN [http-nio-8000-exec-1] Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation] +2021-01-17 15:44:14,403 WARN [http-nio-8000-exec-3] Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation] +2021-01-17 15:45:32,976 WARN [http-nio-8000-exec-5] Simon.bussmann@adolfinum.de +2021-01-17 15:45:32,978 WARN [http-nio-8000-exec-5] Simon.bussmann@adolfinum.de has already voted +2021-01-17 15:45:33,023 WARN [http-nio-8000-exec-7] Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation] +2021-01-17 15:45:33,030 WARN [http-nio-8000-exec-8] Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation] +2021-01-17 15:51:42,988 WARN [http-nio-8000-exec-1] in Bounds +2021-01-17 15:51:42,993 WARN [http-nio-8000-exec-3] Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation] +2021-01-17 15:51:43,016 WARN [http-nio-8000-exec-4] Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation] +2021-01-17 15:51:43,044 WARN [http-nio-8000-exec-5] Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation] +2021-01-17 15:51:43,052 WARN [http-nio-8000-exec-6] Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation] +2021-01-17 15:51:54,850 WARN [http-nio-8000-exec-7] in Bounds +2021-01-17 15:52:39,237 WARN [http-nio-8000-exec-3] simon.bussmann@adolfinum.de +2021-01-17 15:53:04,490 WARN [http-nio-8000-exec-4] Simon.bussmann@adolfinum.de +2021-01-17 15:53:04,498 WARN [http-nio-8000-exec-5] Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation] +2021-01-17 15:53:04,506 WARN [http-nio-8000-exec-6] Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation] +2021-01-17 15:53:04,537 WARN [http-nio-8000-exec-8] Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation] +2021-01-17 15:53:04,546 WARN [http-nio-8000-exec-10] Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation] +2021-01-17 15:53:29,699 WARN [http-nio-8000-exec-1] Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation] +2021-01-17 15:53:29,706 WARN [http-nio-8000-exec-3] Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation] +2021-01-17 15:53:29,707 WARN [http-nio-8000-exec-9] matched +2021-01-17 15:53:29,881 WARN [http-nio-8000-exec-5] Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation] +2021-01-17 15:53:29,889 WARN [http-nio-8000-exec-4] Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation] +2021-01-17 15:54:09,560 INFO [SpringContextShutdownHook] Shutting down ExecutorService 'applicationTaskExecutor' +2021-01-17 15:54:09,562 INFO [SpringContextShutdownHook] Closing JPA EntityManagerFactory for persistence unit 'default' +2021-01-17 15:54:09,564 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown initiated... +2021-01-17 15:54:09,570 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown completed. diff --git a/src/main/java/com/github/cato447/AbizeitungVotingSystem/controller/VotingController.java b/src/main/java/com/github/cato447/AbizeitungVotingSystem/controller/VotingController.java index d301d80..2d95482 100644 --- a/src/main/java/com/github/cato447/AbizeitungVotingSystem/controller/VotingController.java +++ b/src/main/java/com/github/cato447/AbizeitungVotingSystem/controller/VotingController.java @@ -52,8 +52,8 @@ public class VotingController { @PostConstruct public void init() { - votingPhase = false; - addingPhase = true; + votingPhase = true; + addingPhase = false; LOGGER.info("Program started with arguments: votingPhase="+ votingPhase + " addingPhase=" + addingPhase); diff --git a/src/main/java/com/github/cato447/AbizeitungVotingSystem/table/TableAction.java b/src/main/java/com/github/cato447/AbizeitungVotingSystem/table/TableAction.java index c4bc283..b50e0f7 100644 --- a/src/main/java/com/github/cato447/AbizeitungVotingSystem/table/TableAction.java +++ b/src/main/java/com/github/cato447/AbizeitungVotingSystem/table/TableAction.java @@ -99,7 +99,7 @@ public class TableAction { Collections.sort(possibleCandidatesPerCategory, Comparator.comparing(PossibleCandidate::getVotes)); Collections.reverse(possibleCandidatesPerCategory); for (int j = 0; j < getLimit(possibleCandidatesPerCategory); j++){ - if (j >= 10 && possibleCandidatesPerCategory.get(j).getVotes() == possibleCandidatesPerCategory.get(j-1).getVotes()){ + if (j >= 10 && possibleCandidatesPerCategory.get(j).getVotes() == possibleCandidatesPerCategory.get(9).getVotes()){ Candidate candidate = new Candidate(possibleCandidatesPerCategory.get(j).getName(), possibleCandidatesPerCategory.get(j).getCategory()); candidateRepository.save(candidate); } diff --git a/src/main/resources/static/styles/voting.css b/src/main/resources/static/styles/voting.css index e0ff00c..5c99db7 100644 --- a/src/main/resources/static/styles/voting.css +++ b/src/main/resources/static/styles/voting.css @@ -42,7 +42,8 @@ button { } .submitButton { - margin-top: 5%; + margin-top: 2%; + margin-bottom: 5%; padding: .25em 0; border: 0; outline: 0; @@ -56,6 +57,23 @@ button { text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.2); } +@media only screen and (max-device-width: 480px) { + .submitButton { + margin-top: 2%; + padding: .25em 0; + border: 0; + outline: 0; + background: rgb(6, 216, 136); + color: rgba(255, 255, 255, 0.85); + font-size: 2rem; + width: 500px; + letter-spacing: .0625rem; + border-radius: 12px; + box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.25); + text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.2); + } +} + html, body { width: 100%; diff --git a/src/main/resources/templates/errors/alreadyVoted.html b/src/main/resources/templates/errors/alreadyVoted.html index cea84dc..2fafb30 100644 --- a/src/main/resources/templates/errors/alreadyVoted.html +++ b/src/main/resources/templates/errors/alreadyVoted.html @@ -8,38 +8,15 @@ -
-

Du hast schon abgestimmt!

-

Nächste Abstimmung in:

- -
+
+

Du hast schon abgestimmt!

+ +
-