Barry LaFond created TEIIDDES-2347:
--------------------------------------
Summary: Undeploying a Dynamic VDB results in TeiidAdminProcessing exception
Key: TEIIDDES-2347
URL:
https://issues.jboss.org/browse/TEIIDDES-2347
Project: Teiid Designer
Issue Type: Bug
Components: Teiid Integration, VDB & Execution
Affects Versions: 8.6
Reporter: Barry LaFond
Assignee: Paul Richardson
Fix For: 8.7, 8.6.1
1) Deploy a Dynamic VDB on a server
2) Select in Designer Servier view and select "Undeploy VDB"
3) Get following uncaught exception:
{code}
!ENTRY org.teiid.designer.dqp.ui 2 0 2014-09-22 15:53:57.594
!MESSAGE Error undeploying VDB: Portfolio
!STACK 0
org.teiid.adminapi.AdminProcessingException: {"JBAS014653: Composite operation failed
and was rolled back. Steps that failed:" => {"Operation step-1" =>
"JBAS014807: Management resource '[(\"deployment\" =>
\"Portfolio.vdb\")]' not found"}}
at
org.teiid.runtime.client.admin.v8.Admin8Factory$AdminImpl.execute(Admin8Factory.java:548)
at
org.teiid.runtime.client.admin.v8.Admin8Factory$AdminImpl.undeploy(Admin8Factory.java:782)
at org.teiid.runtime.client.admin.v8.Admin8Spec.undeploy(Admin8Spec.java:73)
at org.teiid.runtime.client.admin.ExecutionAdmin.undeployVdb(ExecutionAdmin.java:773)
{code}
We're only catching "OperationFormatException" format exception. maybe we
should catch this type too and display to user?
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)