If I hit the Topic Monitoring Tab: The current status says Connecting.
After a few seconds the Current Status returned to stopped.
The status is never "Started"
Any advice to get the Topic Monitoring working?
If I hit the Topic Monitoring Tab: The current status says Connecting.
After a few seconds the Current Status returned to stopped.
The status is never "Started"
Any advice to get the Topic Monitoring working?
Hi
Are you maybe accessing FME Server over https?
If so, have a look here: https://knowledge.safe.com/questions/5151/notifications-seems-to-work-but-the-topic-monitor.html
David
Hi
Are you maybe accessing FME Server over https?
If so, have a look here: https://knowledge.safe.com/questions/5151/notifications-seems-to-work-but-the-topic-monitor.html
David
Nope, it's http
Are you using ARR in IIS? Does topic monitoring work when you login onto the server and try it there?
The only thing I can think of is this from the help documents:
Note: Topic monitoringAre you using ARR in IIS? Does topic monitoring work when you login onto the server and try it there?
No it's the default TomCat. I will ask our customer to try it from the fme server localy.
The only thing I can think of is this from the help documents:
Note: Topic monitoringI will ask our customer to try it from the fme server localy.
The only thing I can think of is this from the help documents:
Note: Topic monitoringThanks, we made an exception in the Firewall.
The only thing I can think of is this from the help documents:
Note: Topic monitoring
I can think of a couple of things. One would be another application locking up the ports. Do you have anything else running that might be interfering with port 7078? Also, is the rest of Server working correctly? Is it using a non-standard port other than 80 or 8080? Is there a log file that has an error message in it to help us diagnose the problem? Also perhaps worth a check to see if the firewall is somehow running (sorry, I have to ask)! I found this info:
You can see if the firewall on Linux is running by using the command:
iptables -L -n
...as the root user. If you see any rules displayed, then the
service iptables stop
...as the root user. To turn it on again:
service iptables start
Hope this helps. If not then perhaps create a new question or file a case with our support team (safe.com/support)
Mark