Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Locking problem

Status
Not open for further replies.

chrissparkle

Programmer
Mar 27, 2006
50
NZ
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.io_OutputStreamWriter)
at java.io_OutputStreamWriter.flush(Unknown Source)
at java.io.PrintWriter.flush(Unknown Source)
- locked <0x16e70978> (a java.io_OutputStreamWriter)

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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top