-
Notifications
You must be signed in to change notification settings - Fork 27
MySQL - Repository Database #44
Comments
Sorry for late reply @Andres8427. You may pull latest 7.1 image and follow instructions at here. |
Hello and thanks for replying I followed the indications: I pulled again from repository 7.1, and being in the folder "/examples/mysql/" modify with my connection data the I see that I apparently do the replacement of the variables in the file repository.xml, context.xml, and others. But not yet initiation, now shows as error: "
" Seeing the "logs" of pentaho I find between all the lines a pair that catches my attention "
" and lower "
" But I'm sure the connection data is correct. I'm doing the tests on an Amazon AWS m4.xlarge instance with MySQL installed on the same EC2 (No RDS) with Ubuntu 16.04. Did something similar happen to you? |
No, it works for me. Which version of MySQL you’re using? Let me add MySQL service in docker-compose file to make this less painful. |
My version of MySQL is 5.7.20 |
Please try the simplified example at here. |
i do test pentaho 8.0.2 (the latest public release) and get same same error after that i build from source at 8.2.0.2-466. test with default success. my error |
Hello, I thank you and congratulate you for your great contribution with this repository.
I am trying to use MySQL as a repository (not to use HSQLDB by default in Pentaho), however I do not get it to work, modifying the information in "secret.env" and modifying the file "docker-compose.yml" returns me as error:
====================
"Pentaho Initialization Exception
The following errors were detected
One or more system listeners failed. These are set in the systemListeners.xml.
org.pentaho.platform.api.engine.PentahoSystemException: PentahoSystem.ERROR_0014 - Error while trying to execute startup sequence for org.pentaho.platform.scheduler2.quartz.EmbeddedQuartzSystemListener "
I see that "docker-entrypoint.sh" contains the replacements that should be done to convert MySQL as a repository, but I can not make it work.
Can you please tell me a general step by step so that I can validate that this is wrong?
Thank you.
The text was updated successfully, but these errors were encountered: