Re: [WebDNA] Multiple Instances of WebDNA causing multiple copies

This WebDNA talk-list message is from

2012


It keeps the original formatting.
numero = 109057
interpreted = N
texte = Tom Duke wrote: > Hi all, > > We have a problem on one of our WebDNA servers (CentOS, WebDNA 6.2) > where WebDNA is sending out multiple copies of emails. A reboot of > WebDNA resets it, but then after a couple of days it starts sending out > multiple emails again. > > Usually it's three copies of each email, but recently it grew to five > copies. Our host figures that it is due to multiple instances of > WebDNA running on the server - is that normal behaviour - can we (or > should we) stop that from happening? > > Thanks > - Tom > > > > PS. Here's the output sent to me by our host > > [cwik@www ~]$ ps axwu|grep Web > root 1262 0.0 0.0 0 0 ? Zs Apr14 0:00 > [WebCatalogCtl] > root 1270 0.0 0.0 2896 936 ? S Apr14 0:00 > /var/www/cgi-bin//WebCatalogEngine/WebDNAMonitor > apache 1271 0.0 0.0 34712 4920 ? Sl Apr14 0:00 > WebCatalog -m > root 2832 0.0 0.0 0 0 ? Zs Apr28 0:00 > [WebCatalogCtl] > root 2839 0.0 0.0 2896 932 ? S Apr28 0:00 > /var/www/cgi-bin//WebCatalogEngine/WebDNAMonitor > apache 2841 0.0 0.0 34712 4912 ? Sl Apr28 0:00 > WebCatalog -m > root 7164 0.0 0.0 0 0 ? Zs Apr21 0:00 > [WebCatalogCtl] > root 7174 0.0 0.0 2896 936 ? S Apr21 0:00 > /var/www/cgi-bin//WebCatalogEngine/WebDNAMonitor > apache 7178 0.0 0.0 34712 4916 ? Sl Apr21 0:00 > WebCatalog -m > root 9553 0.0 0.0 0 0 ? Zs May05 0:00 > [WebCatalogCtl] > root 9557 0.0 0.0 2896 932 ? S May05 0:00 > /var/www/cgi-bin//WebCatalogEngine/WebDNAMonitor > apache 9558 0.0 0.0 34712 4912 ? Sl May05 0:00 > WebCatalog -m > root 11697 0.0 0.0 2896 936 pts/0 S 00:19 0:00 > /var/www/cgi-bin//WebCatalogEngine/WebDNAMonitor > apache 11699 0.2 0.0 34688 4780 pts/0 Sl 00:19 0:00 > WebCatalog -m That's probably the issue. It also looks like a new WebCat process is being created exactly every 7 days, minus the very last entry. Do you guys have any uptime app, or cron, that is starting a new process? WebDNA 6.2 is supposed to know if the app is already running, but there are custom apps, and certain methods that can mess that communication up. How are you guys restarting WebCat? (what command are you using)? Donovan -- Donovan Brooke Euca Design Center www.euca.us Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Multiple Instances of WebDNA causing multiple copies of emails (WebDNA Solutions 2012)
  2. Re: [WebDNA] Multiple Instances of WebDNA causing multiple copies of emails (Tom Duke 2012)
  3. Re: [WebDNA] Multiple Instances of WebDNA causing multiple copies of emails (WebDNA Solutions 2012)
  4. Re: [WebDNA] Multiple Instances of WebDNA causing multiple copies (Donovan Brooke 2012)
  5. Re: [WebDNA] Multiple Instances of WebDNA causing multiple copies of emails (Tom Duke 2012)
  6. Re: [WebDNA] Multiple Instances of WebDNA causing multiple copies (Donovan Brooke 2012)
  7. [WebDNA] Multiple Instances of WebDNA causing multiple copies of emails (Tom Duke 2012)
Tom Duke wrote: > Hi all, > > We have a problem on one of our WebDNA servers (CentOS, WebDNA 6.2) > where WebDNA is sending out multiple copies of emails. A reboot of > WebDNA resets it, but then after a couple of days it starts sending out > multiple emails again. > > Usually it's three copies of each email, but recently it grew to five > copies. Our host figures that it is due to multiple instances of > WebDNA running on the server - is that normal behaviour - can we (or > should we) stop that from happening? > > Thanks > - Tom > > > > PS. Here's the output sent to me by our host > > [cwik@www ~]$ ps axwu|grep Web > root 1262 0.0 0.0 0 0 ? Zs Apr14 0:00 > [WebCatalogCtl] > root 1270 0.0 0.0 2896 936 ? S Apr14 0:00 > /var/www/cgi-bin//WebCatalogEngine/WebDNAMonitor > apache 1271 0.0 0.0 34712 4920 ? Sl Apr14 0:00 > WebCatalog -m > root 2832 0.0 0.0 0 0 ? Zs Apr28 0:00 > [WebCatalogCtl] > root 2839 0.0 0.0 2896 932 ? S Apr28 0:00 > /var/www/cgi-bin//WebCatalogEngine/WebDNAMonitor > apache 2841 0.0 0.0 34712 4912 ? Sl Apr28 0:00 > WebCatalog -m > root 7164 0.0 0.0 0 0 ? Zs Apr21 0:00 > [WebCatalogCtl] > root 7174 0.0 0.0 2896 936 ? S Apr21 0:00 > /var/www/cgi-bin//WebCatalogEngine/WebDNAMonitor > apache 7178 0.0 0.0 34712 4916 ? Sl Apr21 0:00 > WebCatalog -m > root 9553 0.0 0.0 0 0 ? Zs May05 0:00 > [WebCatalogCtl] > root 9557 0.0 0.0 2896 932 ? S May05 0:00 > /var/www/cgi-bin//WebCatalogEngine/WebDNAMonitor > apache 9558 0.0 0.0 34712 4912 ? Sl May05 0:00 > WebCatalog -m > root 11697 0.0 0.0 2896 936 pts/0 S 00:19 0:00 > /var/www/cgi-bin//WebCatalogEngine/WebDNAMonitor > apache 11699 0.2 0.0 34688 4780 pts/0 Sl 00:19 0:00 > WebCatalog -m That's probably the issue. It also looks like a new WebCat process is being created exactly every 7 days, minus the very last entry. Do you guys have any uptime app, or cron, that is starting a new process? WebDNA 6.2 is supposed to know if the app is already running, but there are custom apps, and certain methods that can mess that communication up. How are you guys restarting WebCat? (what command are you using)? Donovan -- Donovan Brooke Euca Design Center www.euca.us Donovan Brooke

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:

cybercash on OSX - was Executing remote AppleScript (2000) WebCat2 Append problem (B14Macacgi) (1997) Menu Syntax on Edit/Add templates (1998) many-to-one problem (1998) Gold on the list ... Was Authorize.net? (2003) Comments in db? (1997) OT - Mail Solution (2002) Great product and great job ! (1997) [sendmail] on NT? (1997) Number of Line Items (1998) Type 11 errors setting up WebCAt 2 (1997) WebCatalog sales (1997) Nested tags count question (1997) Group Updates (1998) default error on NT? (1997) Error Log.db --however (1997) more on prefs not being written (2000) [FoundItems] solved - thanks (1997) [LOOKUP] (1997) Error: Can't open order file. Ignoring [OrderFile] context (2000)