[JBoss JIRA] (ISPN-6182) Scala blueprint generator does not work on JDK 1.9
by Martin Gencur (JIRA)
[ https://issues.jboss.org/browse/ISPN-6182?page=com.atlassian.jira.plugin.... ]
Martin Gencur updated ISPN-6182:
--------------------------------
Description:
On JDK 1.9 the build of some modules fails with:
error: scala.reflect.internal.MissingRequirementError: object java.lang.Object in compiler mirror not found.
at scala.reflect.internal.MissingRequirementError$.signal(MissingRequirementError.scala:17)
at scala.reflect.internal.MissingRequirementError$.notFound(MissingRequirementError.scala:18)
at scala.reflect.internal.Mirrors$RootsBase.getModuleOrClass(Mirrors.scala:53)
at scala.reflect.internal.Mirrors$RootsBase.getModuleOrClass(Mirrors.scala:45)
at scala.reflect.internal.Mirrors$RootsBase.getModuleOrClass(Mirrors.scala:45)
at scala.reflect.internal.Mirrors$RootsBase.getModuleOrClass(Mirrors.scala:66)
at scala.reflect.internal.Mirrors$RootsBase.getClassByName(Mirrors.scala:102)
at scala.reflect.internal.Mirrors$RootsBase.getRequiredClass(Mirrors.scala:105)
at scala.reflect.internal.Definitions$DefinitionsClass.ObjectClass$lzycompute(Definitions.scala:257)
at scala.reflect.internal.Definitions$DefinitionsClass.ObjectClass(Definitions.scala:257)
at scala.reflect.internal.Definitions$DefinitionsClass.init(Definitions.scala:1387)
at scala.tools.nsc.Global$Run.<init>(Global.scala:1053)
at scala.tools.nsc.Driver.doCompile(Driver.scala:31)
at scala.tools.nsc.MainClass.doCompile(Main.scala:23)
at scala.tools.nsc.Driver.process(Driver.scala:51)
at scala.tools.nsc.Driver.main(Driver.scala:64)
at scala.tools.nsc.Main.main(Main.scala)
The underlying problem is https://issues.scala-lang.org/browse/SI-9103 which means that Scala does not work on JDK 1.9 yet.
was:
On JDK 1.9 the build of some modules fails with:
[ERROR] Failed to execute goal
org.scala-tools:maven-scala-plugin:2.15.2:script (generate-blueprint)
on project infinispan-core: wrap:
org.apache.commons.exec.ExecuteException: Process exited with an
error: 1(Exit value: 1) -> [Help 1]
The underlying problem is https://issues.scala-lang.org/browse/SI-9103 which means that Scala does not work on JDK 1.9 yet.
> Scala blueprint generator does not work on JDK 1.9
> --------------------------------------------------
>
> Key: ISPN-6182
> URL: https://issues.jboss.org/browse/ISPN-6182
> Project: Infinispan
> Issue Type: Bug
> Components: Build process
> Affects Versions: 8.1.1.Final
> Reporter: Martin Gencur
> Assignee: Martin Gencur
>
> On JDK 1.9 the build of some modules fails with:
> error: scala.reflect.internal.MissingRequirementError: object java.lang.Object in compiler mirror not found.
> at scala.reflect.internal.MissingRequirementError$.signal(MissingRequirementError.scala:17)
> at scala.reflect.internal.MissingRequirementError$.notFound(MissingRequirementError.scala:18)
> at scala.reflect.internal.Mirrors$RootsBase.getModuleOrClass(Mirrors.scala:53)
> at scala.reflect.internal.Mirrors$RootsBase.getModuleOrClass(Mirrors.scala:45)
> at scala.reflect.internal.Mirrors$RootsBase.getModuleOrClass(Mirrors.scala:45)
> at scala.reflect.internal.Mirrors$RootsBase.getModuleOrClass(Mirrors.scala:66)
> at scala.reflect.internal.Mirrors$RootsBase.getClassByName(Mirrors.scala:102)
> at scala.reflect.internal.Mirrors$RootsBase.getRequiredClass(Mirrors.scala:105)
> at scala.reflect.internal.Definitions$DefinitionsClass.ObjectClass$lzycompute(Definitions.scala:257)
> at scala.reflect.internal.Definitions$DefinitionsClass.ObjectClass(Definitions.scala:257)
> at scala.reflect.internal.Definitions$DefinitionsClass.init(Definitions.scala:1387)
> at scala.tools.nsc.Global$Run.<init>(Global.scala:1053)
> at scala.tools.nsc.Driver.doCompile(Driver.scala:31)
> at scala.tools.nsc.MainClass.doCompile(Main.scala:23)
> at scala.tools.nsc.Driver.process(Driver.scala:51)
> at scala.tools.nsc.Driver.main(Driver.scala:64)
> at scala.tools.nsc.Main.main(Main.scala)
> The underlying problem is https://issues.scala-lang.org/browse/SI-9103 which means that Scala does not work on JDK 1.9 yet.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (ISPN-6134) # Passivations in management show the wrong value
by Martin Gencur (JIRA)
[ https://issues.jboss.org/browse/ISPN-6134?page=com.atlassian.jira.plugin.... ]
Martin Gencur commented on ISPN-6134:
-------------------------------------
Do you have a cache store defined with passivation set to true? Passivations are only meaningful when there's a cache store defined. Otherwise it shows 0.
> # Passivations in management show the wrong value
> --------------------------------------------------
>
> Key: ISPN-6134
> URL: https://issues.jboss.org/browse/ISPN-6134
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Reporter: Martin Vrabel
>
> Page: Caches -> select cache container -> select cache.
> Configuration of the cache: replicated cache, 2 nodes in the domain, eviction size=10
> In the Entries lifecycle" tab, there is a field "# Passivations" which should show number of Passivations . When I put 10 entries in the cache and then another 10, this field should show 10. But it show 0
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (ISPN-6182) Scala blueprint generator does not work on JDK 1.9
by Martin Gencur (JIRA)
Martin Gencur created ISPN-6182:
-----------------------------------
Summary: Scala blueprint generator does not work on JDK 1.9
Key: ISPN-6182
URL: https://issues.jboss.org/browse/ISPN-6182
Project: Infinispan
Issue Type: Bug
Components: Build process
Affects Versions: 8.1.1.Final
Reporter: Martin Gencur
Assignee: Martin Gencur
On JDK 1.9 the build of some modules fails with:
[ERROR] Failed to execute goal
org.scala-tools:maven-scala-plugin:2.15.2:script (generate-blueprint)
on project infinispan-core: wrap:
org.apache.commons.exec.ExecuteException: Process exited with an
error: 1(Exit value: 1) -> [Help 1]
The underlying problem is https://issues.scala-lang.org/browse/SI-9103 which means that Scala does not work on JDK 1.9 yet.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (ISPN-6181) # Stores shows incorrect value
by Martin Vrabel (JIRA)
Martin Vrabel created ISPN-6181:
-----------------------------------
Summary: # Stores shows incorrect value
Key: ISPN-6181
URL: https://issues.jboss.org/browse/ISPN-6181
Project: Infinispan
Issue Type: Bug
Components: Console
Reporter: Martin Vrabel
Page: Caches -> select cache container -> select cache.
Configuration of the cache: replication cache, 2 nodes in the domain, evictions size=10
When I put 10 entries in the cache , this field #stores show 10 but should be 0. When I insert another 10 entries the number should be 10 but is 20
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (ISPN-6180) #invalidations shows incorrect value
by Martin Vrabel (JIRA)
Martin Vrabel created ISPN-6180:
-----------------------------------
Summary: #invalidations shows incorrect value
Key: ISPN-6180
URL: https://issues.jboss.org/browse/ISPN-6180
Project: Infinispan
Issue Type: Bug
Components: Console
Reporter: Martin Vrabel
Page: Caches -> select cache container -> select cache.
Configuration of the cache: invalidation cache, 2 nodes in the domain evictions size=10
In the Entries lifecycle" tab, there is a field "# invalidations" which should show number of invalidations . When I put 10 entries in the cache , this field #invalidations show 10 but should be 0. When I insert another 10 entries the number should be 10 but is 20
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (ISPN-6130) # Activations shows incorrect value
by Martin Vrabel (JIRA)
[ https://issues.jboss.org/browse/ISPN-6130?page=com.atlassian.jira.plugin.... ]
Martin Vrabel updated ISPN-6130:
--------------------------------
Description:
Page: Caches -> select cache container -> select cache.
Configuration of the cache: replicated cache, 2 nodes in the domain
In the Entries lifecycle" tab, there is a field "# Activations" which should show number of Activations . When I put 10 entries in the cache and read 10, this field #Activations show 0 as is should. But when I insert another 10 entries (so the first 10 entries will evict and be stored in the cache store) and read the first 10 entries the #Activations field will show 0, but it should be 10
was:
Page: Caches -> select cache container -> select cache.
Configuration of the cache: replicated cache, 2 nodes in the domain
In the Entries lifecycle" tab, there is a field "# Activations" which should show number of Activations . When I put 30 entries in the cache and read 30, this field should show 30.
> # Activations shows incorrect value
> ------------------------------------
>
> Key: ISPN-6130
> URL: https://issues.jboss.org/browse/ISPN-6130
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 8.1.0.Beta1
> Reporter: Martin Vrabel
>
> Page: Caches -> select cache container -> select cache.
> Configuration of the cache: replicated cache, 2 nodes in the domain
> In the Entries lifecycle" tab, there is a field "# Activations" which should show number of Activations . When I put 10 entries in the cache and read 10, this field #Activations show 0 as is should. But when I insert another 10 entries (so the first 10 entries will evict and be stored in the cache store) and read the first 10 entries the #Activations field will show 0, but it should be 10
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (ISPN-6130) # Activations shows incorrect value
by Martin Vrabel (JIRA)
[ https://issues.jboss.org/browse/ISPN-6130?page=com.atlassian.jira.plugin.... ]
Martin Vrabel updated ISPN-6130:
--------------------------------
Description:
Page: Caches -> select cache container -> select cache.
Configuration of the cache: replicated cache, 2 nodes in the domain evictions size=10
In the Entries lifecycle" tab, there is a field "# Activations" which should show number of Activations . When I put 10 entries in the cache and read 10, this field #Activations show 0 as is should. But when I insert another 10 entries (so the first 10 entries will evict and be stored in the cache store) and read the first 10 entries the #Activations field will show 0, but it should be 10
was:
Page: Caches -> select cache container -> select cache.
Configuration of the cache: replicated cache, 2 nodes in the domain
In the Entries lifecycle" tab, there is a field "# Activations" which should show number of Activations . When I put 10 entries in the cache and read 10, this field #Activations show 0 as is should. But when I insert another 10 entries (so the first 10 entries will evict and be stored in the cache store) and read the first 10 entries the #Activations field will show 0, but it should be 10
> # Activations shows incorrect value
> ------------------------------------
>
> Key: ISPN-6130
> URL: https://issues.jboss.org/browse/ISPN-6130
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 8.1.0.Beta1
> Reporter: Martin Vrabel
>
> Page: Caches -> select cache container -> select cache.
> Configuration of the cache: replicated cache, 2 nodes in the domain evictions size=10
> In the Entries lifecycle" tab, there is a field "# Activations" which should show number of Activations . When I put 10 entries in the cache and read 10, this field #Activations show 0 as is should. But when I insert another 10 entries (so the first 10 entries will evict and be stored in the cache store) and read the first 10 entries the #Activations field will show 0, but it should be 10
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months