Hi
I have been facing a problem since morning. SharePoint sites are not loading. I check the error logs and they are full of errors (which is common) but it makes it difficult for me to pin point the error that is causing the trouble. If I access the following
URL:
http://server/_layouts/viewlsts.aspx
It works fine but If I access a site URL like the following:
http://server/site123
It just takes ages trying to load the site and in the end it errors out. Logs show that the application pool account cannot connect to the configuration DB. DB is working fine. Configuration DB is up and running. Application pool account also has no problems.
It is working fine for other servers. So why is it failing on just one server? Does someone have any clues?
In the morning, when I would recycle the app pool, the sites would start loading but even that is not working now. What could be the issue?
Logs show following error:
09/26/2011 16:45:00.25 OWSTIMER.EXE (0x0E40) 0x0EE0 Windows SharePoint Services Database
880l Verbose ConnectionString: 'Data Source=sharepointDB;Initial Catalog=SharePoint1_Config;Integrated Security=True;Enlist=False;Connect Timeout=45' ConnectionState: Closed ConnectionTimeout: 45
Thanks
Sonja
P.S. Is there a tool that I can use to trace the problem? Someone suggested using fiddler but with main site not loading I dont think fiddler is going to help as it just traces the http traffic. Please advise!