You are not logged in.
Dear users of this forum,
we are pleased to inform you that we will be updating the software behind this forum in the near future.
Existing posts, users and categories will remain untouched.
Important:
We will keep you informed in the pinned thread.
Kind regards,
Your ReportServer Team
Liebe Nutzer dieses Forums,
wir freuen uns, euch mitteilen zu können, dass wir in naher Zukunft die Software hinter diesem Forum aktualisieren werden.
Existierende Beiträge, Nutzer und Kategorien bleiben weiterhin bestehen!
Wichtig:
Wir halten euch im angepinnten Beitrag auf dem Laufenden!
Mit vielen Grüßen
Euer ReportServer Team
Hi,
This is new setup. I am trying to start ReportServer, facing issue with connection.
Error Message:
Connection Test: Failed (Could not create connection to database server)
Connection:
### DB Config ###
hibernate.dialect: net.datenwerke.rs.utils.hibernate.MySQLDialect (OK)
hibernate.connection.driver_class: com.mysql.jdbc.Driver (OK)
hibernate.connection.url: jdbc:mysql://localhost:3306/reportserver (OK)
hibernate.connection.username: root
hibernate.connection.password: ********
hibernate.default_schema:
Setting
JAVA_OPTS="$JAVA_OPTS -Djava.awt.headless=true -Xmx4g -XX:+UseConcMarkSweepGC -Dfile.encoding=UTF8"
persistence.properties
# MySQL
hibernate.dialect=net.datenwerke.rs.utils.hibernate.MySQLDialect
hibernate.connection.driver_class=com.mysql.jdbc.Driver
hibernate.connection.url=jdbc:mysql://127.0.0.1:3306/reportserver?useSSL=true
MySQL Version
docker mysql with latest tag as 5.7.* was giving some error
MySQL on docker is running fine , able to connect using MySQL Workforce and able to create table and add row, so no issue with permission
Last edited by vaibhav (2018-12-31 03:57:16)
Offline
Hi vaibhab,
could you please try with a 5.7 installation? What problems were you having with this?
How did you install reportserver? Manually or using bitnami ? Which reportserver version exactly do you have (rsversion.properties)
Further, please post the complete error stack.
Regards,
Eduardo
Offline
I have tried with a local installation, it works fine.
What i am trying to do is create a docker image for Reportserver community version and and mysql and then try to connect them. Mysql version is 5.7 and reportserver version is the ReportServer 3.0.5. When I perform the same steps as the local installation, it seems to have some connectivity issue. My docker images seem to be able to work properly. Do you have any documentation on installation on docker images
I am performing a manual installation here. Please direct me to the file where i would get the error stack, i would post the same,
Offline
Hi vaibhav,
were you able to create the reportserver docker image?
The logs should be in your tomcat installation inside the logs directory. There you should check for any errors.
Regards,
Eduardo
Offline
Hi,
good news! We are working on official docker images for reportserver. We are doing this together with Bitnami, similar as the Bitnami installers you already know.
More details can be found here: https://forum.reportserver.net/viewtopic.php?pid=6050
Feedback would be great ![]()
Regards,
Eduardo
Offline