chrissparkle
Programmer
I have a CF site with SQL server. I have installed Fusionreactor to monitor the site real time. For the past 2 weeks my signup page (and one other) has been locking up and running forever in my Fusionreactor. If too many pages do this the server ends up jammed. The web server memory is fine so I'm assuming its a DB server problem. In fusionreactor the stack trace shows this for the problem page:
at java.io.BufferedOutputStream.flush(Unknown Source)
- locked <0x16db3288> (a jrun.servlet.jrpp.JrppBufferedOutputStream)
at jrun.servlet.jrpp.JrppOutputStream.flush(JrppOutputStream.java:45)
at sun.nio.cs.StreamEncoder$CharsetSE.implFlush(Unknown Source)
at sun.nio.cs.StreamEncoder.flush(Unknown Source)
- locked <0x16e70978> (a java.i
utputStreamWriter)
at java.i
utputStreamWriter.flush(Unknown Source)
at java.io.PrintWriter.flush(Unknown Source)
- locked <0x16e70978> (a java.i
utputStreamWriter)
The only thing I can see in there is the "-locked" lines. This obviously confirms to me that something in my site is locking up - how can I find out more information from this stack trace - or this is familiar to anyone?
at java.io.BufferedOutputStream.flush(Unknown Source)
- locked <0x16db3288> (a jrun.servlet.jrpp.JrppBufferedOutputStream)
at jrun.servlet.jrpp.JrppOutputStream.flush(JrppOutputStream.java:45)
at sun.nio.cs.StreamEncoder$CharsetSE.implFlush(Unknown Source)
at sun.nio.cs.StreamEncoder.flush(Unknown Source)
- locked <0x16e70978> (a java.i
at java.i
at java.io.PrintWriter.flush(Unknown Source)
- locked <0x16e70978> (a java.i
The only thing I can see in there is the "-locked" lines. This obviously confirms to me that something in my site is locking up - how can I find out more information from this stack trace - or this is familiar to anyone?