-
On some platforms (perhaps Oracle Enterprise Linux?), virtualized network infrastructure doesn't correctly respect Java network settings and thus correctly isolate Coherence clusters.
This may cause …
-
The current structure of Oracle Tools really only allows for a single (lowest/most common features) version of Coherence to be supported for each branch Oracle Tools, where as it's possible and somewh…
-
There are many memory system stalls from update_row stats while running sysbench read-only with concurrency. I am confused because that code is similar to how InnoDB updates srv_stats.n_rows_read and …
-
I could not find out how I can add
```
-Dweblogic.security.SSL.minimumProtocolVersion=TLSv1
```
to the nodemanager.
I have
```
oracle 24099 24062 2 23:14 ? 00:00:02 /usr/java/latest/bin…
-
If folks don't want to register for the Oracle maven repo, include a target (ant build) or profile (maven build) to exclude building the Coherence plugin.
-
Logic in com.oracle.tools.runtime.network.Constants requires all read/write property permission:
```
if (System.getProperties().containsKey("tangosol.coherence.localhost"))
{
return System.getPropert…
-
When running Oracle Tools on JDK8 (b91), Coherence (any version using XSD) won't start due to improved/tightened JDK8 XSD loading permissions.
To work around this we should add the following default …
-
As reported by:
Oracle Bug DB: 19524236 and
Coherence JIRA: COH-12207
We should allow Binary Entries loaded using read-through to be replicated. Furthermore we should additionally allow custom expiri…
-
Now Coherence is on Java 8, we need to move Oracle Tools 3.x to Java 8
-
FXHelloCVController.java Line 72. It's not allowed to set a new Image (ImageViewer) from another Thread(Runnable).
Possible fix:
FXHelloCVController.java Line72
`setFrametoImageView(imageToShow) inst…