How can I connect from VisualVM to Xpert.ivy Server running as Windows Service? It is not displayed in the list of running local java applications in VisualVM. asked 11.10.2013 at 17:40 Reto Weiss ♦♦ |
VisualVM only displays java application that are running within the same user like VisualVM. Because Windows Services are running within a special system user, Xpert.ivy Server running as Windows Service is not visible by default. However, you can setup JMX (Java Management Extension) on Xpert.ivy Server so that you can connect from VisualVM to Xpert.ivy Server running as Windows Service using the JMX Connector. To configure JMX on Xpert.ivy Server Windows Service do the following steps:
Add the following line to the *.ilc file to enable JMX:
To connect from VisualVM to the Xpert.ivy Server Windows Service do the following steps:
Note, that JMX is not secured by this configuration. Everybody with network access to your machine can establish a remote JMX connection to your Xpert.ivy Server Windows Service. In the next Xpert.ivy Version called Lauberhorn the configuration of JMX is much easier. You simple have to add the following line to the *.ilc file:
The connection is also protected by a user name and password. Only Xpert.ivy system administrators can establish establish a JMX connection with their credentials. More Information about VisualVM can be found here:
VisualVM Homepage answered 11.10.2013 at 17:50 Reto Weiss ♦♦ |
Hi Reto, I am using VisualVM1.4.2 to connect to Engine version 7.0.11 but failed, my configuration is: 1.File AxonIvyEngine.ilc (also tried with name AxonIvyEngineConfig.ilc and XpertIvyServerService.ilc)
2.VisualVM Add JMX connection
Message recieved:
Question: Can you please help to correct me if i am wrong in any step? With engine 7.0.11 do we need config line for ivy.vm.additional.options or something else? (I even tried this line) For adding JMX connection, it should be 10.123.0.174:8085 instead of localhost:8085 as you mentioned above? Thanks Tan answered 22.10.2019 at 06:25 nvtan Hi Tan Do you use 8085 also as your http port? The management port must be another port than your http port. Try 9999 for example.
(22.10.2019 at 07:50)
Reto Weiss ♦♦
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 11.10.2013 at 17:40
Seen: 3,919 times
Last updated: 22.10.2019 at 07:50