Matej Kralik created TEIIDDES-3102:
--------------------------------------
Summary: NPE after deploy incorrect VDB
Key: TEIIDDES-3102
URL:
https://issues.jboss.org/browse/TEIIDDES-3102
Project: Teiid Designer
Issue Type: Bug
Components: Dialogs
Affects Versions: 11.1
Environment: Fedora 25
Reporter: Matej Kralik
Priority: Minor
Attachments: screenshot.png, udfProject.zip
I have VDB (f.e. with user defined function in the attachment) but a table is incorrect
(missing data type after insert SQL transformation). I didn't notice that so I wanted
to deploy vdb. But when I clicked on the deploy button, nothing happened. In the error log
was this error:
{code:java}
java.lang.NullPointerException
at org.teiid.runtime.client.admin.v8.VdbCacheManager.doDeploy(VdbCacheManager.java:398)
at org.teiid.runtime.client.admin.v8.VdbCacheManager.deploy(VdbCacheManager.java:379)
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:330)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)
{code}
I think that designer should show some error or something that VDB is not valid.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)