1 Reply Latest reply on Mar 6, 2017 11:47 AM by blafond

    VDB deploy non-integer error

    giuseppe.lastella

      Dear all,

      i'm working with Teiid Designer on Eclipse Mars and i have an error when i try to deploy my VDB on Teiid Server v.8.12.5.

      The deploy VDB warning is

      'Target Teiid server version 8.12.5 does not support the non-integer VDB version (name_of_VDB) and will not full deploy.'

       

      Following i have copied the error log:

      org.teiid.adminapi.AdminProcessingException: {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"poc_lispa.vdb\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"poc_lispa.vdb\".PARSE: JBAS018733: Failed to process phase PARSE of deployment \"poc_lispa.vdb\"

          Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: TEIID50017

          Caused by: org.xml.sax.SAXParseException; lineNumber: 2; columnNumber: 43; cvc-datatype-valid.1.2.1: 'poc_lispa' is not a valid value for 'integer'."}}}}

       

          at org.teiid.runtime.client.admin.v8.Admin8Factory$AdminImpl.execute(Admin8Factory.java:608)

       

          at org.teiid.runtime.client.admin.v8.Admin8Factory$AdminImpl.deploy(Admin8Factory.java:860)

       

          at org.teiid.runtime.client.admin.v8.Admin8Spec.deploy(Admin8Spec.java:68)

       

          at org.teiid.runtime.client.admin.ExecutionAdmin.doDeployVdb(ExecutionAdmin.java:218)

       

          at org.teiid.runtime.client.admin.ExecutionAdmin.deployVdb(ExecutionAdmin.java:191)

       

          at org.teiid.designer.runtime.TeiidServer.deployVdb(TeiidServer.java:626)

       

          at org.teiid.designer.runtime.ui.vdb.VdbDeployer.deploy(VdbDeployer.java:319)

       

          at org.teiid.designer.runtime.ui.actions.DeployVdbAction$1.run(DeployVdbAction.java:326)

       

          at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)

       

      Thnks all

      Best regards

      Giuseppe