Re: WebDNA still will not start on restart

This WebDNA talk-list message is from

2002


It keeps the original formatting.
numero = 41015
interpreted = N
texte = Webcat should not try and start from /Library/StartupitemsShould be /system/library/startupitems> Alain, thanks- > > Here is what the system log shows: > > Jun 27 00:28:33 secure SystemStarter: Some startup items failed to > launch due to conflicts: {type = > mutable-small, count = 2, values = ( 0 : [0x8016024c]>{count = 6, capacity = 6, pairs = ( 0 : 0x16280 [0x8016024c]>{contents = Messages} = [0x8016024c]>{count = 2, capacity = 3, pairs = ( 2 : 0x16b00 [0x8016024c]>{contents = stop} = [0x8016024c]>{contents = Stopping WebCatalog} 3 : 0x162d0 [0x8016024c]>{contents = start} = [0x8016024c]>{contents = Starting WebCatalog} )} 1 : 0x16250 [0x8016024c]>{contents = Requires} = [0x8016024c]>{type = mutable-small, count = 1, values = ( 0 : 0x16c80 > [0x8016024c]>{contents = Web Server} )} 2 : [0x8016024c]>{contents = OrderPreference} = [0x8016024c]>{contents = None} 4 : [0x8016024c]>{contents = Provides} = > > ??? > > I believe the permissions are set properly. > > But for kicks I did > > cd /Library/StartUpItems > chmod 161 WebCatalog > > Unix newbie here > > -- > > Will Starck > NovaDerm Skincare Science > http://www.novaderm.com > support@novaderm.com > > > > > ----- Original Message ----- > From: Alain Russell > To: WebCatalog Talk > Sent: Thursday, June 27, 2002 12:13 AM > Subject: Re: WebDNA still will not start on restart > > >> Will, >> You need to make sure webcatalog is in the /System/Library/Startupitems >> directory of the server .. >> >> In there you will need as follows: >> >> 'Webcatalog' folder >> Inside the WebCatalog folder there are 2 files which are: >> (permissions shown as well) >> >> -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 >> >> StartupParameters.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 >> >> >> If these are there already, they are the same settings as me. >> What does your system log say ?? >> >> Alain >> >> >>> Le- >>> >>> Still no luck. >>> >>> I tried: >>> >>> 1) Placing the WebCatalog folder in StartUp items >>> 2) Uninstalling and reinstalling WebCatalog >>> 3) Using FastCGI- the latter just runs the CPU up to 100% until > WebCatalog >>> crashes >>> >>> I installed WebCatalog as root; WebDNAMonitor is running as root and >>> WebCatalog is running as user www. >>> >>> This was working perfectly before I upgraded to 4.5 froom the last beta. >>> What happened? >>> >>> -- >>> >>> 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/ >> > > > > ------------------------------------------------------------- > 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)
Webcat should not try and start from /Library/StartupitemsShould be /system/library/startupitems> Alain, thanks- > > Here is what the system log shows: > > Jun 27 00:28:33 secure SystemStarter: Some startup items failed to > launch due to conflicts: {type = > mutable-small, count = 2, values = ( 0 : [0x8016024c]>{count = 6, capacity = 6, pairs = ( 0 : 0x16280 [0x8016024c]>{contents = Messages} = [0x8016024c]>{count = 2, capacity = 3, pairs = ( 2 : 0x16b00 [0x8016024c]>{contents = stop} = [0x8016024c]>{contents = Stopping WebCatalog} 3 : 0x162d0 [0x8016024c]>{contents = start} = [0x8016024c]>{contents = Starting WebCatalog} )} 1 : 0x16250 [0x8016024c]>{contents = Requires} = [0x8016024c]>{type = mutable-small, count = 1, values = ( 0 : 0x16c80 > [0x8016024c]>{contents = Web Server} )} 2 : [0x8016024c]>{contents = OrderPreference} = [0x8016024c]>{contents = None} 4 : [0x8016024c]>{contents = Provides} = > > ??? > > I believe the permissions are set properly. > > But for kicks I did > > cd /Library/StartUpItems > chmod 161 WebCatalog > > Unix newbie here > > -- > > Will Starck > NovaDerm Skincare Science > http://www.novaderm.com > support@novaderm.com > > > > > ----- Original Message ----- > From: Alain Russell > To: WebCatalog Talk > Sent: Thursday, June 27, 2002 12:13 AM > Subject: Re: WebDNA still will not start on restart > > >> Will, >> You need to make sure webcatalog is in the /System/Library/Startupitems >> directory of the server .. >> >> In there you will need as follows: >> >> 'Webcatalog' folder >> Inside the WebCatalog folder there are 2 files which are: >> (permissions shown as well) >> >> -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 >> >> StartupParameters.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 >> >> >> If these are there already, they are the same settings as me. >> What does your system log say ?? >> >> Alain >> >> >>> Le- >>> >>> Still no luck. >>> >>> I tried: >>> >>> 1) Placing the WebCatalog folder in StartUp items >>> 2) Uninstalling and reinstalling WebCatalog >>> 3) Using FastCGI- the latter just runs the CPU up to 100% until > WebCatalog >>> crashes >>> >>> I installed WebCatalog as root; WebDNAMonitor is running as root and >>> WebCatalog is running as user www. >>> >>> This was working perfectly before I upgraded to 4.5 froom the last beta. >>> What happened? >>> >>> -- >>> >>> 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/ >> > > > > ------------------------------------------------------------- > 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/ Alain Russell

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:

CASTEGORIES IN DIFFERENT FRAMES (1997) Suggestions (1998) [OT] md5 or sha-1 on OSX (2007) Search design (1997) WebCat 5 on itools 7 Install Questions Problems Hey Nitai (2003) Separate SSL Server (1997) null characters (2004) Can you do this??? and other stuff (1997) Shell traceroute (2001) Sort of a Dilema! (1998) Its not that weird. (1997) Running 2 two WebCatalog.acgi's (1996) ISP Billing Software (2001) [ReturnRaw] and hiding FORM data (2003) FORMS: Returning a specific page (1997) RE: Can a database get stomped by simultaneous access? (1997) Serious WebDNA issue (2006) RE: Formulas.db + Users.db (1997) WebCatalog for guestbook ? (1997) Confirming a bug/oddity (2003)