-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
8.12.5
-
None
-
None
If one model fails to load native metadata, VDB's status is still LOADING.
CLI status
Unable to find source-code formatter for language: plain. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
[standalone@localhost:9999 /] /subsystem=teiid:get-vdb(vdb-name=test,vdb-version=1) { "outcome" => "success", "result" => { "vdb-name" => "test", "status" => "LOADING", "vdb-version" => 1, ... "models" => [ { "model-name" => "Source1", ... "metadata-status" => "LOADED" }, { "model-name" => "Source2", ... "validity-errors" => [ { "severity" => "INFO", "message" => "TEIID50029 VDB test.1 model \"Source2\" metadata is currently being loaded. Start Time: 8/17/16 7:41 AM" }, { "severity" => "ERROR", "message" => "TEIID31178 Could not obtain connection for schema Source2, but one is required for metadata load. " } ], ... "metadata-status" => "FAILED" }, { "model-name" => "Source3", ... "metadata-status" => "LOADED" } ] } }