OK, I noticed that I'm getting the following in my warnings on startup (actually, a few seconds after startup):
2014.07.09 14:57:14 com.jivesoftware.util.cache.ClusteredCacheFactory - No cluster members selected for cluster task org.jivesoftware.openfire.session.GetSessionsCountTask
I have the following in my config:
<join>
<!--
<multicast enabled="true">
<multicast-group>224.2.2.3</multicast-group>
<multicast-port>54327</multicast-port>
</multicast>
<tcp-ip enabled="false"/>
-->
<multicast enabled="false"/>
<tcp-ip enabled="true">
<member>10.10.1.231:5701</member>
<member>10.10.2.231:5701</member>
</tcp-ip>
<aws enabled="false"/>
</join>
The route between the two networks is wide open, as I stated above.
Again, any assistance would be greatly appreciated!