Hi, We have two load balanced front end web servers (IIS) that have been working

Hi, We have two load balanced front end web servers (IIS) that have been working perfectly well for the past 9 months since upgrading. Earlier this week we launched our first "heavy duty" Tempo based processes where user activity was purely focussed in Tempo.

As is the norm, we have been making some fixes where necessary and releasing, but have encountered a slight problem.

When a change is deployed, the majority of the time, only certain users can see the change. Even logging out, refreshing the cache, closing windows etc doesnt solve the problem until perhaps a day later.

Is this an IIS or jBoss caching issue? Just curious as to whether anyone has encountered these problems before?

Thanks, David.

OriginalPostID-184906

OriginalPostID-184906

  Discussion posts and replies are publicly visible

Parents
  • Can you review your standalone.xml and see if this line is the same on both standalone.xml files?

    <socket-binding name="messaging-group" port="0" multicast-address="${jboss.messaging.group.address:233.252.134.135}" multicast-port="${jboss.messaging.group.port:9876}"/>

    Then review the same file and line for your OTHER environments and make sure the address is different for every environment

    Finally review clustering is enabled in the problematic environment.
Reply
  • Can you review your standalone.xml and see if this line is the same on both standalone.xml files?

    <socket-binding name="messaging-group" port="0" multicast-address="${jboss.messaging.group.address:233.252.134.135}" multicast-port="${jboss.messaging.group.port:9876}"/>

    Then review the same file and line for your OTHER environments and make sure the address is different for every environment

    Finally review clustering is enabled in the problematic environment.
Children
No Data