Revision 2 posted to Visual COBOL Knowledge Base by lmagalski on 7/12/2018 6:28:54 PM
Problem:
After selecting a workplace you receive the following error while loading into eclipse.
"TSUIN0126 At least one exception occurred during the initialization of the AWM meta model. See error log for more information."
Resolution:
This error is caused by the version of eclipse that VCE 3.0 is built on not recognizing windows server 2016 as a valid operating system. This is resolved by manually specifying an appropriate OS for it to act like it is running on. This is done by taking the following steps, alternatively you can upgrade to VCE 4.0.
1). Open C:\Users\Public\Micro Focus\Visual COBOL\eclipse\eclipse.ini
2) Add the following to the bottom of the file
-Dos.name=Windows Server 2015 R2
3) Save the file and then reload eclipse