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
Pages: 1
I am attempting to install reportserver on a tomcat server with a mariaDB database, and i am running into an issue that errors out the app on the tomcat server.
Version: RS3.0.7-6008 2019-05-06-13-37-55
Code Version: 2019-05-06-13-37-55
Java Version: Oracle Corporation Java HotSpot(TM) 64-Bit Server VM 25.211-b12 (1.8)
VM Args: -Dcatalina.home=C:\Program Files\Apache Software Foundation\Tomcat 8.5 -Dcatalina.base=C:\Program Files\Apache Software Foundation\Tomcat 8.5 -Djava.io.tmpdir=C:\Program Files\Apache Software Foundation\Tomcat 8.5\temp -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=C:\Program Files\Apache Software Foundation\Tomcat 8.5\conf\logging.properties -Drs.configdir=C:\Program Files\reportserver -Dfile.encoding=UTF8 exit abort -Xms512m -Xmx2048m
rs.configdir: C:\Program Files\reportserver (OK)
### DB Config ###
hibernate.dialect: (Class Not Found)
hibernate.connection.driver_class: (Class Not Found)
hibernate.connection.url:
hibernate.connection.username:
hibernate.connection.password:
hibernate.default_schema:
Connection Test: Failed (null)
here is my server error code, i followed this tutorial: https://reportserver.net/en/tutorials/i … n-windows/
Any guidance would be appreciated
Offline
Hi rand_arc,
it seems your persistence.properties is not configured correctly, since all values are empty (DB Config). Please check again. The file should be here in your installation as far as I can tell: C:\Program Files\reportserver\persistence.properties
Regards,
Eduardo
Offline
Pages: 1