Error following basic PCF Dev setup steps
See original GitHub issueFollowing along with steps as documented here: https://pivotal.io/platform/pcf-tutorials/getting-started-with-pivotal-cloud-foundry-dev/connect-a-database
unfortunately after adding the mysql service the application fails to work as expected. Error is:
2018-04-26T11:43:32.42-0500 [APP/PROC/WEB/0] ERR Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'cf_1d2d62d8_741a_4a49_aa0c_5f7599b760c4.album' doesn't exist
but it’s actually caused above by:
2018-04-26T11:43:29.94-0500 [APP/PROC/WEB/0] OUT 2018-04-26 16:43:29.939 WARN 8 --- [ main] o.h.t.s.i.ExceptionHandlerLoggedImpl : GenerationTarget encountered exception accepting command : Error executing DDL via JDBC Statement
2018-04-26T11:43:29.94-0500 [APP/PROC/WEB/0] OUT org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL via JDBC Statement
...
2018-04-26T11:43:29.94-0500 [APP/PROC/WEB/0] OUT Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown storage engine 'MyISAM'
Issue Analytics
- State:
- Created 5 years ago
- Comments:12 (5 by maintainers)
Top Results From Across the Web
Error While starting pcfdev. Getting error - Pivotal community
I have Mac with 16 GB mem/ 240 disk space. Am setting up PCFDEV . When I started pcfdev using "cf dev start...
Read more >Getting error while building PCF Control "'pcf-scripts' is not ...
Solved: Hi , I am getting error while building PCF Control " 'pcf-scripts' is not recognized as an internal or external command "...
Read more >Setting up PCF Dev for local development environment
In this tutorial we are going to learn how to setup PCF development environment in local desktop/laptop.
Read more >Microsoft Dynamics CRM Forum - PCF control development ...
PCF control development setup ... I have followed the below article and was able to setup. ... 27 error Failed at the pcf-project@1.0.0...
Read more >Spring Cloud Data Flow Reference Guide
H2 is good for development purposes but is not recommended for production use nor is it supported as an external mode. 9.2.2. Database...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This appears to have broken with the update to Spring Boot 2.0 as if i revert to commit
963d307f9c0da020545d13c947ad6d5472e29c94
it works as expected.perhaps Tangentially related ticket: https://github.com/spring-cloud/spring-cloud-task/issues/262
Any fix for this issue yet?