I have an application running on my localhost and I want to profile the application to find out how to improve application performance. I follow the configuration steps as defined, but it cannot connect to the local server, is there a step-by-step guide on the following rules:
- Configure JProfiler to work with an application running on localhost?
- How to profile and what areas to look for when profiling for an application?
- Configure JProfiler using the Eclipse IDE, now I can see the profile scrolls in run dropdown in eclipse, but they are not activated and therefore how can it be activated?
I have a similar problem as in this question , but I canโt understand the solution, any suggestions on this will really be appreciated.
I try at some point without any success when setting up JProfiler to work with an application running on localhost, any suggestions would be highly appreciated.
I am new to the world of profiling apps and therefore really appreciate if you can provide some useful pointers
I get the following error message:
Could not connect to 127.0.0.1:8849. Please make sure that the remote address is correct, the remote program is started properly, and the network route allows socket connections. , and I configured with New Server Integration, not sure what else needs to be done and how this can be fixed.
After adding -agentpath:C:\Users\user~1.DOS\SOFTWA~1\JPROFI~1\bin\WINDOW~1\jprofilerti.dll=port=8849,nowait,id=117,config=C:\Users\user\.jprofiler6\config.xml in vm arguments in the startup configuration, and then when I run the configuration, I get
JProfiler> Protocol version 32 JProfiler> Using JVMTI JProfiler> JVMTI version 1.1 detected. JProfiler> 64-bit library JProfiler> Don't wait for frontend to connect. JProfiler> Using config file C:\Users\user\.jprofiler6\config.xml (id: 117) JProfiler> Could not find session with id: 117`
source share