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
Hi Daniel
I am not able to run application. I've created classes which are mentioned in ,,Technical requirements" and also changed .yaml file for my own MariaDB server.
Also /private/var/folders/2q/** is set 777 permission but still get error like that: shell> /private/var/folders/2q/190xvk2d6810kn6zwxljvtdc0000gn/T/MariaDB4j/base/bin/mysql -u root mysql
From the log files it looks like the application still tries to start an embedded MariaDB instance and it fails.
In order not do that and use your own MariaDB instance you have to comment out/remove the following two dependencies from cosmo-webapp pom.xml file
Hi Daniel
I am not able to run application. I've created classes which are mentioned in ,,Technical requirements" and also changed .yaml file for my own MariaDB server.
Also /private/var/folders/2q/** is set 777 permission but still get error like that: shell> /private/var/folders/2q/190xvk2d6810kn6zwxljvtdc0000gn/T/MariaDB4j/base/bin/mysql -u root mysql
whole console log Is under the link: https://pastebin.com/BPQn6ANV
I tried to run cosmo-webaps package. Cosmo-api and cosmo-core with mvn clean spring-boot:run/mvn clean install doesn't run the application.
Maybe you have some steps how to finish configurating application to run it. I will be very thankful :)
The text was updated successfully, but these errors were encountered: