Description of problem: Version-Release number of selected component (if applicable): Version: 3.0.1.GA Build Number: bf8f49a:9fe6384 EAP6 ER4.1 jboss-as-7 from #1314 How reproducible:always Steps to Reproduce: 1. have EAP6 i domain mode 2. create new DomainDeployment 3. deploy it to server-group Actual results: Operation fails with result read timeout java.lang.Exception: Read timed out, rolled-back=false, rolled-back=false at org.rhq.core.pc.operation.OperationInvocation.run(OperationInvocation.java:278) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:636) Expected results: Operation is successfull Additional info:
I have moved some code around and increased the timeout here. master bc57040da065c , so build 1315
I've used build >1315 and when I try to run 'Deploy to server group' operation I get this error in UI. java.lang.RuntimeException:Failed to add ResourceOperationSchedule: resource=[Resource[id=10949, type=DomainDeployment, key=deployment=hello.war, name=hello.war]],job-name=[null], job-group=[null], operation-name=[domain-deployment:promote], subject=[Subject[id=2,name=rhqadmin]], description=[null] java.lang.RuntimeException:[1334323151964] javax.ejb.EJBException:java.lang.IllegalArgumentException: [domain-deployment:promote] is not a valid operation name for Resources of type [DomainDeployment]. -> java.lang.IllegalArgumentException:[domain-deployment:promote] is not a valid operation name for Resources of type [DomainDeployment].
after restarting both server and agent I no longer get this UI error
Bulk close of old bugs in VERIFIED state.