1

Am not able to profile my remote server . This remote server has to be connected through a global server , so i have to use tunnel for connecting to my server . Whenever am connecting to my remote server , jprofiler is showing the following message

Another application is listening on port 12345 . Please check your port configuration

Initially i was able to connect to this jboss for profiling through the same configurarion , Can some body figure me out what can be the reason for above case?

Rahul
  • 93
  • 13

1 Answers1

0

"Another application is listening" means that JProfiler opened a socket connection, but the magic number of the JProfiler protocol was not sent by the remote side. For example, this would happen if the remote port served HTTP pages.

Ingo Kegel
  • 46,523
  • 10
  • 71
  • 102
  • So how can i solve this problem , am profiling a jboss application . Am able to connect to the remote application only once , after that if i want to connect again it is showing the above message – Rahul Apr 28 '14 at 10:00
  • You can connect multiple times to a profiled process. It must be a problem with the tunnel. – Ingo Kegel Apr 28 '14 at 13:19