Jump to content

JasperServer 4.2.1 tomcat:LOG unexpected EOF on client connection


lefcanada

Recommended Posts

Hi:

After installing JasperServer 4.2.1...

 
I started, logged in, upload files and then stopped, started and stopped. Then I got this message
 
LOG:  unexpected EOF on client connection
 
Should I worry about that?
 
Original Output below
 
Thank you for reading this :)
 
 
Code:
 [root@lef jasperreports-server-cp-4.2.1]# ./ctlscript.sh stopUsing CATALINA_BASE:   /opt/jasperreports-server-cp-4.2.1/apache-tomcatUsing CATALINA_HOME:   /opt/jasperreports-server-cp-4.2.1/apache-tomcatUsing CATALINA_TMPDIR: /opt/jasperreports-server-cp-4.2.1/apache-tomcat/tempUsing JRE_HOME:        /opt/jasperreports-server-cp-4.2.1/javaUsing CLASSPATH:       /opt/jasperreports-server-cp-4.2.1/apache-tomcat/bin/bootstrap.jarLOG:  unexpected EOF on client connectionLOG:  unexpected EOF on client connection/opt/jasperreports-server-cp-4.2.1/apache-tomcat/scripts/ctl.sh : tomcat stoppedLOG:  received smart shutdown requestLOG:  autovacuum launcher shutting downLOG:  shutting downLOG:  database system is shut down/opt/jasperreports-server-cp-4.2.1/postgresql/scripts/ctl.sh : postgresql stopped
Link to comment
Share on other sites

  • 6 months later...
  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

lefcanada, thx for reply! :)

In my case I found a reason why I got that "EOF" .An option "X-forwarding" was turned on in SSH client, so I turned it off. Alternatively edit <jasper_home>/apache-tomcat/scripts/ctl.sh

set Djava.awt.headless=true so I got:

export JAVA_OPTS="-Djava.awt.headless=true -Xms1024m -Xmx1536m -XX:PermSize=32m -XX:MaxPermSize=128m -Xss2m -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled"

 

*thx to that post: https://fcosfc.wordpress.com/2011/11/27/jasperreports-server-linux-centos/

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...