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
Hi forum,
i installed report server on my localhost, no problem. Very useful product.
But now i try to install the report server on my webspace, same procedure, no problem until i try to login.
Always get the loading indicator and then a little message window:
################################################
ReportServer
null
null
404 Not Found <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body>
Not Found
<p>The requested URL /reportserver/base_datasource was not found on this server.</p> </body></html> Statuscode: 404 EncodedResponse: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body>
Not Found
<p>The requested URL /reportserver/base_datasource was not found on this server.</p> </body></html>
null
null
404 Not Found <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body>
Not Found
<p>The requested URL /reportserver/base_datasource was not found on this server.</p> </body></html>
null
#############################################
My provider allows no individual database names, so i have to take the names he gives to the database. Is this a problem?
My persistence.properties:
##################################################
# Credentials
hibernate.connection.username=d01a9ac
hibernate.connection.password=DBpassword
# MySQL
hibernate.dialect=net.datenwerke.rs.utils.hibernate.MySQL5Dialect
hibernate.connection.driver_class=com.mysql.jdbc.Driver
hibernate.connection.url=jdbc:mysql://URL:3306/d01a9ac
##################################################
It is correct, that the username is equal to the database name.
Has anyone an idea, why it is not working? Problems reaching the DB?
Thank you in advance for your support.
Regards,
thbritz
Last edited by thbritz (2017-01-18 10:38:57)
Offline
Hi thbritz,
can you please post the logs? You can find them in your tomcat installation under "logs".
Cheers,
Eduardo
Offline
Pages: 1