I am able to find the problem. Looks like Rave is creating all the tables with lower case and when we query(SELECT * FROM WIDGET) to see if table already to insert the data its returning false. Log message is of debug level so i was not seeing any error. I changed the log level to debug to notice this.
I tried to change this query to lowercase but then problem is coming at separate level now( Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'rave.JPAPORTALPREFERENCE_VALUES' doesn't exist). Does anyone have idea to make mysql db case insensitive? I am thinking of this log message level to info or warning. Thanks Raminder On Jul 11, 2012, at 1:04 PM, Chris Geer wrote: > On Wed, Jul 11, 2012 at 9:58 AM, Raminderjeet Singh < > [email protected]> wrote: > >> Hi All, >> >> Is anyone running Rave using MySQL? After following the instructions on >> website, rave is able to create the tables fine but its not uploading the >> initial data. Did anyone else faced this in past? Suggestions to populate >> the data? >> > > We run Rave on MySQL just fine but we have a custom initial_data script we > use, although the standard one should work. What errors are you getting? > >> >> Thanks >> Raminder
