jasperServerUser Posted September 28, 2015 Posted September 28, 2015 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.htmlI enter the following login creds:username: jasperadmin password: jasperadminThen Login. Following screen shows up. Please guide.And the catalina and localhost log files have this errorSep 28, 2015 4:15:09 PM org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler processSEVERE: Error reading request, ignoredjava.lang.OutOfMemoryError: PermGen space
Solution hozawa Posted September 28, 2015 Solution Posted September 28, 2015 Seems like you're out of memory. Try increasing the jvm memory. Under your tomcatbin, 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now