[SourceJammer-users] Re: Tomcat OK
Brought to you by:
robertmacgrogan
From: Robert M. <rob...@ya...> - 2002-03-07 16:26:54
|
Thanks for the message. I've found exactly where in the code this exception is being thrown. This is a strange problem, though. I've never seen this exception thrown and I have not heard anyone else report it. Here's what's happening: When the server reads information about a file or project, it reads an xml file about that file/project into memory and stores it in a cache. When it reads the xml file, it creates a "lock" file to make sure that it does not try to read the same file into memory twice. The first thing it does before reading the xml file into memory is look for a lock file. If it does not find one, it creates one and reads the file. If it does find a lock file, it thrown the exception you are seeing. But if there is a lock file, the information it needs on the file or project should already be in memory, so it should not even be trying to read the file. So I am not sure what is happening on your server. Here is what I would like you to do. 1. Restart your server. 2. Connect to an existing archive on your server. 3. Watch the messages that the server prints out. You should see a bunch of messages about deleting lock files. If not, then there is a problem. Let me know. One other thing. Could you tell me how much RAM you have on your server? Also, would you hit the following location with a web browser and tell me what you see: http://<your site>/sourcejammer/AppStats Thanks. --Rob --- "dan...@a-..." <dan...@a-...> wrote: > > > Unable to what? Please send the entire message > that > > you see. It may be helpful to me. And if a message > > prints out in the message section of the gui, > please > > copy that and send it to me as well. > > Excuse me if I didn't write, but I thought I already > sent this message > to you: > "Error: Unable to obtain a lock on the requested > node". > > Daniele > > __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ |