Re: CF 8 verity collections disappearing

2009-01-26 Thread Tim Mixell
We recently upgraded to CF8 in our production environment and have begun 
experiencing the exact same issue w/ Verity going missing for no apparent 
reason. Did you ever find a solution?


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318520
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF 8 verity collections disappearing

2009-01-26 Thread Tim Mixell
Well, it turns out that we neglected to uninstall CF7 from one of the 
production servers... That'll do it!!! 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318523
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF 8 verity collections disappearing

2008-08-04 Thread Al Musella, DPM
  It happened to me again.. a  verity collection disappeared..
  Any ideas on how to approach finding the cause?

On my server, version 7,0,1,116466  . there are 12 verity 
collections.  3 are flaky.. they all belong to the same website and 
randomly disappear for no apparent reason. The other 9 have never disappeared.
The size of the largest one is:
16,998 documents and 72,748 kb in size.. but the one that just 
disappeared was 4,814 documents and 17,580 kb in size.. (What is the limit?)

What should I look for?








At 11:01 AM 7/30/2008, you wrote:

Not even close.

Azadi Saryev wrote:
  no idea. just guessing. how big is the collection? you are not over the
  verity indexing limit, are you?
 
  Azadi Saryev
  Sabai-dee.com
  http://www.sabai-dee.com/
 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310161
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CF 8 verity collections disappearing

2008-07-30 Thread Loathe
Ok, so we have a search tool that uses built in K2 verity in CF 8.

Recently we've begun getting errors from the verity collections 
disappearing.  Basically what happens is the user gets an error in the 
search saying the collection doesn't exist, the collection doesn't show 
up in the CF administrator, however, the directory for the collection 
still exists, and the collection is still listed in the admin.xml files 
for verity, only it is listed as offline.

When we tried to programtically remove the collection (cfcollection, 
cfdirectory for delete) we are unable to.  cfcollection says it doesn't 
exist, cfdirectory says we don't have permission to delete the directory.

I came up with a work around using a batch file and cfexecute to delete 
the directory and the run cfcollection to create a new collection, then 
cfindex to refresh the index.

Has anyone run into this before?  Why would the collection just go 
offline?

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309920
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF 8 verity collections disappearing

2008-07-30 Thread Loathe
Anyone, bueller, bueller?

Loathe wrote:
 Ok, so we have a search tool that uses built in K2 verity in CF 8.
 
 Recently we've begun getting errors from the verity collections 
 disappearing.  Basically what happens is the user gets an error in the 
 search saying the collection doesn't exist, the collection doesn't show 
 up in the CF administrator, however, the directory for the collection 
 still exists, and the collection is still listed in the admin.xml files 
 for verity, only it is listed as offline.
 
 When we tried to programtically remove the collection (cfcollection, 
 cfdirectory for delete) we are unable to.  cfcollection says it doesn't 
 exist, cfdirectory says we don't have permission to delete the directory.
 
 I came up with a work around using a batch file and cfexecute to delete 
 the directory and the run cfcollection to create a new collection, then 
 cfindex to refresh the index.
 
 Has anyone run into this before?  Why would the collection just go 
 offline?
 
 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309929
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF 8 verity collections disappearing

2008-07-30 Thread Azadi Saryev
no idea. just guessing. how big is the collection? you are not over the
verity indexing limit, are you?

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/



Loathe wrote:
 Anyone, bueller, bueller?

 Loathe wrote:
   
 Ok, so we have a search tool that uses built in K2 verity in CF 8.

 Recently we've begun getting errors from the verity collections 
 disappearing.  Basically what happens is the user gets an error in the 
 search saying the collection doesn't exist, the collection doesn't show 
 up in the CF administrator, however, the directory for the collection 
 still exists, and the collection is still listed in the admin.xml files 
 for verity, only it is listed as offline.

 When we tried to programtically remove the collection (cfcollection, 
 cfdirectory for delete) we are unable to.  cfcollection says it doesn't 
 exist, cfdirectory says we don't have permission to delete the directory.

 I came up with a work around using a batch file and cfexecute to delete 
 the directory and the run cfcollection to create a new collection, then 
 cfindex to refresh the index.

 Has anyone run into this before?  Why would the collection just go 
 offline?
 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309936
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF 8 verity collections disappearing

2008-07-30 Thread Loathe
Not even close.

Azadi Saryev wrote:
 no idea. just guessing. how big is the collection? you are not over the
 verity indexing limit, are you?
 
 Azadi Saryev
 Sabai-dee.com
 http://www.sabai-dee.com/
 
 
 
 Loathe wrote:
 Anyone, bueller, bueller?

 Loathe wrote:
   
 Ok, so we have a search tool that uses built in K2 verity in CF 8.

 Recently we've begun getting errors from the verity collections 
 disappearing.  Basically what happens is the user gets an error in the 
 search saying the collection doesn't exist, the collection doesn't show 
 up in the CF administrator, however, the directory for the collection 
 still exists, and the collection is still listed in the admin.xml files 
 for verity, only it is listed as offline.

 When we tried to programtically remove the collection (cfcollection, 
 cfdirectory for delete) we are unable to.  cfcollection says it doesn't 
 exist, cfdirectory says we don't have permission to delete the directory.

 I came up with a work around using a batch file and cfexecute to delete 
 the directory and the run cfcollection to create a new collection, then 
 cfindex to refresh the index.

 Has anyone run into this before?  Why would the collection just go 
 offline?
 
 
 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309938
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF 8 verity collections disappearing

2008-07-30 Thread Al Musella, DPM
I have the same problem on cf 7.  It happens about once a month.. on 
a site that I  volunteer for - just hadn't had the time to debug the problem..
  I have to manually delete the directory, then recreate the 
collection, then repopulate it.



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309985
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF 8 verity collections disappearing

2008-07-30 Thread Loathe
Yeah same exact issue, only it's happening like every day.

Al Musella, DPM wrote:
 I have the same problem on cf 7.  It happens about once a month.. on 
 a site that I  volunteer for - just hadn't had the time to debug the problem..
   I have to manually delete the directory, then recreate the 
 collection, then repopulate it.
 
 
 
 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309998
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4