Hi Ryan, Thanks for the reply. Since it was installed back in 2009 I don't recall how I did the install. At this point, if I stop the service and try running it from the command line I get the following:
C:\Python26\Scripts>tracd --port 80 c:\trac Traceback (most recent call last): File "C:\Python26\Scripts\tracd-script.py", line 5, in <module> from pkg_resources import load_entry_point File "C:\Python26\lib\site-packages\setuptools-0.6c11-py2.6.egg\pkg_resources.py", line 2607, in <module> File "C:\Python26\lib\site-packages\setuptools-0.6c11-py2.6.egg\pkg_resources.py", line 565, in resolvepkg_resources.DistributionNotFound: Trac==0.12.7 I assume this is from some sort of re-configuration that was done to Python/Setuptools when I ran the Trac-1.2.3.win32.exe On Tuesday, August 21, 2018 at 12:42:31 PM UTC-3, RjOllos wrote: > > > > On Tuesday, August 21, 2018 at 6:20:21 AM UTC-7, JWD wrote: >> >> Hope someone can help me out here. >> >> As my previous post mentions, I want to move a trac/svn install from an >> old 2003 to 2012 server. >> In my playing around I discovered that way back when I installed the >> trac/svn in 2009, It was installed as stand alone, it is not using apache >> nor a db server. >> Before I realized this I attempted an upgrade with intentions to then >> move it. Now trac no longer wants to work. >> I have no background with trac other than installing it way back in 2009. >> It is set up as a service so I can start/stop with 'net stop tracd' or >> 'net start tracd' and it still appears to work, .i.e. not giving any >> errors, and saying tracd started or tracd stopping. >> Using netstat -a I'm not seeing any port being opened. That being said, I >> believe the default port is 8080 but I was hosting it on 80, 8080 is being >> used by an apache install that is hosting another application on 8080. When >> trying to upgrade, I ran Trac-1.2.3.win32.exe. >> >> Can anyone point me to what I need to change so that trac is using port >> 80? >> > > If you upgraded Trac but did not change the Windows Service configuration, > I am not sure why the port would be an issue. For reference, you are > probably using one of the methods here: > https://trac.edgewall.org/wiki/TracStandalone#InstallingasaWindowsService > > You can run tracd from a command shell and specify the port with the > --port parameter, after stopping your Windows Service. That would be a good > test to see if Trac will run, or if there is possibly an issue with your > Windows Service. > > I suggest also checking the logs: > https://trac.edgewall.org/wiki/TracTroubleshooting#ChecktheLogs > > - Ryan > > -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
