Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The above mentioned combination is the one which is configured in the HEAT template as the time of writing of this WIKI page and may cause error when starting VID from the portal.

If you get a page with a JAVA stack trace or a static HTML page with some "Missing result set" message, you might to try these steps:

Edit /opt/vid_vm_init and remove two times "_epsdk" from the database names:

docker run --name vid-mariadb -e MYSQL_DATABASE=vid_openecomp_epsdk  ....
docker run -e VID_MYSQL_DBNAME=vid_openecomp_epsdk

Edit /opt/vid/lf_config/vid-pre-init.sql and make sure the database named there is vid_openecomp.

CREATE TABLE IF NOT EXISTS `vid_openecomp`.`schema_info`

Restart /opt/vid_vm_init.sh. This should fix the issues with VID