Quantcast
Channel: Mendix Forum Questions
Viewing all articles
Browse latest Browse all 82448

m2ee-tools / ValueError after starting m2ee on CentOS: dictionary update sequence element #0 has length 1; 2 is required

$
0
0

Hi all,

I'm trying to get an application running on a CentOS linux server. m2ee tools and all other needed stuff is installed.

When I start m2ee with my yaml config file I got a ValueError:

 

[dcemendix01] mendix /data/mendix/billing_test/.m2ee $ m2ee -c billing-test-m2ee.yaml
Traceback (most recent call last):
  File "/usr/bin/m2ee", line 1064, in <module>
    yolo_mode=options.yolo_mode,
  File "/usr/bin/m2ee", line 51, in __init__
    self.m2ee = M2EE(yamlfiles=yaml_files, load_default_files=False)
  File "/usr/share/m2ee-tools/m2ee/core.py", line 28, in __init__
    self.reload_config()
  File "/usr/share/m2ee-tools/m2ee/core.py", line 40, in reload_config
    config=self._initial_config['config'],
  File "/usr/share/m2ee-tools/m2ee/config.py", line 72, in __init__
    self._conf['mxruntime'] = self._merge_microflow_constants()
  File "/usr/share/m2ee-tools/m2ee/config.py", line 182, in _merge_microflow_constants
    merge_constants.update(yaml_mxruntime_mfconstants)
ValueError: dictionary update sequence element #0 has length 1; 2 is required
 

Can anyone help here? Is that error related to the yaml file?

Thx, 

Michael


Viewing all articles
Browse latest Browse all 82448

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>