Hi,
I've got the error in the subject.
I've one Aapache 2.2 as frontend over two Tomcat 6
load balanced with mod_kj
Short reports are correctly refreshd, but longer ones cause the above error.
I've found this in the SAP Knowledge base
1384141 - Error: Invalid session. Please close your browser and log on again. (WIH 00013) error when running WebIntelligence reports through InfoView
but this referrs to a sigle BEA WLS.
I've tried to follow the same resolution way
by increasing workers timeout
as follow
worker.jvmRoute1.socket_timeout=600
worker.jvmRoute1.connect_timeout=3000000
worker.jvmRoute1.prepost_timeout=3000000
worker.jvmRoute1.reply_timeout=3000000
worker.jvmRoute1.socket_keepalive=true
and now I can run reports that take more then 35 minutes.
but this causes me other problems in the Apache frontend resources.
Are there other (smarter) solutions to avoid this timeout problem?
Thank you
Francesco