igordscoelho Posted April 29, 2014 Posted April 29, 2014 Hello everybody! I would like some help about how to install jasper server on Debian running with mysql. I tried to follow the JasperReports-Server-CP-Install-Guide's steps. I've installed the jdk1.7.0 into a directory(/opt/java-oracle), the tomcat6(/opt/tomcat6) and after that, the jasperserver (/opt/jasperreports-server-cp-5.5.0-bin). I configured the java_home, and I believe I've done all necessary steps. I'm able to login into jasperserver, althought the report's sample doesn't work correctly, I mean, it seems stay in "looping". Can anyone help me to understand how to make the correction?
tkavanagh Posted April 30, 2014 Posted April 30, 2014 The install steps you did look pretty good. I think the thing to do is to take a look at the logs seen inside of tomcat. From here:/opt/tomcat6/logs (might be here, but you might have to hunt around for the location). Then look at the catalina.out log file. There should be an error message in there. And you can post the log to this topic.
igordscoelho Posted April 30, 2014 Author Posted April 30, 2014 Thank you very much. I found a lot of log's file and I'm gonna post here the last one.
igordscoelho Posted April 30, 2014 Author Posted April 30, 2014 If you could help me, I would appreciate it.
tkavanagh Posted May 1, 2014 Posted May 1, 2014 Hi, I took a look at your log file and I see two issues. 1) there seems to be a problem with the (sub-system) that runs JasperServer diagnostics (but it might be the case that everything keeps running ok despite this error)(ie it's not a "fatal" error). The default diagnostics port is 10990. And in the log it gives an error message that that port is in use. Maybe there is an application using that port already. You can set <tomcat>/webapps/jasperserver/WEB-INF/js.diagnostic.properties and change "diagnostic.port = 10990" to "diagnostic.port = 10999"2) You are getting a Java out of memory error. This is a fatal error. And you can fix it by setting JAVA_OPTS memory settings in your tomcat script. I know that sounds a little intimidating ;-) but it is actually straight-forward to do. It is fully described in Chapter 6 of the Install Guide. Which you can find at <js-install>/docs/JasperReports-Server-Install-Guide.pdf.
igordscoelho Posted May 6, 2014 Author Posted May 6, 2014 Guy, I've no words to thank you... It's everything okay now... I've just changed the diagnostic.port as you told me and replaced the JAVA_OPTS on catalina.sh file as well... I have been working so long with that application and now, I believe I know everything I need to go ahead. Thank you very much!
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