[JBoss JIRA] (WFLY-8131) Aliases in credential stores should be case insensitive
by Peter Skopek (JIRA)
[ https://issues.jboss.org/browse/WFLY-8131?page=com.atlassian.jira.plugin.... ]
Peter Skopek reassigned WFLY-8131:
----------------------------------
Assignee: Peter Skopek (was: Darran Lofthouse)
> Aliases in credential stores should be case insensitive
> -------------------------------------------------------
>
> Key: WFLY-8131
> URL: https://issues.jboss.org/browse/WFLY-8131
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Reporter: Josef Cacek
> Assignee: Peter Skopek
> Priority: Critical
> Labels: credential-store, user_experience
>
> Working with credential store aliases should be case insensitive.
> Current behavior, when aliases are converted to lowercase during add operation is not user-friendly. Subsequent operations should also support automatic conversion to lowercase.
> E.g.
> {code}
> /subsystem=elytron/credential-store=cred-store-default/alias=UPPER:add(secret-value=password)
> /subsystem=elytron/credential-store=cred-store-default/alias=UPPER:remove()
> {code}
> *Current behavior:*
> First command succeeds and the second fails as the alias is changed to "upper" (in lowercase).
> *Expected behavior:*
> Both commans succeeds.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (ELY-978) MechanismInformationCallback blocks certificate based authn (Undertow with Elytron)
by Ondrej Kotek (JIRA)
[ https://issues.jboss.org/browse/ELY-978?page=com.atlassian.jira.plugin.sy... ]
Ondrej Kotek commented on ELY-978:
----------------------------------
Revealed after fixing ELY-905.
> MechanismInformationCallback blocks certificate based authn (Undertow with Elytron)
> -----------------------------------------------------------------------------------
>
> Key: ELY-978
> URL: https://issues.jboss.org/browse/ELY-978
> Project: WildFly Elytron
> Issue Type: Bug
> Components: HTTP
> Affects Versions: 1.1.0.Beta26
> Reporter: Ondrej Kotek
> Priority: Blocker
> Labels: authentication, eap71_alpha, http, ssl
> Attachments: deployment.war, standalone.xml
>
>
> It is not possible to set up authentication based on certificates. Following the community documentation [1,2] to set up 2-way SSL for apps and certificates based auth. Everything works as expected until a client with {{client}} certificate tries to access protected resource that should be accessible. Such resource returns 403 Forbidden instead of 200 OK. Trace log:
> {noformat}
> 13:31:15,565 TRACE [org.wildfly.security] (default task-33) Evidence verification: evidence = org.wildfly.security.evidence.X509PeerCertificateChainEvidence@42d7e114 evidencePrincipal = CN=client
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) X500 principal [CN=client] decoded as name [client] (attribute values: [client])
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Principal assigning: [CN=client], pre-realm rewritten: [client], realm name: [ksRealm], post realm rewritten: [client], realm rewritten: [client]
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) X500 principal [CN=client] decoded as name [client] (attribute values: [client])
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Evidence verification succeed for alias [client]
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Role mapping: principal [client] -> decoded roles [] -> realm mapped roles [] -> domain mapped roles [Guest, Admin]
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Authorizing principal client.
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Authorizing against the following attributes: [] => []
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Permission mapping: identity [client] with roles [Guest, Admin] implies ("org.wildfly.security.auth.permission.LoginPermission" "") = true
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Authorization succeed
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Authentication succeed for principal [CN=client]
> 13:31:15,573 TRACE [org.wildfly.security] (default task-34) Handling MechanismInformationCallback
> 13:31:15,574 TRACE [org.wildfly.security] (default task-34) java.lang.IllegalStateException: ELY01119: Unable to resolve MechanismConfiguration for mechanismType='HTTP', mechanismName='CLIENT_CERT', hostName='localhost', protocol='https'.
> {noformat}
> The last message comes from {{ServerAuthenticationContext}} [3].
> [1] https://docs.jboss.org/author/display/WFLY/Using+the+Elytron+Subsystem#Us...
> [2] https://docs.jboss.org/author/display/WFLY/Using+the+Elytron+Subsystem#Us...
> [3] https://github.com/wildfly-security/wildfly-elytron/blob/6e4dad322ab04215...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (ELY-978) MechanismInformationCallback blocks certificate based authn (Undertow with Elytron)
by Ondrej Kotek (JIRA)
[ https://issues.jboss.org/browse/ELY-978?page=com.atlassian.jira.plugin.sy... ]
Ondrej Kotek updated ELY-978:
-----------------------------
Attachment: standalone.xml
> MechanismInformationCallback blocks certificate based authn (Undertow with Elytron)
> -----------------------------------------------------------------------------------
>
> Key: ELY-978
> URL: https://issues.jboss.org/browse/ELY-978
> Project: WildFly Elytron
> Issue Type: Bug
> Components: HTTP
> Affects Versions: 1.1.0.Beta26
> Reporter: Ondrej Kotek
> Priority: Blocker
> Labels: authentication, eap71_alpha, http, ssl
> Attachments: deployment.war, standalone.xml
>
>
> It is not possible to set up authentication based on certificates. Following the community documentation [1,2] to set up 2-way SSL for apps and certificates based auth. Everything works as expected until a client with {{client}} certificate tries to access protected resource that should be accessible. Such resource returns 403 Forbidden instead of 200 OK. Trace log:
> {noformat}
> 13:31:15,565 TRACE [org.wildfly.security] (default task-33) Evidence verification: evidence = org.wildfly.security.evidence.X509PeerCertificateChainEvidence@42d7e114 evidencePrincipal = CN=client
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) X500 principal [CN=client] decoded as name [client] (attribute values: [client])
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Principal assigning: [CN=client], pre-realm rewritten: [client], realm name: [ksRealm], post realm rewritten: [client], realm rewritten: [client]
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) X500 principal [CN=client] decoded as name [client] (attribute values: [client])
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Evidence verification succeed for alias [client]
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Role mapping: principal [client] -> decoded roles [] -> realm mapped roles [] -> domain mapped roles [Guest, Admin]
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Authorizing principal client.
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Authorizing against the following attributes: [] => []
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Permission mapping: identity [client] with roles [Guest, Admin] implies ("org.wildfly.security.auth.permission.LoginPermission" "") = true
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Authorization succeed
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Authentication succeed for principal [CN=client]
> 13:31:15,573 TRACE [org.wildfly.security] (default task-34) Handling MechanismInformationCallback
> 13:31:15,574 TRACE [org.wildfly.security] (default task-34) java.lang.IllegalStateException: ELY01119: Unable to resolve MechanismConfiguration for mechanismType='HTTP', mechanismName='CLIENT_CERT', hostName='localhost', protocol='https'.
> {noformat}
> The last message comes from {{ServerAuthenticationContext}} [3].
> [1] https://docs.jboss.org/author/display/WFLY/Using+the+Elytron+Subsystem#Us...
> [2] https://docs.jboss.org/author/display/WFLY/Using+the+Elytron+Subsystem#Us...
> [3] https://github.com/wildfly-security/wildfly-elytron/blob/6e4dad322ab04215...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (ELY-978) MechanismInformationCallback blocks certificate based authn (Undertow with Elytron)
by Ondrej Kotek (JIRA)
[ https://issues.jboss.org/browse/ELY-978?page=com.atlassian.jira.plugin.sy... ]
Ondrej Kotek updated ELY-978:
-----------------------------
Attachment: deployment.war
> MechanismInformationCallback blocks certificate based authn (Undertow with Elytron)
> -----------------------------------------------------------------------------------
>
> Key: ELY-978
> URL: https://issues.jboss.org/browse/ELY-978
> Project: WildFly Elytron
> Issue Type: Bug
> Components: HTTP
> Affects Versions: 1.1.0.Beta26
> Reporter: Ondrej Kotek
> Priority: Blocker
> Labels: authentication, eap71_alpha, http, ssl
> Attachments: deployment.war, standalone.xml
>
>
> It is not possible to set up authentication based on certificates. Following the community documentation [1,2] to set up 2-way SSL for apps and certificates based auth. Everything works as expected until a client with {{client}} certificate tries to access protected resource that should be accessible. Such resource returns 403 Forbidden instead of 200 OK. Trace log:
> {noformat}
> 13:31:15,565 TRACE [org.wildfly.security] (default task-33) Evidence verification: evidence = org.wildfly.security.evidence.X509PeerCertificateChainEvidence@42d7e114 evidencePrincipal = CN=client
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) X500 principal [CN=client] decoded as name [client] (attribute values: [client])
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Principal assigning: [CN=client], pre-realm rewritten: [client], realm name: [ksRealm], post realm rewritten: [client], realm rewritten: [client]
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) X500 principal [CN=client] decoded as name [client] (attribute values: [client])
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Evidence verification succeed for alias [client]
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Role mapping: principal [client] -> decoded roles [] -> realm mapped roles [] -> domain mapped roles [Guest, Admin]
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Authorizing principal client.
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Authorizing against the following attributes: [] => []
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Permission mapping: identity [client] with roles [Guest, Admin] implies ("org.wildfly.security.auth.permission.LoginPermission" "") = true
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Authorization succeed
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Authentication succeed for principal [CN=client]
> 13:31:15,573 TRACE [org.wildfly.security] (default task-34) Handling MechanismInformationCallback
> 13:31:15,574 TRACE [org.wildfly.security] (default task-34) java.lang.IllegalStateException: ELY01119: Unable to resolve MechanismConfiguration for mechanismType='HTTP', mechanismName='CLIENT_CERT', hostName='localhost', protocol='https'.
> {noformat}
> The last message comes from {{ServerAuthenticationContext}} [3].
> [1] https://docs.jboss.org/author/display/WFLY/Using+the+Elytron+Subsystem#Us...
> [2] https://docs.jboss.org/author/display/WFLY/Using+the+Elytron+Subsystem#Us...
> [3] https://github.com/wildfly-security/wildfly-elytron/blob/6e4dad322ab04215...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (ELY-978) MechanismInformationCallback blocks certificate based authn (Undertow with Elytron)
by Ondrej Kotek (JIRA)
[ https://issues.jboss.org/browse/ELY-978?page=com.atlassian.jira.plugin.sy... ]
Ondrej Kotek moved JBEAP-9074 to ELY-978:
-----------------------------------------
Project: WildFly Elytron (was: JBoss Enterprise Application Platform)
Key: ELY-978 (was: JBEAP-9074)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: HTTP
(was: Security)
Affects Version/s: 1.1.0.Beta26
(was: 7.1.0.DR12)
> MechanismInformationCallback blocks certificate based authn (Undertow with Elytron)
> -----------------------------------------------------------------------------------
>
> Key: ELY-978
> URL: https://issues.jboss.org/browse/ELY-978
> Project: WildFly Elytron
> Issue Type: Bug
> Components: HTTP
> Affects Versions: 1.1.0.Beta26
> Reporter: Ondrej Kotek
> Priority: Blocker
> Labels: authentication, eap71_alpha, http, ssl
>
> It is not possible to set up authentication based on certificates. Following the community documentation [1,2] to set up 2-way SSL for apps and certificates based auth. Everything works as expected until a client with {{client}} certificate tries to access protected resource that should be accessible. Such resource returns 403 Forbidden instead of 200 OK. Trace log:
> {noformat}
> 13:31:15,565 TRACE [org.wildfly.security] (default task-33) Evidence verification: evidence = org.wildfly.security.evidence.X509PeerCertificateChainEvidence@42d7e114 evidencePrincipal = CN=client
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) X500 principal [CN=client] decoded as name [client] (attribute values: [client])
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Principal assigning: [CN=client], pre-realm rewritten: [client], realm name: [ksRealm], post realm rewritten: [client], realm rewritten: [client]
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) X500 principal [CN=client] decoded as name [client] (attribute values: [client])
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Evidence verification succeed for alias [client]
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Role mapping: principal [client] -> decoded roles [] -> realm mapped roles [] -> domain mapped roles [Guest, Admin]
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Authorizing principal client.
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Authorizing against the following attributes: [] => []
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Permission mapping: identity [client] with roles [Guest, Admin] implies ("org.wildfly.security.auth.permission.LoginPermission" "") = true
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Authorization succeed
> 13:31:15,566 TRACE [org.wildfly.security] (default task-33) Authentication succeed for principal [CN=client]
> 13:31:15,573 TRACE [org.wildfly.security] (default task-34) Handling MechanismInformationCallback
> 13:31:15,574 TRACE [org.wildfly.security] (default task-34) java.lang.IllegalStateException: ELY01119: Unable to resolve MechanismConfiguration for mechanismType='HTTP', mechanismName='CLIENT_CERT', hostName='localhost', protocol='https'.
> {noformat}
> The last message comes from {{ServerAuthenticationContext}} [3].
> [1] https://docs.jboss.org/author/display/WFLY/Using+the+Elytron+Subsystem#Us...
> [2] https://docs.jboss.org/author/display/WFLY/Using+the+Elytron+Subsystem#Us...
> [3] https://github.com/wildfly-security/wildfly-elytron/blob/6e4dad322ab04215...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (DROOLS-1449) Confusing error messages in certain combination of invalid type declerations/imports
by Jappie Klooster (JIRA)
Jappie Klooster created DROOLS-1449:
---------------------------------------
Summary: Confusing error messages in certain combination of invalid type declerations/imports
Key: DROOLS-1449
URL: https://issues.jboss.org/browse/DROOLS-1449
Project: Drools
Issue Type: Feature Request
Components: build, tools
Affects Versions: 6.5.0.Final
Reporter: Jappie Klooster
Assignee: Petr Široký
Priority: Minor
The following drools will make the error handling flip:
{code:drools}
package dialogue;
import java.util.Unkown
declare DefaultReply
symbol:Unkown
end
{code}
Will result in:
[ERROR] Failed to execute goal org.kie:kie-maven-plugin:6.5.0.Final:build (default-build) on project salve_drools: Execution default-build of goal org.kie:kie-maven-plugin:6.5.0.Final:build failed: A required class was missing while executing org.kie:kie-maven-plugin:6.5.0.Final:build: Ljava/util/Unkown;
[ERROR] -----------------------------------------------------
[ERROR] realm = extension>org.kie:kie-maven-plugin:6.5.0.Final
[ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
[ERROR] urls[0] = file:/home/username/.m2/repository/org/kie/kie-maven-plugin/6.5.0.Final/kie-maven-plugin-6.5.0.Final.jar
[ERROR] urls[1] = file:/home/username/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
[ERROR] urls[2] = file:/home/username/.m2/repository/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar
[ERROR] urls[3] = file:/home/username/.m2/repository/javax/enterprise/cdi-api/1.0-SP4/cdi-api-1.0-SP4.jar
[ERROR] urls[4] = file:/home/username/.m2/repository/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.1_spec/1.0.1.Final/jboss-interceptors-api_1.1_spec-1.0.1.Final.jar
[ERROR] urls[5] = file:/home/username/.m2/repository/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
[ERROR] urls[6] = file:/home/username/.m2/repository/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar
[ERROR] urls[7] = file:/home/username/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
[ERROR] urls[8] = file:/home/username/.m2/repository/com/google/guava/guava/13.0.1/guava-13.0.1.jar
[ERROR] urls[9] = file:/home/username/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
[ERROR] urls[10] = file:/home/username/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
[ERROR] urls[11] = file:/home/username/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
[ERROR] urls[12] = file:/home/username/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
[ERROR] urls[13] = file:/home/username/.m2/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
[ERROR] urls[14] = file:/home/username/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar
[ERROR] urls[15] = file:/home/username/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
[ERROR] urls[16] = file:/home/username/.m2/repository/com/google/collections/google-collections/1.0/google-collections-1.0.jar
[ERROR] urls[17] = file:/home/username/.m2/repository/junit/junit/4.12/junit-4.12.jar
[ERROR] urls[18] = file:/home/username/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
[ERROR] urls[19] = file:/home/username/.m2/repository/com/google/protobuf/protobuf-java/2.6.0/protobuf-java-2.6.0.jar
[ERROR] urls[20] = file:/home/username/.m2/repository/org/drools/drools-core/6.5.0.Final/drools-core-6.5.0.Final.jar
[ERROR] urls[21] = file:/home/username/.m2/repository/org/mvel/mvel2/2.2.8.Final/mvel2-2.2.8.Final.jar
[ERROR] urls[22] = file:/home/username/.m2/repository/commons-codec/commons-codec/1.4/commons-codec-1.4.jar
[ERROR] urls[23] = file:/home/username/.m2/repository/org/drools/drools-compiler/6.5.0.Final/drools-compiler-6.5.0.Final.jar
[ERROR] urls[24] = file:/home/username/.m2/repository/org/antlr/antlr-runtime/3.5/antlr-runtime-3.5.jar
[ERROR] urls[25] = file:/home/username/.m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/ecj-4.4.2.jar
[ERROR] urls[26] = file:/home/username/.m2/repository/com/thoughtworks/xstream/xstream/1.4.9/xstream-1.4.9.jar
[ERROR] urls[27] = file:/home/username/.m2/repository/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
[ERROR] urls[28] = file:/home/username/.m2/repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
[ERROR] urls[29] = file:/home/username/.m2/repository/org/kie/kie-api/6.5.0.Final/kie-api-6.5.0.Final.jar
[ERROR] urls[30] = file:/home/username/.m2/repository/org/kie/kie-internal/6.5.0.Final/kie-internal-6.5.0.Final.jar
[ERROR] urls[31] = file:/home/username/.m2/repository/org/drools/drools-decisiontables/6.5.0.Final/drools-decisiontables-6.5.0.Final.jar
[ERROR] urls[32] = file:/home/username/.m2/repository/org/apache/poi/poi-ooxml/3.13/poi-ooxml-3.13.jar
[ERROR] urls[33] = file:/home/username/.m2/repository/org/apache/poi/poi-ooxml-schemas/3.13/poi-ooxml-schemas-3.13.jar
[ERROR] urls[34] = file:/home/username/.m2/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar
[ERROR] urls[35] = file:/home/username/.m2/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar
[ERROR] urls[36] = file:/home/username/.m2/repository/org/apache/poi/poi/3.13/poi-3.13.jar
[ERROR] urls[37] = file:/home/username/.m2/repository/org/drools/drools-templates/6.5.0.Final/drools-templates-6.5.0.Final.jar
[ERROR] urls[38] = file:/home/username/.m2/repository/org/drools/drools-scorecards/6.5.0.Final/drools-scorecards-6.5.0.Final.jar
[ERROR] urls[39] = file:/home/username/.m2/repository/org/drools/drools-pmml/6.5.0.Final/drools-pmml-6.5.0.Final.jar
[ERROR] urls[40] = file:/home/username/.m2/repository/com/sun/xml/bind/jaxb-impl/2.2.11/jaxb-impl-2.2.11.jar
[ERROR] urls[41] = file:/home/username/.m2/repository/com/sun/xml/bind/jaxb-core/2.2.11/jaxb-core-2.2.11.jar
[ERROR] urls[42] = file:/home/username/.m2/repository/org/jbpm/jbpm-bpmn2/6.5.0.Final/jbpm-bpmn2-6.5.0.Final.jar
[ERROR] urls[43] = file:/home/username/.m2/repository/org/jbpm/jbpm-flow-builder/6.5.0.Final/jbpm-flow-builder-6.5.0.Final.jar
[ERROR] urls[44] = file:/home/username/.m2/repository/org/jbpm/jbpm-flow/6.5.0.Final/jbpm-flow-6.5.0.Final.jar
[ERROR] urls[45] = file:/home/username/.m2/repository/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar
[ERROR] urls[46] = file:/home/username/.m2/repository/org/drools/drools-workbench-models-guided-dtable/6.5.0.Final/drools-workbench-models-guided-dtable-6.5.0.Final.jar
[ERROR] urls[47] = file:/home/username/.m2/repository/org/drools/drools-workbench-models-datamodel-api/6.5.0.Final/drools-workbench-models-datamodel-api-6.5.0.Final.jar
[ERROR] urls[48] = file:/home/username/.m2/repository/org/drools/drools-workbench-models-commons/6.5.0.Final/drools-workbench-models-commons-6.5.0.Final.jar
[ERROR] urls[49] = file:/home/username/.m2/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
[ERROR] urls[50] = file:/home/username/.m2/repository/org/drools/drools-workbench-models-guided-template/6.5.0.Final/drools-workbench-models-guided-template-6.5.0.Final.jar
[ERROR] urls[51] = file:/home/username/.m2/repository/org/drools/drools-workbench-models-guided-scorecard/6.5.0.Final/drools-workbench-models-guided-scorecard-6.5.0.Final.jar
[ERROR] urls[52] = file:/home/username/.m2/repository/org/slf4j/slf4j-simple/1.7.2/slf4j-simple-1.7.2.jar
[ERROR] Number of foreign imports: 1
[ERROR] import: Entry[import from realm ClassRealm[maven.api, parent: null]]
[ERROR]
[ERROR] -----------------------------------------------------: java.util.Unkown
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginContainerException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :salve_drools
----
If the type decleration does not use the symbol ie:
{code:java}
package dialogue;
import java.util.Unkown
declare DefaultReply
symbol:String
end
{code}
the error message becomes a lot better:
[ERROR] Unable to build KieBaseModel:rules
Error importing : 'java.util.Unkown'
[ function parseUtteranceparseUtterance (line:-5): Only a type can be imported. java.util.Unkown resolves to a package
]
Rule Compilation error : [Rule name='Parse raw user utterence into parsed utterance (something we understand)']
dialogue/Rule_Parse_raw_user_utterence_into_parsed_utterance_$u40$something_we_understand$u41$1360960339.java (2:300) : Only a type can be imported. java.util.Unkown resolves to a package
dialogue/Rule_Parse_raw_user_utterence_into_parsed_utterance_$u40$something_we_understand$u41$1360960339.java (2:1068) : The import dialogue.ParseUtterance cannot be resolved
dialogue/Rule_Parse_raw_user_utterence_into_parsed_utterance_$u40$something_we_understand$u41$1360960339.java (8:1848) : The method parseUtterance(PatternDatabase, UnparsedUserUtterance, String) is undefined for the type Rule_Parse_raw_user_utterence_into_parsed_utterance_$u40$something_we_understand$u41$1360960339
Rule Compilation error : [Rule name='Pick out the first symbol and insert it']
dialogue/Rule_Pick_out_the_first_symbol_and_insert_it851572034.java (2:300) : Only a type can be imported. java.util.Unkown resolves to a package
_ [... other rules that fail (not sure if I can show them) .. ]_
Error importing : 'dialogue.ParseUtterance.parseUtterance'
[ERROR] Message [id=1, kieBase=rules, level=ERROR, path=model.drl, line=1, column=0
text=Error importing : 'java.util.Unkown']
[ERROR] Message [id=2, kieBase=rules, level=ERROR, path=rules.drl, line=-5, column=0
text=[ function parseUtteranceparseUtterance (line:-5): Only a type can be imported. java.util.Unkown resolves to a package
]]
[ERROR] Message [id=3, kieBase=rules, level=ERROR, path=rules.drl, line=32, column=0
text=Rule Compilation error Only a type can be imported. java.util.Unkown resolves to a package
The import dialogue.ParseUtterance cannot be resolved
The method parseUtterance(PatternDatabase, UnparsedUserUtterance, String) is undefined for the type Rule_Parse_raw_user_utterence_into_parsed_utterance_$u40$something_we_understand$u41$1360960339]
[ERROR] Message [id=4, kieBase=rules, level=ERROR, path=rules.drl, line=81, column=0
text=Rule Compilation error Only a type can be imported. java.util.Unkown resolves to a package
The import dialogue.ParseUtterance cannot be resolved]
[ERROR] Message [id=5, kieBase=rules, level=ERROR, path=rules.drl, line=7, column=0
text=Rule Compilation error Only a type can be imported. java.util.Unkown resolves to a package
The import dialogue.ParseUtterance cannot be resolved
The constructor DefaultReply(Symbol) is undefined]
[ERROR] Message [id=6, kieBase=rules, level=ERROR, path=rules.drl, line=90, column=0
text=Rule Compilation error Only a type can be imported. java.util.Unkown resolves to a package
The import dialogue.ParseUtterance cannot be resolved]
[ERROR] Message [id=7, kieBase=rules, level=ERROR, path=rules.drl, line=72, column=0
text=Rule Compilation error Only a type can be imported. java.util.Unkown resolves to a package
The import dialogue.ParseUtterance cannot be resolved
The method randomLiteral(Random) is undefined for the type String]
[ERROR] Message [id=8, kieBase=rules, level=ERROR, path=rules.drl, line=-1, column=0
text=Error importing : 'dialogue.ParseUtterance.parseUtterance']
----
What I'm missing from the first case is the file name where the linking fails, and the line numbers where Unkown occurs.
It should also be much more obvious about what symbol can't be found.
Dumping each jar that is used is not very helpful since most people will use maven. It should dump instead all the maven dependencies.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (WFCORE-2321) ProcessStateListenerTestCase from wf-core fails intermittently
by ehsavoie Hugonnet (JIRA)
[ https://issues.jboss.org/browse/WFCORE-2321?page=com.atlassian.jira.plugi... ]
ehsavoie Hugonnet moved JBEAP-9069 to WFCORE-2321:
--------------------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-2321 (was: JBEAP-9069)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Domain Management
(was: Domain Management)
Affects Version/s: 3.0.0.Beta4
(was: 7.1.0.DR11)
> ProcessStateListenerTestCase from wf-core fails intermittently
> --------------------------------------------------------------
>
> Key: WFCORE-2321
> URL: https://issues.jboss.org/browse/WFCORE-2321
> Project: WildFly Core
> Issue Type: Bug
> Components: Domain Management
> Affects Versions: 3.0.0.Beta4
> Reporter: ehsavoie Hugonnet
> Assignee: ehsavoie Hugonnet
>
> *Description of problem:*
> org.jboss.as.test.integration.domain.events.ProcessStateListenerTestCase from wf-core fails intermittently on Windows
> *How reproducible:*
> 3%
> *Actual results:*
> StackTrace:
> {noformat}
> java.lang.AssertionError: Expected lines: [HOST_CONTROLLER normal ok stopping, HOST_CONTROLLER normal starting ok, HOST_CONTROLLER normal ok stopping] but was [HOST_CONTROLLER normal ok stopping, HOST_CONTROLLER normal starting stopping] expected:<3> but was:<2>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:834)
> at org.junit.Assert.assertEquals(Assert.java:645)
> at org.jboss.as.test.integration.domain.events.ProcessStateListenerTestCase.checkLines(ProcessStateListenerTestCase.java:198)
> at org.jboss.as.test.integration.domain.events.ProcessStateListenerTestCase.doTestListenerServer(ProcessStateListenerTestCase.java:181)
> at org.jboss.as.test.integration.domain.events.ProcessStateListenerTestCase.testListenerOnHostController(ProcessStateListenerTestCase.java:117)
> {noformat}
> Standard output:
> {noformat}
> [Server:main-one] 04:25:29,349 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment test-jmx-notifications-deployment.jar (runtime-name: test-jmx-notifications-deployment.jar) in 8ms
> [Server:main-one] 04:25:29,374 INFO [org.jboss.as.server] (ServerService Thread Pool -- 14) WFLYSRV0009: Undeployed "test-jmx-notifications-deployment.jar" (runtime-name: "test-jmx-notifications-deployment.jar")
> [Server:main-one] 04:25:29,380 INFO [org.jboss.as.repository] (ServerService Thread Pool -- 14) WFLYDR0002: Content removed from location W:\workspace\eap-7x-as-testsuite-test-core-windows\8d745675\testsuite\domain\target\domains\JmxControlledStateNotificationsTestCase\master\servers\main-one\data\content\f3\d1f9875100d07edc87c90fd08c297797c34108\content
> [Host Controller] 04:25:29,410 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location W:\workspace\eap-7x-as-testsuite-test-core-windows\8d745675\testsuite\domain\target\domains\JmxControlledStateNotificationsTestCase\master\data\content\f3\d1f9875100d07edc87c90fd08c297797c34108\content
> 04:25:36,309 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.0.Beta4-redhat-1
> 04:25:36,841 INFO [org.jboss.as.process.Host Controller.status] (main) WFLYPC0018: Starting process 'Host Controller'
> [Host Controller] 04:25:43,090 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.0.Beta4-redhat-1
> [Host Controller] 04:25:43,668 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.7.SP1-redhat-1
> [Host Controller] 04:25:43,730 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Core 3.0.0.Alpha22-redhat-1 "Kenny" starting
> [Host Controller] 04:25:44,184 INFO [org.jboss.as.domain.management] (Controller Boot Thread) WFLYDM0136: Registered OpenSSL provider
> [Host Controller] 04:25:44,420 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/host=master/core-service=management/management-interface=native-interface' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
> [Host Controller] 04:25:44,422 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/host=master/core-service=management/management-interface=http-interface' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
> [Host Controller] 04:25:44,530 INFO [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0003: Creating http management service using network interface (management) port (9990) securePort (-1)
> [Host Controller] 04:25:44,536 INFO [org.xnio] (MSC service thread 1-4) XNIO version 3.4.3.Final-redhat-1
> [Host Controller] 04:25:44,542 INFO [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.4.3.Final-redhat-1
> [Host Controller] 04:25:44,598 INFO [org.jboss.as.patching] (MSC service thread 1-1) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none
> [Host Controller] 04:25:44,674 INFO [org.jboss.remoting] (MSC service thread 1-4) JBoss Remoting version 5.0.0.Beta12-redhat-1
> [Host Controller] 04:25:44,696 INFO [org.wildfly.security] (MSC service thread 1-4) ELY00001: WildFly Elytron version 1.1.0.Beta21-redhat-1
> [Host Controller] 04:25:44,755 INFO [org.jboss.as.remoting] (MSC service thread 1-2) WFLYRMT0001: Listening on 127.0.0.1:9999
> [Host Controller] 04:25:44,785 WARN [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-1) WFLYDMHTTP0003: Unable to load console module for slot main, disabling console
> [Host Controller] 04:25:45,252 INFO [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0023: Starting server main-one
> 04:25:45,266 INFO [org.jboss.as.process.Server:main-one.status] (ProcessController-threads - 3) WFLYPC0018: Starting process 'Server:main-one'
> [Server:main-one] 04:25:51,569 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.0.Beta4-redhat-1
> [Server:main-one] 04:25:52,175 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.7.SP1-redhat-1
> [Server:main-one] 04:25:52,342 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Core 3.0.0.Alpha22-redhat-1 "Kenny" starting
> [Server:main-one] 04:25:52,404 INFO [org.xnio] (MSC service thread 1-1) XNIO version 3.4.3.Final-redhat-1
> [Server:main-one] 04:25:52,422 INFO [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.4.3.Final-redhat-1
> [Server:main-one] 04:25:52,619 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 5.0.0.Beta12-redhat-1
> [Server:main-one] 04:25:52,635 INFO [org.wildfly.security] (MSC service thread 1-1) ELY00001: WildFly Elytron version 1.1.0.Beta21-redhat-1
> [Server:main-one] 04:25:52,816 INFO [org.jboss.as.domain.management] (MSC service thread 1-4) WFLYDM0136: Registered OpenSSL provider
> [Host Controller] 04:25:53,187 INFO [org.jboss.as.host.controller] (management task-8) WFLYHC0021: Server [Server:main-one] connected using connection [Channel ID 0fdf5dfd (inbound) of Remoting connection 06174798 to /127.0.0.1:65013 of endpoint "master:MANAGEMENT" <4315d93e>]
> [Host Controller] 04:25:53,218 INFO [org.jboss.as.host.controller] (server-registration-threads - 1) WFLYHC0020: Registering server main-one
> [Host Controller] 04:25:53,231 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
> [Host Controller] 04:25:53,231 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
> [Host Controller] 04:25:53,231 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 3.0.0.Alpha22-redhat-1 "Kenny" (Host Controller) started in 10816ms - Started 50 of 50 services (13 services are lazy, passive or on-demand)
> INFO [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] ServerIdentity{name=main-one, host=master, server-group=main-server-group} status is starting
> [Server:main-one] 04:25:53,597 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 13) WFLYIO001: Worker 'default' has auto-configured to 4 core threads with 32 task threads based on your 2 available processors
> [Server:main-one] 04:25:53,652 INFO [org.jboss.as.patching] (MSC service thread 1-2) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none
> [Server:main-one] 04:25:53,769 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 3.0.0.Alpha22-redhat-1 "Kenny" started in 2933ms - Started 49 of 66 services (24 services are lazy, passive or on-demand)
> [Server:main-one] 04:25:53,771 INFO [org.jboss.as.server] (ServerService Thread Pool -- 5) WFLYSRV0212: Resuming server
> INFO [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] All servers started in 19286 ms
> INFO [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] HostController started in 19539 ms
> [Host Controller] 04:25:54,228 INFO [org.jboss.as.host.controller] (Host Controller Service Threads - 13) WFLYHC0024: Stopping server main-one
> 04:25:54,231 INFO [org.jboss.as.process.Server:main-one.status] (ProcessController-threads - 3) WFLYPC0019: Stopping process 'Server:main-one'
> [Server:main-one] 04:25:54,233 INFO [org.jboss.as.server] (main) WFLYSRV0240: ProcessController has signalled to shut down; shutting down
> [Host Controller] 04:25:54,257 INFO [org.jboss.as.host.controller] (management task-6) WFLYHC0027: Unregistering server main-one
> [Server:main-one] 04:25:54,277 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0050: WildFly Core 3.0.0.Alpha22-redhat-1 "Kenny" stopped in 31ms
> 04:25:54,640 INFO [org.jboss.as.process.Server:main-one.status] (reaper for Server:main-one) WFLYPC0011: Process 'Server:main-one' finished with an exit status of 0
> [Host Controller] 04:25:54,642 INFO [org.jboss.as.host.controller] (ProcessControllerConnection-thread - 2) WFLYHC0027: Unregistering server main-one
> [Host Controller] 04:25:54,659 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0050: WildFly Core 3.0.0.Alpha22-redhat-1 "Kenny" stopped in 438ms
> [Host Controller] 04:25:54,662 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Core 3.0.0.Alpha22-redhat-1 "Kenny" starting
> [Host Controller] 04:25:54,692 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/host=master/core-service=management/management-interface=native-interface' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
> [Host Controller] 04:25:54,693 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/host=master/core-service=management/management-interface=http-interface' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
> [Host Controller] 04:25:54,710 INFO [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0003: Creating http management service using network interface (management) port (9990) securePort (-1)
> [Host Controller] 04:25:54,723 INFO [org.jboss.as.patching] (MSC service thread 1-1) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none
> [Host Controller] 04:25:54,736 WARN [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-1) WFLYDMHTTP0003: Unable to load console module for slot main, disabling console
> [Host Controller] 04:25:54,738 INFO [org.jboss.as.remoting] (MSC service thread 1-4) WFLYRMT0001: Listening on 127.0.0.1:9999
> [Host Controller] 04:25:54,859 INFO [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0023: Starting server main-one
> 04:25:54,872 INFO [org.jboss.as.process.Server:main-one.status] (ProcessController-threads - 3) WFLYPC0018: Starting process 'Server:main-one'
> [Server:main-one] 04:26:01,245 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.0.Beta4-redhat-1
> [Server:main-one] 04:26:01,817 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.7.SP1-redhat-1
> [Server:main-one] 04:26:01,948 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Core 3.0.0.Alpha22-redhat-1 "Kenny" starting
> [Server:main-one] 04:26:02,062 INFO [org.xnio] (MSC service thread 1-1) XNIO version 3.4.3.Final-redhat-1
> [Server:main-one] 04:26:02,069 INFO [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.4.3.Final-redhat-1
> [Server:main-one] 04:26:02,287 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 5.0.0.Beta12-redhat-1
> [Server:main-one] 04:26:02,305 INFO [org.wildfly.security] (MSC service thread 1-1) ELY00001: WildFly Elytron version 1.1.0.Beta21-redhat-1
> [Server:main-one] 04:26:02,485 INFO [org.jboss.as.domain.management] (MSC service thread 1-3) WFLYDM0136: Registered OpenSSL provider
> [Host Controller] 04:26:02,828 INFO [org.jboss.as.host.controller] (management task-6) WFLYHC0021: Server [Server:main-one] connected using connection [Channel ID 2fd5fab5 (inbound) of Remoting connection 7883e1b4 to /127.0.0.1:65044 of endpoint "master:MANAGEMENT" <7cbc6a7c>]
> [Host Controller] 04:26:02,836 INFO [org.jboss.as.host.controller] (server-registration-threads - 1) WFLYHC0020: Registering server main-one
> [Server:main-one] 04:26:03,156 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 13) WFLYIO001: Worker 'default' has auto-configured to 4 core threads with 32 task threads based on your 2 available processors
> INFO [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] ServerIdentity{name=main-one, host=master, server-group=main-server-group} status is starting
> [Server:main-one] 04:26:03,221 INFO [org.jboss.as.patching] (MSC service thread 1-2) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none
> [Server:main-one] 04:26:03,384 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 3.0.0.Alpha22-redhat-1 "Kenny" started in 2948ms - Started 49 of 66 services (24 services are lazy, passive or on-demand)
> [Server:main-one] 04:26:03,385 INFO [org.jboss.as.server] (ServerService Thread Pool -- 8) WFLYSRV0212: Resuming server
> [Host Controller] 04:26:03,465 INFO [org.jboss.as.host.controller] (management-handler-thread - 4) WFLYHC0180: Shutting down in response to management operation 'shutdown'
> 04:26:03,469 INFO [org.jboss.as.process] (Thread-15) WFLYPC0017: Shutting down process controller
> 04:26:03,470 INFO [org.jboss.as.process.Host Controller.status] (Thread-15) WFLYPC0019: Stopping process 'Host Controller'
> [Host Controller] 04:26:03,485 INFO [org.jboss.as.host.controller] (Host Controller Service Threads - 27) WFLYHC0024: Stopping server main-one
> 04:26:03,487 INFO [org.jboss.as.process.Server:main-one.status] (ProcessController-threads - 3) WFLYPC0019: Stopping process 'Server:main-one'
> [Server:main-one] 04:26:03,489 INFO [org.jboss.as.server] (main) WFLYSRV0240: ProcessController has signalled to shut down; shutting down
> [Host Controller] 04:26:03,522 INFO [org.jboss.as.host.controller] (management task-2) WFLYHC0027: Unregistering server main-one
> [Server:main-one] 04:26:03,529 INFO [org.jboss.as] (MSC service thread 1-4) WFLYSRV0050: WildFly Core 3.0.0.Alpha22-redhat-1 "Kenny" stopped in 21ms
> 04:26:03,897 INFO [org.jboss.as.process.Server:main-one.status] (reaper for Server:main-one) WFLYPC0011: Process 'Server:main-one' finished with an exit status of 0
> [Host Controller] 04:26:03,898 INFO [org.jboss.as.host.controller] (ProcessControllerConnection-thread - 2) WFLYHC0027: Unregistering server main-one
> 04:26:12,537 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.0.Beta4-redhat-1
> 04:26:13,096 INFO [org.jboss.as.process.Host Controller.status] (main) WFLYPC0018: Starting process 'Host Controller'
> [Host Controller] 04:26:19,971 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.0.Beta4-redhat-1
> [Host Controller] 04:26:20,519 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.7.SP1-redhat-1
> [Host Controller] 04:26:20,575 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Core 3.0.0.Alpha22-redhat-1 "Kenny" starting
> [Host Controller] 04:26:20,997 INFO [org.jboss.as.domain.management] (Controller Boot Thread) WFLYDM0136: Registered OpenSSL provider
> [Host Controller] 04:26:21,231 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/host=master/core-service=management/management-interface=native-interface' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
> [Host Controller] 04:26:21,233 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/host=master/core-service=management/management-interface=http-interface' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
> [Host Controller] 04:26:21,351 INFO [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0003: Creating http management service using network interface (management) port (9990) securePort (-1)
> [Host Controller] 04:26:21,418 INFO [org.jboss.as.patching] (MSC service thread 1-2) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none
> [Host Controller] 04:26:21,426 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.4.3.Final-redhat-1
> [Host Controller] 04:26:21,432 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.4.3.Final-redhat-1
> [Host Controller] 04:26:21,614 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 5.0.0.Beta12-redhat-1
> [Host Controller] 04:26:21,638 INFO [org.wildfly.security] (MSC service thread 1-1) ELY00001: WildFly Elytron version 1.1.0.Beta21-redhat-1
> [Host Controller] 04:26:21,685 INFO [org.jboss.as.remoting] (MSC service thread 1-1) WFLYRMT0001: Listening on 127.0.0.1:9999
> [Host Controller] 04:26:21,710 WARN [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-2) WFLYDMHTTP0003: Unable to load console module for slot main, disabling console
> [Host Controller] 04:26:22,152 INFO [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0023: Starting server main-one
> 04:26:22,162 INFO [org.jboss.as.process.Server:main-one.status] (ProcessController-threads - 3) WFLYPC0018: Starting process 'Server:main-one'
> [Server:main-one] 04:26:28,565 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.0.Beta4-redhat-1
> [Server:main-one] 04:26:29,158 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.7.SP1-redhat-1
> [Server:main-one] 04:26:29,295 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Core 3.0.0.Alpha22-redhat-1 "Kenny" starting
> [Server:main-one] 04:26:29,409 INFO [org.xnio] (MSC service thread 1-1) XNIO version 3.4.3.Final-redhat-1
> [Server:main-one] 04:26:29,419 INFO [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.4.3.Final-redhat-1
> [Server:main-one] 04:26:29,605 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 5.0.0.Beta12-redhat-1
> [Server:main-one] 04:26:29,624 INFO [org.wildfly.security] (MSC service thread 1-1) ELY00001: WildFly Elytron version 1.1.0.Beta21-redhat-1
> [Server:main-one] 04:26:29,842 INFO [org.jboss.as.domain.management] (MSC service thread 1-1) WFLYDM0136: Registered OpenSSL provider
> [Host Controller] 04:26:30,290 INFO [org.jboss.as.host.controller] (management task-4) WFLYHC0021: Server [Server:main-one] connected using connection [Channel ID 604f0718 (inbound) of Remoting connection 28c687ba to /127.0.0.1:65081 of endpoint "master:MANAGEMENT" <2ca0b551>]
> [Host Controller] 04:26:30,357 INFO [org.jboss.as.host.controller] (server-registration-threads - 1) WFLYHC0020: Registering server main-one
> [Host Controller] 04:26:30,421 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
> [Host Controller] 04:26:30,421 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
> [Host Controller] 04:26:30,422 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 3.0.0.Alpha22-redhat-1 "Kenny" (Host Controller) started in 11766ms - Started 50 of 50 services (13 services are lazy, passive or on-demand)
> [Server:main-one] 04:26:30,649 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 13) WFLYIO001: Worker 'default' has auto-configured to 4 core threads with 32 task threads based on your 2 available processors
> [Server:main-one] 04:26:30,722 INFO [org.jboss.as.patching] (MSC service thread 1-4) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none
> [Server:main-one] 04:26:30,797 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 3.0.0.Alpha22-redhat-1 "Kenny" started in 3014ms - Started 49 of 66 services (24 services are lazy, passive or on-demand)
> [Server:main-one] 04:26:30,804 INFO [org.jboss.as.server] (ServerService Thread Pool -- 5) WFLYSRV0212: Resuming server
> {noformat}
> *Expected results:*
> No errors.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (HAWKULARQE-46) Agent starts the agentservice when an agent config is changed.
by Matt Mahoney (JIRA)
[ https://issues.jboss.org/browse/HAWKULARQE-46?page=com.atlassian.jira.plu... ]
Matt Mahoney updated HAWKULARQE-46:
-----------------------------------
Environment:
>From hrupp Status 2/23/2017 - Agent Release 0.28
Major change to wildfly agent internals - it now restarts the agent
service when an agent config is changed.
was:
>From hrupp Status 2/23/2017
Major change to wildfly agent internals - it now restarts the agent
service when an agent config is changed.
> Agent starts the agentservice when an agent config is changed.
> --------------------------------------------------------------
>
> Key: HAWKULARQE-46
> URL: https://issues.jboss.org/browse/HAWKULARQE-46
> Project: Hawkular QE
> Issue Type: Task
> Environment: From hrupp Status 2/23/2017 - Agent Release 0.28
> Major change to wildfly agent internals - it now restarts the agent
> service when an agent config is changed.
> Reporter: Matt Mahoney
> Assignee: mfoley user
>
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months