-
Notifications
You must be signed in to change notification settings - Fork 8
Description
[kind/bug]
When the jboss.socket.binding.port-offset value is set, the plugin configuration scheme generates conflicts during server execution. This prevents more than one server from being instantiated on different ports.
What versions of software are you using?
- Operating System: Windows 11 Enterprise
- IntelliJ version: 2023.3.8
- Intellij-rsp extension version: 0.8.1.Final.122
What did you run exactly?
I tried to run the server just passing the port with offset in jboss.server.port and not in args.vm.override.string.
Actual behavior
The server starts but after some time the plugin stops running.
Expected behavior
The plugin was expected to recognize all port values. For example, if in standard.xml I use jboss.socket.binding.port-offset=1, the administrative tool port will be 9990+1=9991
Any logs, error output, etc?
As shown in the figure below, even though the port offset is applied correctly, after adjusting args.vm.override.string, the plugin goes from STARTING to STOPPED after some time.
