Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Paul Richardson <p.g.richardson.uk> made a comment on jira TEIIDDES-1885 Debugging this on linux (so not quite the right platform) ... Placing a breakpoint on TeiidServerManager's constructor demonstrates that an instance is being correctly instantiated once ModelerCore.getTeiidServerManager() is called. Likewise, a subsequent breakpoint on TeiidServerManager.getTeiidServerVersion() indicates a successful return of a version number. [~lfabriko] are you able to apply similar breakpoints and test whether this is the case on macOs?
Lucie Fabrikova <lfabriko> made a comment on jira TEIIDDES-1885 I debugged Teiid Designer on MacOS, applied given breakpoints - and the model was imported correctly. The error message didn't occur at all; and TeiidServerManager wasn't null.
Lucie Fabrikova <lfabriko> made a comment on jira TEIIDDES-1885 The problem seems to be an issue with the automatized test environment setup, I couldn't reproduce it manually as a user. Workaround for the automatized test: switch to tab "Servers" and invoke the "New server definition" wizard. Next, the DDL can be imported...
Lucie Fabrikova <lfabriko> updated the status of jira TEIIDDES-1885 to Closed