FYI - Disabling User Account Control didn't help. I'll see if I can find anything on the Apache APR library to get this resolved.
Dave On Thu, Jun 4, 2009 at 4:39 PM, David Headley <[email protected]> wrote: > I've tried every variation I can think of for the repository_dir setting. > Things like c:\\svn\\LTM, c://svn//ltm, ../../ltm, etc. Each time I updated > the path, I would run a trac-admin resync to make sure that the path was > valid for trac, and each time it resync'd properly through all of the > revisions in SVN. > > Unfortunately, I'm still seeing the same behavior with Apache crashing > every time. I'm wondering now if it has something to do with the new User > Access Control (UAC) built-in to SBS 2008. I've noticed other strange > behavior with Apache command line functions requiring me to right click and > select "Run As Administrator" when opening a command prompt. When using > htpasswd it will run normally and give no errors if I have a normal command > prompt, but nothing will happen in my passwd file unless I have Run As > Administrator going. Weird, since my account is an Admin account. > > Later tonight when server usage is low, I'll attempt to turn off UAC and > see if that leads to any progress. I'll ping the Apache forums tomorrow if > I don't get things working tonight. Any other ideas are welcome - I'm > willing to try just about anything (other than switching to Linux of > course). > > Thanks - Dave > > > > > On Wed, Jun 3, 2009 at 5:24 PM, Lance Hendrix <[email protected]>wrote: > >> >> This looks like an Apache issue (specifically with the apache apr >> library), but I might have a few ideas. It will take me a little while >> to get to this, but I should be able to try to reproduce in the next day >> or so. In the meantime, try different variations of the >> "repository_dir". For instance try to use double slashes and see if >> that works "c:\\svn\\ltm" or if "c:/svn/ltm" or "/svn/ltm" etc will work >> for you... >> >> FYI, (from http://apr.apache.org/) >> "The mission of the Apache Portable Runtime (APR) project is to create >> and maintain software libraries that provide a predictable and >> consistent interface to underlying platform-specific implementations. >> The primary goal is to provide an API to which software developers may >> code and be assured of predictable if not identical behavior regardless >> of the platform on which their software is built, relieving them of the >> need to code special-case conditions to work around or take advantage of >> platform-specific deficiencies or features." >> >> Which is why I am wondering if it is not an issue with the >> "repository_dir" path, but I must admit that I have little experience >> with Trac on Windows (just a some experience with Windows and Apache/PHP >> and Windows in general)... >> >> Otherwise, it might be something that you might want to take to the >> Apache forums/lists... >> >> Let me know if you make any headway from your end. >> >> Lance >> >> David Headley wrote: >> > I just tried to run Apache as an application (with Run As >> > Administrator) instead of a service, and noticed that the app crashes >> > when I go to the trac URL. I went back into the Event Viewer and the >> > Apache service crashes every time I try to connect to Trac: >> > >> > Faulting application httpd.exe, version 2.2.11.0, time stamp >> > 0x493f5d44, faulting module libapr.dll, version 0.9.17.0, time stamp >> > 0x4878c068, exception code 0xc0000005, fault offset 0x000139c1, >> > process id 0x15d8, application start time 0x01c9e495a599432c. >> > >> > That explains why the page load error appears and I get a >> > "interrupted" notice instead of a 401 or 404 or whatever. >> > >> > Has anyone seen this happen before? >> > >> > Thanks - David >> > >> > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
