Can you please add "session.debug.hops = true" property in your tc config xml and share the terracotta server logs here.
You can add the following properties in your tc-config.xml:
Code:
<tc-properties>
<property name="session.debug.hops" value="true" />
<property name="session.debug.sessions" value="true" />
</tc-properties>