Skip to main content
Solved

FME Server Error with REST API

  • February 17, 2020
  • 3 replies
  • 128 views

warrendev
Enthusiast
Forum|alt.badge.img+26

I just started to receive this error on FME Server 2019.2 that won't allow me to view the jobs.

0684Q00000ArDZiQAN.png

 

Here is the API response with the error below.

{"message":"org.dom4j.DocumentException: Error on line 1 of document  : An invalid XML character (Unicode: 0x7f) was found in the value of attribute "value" and element is "NM_DIRECTIVE". Nested exception: An invalid XML character (Unicode: 0x7f) was found in the value of attribute "value" and element is "NM_DIRECTIVE"."}

 

What can I do to diagnose what the issue is with the invalid character?

 

Also, I have only noticed this issue with transformations/jobs/completed API call, as the others are working correctly. 

Best answer by warrendev

UPDATE:

 

No changes were made to the FME Server installation, repositories or workspaces, and now the error is not present. Not sure what was causing it, but everything seems to be working as expected now.
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.

3 replies

david_r
Celebrity
  • February 18, 2020

Try using the developer tools in your browser to inspect the network traffic between your browser and FME Server. An alternative might be to use something like Fiddler.


warrendev
Enthusiast
Forum|alt.badge.img+26
  • Author
  • Enthusiast
  • February 18, 2020

Try using the developer tools in your browser to inspect the network traffic between your browser and FME Server. An alternative might be to use something like Fiddler.

Thanks @david_r, I've tried using Chrome dev tools as well as postman to perform the API calls, but can't seem to figure out where this invalid value is coming from. I have submitted a support ticket to SAFE.


warrendev
Enthusiast
Forum|alt.badge.img+26
  • Author
  • Enthusiast
  • Best Answer
  • February 18, 2020
UPDATE:

 

No changes were made to the FME Server installation, repositories or workspaces, and now the error is not present. Not sure what was causing it, but everything seems to be working as expected now.