Not able to login Jasperserver6.0.1 community version

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

Sep 28, 2015 4:15:09 PM org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler process
SEVERE: Error reading request, ignored
java.lang.OutOfMemoryError: PermGen space
 
jasperServerUser's picture
Joined: Sep 3 2015 - 11:56pm
Last seen: 7 years 5 months ago

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

hozawa's picture
171283
Joined: Apr 24 2010 - 4:31pm
Last seen: 3 years 9 months ago
Feedback