in Education by
I follow step by step when installing kaa single node but I have an error in heck the logs after startup.----> cat /var/log/kaa/* | grep ERROR this is the error: 2019-01-31 14:14:34,956 [main] ERROR o.h.tool.hbm2ddl.SchemaUpdate - HHH000319: Could not get database metadata 2019-01-31 14:14:34,961 [main] ERROR o.h.tool.hbm2ddl.SchemaUpdate - HHH000299: Could not complete schema update 2019-01-31 14:14:37,769 [main] ERROR o.h.tool.hbm2ddl.SchemaUpdate - HHH000319: Could not get database metadata 2019-01-31 14:14:37,773 [main] ERROR o.h.tool.hbm2ddl.SchemaUpdate - HHH000299: Could not complete schema update 2019-01-31 14:14:37,897 [main] ERROR o.h.e.jdbc.spi.SqlExceptionHelper - Cannot create PoolableConnectionFactory (No active connection found for master : Could not connect to HostAddress{host='localhost', port=3306, type='master'}.Connection refused (Connection refused)) 2019-01-31 14:14:37,910 [main] ERROR o.s.web.context.ContextLoader - Context initialization failed 2019-01-31 14:30:23,673 [main] ERROR o.h.tool.hbm2ddl.SchemaUpdate - HHH000319: Could not get database metadata 2019-01-31 14:30:23,678 [main] ERROR o.h.tool.hbm2ddl.SchemaUpdate - HHH000299: Could not complete schema update 2019-01-31 14:30:27,142 [main] ERROR o.h.tool.hbm2ddl.SchemaUpdate - HHH000319: Could not get database metadata 2019-01-31 14:30:27,146 [main] ERROR o.h.tool.hbm2ddl.SchemaUpdate - HHH000299: Could not complete schema update 2019-01-31 14:30:27,266 [main] ERROR o.h.e.jdbc.spi.SqlExceptionHelper - Cannot create PoolableConnectionFactory (No active connection found for master : Could not connect to HostAddress{host='localhost', port=3306, type='master'}.Connection refused (Connection refused)) 2019-01-31 14:30:27,279 [main] ERROR o.s.web.context.ContextLoader - Context initialization failed 2019-01-31 22:34:01,662 [main] ERROR o.h.tool.hbm2ddl.SchemaUpdate - HHH000319: Could not get database metadata 2019-01-31 22:34:01,667 [main] ERROR o.h.tool.hbm2ddl.SchemaUpdate - HHH000299: Could not complete schema update 2019-01-31 22:34:04,979 [main] ERROR o.h.tool.hbm2ddl.SchemaUpdate - HHH000319: Could not get database metadata 2019-01-31 22:34:04,983 [main] ERROR o.h.tool.hbm2ddl.SchemaUpdate - HHH000299: Could not complete schema update 2019-01-31 22:34:05,115 [main] ERROR o.h.e.jdbc.spi.SqlExceptionHelper - Cannot create PoolableConnectionFactory (No active connection found for master : Could not connect to HostAddress{host='localhost', port=3306, type='master'}.Connection refused (Connection refused)) 2019-01-31 22:34:05,128 [main] ERROR o.s.web.context.ContextLoader - Context initialization failed Thanks :) JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
Have you installed and configured correctly MaridDB? Port 3306 is default port for MySQL/MariaDB connection. Here correct steps: Install MariaDB (sudo apt install mariadb*) mysql -u root -p CREATE USER 'sqladmin'@'localhost' IDENTIFIED BY 'admin'; GRANT ALL PRIVILEGES ON . TO 'sqladmin'@'localhost' WITH GRANT OPTION; FLUSH PRIVILEGES; CREATE DATABASE kaa CHARACTER SET utf8 COLLATE utf8_general_ci;

Related questions

0 votes
0 votes
    MongoDB automatically logs,mongodb questions,Mongodb logs slow,mongodb faq,MongoDB Perpetuus Which is the method used to check the current ... () (3)rs.initiate() (4)rs.conf()...
asked May 23, 2021 in Technology by JackTerrance
0 votes
    I had a program working good (without prompting errors) using references, but I decided to use a pointer-to-pointer array ... that it is there because I have put two flags (cout...
asked Apr 6, 2022 in Education by JackTerrance
0 votes
    I want to automate the launch of a set of Linux EC2 instances. Basically, I want to write a script/program that ... in Amazon AWS/EC2? Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    Which part stores the program arguments and startup parameters? (a) debug configuration (b) run configuration (c) ... Servlet of Java Select the correct answer from above options...
asked Feb 22, 2022 in Education by JackTerrance
0 votes
    I've recently refactored my src directory in my IntelliJ Android project now, when I run my App on ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jan 13, 2022 in Education by JackTerrance
0 votes
    Devices are configured ______ . when device is used at the startup of windows when out of order Select the correct answer from above options...
asked Dec 17, 2021 in Education by JackTerrance
0 votes
    Devices are configured ______ . when device is used at the startup of windows when out of order Select the correct answer from above options...
asked Dec 17, 2021 in Education by JackTerrance
0 votes
0 votes
    Which of the following occupies boot record of hard and floppy disks and activated during computer startup? ... Database Interview Questions and Answers for Freshers and Experience...
asked Oct 11, 2021 in Education by JackTerrance
0 votes
    What is one purpose of the Lean startup cycle for Epics?...
asked Nov 27, 2020 in Technology by JackTerrance
0 votes
    Define startup parameters or input parameters?...
asked Nov 6, 2020 in Technology by JackTerrance
0 votes
    How to get the central logs from POD?...
asked Jul 15, 2021 in Technology by JackTerrance
0 votes
    How can we store previous session logs?...
asked Mar 26, 2021 in Technology by JackTerrance
0 votes
    Here are two files, foo.py and bar.py bar.py has... from foo import * ...at the top. ... questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 25, 2022 in Education by JackTerrance
...