Hello, Jason wrote: > Hi all, > I was adding a new Trac project to our setup (we've had 2 going for > months, now adding a 3rd) and was unable to successfully get things > working with the tracd service I had set up. The service is set up > with the following registry keys: > > Application (REG_SZ): tracd.exe > AppParameters (REG_SZ): -p8000 --auth Project1,D:\TracProjects > \passwords.txt,trac D:\TracProjects\Project1 --auth Project2,D: > \TracProjects\passwords.txt,trac D:\TracProjects\Project2 --auth > Project3,D:\TracProjects\passwords.txt,trac D:\TracProjects\Project3 > > With these parameters, I get no complaints when starting the servies > but the browser timeouts when loading the pages. These parameters had > worked perfectly fine before, and indeed even now i can drop the > parameters down to any 2 projects or remove authentication from any 1 > project and things will work just fine! Also, running tracd from the > command line with the exact same parameters shown here works too > (which is what I am doing as a workaround in the meantime). > > I am running Trac 0.11.2.1 and Python 2.5.4. Does anyone have any > idea what might be going on here? Time to file a bug report? > >
First, be sure to check http://trac.edgewall.org/wiki/TracOnWindowsStandalone#RunningTracdasservice and http://trac.edgewall.org/ticket/7496 Looking at your settings and comparing to what's written in the above pages, it seems that you may need to point to tracd.exe using the full path. -- Christian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
