[JBoss JIRA] (ISPN-4076) RHQ server plugin: bytesRead and bytesWritten stats are broken
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-4076?page=com.atlassian.jira.plugin.... ]
William Burns updated ISPN-4076:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 7.0.0.Final
7.0.0.Alpha2
Resolution: Done
> RHQ server plugin: bytesRead and bytesWritten stats are broken
> --------------------------------------------------------------
>
> Key: ISPN-4076
> URL: https://issues.jboss.org/browse/ISPN-4076
> Project: Infinispan
> Issue Type: Bug
> Components: JMX, reporting and management
> Affects Versions: 7.0.0.Alpha1
> Reporter: Tomas Sykora
> Assignee: Tomas Sykora
> Fix For: 7.0.0.Final, 7.0.0.Alpha2
>
>
> resource path: subsystem=endpoint
> and underlined connectors provides statistics: bytesRead, bytesWritten.
> However plugin asks for bytes-read and bytes-written which is wrong. Small change in map in MetricsRemappingComponent is needed.
> + We will remove monitoring of those statistics for REST endpoint, as this endpoint does not provide those statistics at all.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (ISPN-4116) Consistently use Apache Avro 1.7.5
by Sanne Grinovero (JIRA)
Sanne Grinovero created ISPN-4116:
-------------------------------------
Summary: Consistently use Apache Avro 1.7.5
Key: ISPN-4116
URL: https://issues.jboss.org/browse/ISPN-4116
Project: Infinispan
Issue Type: Component Upgrade
Components: Remote Protocols
Reporter: Sanne Grinovero
Assignee: Sanne Grinovero
Fix For: 7.0.0.Alpha2
It's not just upgrading Apache Avro from 1.3.3 to 1.7.5, as some components already depended on Avro 1.7.5.
This was possible as Avro changed group Id.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (ISPN-4100) Could not set the store properties for a *-keyed-jdbc-store
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-4100?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on ISPN-4100:
-----------------------------------------------
Pedro Ruivo <pruivo(a)redhat.com> changed the Status of [bug 1075719|https://bugzilla.redhat.com/show_bug.cgi?id=1075719] from POST to MODIFIED
> Could not set the store properties for a *-keyed-jdbc-store
> -----------------------------------------------------------
>
> Key: ISPN-4100
> URL: https://issues.jboss.org/browse/ISPN-4100
> Project: Infinispan
> Issue Type: Bug
> Components: Configuration
> Affects Versions: 7.0.0.Alpha1
> Reporter: Wolf-Dieter Fink
> Assignee: Galder Zamarreño
> Fix For: 7.0.0.Final, 7.0.0.Alpha3
>
>
> It is not possible to set the jdbc-store properties.
> i.e. the databaseType will throw an Exception:
> <replicated-cache name="MyJDBCCache" ...>
> <locking isolation="NONE" acquire-timeout="30000" concurrency-level="1000" striping="false" />
> <binary-keyed-jdbc-store datasource="java:/jdbc/CacheStoreDS" passivation="false" preload="true" purge="false" shared="true">
> <property name="createTableOnStart">true</property>
> <property name="dropTableOnExit">false</property>
> <property name="databaseType">MYSQL</property>
> <binary-keyed-table prefix="JDG">
> <id-column name="id" type="VARCHAR(255)" />
> <data-column name="datum" type="BLOB" />
> <timestamp-column name="version" type="BIGINT" />
> </binary-keyed-table>
> </binary-keyed-jdbc-store>
> </replicated-cache>
> ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 19) JBAS014612: Operation ("add") failed - address: ([
> ("subsystem" => "infinispan"),
> ("cache-container" => "clustered"),
> ("replicated-cache" => "MyJDBCCache")
> ]): org.infinispan.commons.CacheConfigurationException: Couldn't find a setter named [setDatabaseType] which takes a single parameter, for parameter databaseType on class [class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfigurationBuilder]
> at org.infinispan.configuration.parsing.XmlConfigHelper.setValues(XmlConfigHelper.java:450)
> at org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder.withProperties(AbstractStoreConfigurationBuilder.java:91)
> at org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder.withProperties(AbstractStoreConfigurationBuilder.java:9)
> at org.jboss.as.clustering.infinispan.subsystem.CacheAdd.parseCommonAttributes(CacheAdd.java:877)
> at org.jboss.as.clustering.infinispan.subsystem.CacheAdd.handleStoreProperties(CacheAdd.java:581)
> at org.jboss.as.clustering.infinispan.subsystem.CacheAdd.processModelNode(CacheAdd.java:520)
> at org.jboss.as.clustering.infinispan.subsystem.ClusteredCacheAdd.processModelNode(ClusteredCacheAdd.java:70)
> at org.jboss.as.clustering.infinispan.subsystem.SharedStateCacheAdd.processModelNode(SharedStateCacheAdd.java:47)
> at org.jboss.as.clustering.infinispan.subsystem.CacheAdd.installRuntimeServices(CacheAdd.java:223)
> at org.jboss.as.clustering.infinispan.subsystem.CacheAdd.performRuntime(CacheAdd.java:199)
> at org.jboss.as.controller.AbstractAddStepHandler$1.execute(AbstractAddStepHandler.java:50) [jboss-as-controller-7.2.0.Final.jar:7.2.0.Final]
> at org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:440) [jboss-as-controller-7.2.0.Final.jar:7.2.0.Final]
> at org.jboss.as.controller.AbstractOperationContext.doCompleteStep(AbstractOperationContext.java:322) [jboss-as-controller-7.2.0.Final.jar:7.2.0.Final]
> at org.jboss.as.controller.AbstractOperationContext.completeStepInternal(AbstractOperationContext.java:229) [jboss-as-controller-7.2.0.Final.jar:7.2.0.Final]
> at org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:224) [jboss-as-controller-7.2.0.Final.jar:7.2.0.Final]
> at org.jboss.as.controller.ParallelBootOperationStepHandler$ParallelBootTask.run(ParallelBootOperationStepHandler.java:322) [jboss-as-controller-7.2.0.Final.jar:7.2.0.Final]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_51]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_51]
> at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_51]
> at org.jboss.threads.JBossThread.run(JBossThread.java:122) [jboss-threads-2.1.0.Final.jar:2.1.0.Final]
> 17:41:13,919 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) "JBAS014784: Failed executing subsystem infinispan boot operations"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (ISPN-4115) Tx Cluster Listeners could lose event during rehash
by William Burns (JIRA)
William Burns created ISPN-4115:
-----------------------------------
Summary: Tx Cluster Listeners could lose event during rehash
Key: ISPN-4115
URL: https://issues.jboss.org/browse/ISPN-4115
Project: Infinispan
Issue Type: Bug
Components: Listeners, Transactions
Reporter: William Burns
Assignee: Dan Berindei
It is possible to get into a scenario where the primary owner changes between nodes during a commit.
N1 is primary owner
N2 is backup owner
tx1 is writing k = v1
commit tx1
N2 receives commit and updates data container
rehash happens N2 becomes primary owner
N1 receives commit and updates data container
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (ISPN-4114) AuthAndEncryptProtocolTest fails with InvalidKeyException
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-4114?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration updated ISPN-4114:
------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1076584
> AuthAndEncryptProtocolTest fails with InvalidKeyException
> ---------------------------------------------------------
>
> Key: ISPN-4114
> URL: https://issues.jboss.org/browse/ISPN-4114
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Server
> Reporter: Jakub Markos
> Assignee: Mircea Markus
> Attachments: clustered-auth-with-encrypt.xml, clustered-auth-wrong-certificate.xml, clustered-auth.xml
>
>
> The test is here: https://github.com/infinispan/infinispan/blob/master/server/integration/t...
> and fails during the servers startup with this error:
> {code}
> 16:03:36,517 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC000001: Failed to start service jboss.jgroups.channel.clustered: org.jboss.msc.service.StartException in service jboss.jgroups.channel.clustered: java.security.InvalidKeyException: No installed provider supports this key: sun.security.provider.DSAPublicKeyImpl
> at org.jboss.as.clustering.jgroups.subsystem.ChannelService.start(ChannelService.java:74)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.4.GA-redhat-1.jar:1.0.4.GA-redhat-1]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.4.GA-redhat-1.jar:1.0.4.GA-redhat-1]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_06]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_06]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_06]
> Caused by: java.security.InvalidKeyException: No installed provider supports this key: sun.security.provider.DSAPublicKeyImpl
> at javax.crypto.Cipher.chooseProvider(Cipher.java:878) [jce.jar:1.7.0_04-ea]
> at javax.crypto.Cipher.init(Cipher.java:1653) [jce.jar:1.7.0_04-ea]
> at javax.crypto.Cipher.init(Cipher.java:1549) [jce.jar:1.7.0_04-ea]
> at org.jgroups.auth.X509Token.setCertificate(X509Token.java:188)
> at org.jgroups.protocols.AUTH.init(AUTH.java:83)
> at org.jgroups.stack.ProtocolStack.initProtocolStack(ProtocolStack.java:847)
> at org.jgroups.stack.ProtocolStack.setup(ProtocolStack.java:467)
> at org.jgroups.JChannel.init(JChannel.java:824)
> at org.jgroups.JChannel.<init>(JChannel.java:158)
> at org.jboss.as.clustering.jgroups.MuxChannel.<init>(MuxChannel.java:37)
> at org.jboss.as.clustering.jgroups.JChannelFactory.createChannel(JChannelFactory.java:81)
> at org.jboss.as.clustering.jgroups.subsystem.ChannelService.start(ChannelService.java:69)
> ... 5 more
> {code}
> The server config attached.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (ISPN-4114) AuthAndEncryptProtocolTest fails with InvalidKeyException
by Jakub Markos (JIRA)
[ https://issues.jboss.org/browse/ISPN-4114?page=com.atlassian.jira.plugin.... ]
Jakub Markos updated ISPN-4114:
-------------------------------
Attachment: clustered-auth.xml
clustered-auth-with-encrypt.xml
clustered-auth-wrong-certificate.xml
Server configs used in the test
> AuthAndEncryptProtocolTest fails with InvalidKeyException
> ---------------------------------------------------------
>
> Key: ISPN-4114
> URL: https://issues.jboss.org/browse/ISPN-4114
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Server
> Reporter: Jakub Markos
> Assignee: Mircea Markus
> Attachments: clustered-auth-with-encrypt.xml, clustered-auth-wrong-certificate.xml, clustered-auth.xml
>
>
> The test is here: https://github.com/infinispan/infinispan/blob/master/server/integration/t...
> and fails during the servers startup with this error:
> {code}
> 16:03:36,517 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC000001: Failed to start service jboss.jgroups.channel.clustered: org.jboss.msc.service.StartException in service jboss.jgroups.channel.clustered: java.security.InvalidKeyException: No installed provider supports this key: sun.security.provider.DSAPublicKeyImpl
> at org.jboss.as.clustering.jgroups.subsystem.ChannelService.start(ChannelService.java:74)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.4.GA-redhat-1.jar:1.0.4.GA-redhat-1]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.4.GA-redhat-1.jar:1.0.4.GA-redhat-1]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_06]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_06]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_06]
> Caused by: java.security.InvalidKeyException: No installed provider supports this key: sun.security.provider.DSAPublicKeyImpl
> at javax.crypto.Cipher.chooseProvider(Cipher.java:878) [jce.jar:1.7.0_04-ea]
> at javax.crypto.Cipher.init(Cipher.java:1653) [jce.jar:1.7.0_04-ea]
> at javax.crypto.Cipher.init(Cipher.java:1549) [jce.jar:1.7.0_04-ea]
> at org.jgroups.auth.X509Token.setCertificate(X509Token.java:188)
> at org.jgroups.protocols.AUTH.init(AUTH.java:83)
> at org.jgroups.stack.ProtocolStack.initProtocolStack(ProtocolStack.java:847)
> at org.jgroups.stack.ProtocolStack.setup(ProtocolStack.java:467)
> at org.jgroups.JChannel.init(JChannel.java:824)
> at org.jgroups.JChannel.<init>(JChannel.java:158)
> at org.jboss.as.clustering.jgroups.MuxChannel.<init>(MuxChannel.java:37)
> at org.jboss.as.clustering.jgroups.JChannelFactory.createChannel(JChannelFactory.java:81)
> at org.jboss.as.clustering.jgroups.subsystem.ChannelService.start(ChannelService.java:69)
> ... 5 more
> {code}
> The server config attached.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (ISPN-4114) AuthAndEncryptProtocolTest fails with InvalidKeyException
by Jakub Markos (JIRA)
[ https://issues.jboss.org/browse/ISPN-4114?page=com.atlassian.jira.plugin.... ]
Jakub Markos updated ISPN-4114:
-------------------------------
Comment: was deleted
(was: Server configs used in the test)
> AuthAndEncryptProtocolTest fails with InvalidKeyException
> ---------------------------------------------------------
>
> Key: ISPN-4114
> URL: https://issues.jboss.org/browse/ISPN-4114
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Server
> Reporter: Jakub Markos
> Assignee: Mircea Markus
> Attachments: clustered-auth-with-encrypt.xml, clustered-auth-wrong-certificate.xml, clustered-auth.xml
>
>
> The test is here: https://github.com/infinispan/infinispan/blob/master/server/integration/t...
> and fails during the servers startup with this error:
> {code}
> 16:03:36,517 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC000001: Failed to start service jboss.jgroups.channel.clustered: org.jboss.msc.service.StartException in service jboss.jgroups.channel.clustered: java.security.InvalidKeyException: No installed provider supports this key: sun.security.provider.DSAPublicKeyImpl
> at org.jboss.as.clustering.jgroups.subsystem.ChannelService.start(ChannelService.java:74)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.4.GA-redhat-1.jar:1.0.4.GA-redhat-1]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.4.GA-redhat-1.jar:1.0.4.GA-redhat-1]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_06]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_06]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_06]
> Caused by: java.security.InvalidKeyException: No installed provider supports this key: sun.security.provider.DSAPublicKeyImpl
> at javax.crypto.Cipher.chooseProvider(Cipher.java:878) [jce.jar:1.7.0_04-ea]
> at javax.crypto.Cipher.init(Cipher.java:1653) [jce.jar:1.7.0_04-ea]
> at javax.crypto.Cipher.init(Cipher.java:1549) [jce.jar:1.7.0_04-ea]
> at org.jgroups.auth.X509Token.setCertificate(X509Token.java:188)
> at org.jgroups.protocols.AUTH.init(AUTH.java:83)
> at org.jgroups.stack.ProtocolStack.initProtocolStack(ProtocolStack.java:847)
> at org.jgroups.stack.ProtocolStack.setup(ProtocolStack.java:467)
> at org.jgroups.JChannel.init(JChannel.java:824)
> at org.jgroups.JChannel.<init>(JChannel.java:158)
> at org.jboss.as.clustering.jgroups.MuxChannel.<init>(MuxChannel.java:37)
> at org.jboss.as.clustering.jgroups.JChannelFactory.createChannel(JChannelFactory.java:81)
> at org.jboss.as.clustering.jgroups.subsystem.ChannelService.start(ChannelService.java:69)
> ... 5 more
> {code}
> The server config attached.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (ISPN-4114) AuthAndEncryptProtocolTest fails with InvalidKeyException
by Jakub Markos (JIRA)
Jakub Markos created ISPN-4114:
----------------------------------
Summary: AuthAndEncryptProtocolTest fails with InvalidKeyException
Key: ISPN-4114
URL: https://issues.jboss.org/browse/ISPN-4114
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Server
Reporter: Jakub Markos
Assignee: Mircea Markus
The test is here: https://github.com/infinispan/infinispan/blob/master/server/integration/t...
and fails during the servers startup with this error:
{code}
16:03:36,517 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC000001: Failed to start service jboss.jgroups.channel.clustered: org.jboss.msc.service.StartException in service jboss.jgroups.channel.clustered: java.security.InvalidKeyException: No installed provider supports this key: sun.security.provider.DSAPublicKeyImpl
at org.jboss.as.clustering.jgroups.subsystem.ChannelService.start(ChannelService.java:74)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.4.GA-redhat-1.jar:1.0.4.GA-redhat-1]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.4.GA-redhat-1.jar:1.0.4.GA-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_06]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_06]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_06]
Caused by: java.security.InvalidKeyException: No installed provider supports this key: sun.security.provider.DSAPublicKeyImpl
at javax.crypto.Cipher.chooseProvider(Cipher.java:878) [jce.jar:1.7.0_04-ea]
at javax.crypto.Cipher.init(Cipher.java:1653) [jce.jar:1.7.0_04-ea]
at javax.crypto.Cipher.init(Cipher.java:1549) [jce.jar:1.7.0_04-ea]
at org.jgroups.auth.X509Token.setCertificate(X509Token.java:188)
at org.jgroups.protocols.AUTH.init(AUTH.java:83)
at org.jgroups.stack.ProtocolStack.initProtocolStack(ProtocolStack.java:847)
at org.jgroups.stack.ProtocolStack.setup(ProtocolStack.java:467)
at org.jgroups.JChannel.init(JChannel.java:824)
at org.jgroups.JChannel.<init>(JChannel.java:158)
at org.jboss.as.clustering.jgroups.MuxChannel.<init>(MuxChannel.java:37)
at org.jboss.as.clustering.jgroups.JChannelFactory.createChannel(JChannelFactory.java:81)
at org.jboss.as.clustering.jgroups.subsystem.ChannelService.start(ChannelService.java:69)
... 5 more
{code}
The server config attached.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years