Erik Ostermueller

Results 36 comments of Erik Ostermueller

Greetings, I'm in the middle of trying to code support for this issue I created. Loading the agent jar file without the javaagent parameter was pretty straight forward. I have...

one low-tech fix is to add a parameter for this size. People who get the "queue full" message can use the parameter to bump up the size. This suggests that...

For our immediate need, no authentication is required, but many of our environments require use/password authentication for proxy access. We'll likely need proxy auth in the future, but not now

It was a pain to do it this way, but I'm trying to use jar files and the following approach worked for me: $JAVA_HOME/bin/java -cp $HOME/sqlline/jline-1.0.jar:$HOME/sqlline/ojdbc5-11.2.0.1.0.jar:$HOME/sqlline/sqlline-1_0_2.jar sqlline.SqlLine -d oracle.jdbc.OracleDriver

Just reinstalled this, but didn't help :-( ``` [root@sper4201 ~]# yum -y install libvirt-daemon-driver-qemu && systemctl restart libvirtd Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager Resolving Dependencies --> Running transaction check...

broken thread dump: https://gist.github.com/eostermueller/516b648409376063bb45 healthy thread dump: https://gist.github.com/eostermueller/a3c55050134fe4c63902 Both thread dumps were taken while no clients were connected. A few things to note: - The broken thread dump as a...

![perm-gen-memory-leak](https://cloud.githubusercontent.com/assets/175773/3155615/5095f4c0-eac6-11e3-9777-c072d73b32c5.png) This crash and issue 38 perhaps are the exact same thing. The intrace-agent.jar before Issue 31 enhancement has these traits: 1a) Transformation for one class of ~3000 total classes...

I forgot to mention....in the screenshot above, there are 3 25mb climbs in the perm gen. Here are the events that triggered these 3 increases: a) adding instrumentation for javax.servlet.http.HttpServlet...

mchr3k wrote: > > > > Have you used InTrace much or have you just had a quick play? > > > > Just a quick play. I verified that...

mchr3k, Rats. I'm having problems getting an IBM jdk working with InTrace. When I start your example.TraceExample program with the javaagent parameter, I'm getting the stack trace below. Suggestions? I...