Skip to content

Conflict with jboss.socket.binding.port-offset #160

@buenes

Description

@buenes

[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.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions