Skip to content

Commit 0618943

Browse files
authored
Update README to mention Helidon issue workaround (#111)
* Update README to mention helidon issue workaround
1 parent 61184c2 commit 0618943

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,11 @@ Other useful resources:
7474

7575
### 1. Connecting Directly to a Process
7676

77-
Once the Plugin is installed, you can double-click on a Coherence process in the left pane, usually `com.tangosol.net.DefaultCacheServer`, after which a `Coherence` tab will be displayed.
77+
Once the Plugin is installed, you can double-click on a Coherence process in the left pane, usually `com.tangosol.net.DefaultCacheServer` or `com.tangosol.net.Coherence`, after which a `Coherence` tab will be displayed.
78+
79+
> Note: If you are connecting to a JVM running Helidon 4.x, and it fails, check the log file in `VisualVM->About->Log File`.
80+
> If you see the following exception: `java.io.InvalidClassException: filter status: REJECTED`, add "java.rmi.*" to the `patterns` entry in
81+
> `src/main/resources/META-INF/helidon/serial-config.properties` in your application.
7882
7983
### 2. Connecting via Management over REST
8084

@@ -134,6 +138,7 @@ connect via REST as described above or if you want to connect to the `domain run
134138

135139
If you wish to secure access to the REST endpoints or via JMX, please refer to either the [Coherence Documentation](https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.2206/index.html) or relevant JMX security documentation.
136140

141+
137142
## <a id="prefs"></a> Changing the Plugin Behaviour via the Options Tab
138143

139144
In the VisualVM Plugin, you can change the behaviour of the plugin

0 commit comments

Comments
 (0)