Hide Forgot
Created attachment 574312 [details] agent log with discovery failures Description of problem: since Build Number: 1202a18, agent fails do discover both domain and standalone EAP6 instances. Version-Release number of selected component (if applicable): Version: 4.4.0-SNAPSHOT Build Number: 1202a18 EAP6 Beta1 How reproducible:always Steps to Reproduce: 1.standup EAP6 in domain & standalone modes 2.check discovery queue contains both servers Actual results: agent does not discover servers, see attached log for details error for Domain discovery : Operation{operation='read-attribute', address=Address{path: }, additionalProperties={name=name, include-defaults=true}} failed with 500 (Internal Server Error) - response body was [{"outcome" : "failed", "failure-description" : "JBAS014792: Unknown attribute name", "rolled-back" : true}]. error for standalone discovery: / (Is a directory) Expected results:servers are discovered
Autodiscovery of both standalone servers and host controllers is working for me. I'm using HEAD of RHQ master and EAP6 ER4.1. jboss-as-7.JBossAS7 Host Controller: Starting discovery... jboss-as-7.JBossAS7 Host Controller: Process scan detected a server - scan=[ProcessScan: query=[process|basename|match=^java.*,arg|org.jboss.as.host-controller|match=.*], name=[HostController]], process=[process: pid=[25634], name=[/usr/java/jdk1.6.0_30/jre/bin/java], ppid=[25610]] jboss-as-7.JBossAS7 Host Controller: key=[/tmp/jboss-as-6.0.0.ER4/domain], name=[domain JBoss EAP 6 Domain Controller], version=[EAP 6.0.0.ER4], description=[Domain controller for a JBoss Enterprise Application Platform 6 domain] jboss-as-7.JBossAS7 Host Controller: Done. jboss-as-7.JBossAS7 Standalone Server: Starting discovery... jboss-as-7.JBossAS7 Standalone Server: Process scan detected a server - scan=[ProcessScan: query=[process|basename|match=^java.*,arg|org.jboss.as.standalone|match=.*], name=[StandaloneAS]], process=[process: pid=[25503], name=[/usr/java/jdk1.6.0_30/jre/bin/java], ppid=[25437]] jboss-as-7.JBossAS7 Standalone Server: key=[/tmp/jboss-as-6.0.0.ER4/standalone], name=[standalone EAP], version=[EAP 6.0.0.ER4], description=[Standalone JBoss Enterprise Application Platform 6 server] jboss-as-7.JBossAS7 Standalone Server: Done. Please give it another try with EAP6 ER4.1.
yes, it works with recent master build and EAP6 ER4.1