You are not logged in.
Pages: 1
Hello,
I had installed ReportServer for 1st time, and received below error . Please help me.
##############################################################
_____ _ _____ ______ _ _
| __ \ | | / ____| | ____| | | (_)
| |__) |___ _ __ ___ _ __| |_| (___ ___ _ ____ _____ _ __ | |__ _ __ | |_ ___ _ __ _ __ _ __ _ ___ ___
| _ // _ \ '_ \ / _ \| '__| __|\___ \ / _ \ '__\ \ / / _ \ '__| | __| | '_ \| __/ _ \ '__| '_ \| '__| / __|/ _ \
| | \ \ __/ |_) | (_) | | | |_ ____) | __/ | \ V / __/ | | |____| | | | || __/ | | |_) | | | \__ \ __/
|_| \_\___| .__/ \___/|_| \__|_____/ \___|_| \_/ \___|_| |______|_| |_|\__\___|_| | .__/|_| |_|___/\___|
| | | |
|_| |_|
Version: RS3.0.2-5855 2016-05-29-17-55-24
Code Version: 2016-05-29-17-55-24
Java Version: Oracle Corporation Java HotSpot(TM) 64-Bit Server VM 25.141-b15 (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 -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)
######################################################################################
Below is Oracle Connection from (C:\Program Files\reportserver\properties.example)
# Oracle
# hibernate.connection.username=REPORTSERVER
# hibernate.connection.password=password
# hibernate.dialect=net.datenwerke.rs.utils.hibernate.Oracle10gDialect
# hibernate.connection.driver_class=oracle.jdbc.driver.OracleDriver
# hibernate.connection.url=jdbc:oracle:thin:@localhost:1521:xe
# hibernate.default_schema=
Last edited by Sai Prasad (2017-09-15 12:46:22)
Offline
Hi Prasad,
What type of installation did you perform, bitnami installe or manual installation. Both ways you have to add the oracle jdbc drivers, which we are not allowed to ditribute to the:
your_path_to_webapps/reportserver/WEB-INF/lib directory. These are:
orai18n, ojdbc6, xmlparserv2 and xdb6
Pls. validate also your connect informations (via tns_ping ...). You might as well take a look here:
https://reportserver.net/en/guides/conf … tallation/
In case of any questions pls. do not hesitate to contact us.
wbr jan
Offline
It is working, Thank you for your support
Offline
Hi Sai Prasad,
what was the problem?
Looking at your thread it may be that you forgot to delete the "#" from the .properties file.
E.g.: # hibernate.connection.password=password -> hibernate.connection.password=password
Was this the problem or how did you solve this?
Best regards,
Eduardo
Offline
Hi,
Removed # from the .properties file and and resolved Oracle TNS error.
Regards,
Sai
Offline
Pages: 1