Connect Error

Questions about YourKit Java Profiler
Post Reply
krister
Posts: 1
Joined: Wed Oct 13, 2004 7:30 am

Connect Error

Post by krister »

I'm sure I am missing something really obvious but I'm having problems connecting the profiler with the server. I keep getting a connection time out error.

I'm running the profiler in the JAVA_OPTS for Tomcat since my application is based on a servlet. I'm using the default port 10000 and I can see with netstat -tap |grep LISTEN that it is listening:
tcp 0 0 *:http *:* LISTEN 6737/java
tcp 0 0 *:10000 *:* LISTEN 6737/java

Any help would be much appreciated.
Vladimir Kondratyev
Posts: 1626
Joined: Tue Aug 10, 2004 7:52 pm

Post by Vladimir Kondratyev »

1. By default profiler agent runs in "verbose" mode. It should be "listening on port 10000" message in Tomcat's log file. If the messaage in log file then the Tomcat is properly integrated with the profiler.

2. Perhaps, port 10000 is blocked by firewall. Please check your firewall settings.
Post Reply