Hi,
The installation problem which I was facing http://community.jaspersoft.com/questions/951746/problem-jasperserver-war-installation-community-version is now solved. Thanks Community!!
But now I face trouble while login.
The page opens correctly for the url http://localhost:8080/jasperserver/login.html
I enter the following login creds:
username: jasperadmin password: jasperadmin
Then Login. Following screen shows up. Please guide.
And the catalina and localhost log files have this error
1 Answer:
Seems like you're out of memory. Try increasing the jvm memory. Under your tomcat\bin, create setenv.bat if it doesn't exist already and add the following to increase memory to 4GB. JasperReports Server needs at least 4GB memory.
set JAVA_OPTS=%JAVA_OPTS% -Xms4g -Xmx4g