Sorry Oliver, I don't think we use such a tag. Good suggestion though. For now,
look at findbugs and such tools for things you could re-factor.
On 12/07/17 13:42, "Olivier Lamy" wrote:
Hi
Yes I dropped all databases.
But I was trying to create manually by myself all the databases an
Hi
Yes I dropped all databases.
But I was trying to create manually by myself all the databases and initial
schemas manually..
Well finally reading the thread "Developer Guide - Current Setup Guide"
helped me and I found what I missed to do :-) (sorry for the noise)
As a starter I'd like to know i
Oliver, I am pretty sure you where having a mysql version error at
first. This one is new to me. Did you fully remove mysql and the cloud
database and then install mariadb? Maybe you can drop all tables and
run the mvn command for installing a db instead of the create db
script. just for checking
Hi
Looks more to be a permission issue
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: ALTER
command denied to user 'cloud'@'localhost' for table 'account'
When running create-database script I get this warning.
sql> GRANT ALL ON cloud.* to cloud@`%` identified by 'cloud'
[2
> Op 6 juli 2017 om 9:02 schreef Olivier Lamy :
>
>
> Hi,
> Long time I didn't participate here.
> I'd like to do some hacking.
> I'm not clear on the process for noob :-)
> I ran sql scripts:
> * create-database.sql
> * create-schema.sql
>
> Then I start with mvn -pl :cloud-client-ui jetty:run
Btw, I use mariadb 10.2.6 installed with brew
On 06/07/2017, 09:27, "Daan Hoogland" wrote:
H Oliver, your mysql seems to new for cloudstack ;) and welcome back
On 06/07/2017, 09:02, "Olivier Lamy" wrote:
Hi,
Long time I didn't participate here.
I'd lik
H Oliver, your mysql seems to new for cloudstack ;) and welcome back
On 06/07/2017, 09:02, "Olivier Lamy" wrote:
Hi,
Long time I didn't participate here.
I'd like to do some hacking.
I'm not clear on the process for noob :-)
I ran sql scripts:
* create-database.sql
*
Hi,
Long time I didn't participate here.
I'd like to do some hacking.
I'm not clear on the process for noob :-)
I ran sql scripts:
* create-database.sql
* create-schema.sql
Then I start with mvn -pl :cloud-client-ui jetty:run
But I got the this error (see stacktrace below)
I use osx, mysql 5.7.18_