cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BO Session timeout issue

former_member272418
Participant
0 Likes
3,381

Hi guys

I have installed a new BO 4.2 SP05 Patch 02 system.

The below screen shows the architecture of this system:

I set the "session timeout" parameter, on both Tomcats, to 60 minutes.

Then I updated the system to SP08 Patch 02.

After that update, I noticed that the "session timeout" parameter was put back to 20 on both Tomcats. I set it to 60 again but, now I get a strange error.

The test I did is: I log on to the CMC from two different browser sessions, the first passing thru the network load balancer (it's an F5), the second by connecting directly to one of the two Tomcats, without going through the balancer.

If I leave the sessions in idle, without touching anything, after about 13 minutes, in the browser window directly connected to Tomcat, everything is ok and I can navigate the CMC without any problem; in the browser window passing thru the balancer, instead, I get, alternatively, depending on the CMC icon I click, the following three errors:

What do you think about ?

I can't be sure if this problem existed even before the update to SP08, but I only realized it afterwards.

Can I assume that the problem is caused by the network balancer or could it be due to some setting on the Tomcats?

Please help me ! Thank you all very much.

Accepted Solutions (1)

Accepted Solutions (1)

former_member272418
Participant
0 Likes

PROBLEM SOVED !!!

Hi guys… I found where the problem lay!

When the update from SP05 to SP08 run, it deleted the configuration files:

“(…)\tomcat\webapps\BOE\WEB-INF\config\custom\PlatformServices.properties”

on both Tomcats.

This is very strange because, as far as I know, the configuration files in the "custom" folders should not be touched.

However, it was enough to recreate again this files (SAP Note 1770007) on both Tomcats and the problem never occurred.

Thank you all for your help guys !

Answers (3)

Answers (3)

denis_konovalov
Active Contributor

If it happens only when accessing thru LB, then its due to LB settings.

former_member272418
Participant
0 Likes

Hi Denis

first of all thank you very much for your answer.

I requested to setup the balancer with some hints gave by you:

Do you have some other indication to forward to the network team ?

Is there some kind of documentation (official/non official) to read about ?

Thank you again Denis !

denis_konovalov
Active Contributor
0 Likes

that's all it is to it, no other docs etc...
you can run http traces to see what's happening when it goes thru LB, but most likely the LB has diff timeouts or session persistence is not working/setup

bernhard_keimel
Active Participant
0 Likes

I also face issues when using the CMC in Loadbalanced environment. I think that this is an issue coming from the tomcat cluster configuration for session replication. i also see that in the tomcats stderr logs there are millions of entries coming from the SAP internal JARfile implementing the session replication. There is a SAP incident for this running since a year now, by now they managed to fix that in development but it is not delivered yet in a patch release. so i hope that this solves the issues on my side 😉

0 Likes

oh, interesting question Andrea,

I also have a similar problem