[JBoss JIRA] (WFCORE-434) Fix AuditLogFieldsOfLogTestCase
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFCORE-434?page=com.atlassian.jira.plugin... ]
Brian Stansberry moved WFLY-3855 to WFCORE-434:
-----------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-434 (was: WFLY-3855)
Affects Version/s: (was: 9.0.0.Alpha1)
> Fix AuditLogFieldsOfLogTestCase
> -------------------------------
>
> Key: WFCORE-434
> URL: https://issues.jboss.org/browse/WFCORE-434
> Project: WildFly Core
> Issue Type: Bug
> Reporter: Tomaz Cerar
> Assignee: Tomaz Cerar
>
> Test started to fail with:
> {noformat}
> java.lang.IllegalArgumentException: Invalid character: -
> at org.jboss.dmr.JSONParserImpl.invalid(JSONParserImpl.java:136)
> at org.jboss.dmr.JSONParser.yyLex(JSONParser.java:596)
> at org.jboss.dmr.JSONParser.yyParse(JSONParser.java:662)
> at org.jboss.dmr.ModelNode.fromJSONString(ModelNode.java:1390)
> at org.jboss.as.test.manualmode.auditlog.AuditLogFieldsOfLogTestCase.testAuditLoggingFields(AuditLogFieldsOfLogTestCase.java:106)
> {noformat}
> message was (notice the extra "-" in front)
> {noformat}
> - {
> "type" : "core",
> "r/o" : false,
> "booting" : false,
> "version" : "9.0.0.Alpha1",
> "user" : "IAmAdmin",
> "domainUUID" : null,
> "access" : "NATIVE",
> "remote-address" : "127.0.0.1/127.0.0.1",
> "success" : true,
> "ops" : [{
> "operation" : "write-attribute",
> "address" : [
> {
> "core-service" : "management"
> },
> {
> "access" : "audit"
> },
> {
> "logger" : "audit-log"
> }
> ],
> "name" : "log-boot",
> "value" : true,
> "operation-headers" : {
> "caller-type" : "user",
> "access-mechanism" : "NATIVE"
> }
> }]
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
10 years, 1 month
[JBoss JIRA] (WFLY-3983) Unknown deployment type: resource-adapters when user click on resource adapter in admin console
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-3983?page=com.atlassian.jira.plugin.... ]
Brian Stansberry commented on WFLY-3983:
----------------------------------------
Heiko, this may very well be a resource-adapter subsystem problem, in which case please change the component to JCA and assign to Stefano Maestri.
> Unknown deployment type: resource-adapters when user click on resource adapter in admin console
> -----------------------------------------------------------------------------------------------
>
> Key: WFLY-3983
> URL: https://issues.jboss.org/browse/WFLY-3983
> Project: WildFly
> Issue Type: Bug
> Components: Web Console
> Affects Versions: JBoss AS7 7.2.0.Final
> Environment: JBOSS EAP 6.2 , Windows
> Reporter: Sri chilukuri
> Assignee: Heiko Braun
>
> We have myproduct.ear which is deployed in JBoss EAP 6.2. myproduct.ear contains following modules. All the modules are deployed and everything works as expected. We are having 'Unknown deployment type: resource-adapters' error message when we click on myproduct.ear.myadapter.rar in Runtime.Deployments.Available Deployments in Admin console. This is working fine in JBoss EAP 6.1 and issue is showing up from JBoss EAP 6.2 to wildfly-8.1.0.Final. myproduct.ear.myweb.war and myweb.war.mybeans.jar works as expected when user click on them.
> EAR modules:
> myproduct.ear
> ------ myweb.war
> ------ mybeans.jar
> -------myadapter.rar
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
10 years, 1 month
[JBoss JIRA] (WFLY-3983) Unknown deployment type: resource-adapters when user click on resource adapter in admin console
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-3983?page=com.atlassian.jira.plugin.... ]
Brian Stansberry updated WFLY-3983:
-----------------------------------
Component/s: Web Console
> Unknown deployment type: resource-adapters when user click on resource adapter in admin console
> -----------------------------------------------------------------------------------------------
>
> Key: WFLY-3983
> URL: https://issues.jboss.org/browse/WFLY-3983
> Project: WildFly
> Issue Type: Bug
> Components: Web Console
> Affects Versions: JBoss AS7 7.2.0.Final
> Environment: JBOSS EAP 6.2 , Windows
> Reporter: Sri chilukuri
> Assignee: Jason Greene
>
> We have myproduct.ear which is deployed in JBoss EAP 6.2. myproduct.ear contains following modules. All the modules are deployed and everything works as expected. We are having 'Unknown deployment type: resource-adapters' error message when we click on myproduct.ear.myadapter.rar in Runtime.Deployments.Available Deployments in Admin console. This is working fine in JBoss EAP 6.1 and issue is showing up from JBoss EAP 6.2 to wildfly-8.1.0.Final. myproduct.ear.myweb.war and myweb.war.mybeans.jar works as expected when user click on them.
> EAR modules:
> myproduct.ear
> ------ myweb.war
> ------ mybeans.jar
> -------myadapter.rar
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
10 years, 1 month
[JBoss JIRA] (WFLY-3983) Unknown deployment type: resource-adapters when user click on resource adapter in admin console
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-3983?page=com.atlassian.jira.plugin.... ]
Brian Stansberry updated WFLY-3983:
-----------------------------------
Assignee: Heiko Braun (was: Jason Greene)
> Unknown deployment type: resource-adapters when user click on resource adapter in admin console
> -----------------------------------------------------------------------------------------------
>
> Key: WFLY-3983
> URL: https://issues.jboss.org/browse/WFLY-3983
> Project: WildFly
> Issue Type: Bug
> Components: Web Console
> Affects Versions: JBoss AS7 7.2.0.Final
> Environment: JBOSS EAP 6.2 , Windows
> Reporter: Sri chilukuri
> Assignee: Heiko Braun
>
> We have myproduct.ear which is deployed in JBoss EAP 6.2. myproduct.ear contains following modules. All the modules are deployed and everything works as expected. We are having 'Unknown deployment type: resource-adapters' error message when we click on myproduct.ear.myadapter.rar in Runtime.Deployments.Available Deployments in Admin console. This is working fine in JBoss EAP 6.1 and issue is showing up from JBoss EAP 6.2 to wildfly-8.1.0.Final. myproduct.ear.myweb.war and myweb.war.mybeans.jar works as expected when user click on them.
> EAR modules:
> myproduct.ear
> ------ myweb.war
> ------ mybeans.jar
> -------myadapter.rar
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
10 years, 1 month
[JBoss JIRA] (WFLY-3983) Unknown deployment type: resource-adapters when user click on resource adapter in admin console
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-3983?page=com.atlassian.jira.plugin.... ]
Brian Stansberry updated WFLY-3983:
-----------------------------------
Priority: Major (was: Critical)
> Unknown deployment type: resource-adapters when user click on resource adapter in admin console
> -----------------------------------------------------------------------------------------------
>
> Key: WFLY-3983
> URL: https://issues.jboss.org/browse/WFLY-3983
> Project: WildFly
> Issue Type: Bug
> Affects Versions: JBoss AS7 7.2.0.Final
> Environment: JBOSS EAP 6.2 , Windows
> Reporter: Sri chilukuri
> Assignee: Jason Greene
>
> We have myproduct.ear which is deployed in JBoss EAP 6.2. myproduct.ear contains following modules. All the modules are deployed and everything works as expected. We are having 'Unknown deployment type: resource-adapters' error message when we click on myproduct.ear.myadapter.rar in Runtime.Deployments.Available Deployments in Admin console. This is working fine in JBoss EAP 6.1 and issue is showing up from JBoss EAP 6.2 to wildfly-8.1.0.Final. myproduct.ear.myweb.war and myweb.war.mybeans.jar works as expected when user click on them.
> EAR modules:
> myproduct.ear
> ------ myweb.war
> ------ mybeans.jar
> -------myadapter.rar
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
10 years, 1 month
[JBoss JIRA] (WFLY-4028) Can't register cache-container with more than one local-cache entries
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-4028?page=com.atlassian.jira.plugin.... ]
Brian Stansberry updated WFLY-4028:
-----------------------------------
Component/s: Clustering
> Can't register cache-container with more than one local-cache entries
> ---------------------------------------------------------------------
>
> Key: WFLY-4028
> URL: https://issues.jboss.org/browse/WFLY-4028
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 9.0.0.Alpha1
> Reporter: Dmitry Lisovsky
> Assignee: Jason Greene
>
> When I try to add my cache-container with more then one local-cache entries in standalone-full.xml I got error:
> {noformat}
> ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 38) WFLYCTL0013: Operation ("add") failed - address: ([
> ("subsystem" => "infinispan"),
> ("cache-container" => "my-container-name"),
> ("local-cache" => "my-2nd-local-cache-name")
> ]): org.jboss.msc.service.DuplicateServiceException: Service jboss.naming.context.java.jboss.true is already registered
> at org.jboss.msc.service.ServiceRegistrationImpl.setInstance(ServiceRegistrationImpl.java:158) [jboss-msc-1.2.2.Final.jar:1.2.2.Final]
> at org.jboss.msc.service.ServiceControllerImpl.startInstallation(ServiceControllerImpl.java:235) [jboss-msc-1.2.2.Final.jar:1.2.2.Final]
> at org.jboss.msc.service.ServiceContainerImpl.install(ServiceContainerImpl.java:767) [jboss-msc-1.2.2.Final.jar:1.2.2.Final]
> at org.jboss.msc.service.ServiceTargetImpl.install(ServiceTargetImpl.java:223) [jboss-msc-1.2.2.Final.jar:1.2.2.Final]
> at org.jboss.msc.service.ServiceControllerImpl$ChildServiceTarget.install(ServiceControllerImpl.java:2401) [jboss-msc-1.2.2.Final.jar:1.2.2.Final]
> at org.jboss.msc.service.ServiceBuilderImpl.install(ServiceBuilderImpl.java:317) [jboss-msc-1.2.2.Final.jar:1.2.2.Final]
> at org.jboss.as.controller.OperationContextImpl$ContextServiceBuilder.install(OperationContextImpl.java:1866) [wildfly-controller-1.0.0.Alpha8.jar:1.0.0.Alpha8]
> at org.jboss.as.clustering.infinispan.subsystem.CacheAddHandler.installJndiService(CacheAddHandler.java:318)
> at org.jboss.as.clustering.infinispan.subsystem.CacheAddHandler.installRuntimeServices(CacheAddHandler.java:225)
> at org.jboss.as.clustering.infinispan.subsystem.CacheAddHandler.performRuntime(CacheAddHandler.java:180)
> at org.jboss.as.controller.AbstractAddStepHandler$1.execute(AbstractAddStepHandler.java:131) [wildfly-controller-1.0.0.Alpha8.jar:1.0.0.Alpha8]
> at org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:695) [wildfly-controller-1.0.0.Alpha8.jar:1.0.0.Alpha8]
> at org.jboss.as.controller.AbstractOperationContext.doCompleteStep(AbstractOperationContext.java:530) [wildfly-controller-1.0.0.Alpha8.jar:1.0.0.Alpha8]
> at org.jboss.as.controller.AbstractOperationContext.completeStepInternal(AbstractOperationContext.java:303) [wildfly-controller-1.0.0.Alpha8.jar:1.0.0.Alpha8]
> at org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:298) [wildfly-controller-1.0.0.Alpha8.jar:1.0.0.Alpha8]
> at org.jboss.as.controller.ParallelBootOperationStepHandler$ParallelBootTask.run(ParallelBootOperationStepHandler.java:355) [wildfly-controller-1.0.0.Alpha8.jar:1.0.0.Alpha8]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_65]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_65]
> at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_65]
> at org.jboss.threads.JBossThread.run(JBossThread.java:122) [jboss-threads-2.1.1.Final.jar:2.1.1.Final]
> {noformat}
> The XML I'm trying to add:
> {noformat}
> <cache-container name="my-container-name" jndi-name="java:jboss/infinispan/container/my-container-name">
> <local-cache name="my-1st-local-cache-name" batching="true">
> <eviction strategy="LRU" max-entries="10000"/>
> <expiration max-idle="100000"/>
> </local-cache>
> <local-cache name="my-2nd-local-cache-name" batching="true">
> <eviction strategy="LRU" max-entries="10000"/>
> <expiration max-idle="100000"/>
> </local-cache>
> <local-cache name="my-3rd-local-cache-name" batching="true">
> <eviction strategy="LRU" max-entries="10000"/>
> <expiration max-idle="100000"/>
> </local-cache>
> </cache-container>
> {noformat}
> In the Wildfly 8.1.0 it worked OK.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
10 years, 1 month
[JBoss JIRA] (WFLY-4028) Can't register cache-container with more than one local-cache entries
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-4028?page=com.atlassian.jira.plugin.... ]
Brian Stansberry updated WFLY-4028:
-----------------------------------
Assignee: Paul Ferraro (was: Jason Greene)
> Can't register cache-container with more than one local-cache entries
> ---------------------------------------------------------------------
>
> Key: WFLY-4028
> URL: https://issues.jboss.org/browse/WFLY-4028
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 9.0.0.Alpha1
> Reporter: Dmitry Lisovsky
> Assignee: Paul Ferraro
>
> When I try to add my cache-container with more then one local-cache entries in standalone-full.xml I got error:
> {noformat}
> ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 38) WFLYCTL0013: Operation ("add") failed - address: ([
> ("subsystem" => "infinispan"),
> ("cache-container" => "my-container-name"),
> ("local-cache" => "my-2nd-local-cache-name")
> ]): org.jboss.msc.service.DuplicateServiceException: Service jboss.naming.context.java.jboss.true is already registered
> at org.jboss.msc.service.ServiceRegistrationImpl.setInstance(ServiceRegistrationImpl.java:158) [jboss-msc-1.2.2.Final.jar:1.2.2.Final]
> at org.jboss.msc.service.ServiceControllerImpl.startInstallation(ServiceControllerImpl.java:235) [jboss-msc-1.2.2.Final.jar:1.2.2.Final]
> at org.jboss.msc.service.ServiceContainerImpl.install(ServiceContainerImpl.java:767) [jboss-msc-1.2.2.Final.jar:1.2.2.Final]
> at org.jboss.msc.service.ServiceTargetImpl.install(ServiceTargetImpl.java:223) [jboss-msc-1.2.2.Final.jar:1.2.2.Final]
> at org.jboss.msc.service.ServiceControllerImpl$ChildServiceTarget.install(ServiceControllerImpl.java:2401) [jboss-msc-1.2.2.Final.jar:1.2.2.Final]
> at org.jboss.msc.service.ServiceBuilderImpl.install(ServiceBuilderImpl.java:317) [jboss-msc-1.2.2.Final.jar:1.2.2.Final]
> at org.jboss.as.controller.OperationContextImpl$ContextServiceBuilder.install(OperationContextImpl.java:1866) [wildfly-controller-1.0.0.Alpha8.jar:1.0.0.Alpha8]
> at org.jboss.as.clustering.infinispan.subsystem.CacheAddHandler.installJndiService(CacheAddHandler.java:318)
> at org.jboss.as.clustering.infinispan.subsystem.CacheAddHandler.installRuntimeServices(CacheAddHandler.java:225)
> at org.jboss.as.clustering.infinispan.subsystem.CacheAddHandler.performRuntime(CacheAddHandler.java:180)
> at org.jboss.as.controller.AbstractAddStepHandler$1.execute(AbstractAddStepHandler.java:131) [wildfly-controller-1.0.0.Alpha8.jar:1.0.0.Alpha8]
> at org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:695) [wildfly-controller-1.0.0.Alpha8.jar:1.0.0.Alpha8]
> at org.jboss.as.controller.AbstractOperationContext.doCompleteStep(AbstractOperationContext.java:530) [wildfly-controller-1.0.0.Alpha8.jar:1.0.0.Alpha8]
> at org.jboss.as.controller.AbstractOperationContext.completeStepInternal(AbstractOperationContext.java:303) [wildfly-controller-1.0.0.Alpha8.jar:1.0.0.Alpha8]
> at org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:298) [wildfly-controller-1.0.0.Alpha8.jar:1.0.0.Alpha8]
> at org.jboss.as.controller.ParallelBootOperationStepHandler$ParallelBootTask.run(ParallelBootOperationStepHandler.java:355) [wildfly-controller-1.0.0.Alpha8.jar:1.0.0.Alpha8]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_65]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_65]
> at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_65]
> at org.jboss.threads.JBossThread.run(JBossThread.java:122) [jboss-threads-2.1.1.Final.jar:2.1.1.Final]
> {noformat}
> The XML I'm trying to add:
> {noformat}
> <cache-container name="my-container-name" jndi-name="java:jboss/infinispan/container/my-container-name">
> <local-cache name="my-1st-local-cache-name" batching="true">
> <eviction strategy="LRU" max-entries="10000"/>
> <expiration max-idle="100000"/>
> </local-cache>
> <local-cache name="my-2nd-local-cache-name" batching="true">
> <eviction strategy="LRU" max-entries="10000"/>
> <expiration max-idle="100000"/>
> </local-cache>
> <local-cache name="my-3rd-local-cache-name" batching="true">
> <eviction strategy="LRU" max-entries="10000"/>
> <expiration max-idle="100000"/>
> </local-cache>
> </cache-container>
> {noformat}
> In the Wildfly 8.1.0 it worked OK.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
10 years, 1 month
[JBoss JIRA] (WFLY-4043) Cannot load custom login module
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-4043?page=com.atlassian.jira.plugin.... ]
Brian Stansberry commented on WFLY-4043:
----------------------------------------
What does the login-module config look like? Are you correctly setting the "module" attribute?
> Cannot load custom login module
> -------------------------------
>
> Key: WFLY-4043
> URL: https://issues.jboss.org/browse/WFLY-4043
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Affects Versions: 8.1.0.Final
> Environment: Java 1.8.0_25
> Reporter: Rostyslav Smirnov
> Assignee: Jason Greene
>
> When security realm authentication is configured to use JAAS domain, it is not possible to use custom login module, because there is no loader present for deployed classes. LoginContext attempts to load the login module class and fails with ClassNotFoundException.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
10 years, 1 month
[JBoss JIRA] (WFLY-4043) Cannot load custom login module
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-4043?page=com.atlassian.jira.plugin.... ]
Brian Stansberry updated WFLY-4043:
-----------------------------------
Component/s: Security
> Cannot load custom login module
> -------------------------------
>
> Key: WFLY-4043
> URL: https://issues.jboss.org/browse/WFLY-4043
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Affects Versions: 8.1.0.Final
> Environment: Java 1.8.0_25
> Reporter: Rostyslav Smirnov
> Assignee: Jason Greene
>
> When security realm authentication is configured to use JAAS domain, it is not possible to use custom login module, because there is no loader present for deployed classes. LoginContext attempts to load the login module class and fails with ClassNotFoundException.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
10 years, 1 month