Skip to main content
Solved

Streaming Service Base URL Wrong in 2019.1

  • July 18, 2019
  • 4 replies
  • 13 views

mmccart
Enthusiast
Forum|alt.badge.img+27

I upgraded FME Server to 2019.1 and my streaming services are failing. It appears that 'FME_SERVER_WEB_URL' in the request did not pick up the change when I enabled HTTPS during the install. It is still showing the original HTTP url with Port 8080 (http://SERVERNAME:8080). Is there another file besides fmeServerConfig.txt that needs to be modified?

I have a distributed architecture deployment: All components are on a single machine except the Web Services component, that is on a separate machine. I upgraded from 2019.0.1 to 2019.1 and now my streaming services are not providing an output.

Thanks in advance.

-Mark

Best answer by david_r

I can only recommend that you read through all the steps here and check that you didn't miss anything:

https://docs.safe.com/fme/html/FME_Server_Documentation/AdminGuide/configuring_for_https.htm

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

david_r
Celebrity
  • 8394 replies
  • July 18, 2019

You probably need to update the service URLs in the FME Server GUI, under the Services section.

 


mmccart
Enthusiast
Forum|alt.badge.img+27
  • Author
  • Enthusiast
  • 81 replies
  • July 18, 2019

You probably need to update the service URLs in the FME Server GUI, under the Services section.

 

Sorry @david_r, I should have included that in my post. That piece is done. All of the match the correct base URL.


david_r
Celebrity
  • 8394 replies
  • Best Answer
  • July 18, 2019

I can only recommend that you read through all the steps here and check that you didn't miss anything:

https://docs.safe.com/fme/html/FME_Server_Documentation/AdminGuide/configuring_for_https.htm

 


mmccart
Enthusiast
Forum|alt.badge.img+27
  • Author
  • Enthusiast
  • 81 replies
  • July 18, 2019

I can only recommend that you read through all the steps here and check that you didn't miss anything:

https://docs.safe.com/fme/html/FME_Server_Documentation/AdminGuide/configuring_for_https.htm

 

Thanks. I missed one step.