Question

I published the workspace from FME Desktop to FME Server but it doesn't downloaded the required python kafka dependencies in the packages of FME Server Path

  • 15 February 2023
  • 2 replies
  • 12 views

319	2023-2-14 17:20:38 | Python Exception <ModuleNotFoundError>: No module named 'fmepy_kafka'
320 2023-2-14 17:20:38 | PythonFactory failed to load python symbol `fmepy_kafka.KafkaConnector'
321 2023-2-14 17:20:38 | Factory proxy not initialized
322 2023-2-14 17:20:38 | f_209 (PythonFactory): PythonFactory failed to process feature
323 2023-2-14 17:20:38 | An error has occurred. Check the logfile above for details

The missing packages path in FME Server is  'Resources > Engine > Packages > 22782-linux-x64 > python > safe.kafka > fmepy_kafka'


2 replies

Badge +5

Hello,

This should be a helpful article- https://community.safe.com/s/article/FME-Server-and-Packages-Python-Exception-ModuleNotFoundError

Is this error specific to only the Kafka connector in FME Server?

Could you please provide the build and version of FME Server and FME Desktop used ?

Hello Merline

 

I tried everythin of the article, except to download manually the .fpkg

I will check it

 

No, the error is first for the kafka connector but if I add manually the kafka connector .py, then it ask for other .py classes and packages

 

FME Server 2022.2.2 Build 22782

FME Desktop 2022.2.2.0 (20230106 - Build 22782 - WIN64) 

Reply