Thank you for the quick response. I am having a terrible issue creating a database from the studio. What can I do to resolve this issue?
Here is the log information:
[06:03:32.993] Trying to connect to jdbc:mysql://localhost/iocm
[06:03:33.034] Connection successful
[06:03:41.344] Updating database jdbc:mysql://localhost/iocm
[06:03:41.344] Executing Gradle task: updateDb
:app-core:assembleDbScripts UP-TO-DATE
:app-core:updateDb FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app-core:updateDb'.
> com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 1.203 secs
[06:03:42.640] Task 'updateDb' failed
java.lang.NullPointerException
Why am I getting this error? Caused by: java.io.FileNotFoundException: \deploy\tomcat\conf
\app-core\local.app.properties (The system cannot find the file specified). How is the file local.app.properties created?