我的 FME 服務器出現了一些我不明白的問題。有時,在運行夜間計劃作業時,FeatureReader 無法讀取 CSV 檔案。日志回傳:
1. Trying to find a DYNAMIC plugin for reader named `CSV2'
2. Library 'D:\Program Files\FMEServer\Server\fme\plugins/CSV2.dll' was found but could not be loaded. Ensure that all the dependent modules exist for this library
3. Module 'CSV2' is unavailable for use with this FME edition
When I resubmit the job, everything works fine... which is great for the data being processed, but harder to debug.
這個問題感覺有點熟悉,我確實找到了類似的問題,但與 CSV2.dll 無關。我很確定這與桌面/服務器版本無關。版本為 2019.1.2。據我所知,安裝中沒有任何變化,我知道證書最近被替換了,但我懷疑這與它有什么關系。
不確定我應該從哪里開始尋找,有人能指出我正確的方向嗎?
我找到了一些具有相同日志記錄的作業。這些是作者而不是讀者,導致作業失敗。
1. Trying to find a DYNAMIC plugin for writer named `ESRIJSON'
2. Library 'D:\Program Files\FMEServer\Server\fme\plugins/JSON.dll' was found but could not be loaded. Ensure that all the dependent modules exist for this library
3. Module 'ESRIJSON' is unavailable for use with this FME edition
和
1. Trying to find a DYNAMIC plugin for writer named `CSV'
2. Library 'D:\Program Files\FMEServer\Server\fme\plugins/CSV.dll' was found but could not be loaded. Ensure that all the dependent modules exist for this library
3. Module 'CSV' is unavailable for use with this FME edition
uj5u.com熱心網友回復:
此錯誤的原因與記憶體有關。
在我們的例子中,這發生在安排了幾個更新作業的晚上。我們有一堆具有相同開始時間的計劃,并讓佇列處理作業。
一個可能的解決方案是減少啟動引擎重新啟動的成功作業的數量。
為了檢查這是否可能是問題所在,我在一小時后重新安排了有問題的作業,問題就消失了。
此問題也可能是由服務器/桌面版本不匹配引起的,桌面比服務器新。在我們的例子中,這不是一個可能的原因。
轉載請註明出處,本文鏈接:https://www.uj5u.com/net/331703.html
