Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-4966

Infinite loop when deploying a malformed vdb

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major Major
    • None
    • None
    • None
    • None
    • Hide

      1) Create a malformed VFB ex:

      <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
      <vdb name="CountryServiceListVDB" version="3">
      <description>Country Service List VDB</description>

      <model name="MnomMaterialized" type="PHYSICAL">
      ...
      <--model>

      </vdb>

      2) Deploy it
      3) The error starts appearing in logs.

      Show
      1) Create a malformed VFB ex: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <vdb name="CountryServiceListVDB" version="3"> <description>Country Service List VDB</description> <model name="MnomMaterialized" type="PHYSICAL"> ... <--model> </vdb> 2) Deploy it 3) The error starts appearing in logs.

      Deploy a malformed vdb. Example with closing comment (-) but without a open comment (!-).

      The following error start to appear in logs without end.

      Deploying a correctly formed VDB after does not fix the problem.

      Log extract;

      2017-06-22 17:46:48,971 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0035: Scan found countryServiceList-vdb.xml which is not well-formed at lineNumber: 3591, columnNumber: 9. Either the file was incompletely copied at the time of the scanning or it is just wrong.
      .....

            rhn-engineering-shawkins Steven Hawkins
            pringi Pedro InĂ¡cio (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: