I have installed Jasper server with bundled tomcat and pgsql by default values. When I start service and try to login by localhost, I get the error "Server not found". Can someone please guide how to start and work on it?
6 Answers:
Hi, Please could you check the port number, by default it installs on port 8080, but if you have something running on this port already it may have installed on another port. You could check the installation.log search for "START: wait for port", this should display the port number it was installed on. Also check the properties.ini file.
Also test the URL it should be something like "http://localhost:8080/jasperserver-pro/login.html", any mistakes in this and it will give an error ..
Thanks
Thanks for checking the port, also it maybe worth checking that localhost is pointing to your machine. 'localhost' should be an entry in your hosts file that points to 127.0.0.1.
To make sure you do not have this discrepancy please could you test this URL .. http://127.0.0.1:8080/jasperserver-pro/login.html
I have tried it. I am receiving this error page
HTTP Status 404 - /jasperserver-pro/login.html
type Status report
message /jasperserver-pro/login.html
description The requested resource is not available.
Apache Tomcat/7.0.42
if i provide only http://127.0.0.1:8080/ i am able to see the tomcat running but it cannot locate resources/pages. What is the solution?
Are you running on Windows? Are you sure your JasperReport Server is actually running?
Try opening just the Tomcat top page. If this doesn't open, your JasperReport Server is not running.
Yes, on windows. The tomcat top page is opening so jasperreport server is running but it is unable to open any pages.( e.g : index.htm or login.html) inside it.
For me, http://localhost:8080/manager is OK, but http://localhost:8080/jasperserver can't work.
Here are some things to check if you are running Windows.
1. Make sure Postgres is also running.
2. Postgres installs on port 5432. Make sure your virus protection and/or Windows firewall have not blocked that port.
3. I know this may be silly but are you sure you installed the Pro version? try http://127.0.0.1:8080/jasperserver - (without the login.htm). This should redirect you to the login page.
Good luck.
OK, your Tomcat is running but the jasperserver application likely did not launch correctly.
1. Check <tomcat-install-dir>/logs/catalina.out and look for any errors on startup.
2. Enable the Manager app or PSI Probe (my preference, see http://community.jaspersoft.com/wiki/psi-probe-replacement-tomcat-manager) and check to see if the jasperserver app is running.
Let us know what you find.
Hi guys,
I am writing you from a far future. After trying every suggestion on this page I decided to write that none works. I am using Windows 11, Tomcat is running but I am still getting HTTP Status 404 - not found on http://localhost:8080/jasperserver
As a software developer I cannot imagine that someone delivers software that doesn't even start after installing it.
Why is in Java world everything so complicated? "just extract those files and run 10 scripts after that to do setup - it should work" yeah, sure
Cheers
Hi, Please could you check the port number, by default it installs on port 8080, but if you have something running on this port already it may have installed on another port. You could check the installation.log search for "START: wait for port", this should display the port number it was installed on. Also check the properties.ini file.
Also test the URL it should be something like "http://localhost:8080/jasperserver-pro/login.html", any mistakes in this and it will give an error ..
Thanks