]
Barry LaFond resolved TEIIDDES-2909.
------------------------------------
Resolution: Done
NPE when deploying VDB via Designer if version is anything but 1
----------------------------------------------------------------
Key: TEIIDDES-2909
URL:
https://issues.jboss.org/browse/TEIIDDES-2909
Project: Teiid Designer
Issue Type: Bug
Components: VDB & Execution
Affects Versions: 9.0.7
Reporter: Debbie Steigner
Assignee: Barry LaFond
Fix For: 11.1
If the Version is anything but 1 in the VDB editor in Designer 9.0.7, the below NPE is
thrown in Designer, but the VDB is deployed successfully on the server.
[1]
!ENTRY org.teiid.designer.dqp.ui 4 0 2016-09-01 06:47:52.499
!MESSAGE
!STACK 0
java.lang.NullPointerException
at org.teiid.runtime.client.admin.ExecutionAdmin.doDeployVdb(ExecutionAdmin.java:240)
at org.teiid.runtime.client.admin.ExecutionAdmin.deployVdb(ExecutionAdmin.java:181)
at org.teiid.designer.runtime.TeiidServer.deployVdb(TeiidServer.java:618)
at org.teiid.designer.runtime.ui.vdb.VdbDeployer.deploy(VdbDeployer.java:307)
at
org.teiid.designer.runtime.ui.actions.DeployVdbAction$1.run(DeployVdbAction.java:320)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)