#1 2019-05-29 16:17:18

rand_arc
Member
Registered: 2019-01-03

Installing ReportServer on Windows

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

#2 2019-06-03 06:16:04

eduardo
Administrator
Registered: 2016-11-01
Website

Re: Installing ReportServer on Windows

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

Board footer

Powered by FluxBB