I am trying to restart Jasperserver but the error is raised
No way to understand what is going on ... all reports ara unvailable.
Thanks to those who have time to spend helping.
My env is:
- JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre
Apache Tomcat/8.0.14 | 1.8.0_51-b16 | Oracle Corporation | Linux | 3.10.0-514.21.2.el7.x86_64 |
- /jasperreports-server-cp-6.3.0
1 Answer:
Posted on June 28, 2016 at 1:07pm
Which Jasper Server version are you running? And on which tomcat server you running? You running on Linux of Windows ?
Seems to be a memory issue.
Check you memory and java path:
I use setenv.bat to set my memory for tomcat.
Jasperpath\apache-tomcat\bin
Example of java properties
set JAVA_HOME=C:\Program Files\Java\jdk1.7.0_21\
set JAVA_OPTS=%JAVA_OPTS% -Xms2048m -Xmx4096m -XX:PermSize=128m
set JAVA_OPTS=%JAVA_OPTS% -XX:MaxPermSize=512m -Xss20m -XX:+UseConcMarkSweepGC
set JAVA_OPTS=%JAVA_OPTS% -XX:+CMSClassUnloadingEnabled