[
https://issues.jboss.org/browse/AS7-4709?page=com.atlassian.jira.plugin.s...
]
Ian Springer reopened AS7-4709:
-------------------------------
I'm still seeing a bunch of similar errors when I run the as7 plugin itests against
EAP6 ER8...
11:01:27,172 WARN [ASConnection] Received 500 (Internal Server
Error)
response to Operation{operation='read-resource',
address=Address{path:
host=master,server=server-one,subsystem=mail,mail-session=java:jboss/mail/Default,server=smtp},
additionalProperties={}} - response body was ["JBAS014662: Duplicate
path element 'server' found"].
11:01:27,172 ERROR [ASConnection] Can not instantiate value of type
[simple type, class org.rhq.modules.plugins.jbossas7.json.Result]
from
JSON String; no single-String constructor/factory method
11:01:27,223 WARN [ASConnection] Received 500 (Internal Server
Error)
response to Operation{operation='read-resource',
address=Address{path:
host=master,server=server-one,subsystem=mail,mail-session=java:jboss/mail/Default,server=imap},
additionalProperties={}} - response body was ["JBAS014662: Duplicate
path element 'server' found"].
11:01:27,223 ERROR [ASConnection] Can not instantiate value of type
[simple type, class org.rhq.modules.plugins.jbossas7.json.Result]
from
JSON String; no single-String constructor/factory method
11:01:27,275 WARN [ASConnection] Received 500 (Internal Server
Error)
response to Operation{operation='read-resource',
address=Address{path:
host=master,server=server-one,subsystem=mail,mail-session=java:jboss/mail/Default,server=pop3},
additionalProperties={}} - response body was ["JBAS014662: Duplicate
path element 'server' found"].
Duplicate keys in model -- Host controller complains
----------------------------------------------------
Key: AS7-4709
URL:
https://issues.jboss.org/browse/AS7-4709
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Affects Versions: 7.1.1.Final
Reporter: Heiko Rupp
Assignee: Kabir Khan
Priority: Critical
Labels: rhq
Fix For: 7.1.2.Final (EAP)
Host controller complains sometimes
[Host Controller] 14:38:03,748 ERROR [org.jboss.as.domain.http.api]
(HttpManagementService-threads - 2) JBAS015100: Unexpected error executing model request:
org.jboss.as.controller.OperationFailedRuntimeException: JBAS014662: Duplicate path
element 'server' found [ "JBAS014662: Duplicate path element 'server'
found" ]
Enabling check for dups in RHQ shows that one culprit is the runtime info on mail
[domain@localhost:9999 mail-session=java:jboss/mail/Default] :read-children-types
{
"outcome" => "success",
"result" => ["server"]
}
[domain@localhost:9999 mail-session=java:jboss/mail/Default] pwd
/host=master/server=server-one/subsystem=mail/mail-session=java:jboss/mail/Default
[10:51:50] <pilhuhn> [domain@localhost:9999 mail-session=java:jboss/mail/Default]
pwd
[10:52:23] <pilhuhn> here the child-type from a mail-session is named
"server", which collides with the /host=x/server=y key
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira