Re: WebDNA still will not start on restart

This WebDNA talk-list message is from

2002


It keeps the original formatting.
numero = 41039
interpreted = N
texte = Please donot use FastCGI to start WebCatalog. After remove any thing that related to WebCAtalog in the file iTools.conf then you can check these on your system cd /System/Library/StartupItems ls -la WebCatalog (this comands should show you the result as follow -r--r--r-- 1 root wheel 222 Jun 12 07:54 StartupParameters.plist -r-xr-xr-x 1 root wheel 161 Jun 12 10:44 WebCatalog If you don't see something like this, run follow commands to setup owner & permission chown -R root:wheel WebCatalog chmod ugo+rx WebCatalog/WebCatalog chmod ugo+r WebCatalog/StartupParameters.splist cd /Library/WebServer/CGI-Executables/ chown -R www:www WebCatalogEngine cd /Libray/WebServer/CGI-Executables/WebCatalogEngine chmod ugo+x WebCatalog chmod ugo+x WebDNAMonitor cd /Library/WebServer/Documents/ chown -R www:www WebCatalog Restart your machineAddition check to make sure files /System/Library/StartupItems/WebCatalog/StarupParameters.plist and /System/Library/StartupItems/WebCatalog/WebCatalog look like belowStartupParameters.plist ----------------------- { Description = Apache-WebCatalog server; Messages = {start = Starting WebCatalog; stop = Stopping WebCatalog; }; OrderPreference = None; Provides = (WebCatalog); Requires = (Web Server); } WebCatalog ---------- #!/bin/sh## # Start Web Server ##cd /Library/WebServer/CGI-Executables/WebCatalogEngine /Library/WebServer/CGI-Executables/WebCatalogEngine/WebDNAMonitor -d-------------------------------------------------------------------------------------------Le> > OK, permissions are set as directed, sir. > > Thanks Nitai and Jesse. > > Still no juice. Damn. > > I notice that permissions on the WebCatalog folder are: > > drwxr-xr-x 5 root wheel 264 Sep 7 2001 SystemLog > drwxr-xr-x 5 root wheel 264 Sep 7 2001 SystemTuning > drwxr-xr-x 4 root wheel 92 Jun 27 08:08 WebCatalog > > Might this be the problem? > > Here's the system log: > > Jun 27 08:12:10 secure SystemStarter: Some startup items failed to > launch due to conflicts: {type = > mutable-small, count = 1, values = ( 0 : [0x8016024c]>{count = 6, capacity = 6, pairs = ( 0 : 0x1a230 [0x8016024c]>{contents = Messages} = [0x8016024c]>{count = 2, capacity = 3, pairs = ( 2 : 0x1b360 [0x8016024c]>{contents = stop} = [0x8016024c]>{contents = Stopping WebCatalog} 3 : 0x1a280 [0x8016024c]>{contents = start} = [0x8016024c]>{contents = Starting WebCatalog} )} 1 : 0x1a200 [0x8016024c]>{contents = Requires} = [0x8016024c]>{type = mutable-small, count = 1, values = ( 0 : 0x1b4e0 > [0x8016024c]>{contents = Web Server} )} 2 : [0x8016024c]>{contents = OrderPreference} = [0x8016024c]>{contents = None} 4 : > -- > > Will Starck > NovaDerm Skincare Science > http://www.novaderm.com > support@novaderm.com > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is at: http://search.smithmicro.com/------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: WebDNA still will not start on restart (Le Pham 2002)
  2. Re: WebDNA still will not start on restart (Nitai @ ComputerOil 2002)
  3. Re: WebDNA still will not start on restart (NovaDerm Skincare Science 2002)
  4. Re: WebDNA still will not start on restart (Nitai @ ComputerOil 2002)
  5. Re: WebDNA still will not start on restart (Jesse Williams-Proudman 2002)
  6. Re: WebDNA still will not start on restart (NovaDerm Skincare Science 2002)
  7. Re: WebDNA still will not start on restart (Alain Russell 2002)
  8. Re: WebDNA still will not start on restart (NovaDerm Skincare Science 2002)
  9. Re: WebDNA still will not start on restart (Alain Russell 2002)
  10. WebDNA still will not start on restart (NovaDerm Skincare Science 2002)
Please donot use FastCGI to start WebCatalog. After remove any thing that related to WebCAtalog in the file iTools.conf then you can check these on your system cd /System/Library/StartupItems ls -la WebCatalog (this comands should show you the result as follow -r--r--r-- 1 root wheel 222 Jun 12 07:54 StartupParameters.plist -r-xr-xr-x 1 root wheel 161 Jun 12 10:44 WebCatalog If you don't see something like this, run follow commands to setup owner & permission chown -R root:wheel WebCatalog chmod ugo+rx WebCatalog/WebCatalog chmod ugo+r WebCatalog/StartupParameters.splist cd /Library/WebServer/CGI-Executables/ chown -R www:www WebCatalogEngine cd /Libray/WebServer/CGI-Executables/WebCatalogEngine chmod ugo+x WebCatalog chmod ugo+x WebDNAMonitor cd /Library/WebServer/Documents/ chown -R www:www WebCatalog Restart your machineAddition check to make sure files /System/Library/StartupItems/WebCatalog/StarupParameters.plist and /System/Library/StartupItems/WebCatalog/WebCatalog look like belowStartupParameters.plist ----------------------- { Description = Apache-WebCatalog server; Messages = {start = Starting WebCatalog; stop = Stopping WebCatalog; }; OrderPreference = None; Provides = (WebCatalog); Requires = (Web Server); } WebCatalog ---------- #!/bin/sh## # Start Web Server ##cd /Library/WebServer/CGI-Executables/WebCatalogEngine /Library/WebServer/CGI-Executables/WebCatalogEngine/WebDNAMonitor -d-------------------------------------------------------------------------------------------Le> > OK, permissions are set as directed, sir. > > Thanks Nitai and Jesse. > > Still no juice. Damn. > > I notice that permissions on the WebCatalog folder are: > > drwxr-xr-x 5 root wheel 264 Sep 7 2001 SystemLog > drwxr-xr-x 5 root wheel 264 Sep 7 2001 SystemTuning > drwxr-xr-x 4 root wheel 92 Jun 27 08:08 WebCatalog > > Might this be the problem? > > Here's the system log: > > Jun 27 08:12:10 secure SystemStarter: Some startup items failed to > launch due to conflicts: {type = > mutable-small, count = 1, values = ( 0 : [0x8016024c]>{count = 6, capacity = 6, pairs = ( 0 : 0x1a230 [0x8016024c]>{contents = Messages} = [0x8016024c]>{count = 2, capacity = 3, pairs = ( 2 : 0x1b360 [0x8016024c]>{contents = stop} = [0x8016024c]>{contents = Stopping WebCatalog} 3 : 0x1a280 [0x8016024c]>{contents = start} = [0x8016024c]>{contents = Starting WebCatalog} )} 1 : 0x1a200 [0x8016024c]>{contents = Requires} = [0x8016024c]>{type = mutable-small, count = 1, values = ( 0 : 0x1b4e0 > [0x8016024c]>{contents = Web Server} )} 2 : [0x8016024c]>{contents = OrderPreference} = [0x8016024c]>{contents = None} 4 : > -- > > Will Starck > NovaDerm Skincare Science > http://www.novaderm.com > support@novaderm.com > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is at: http://search.smithmicro.com/------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ Le Pham

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

autocommit problem (1998) Re:Emailer Set Up (1997) [shell] command (2000) Re[2]: Formatting ModDate (2000) WebCat2 - Getting to the browser's username/password data (1997) PIXO support (1997) Best way to download a db (2003) [WebDNA] [thisurlplusget] not working (2012) TCP Connect (1999) [WebDNA] set HTTP-Status Code from webdna (2016) pop up menu's (1998) Question (2000) Authorize.Net and AIM (2004) Multithreading of [replace] (1999) Big Databases (1997) WebCatalog Hosting (1996) Share Bulletin Board? (1998) Let's share the WebDNA.net domain ... (2005) XML version of WebDNA docs? (2000) WebCat B13 Mac CGI -- Frames question (1997)