You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
mysqld.exe is still running after stopping bootRunDev via stop button or CTRL+F2 from intellij
To Reproduce
Steps to reproduce the behavior:
Go to 'gradle'
Click on 'bootRunDev'
Click on 'stop'
Click on 'bootRunDev'
You will see the error because mysqld.exe is not closing properly
Expected behavior
To close it with the stop, it is preventing me from restarting dev env more easily.
Logs
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flyway' defined in class path resource [org/springframework/boot/autoconfigure/flyway/FlywayAutoConfiguration$FlywayConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flywaydb.core.Flyway]: Factory method 'flyway' threw exception; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'dataSource' defined in class path resource [pl/starchasers/up/configuration/EmbeddedMariadbConfiguration.class]: Unsatisfied dependency expressed through method 'dataSource' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mariaDB4jSpringService': Invocation of init method failed; nested exception is java.lang.IllegalStateException: MariaDB4jSpringService start() failed
org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flywaydb.core.Flyway]: Factory method 'flyway' threw exception; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'dataSource' defined in class path resource [pl/starchasers/up/configuration/EmbeddedMariadbConfiguration.class]: Unsatisfied dependency expressed through method 'dataSource' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mariaDB4jSpringService': Invocation of init method failed; nested exception is java.lang.IllegalStateException: MariaDB4jSpringService start() failed
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'dataSource' defined in class path resource [pl/starchasers/up/configuration/EmbeddedMariadbConfiguration.class]: Unsatisfied dependency expressed through method 'dataSource' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mariaDB4jSpringService': Invocation of init method failed; nested exception is java.lang.IllegalStateException: MariaDB4jSpringService start() failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mariaDB4jSpringService': Invocation of init method failed; nested exception is java.lang.IllegalStateException: MariaDB4jSpringService start() failed
java.lang.IllegalStateException: MariaDB4jSpringService start() failed
ch.vorburger.exec.ManagedProcessException: An error occurred while starting the database
ch.vorburger.exec.ManagedProcessException: Asked to wait for "mysqld.exe: ready for connections." from Program [C:\Users\KUBOCZ~1\AppData\Local\Temp\MariaDB4j\base\bin\mysqld.exe, --no-defaults, --console, --skip-grant-tables, --max_allowed_packet=64M, --basedir=C:\Users\Kuboczoch\AppData\Local\Temp\MariaDB4j\base, --datadir=D:\WebstormProjects\up\spring-app\database, --port=3308] (in working directory C:\Users\KUBOCZ~1\AppData\Local\Temp\MariaDB4j\base), but it already exited! (without that message in console), last 100 lines of console:
Process 'command 'C:\Program Files\Java\jdk-11.0.8\bin\java.exe'' finished with non-zero exit value 1
Desktop (please complete the following information):
OS: Windows
The text was updated successfully, but these errors were encountered:
Describe the bug
mysqld.exe is still running after stopping bootRunDev via stop button or CTRL+F2 from intellij
To Reproduce
Steps to reproduce the behavior:
Expected behavior
To close it with the stop, it is preventing me from restarting dev env more easily.
Logs
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: