13 Replies Latest reply on Oct 27, 2017 5:17 PM by shiloh.jordan

    Error when executing VDB in Teiid Designer

    shiloh.jordan

      I am following the Guides view in Teiid Designer and I have done the following:

      • defined Teiid Model Project
      • Created JDBC connection
      • created source model for jdbc data source
      • I am able to preview my data (although I do get the following error):

      • I have defined my VDB

       

      My problem is that I am not able to execute my VDB.  I get this error message:

      Below is the stack trace:

      java.lang.NumberFormatException: For input string: "1.0.0"

      at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)

      at java.lang.Integer.parseInt(Integer.java:580)

      at java.lang.Integer.parseInt(Integer.java:615)

      at org.jboss.dmr.StringModelValue.asInt(StringModelValue.java:61)

      at org.jboss.dmr.ModelNode.asInt(ModelNode.java:226)

      at org.teiid.adminapi.jboss.VDBMetadataMapper.unwrap(VDBMetadataMapper.java:92)

      at org.teiid.adminapi.jboss.VDBMetadataMapper.unwrap(VDBMetadataMapper.java:1)

      at org.teiid.runtime.client.admin.v9.AdminConnectionManager.getList(AdminConnectionManager.java:168)

      at org.teiid.runtime.client.admin.v9.AdminConnectionManager.getDomainAwareList(AdminConnectionManager.java:244)

      at org.teiid.runtime.client.admin.v9.VdbCacheManager.getRawVDBs(VdbCacheManager.java:335)

      at org.teiid.runtime.client.admin.v9.VdbCacheManager.refresh(VdbCacheManager.java:92)

      at org.teiid.runtime.client.admin.v9.VdbCacheManager.deploy(VdbCacheManager.java:177)

      at org.teiid.runtime.client.admin.v9.Admin9Spec.deploy(Admin9Spec.java:73)

      at org.teiid.runtime.client.admin.v9.VdbCacheManager.doDeploy(VdbCacheManager.java:382)

      at org.teiid.runtime.client.admin.v9.VdbCacheManager.deploy(VdbCacheManager.java:377)

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

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

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

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

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

       

       

      What could be causing this error?  I am following the Teiid Designer User Guide and have completed all pre-reqs.

       

      Thanks,

      All help is appreciated