weizhouapache commented on PR #7799:
URL: https://github.com/apache/cloudstack/pull/7799#issuecomment-1661307678
hmm, the simulator setup failed with error
```
Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:java
(create-schema) on project cloud-developer: An exception occured while
executing the Java class. null: InvocationTargetException: Unable to upgrade
the database: DB Exception on: com.mysql.cj.jdbc.ClientPreparedStatement:
INSERT INTO guest_os_hypervisor (guest_os_hypervisor.guest_os_id,
guest_os_hypervisor.guest_os_name, guest_os_hypervisor.hypervisor_type,
guest_os_hypervisor.hypervisor_version, guest_os_hypervisor.uuid,
guest_os_hypervisor.created, guest_os_hypervisor.is_user_defined) VALUES (0,
x'53555345204C696E757820456E7465727072697365204465736B746F7020313220535033202836342D62697429',
x'58656E736572766572', x'382E312E30',
x'65353830373034652D653837632D343266302D383730662D376532666639313665323163',
'2023-08-02 00:52:10', 0): Cannot add or update a child row: a foreign key
constraint fails (`cloud`.`guest_os_hypervisor`, CONSTRAINT
`guest_os_hypervisor_ibfk_1` FOREIGN KEY (`guest_os_id`) REFERENCES `guest_o
s` (`id`)) -> [Help 1]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]