Verity Server Problem

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Verity Server Problem

    When I log into my CFMX 7 administrator and go to the Verity Collections
    I get this message:
    Unable to retrieve collections from the Search Service. Please verify
    that the ColdFusion MX Search Server is installed and running.

    It's installed, it's running, and it was working before, so any ideas on
    this? All I did today related to Verity was deleted some collections
    (from the admin panel). This is CFMX 7 Enterprise running on JRun
    (multi-instance install) on Windows Server 2003.

    Some additional info--when I try to programmatically create a new
    collection I get this error:
    An error occurred while performing an operation in the Search Engine
    library. Error reading collection information:
    com.verity.api.administration.ConfigurationExcepti on: Directory could
    not be opened [VdkError_DirOpenFailed].

    I've restarted the Verity service, restarted CF, and rebooted the
    machine, but this error persists. Also, I have two instances of CF
    running and they both behave the same way, so I assume it's something
    going on with Verity itself based on the architecture diagram for Verity
    in a multi-instance installation that I saw on macromedia.com.

    Any ideas?

    Thanks,
    Matt
    --
    Matt Woodward
    Team Macromedia - ColdFusion
    mpwoodward *TMM* Guest

  2. Similar Questions and Discussions

    1. Verity collection on different server?
      I am trying to setup a verity collection on a shared drive, i.e. not on the server where cfadministrator is but I don't know how to get cf...
    2. Verity Server on CF MX 6.1 on Tomcat
      I'm having the same problem with CFMX 7.0 (J2EE) under Tomcat 5.0.28 and Sun's J2SE 1.5.0. The problem appears to be with the K2Encrypt class,...
    3. Verity Indexing Crashes Server
      I have a website running on an admittedly over-taxed, out-dated, in-bad-bad-BAD-need-of-replacing server. The server handles its own under normal...
    4. verity problem
      Hi Ive created a search feature using the verity tool, however i am getting error, below is the code and the error. the collection name is...
    5. Verity running in a multi-server MX 7 environment
      I have been trying to run Verity in a multi-server environment (2 machines running CFMX 7) with no success. When I create the collections in one of...
  3. #2

    Default Re: Verity Server Problem

    Check to make sure you have 3 processes running: k2admin, k2server and
    k2index.

    Check the Verity service logs in:
    Data/host/log (k2admin)
    Data/services/*/log (k2server and k2index)

    There may be clues there. You might want to shutdown the search service,
    remove the logs, and start them up again to get a fresh set of logs.

    --
    Tom Jordahl
    Macromedia Server Development


    Tom Jordahl Guest

  4. #3

    Default Re: Verity Server Problem

    Thanks Tom--initial thing I see that might be a problem:

    ***** Verity Diagnostics version 1.0 *****

    ***** Logging ColdFusionK2_server1 (pid 5664) 2005-03-23 15:42:03 *****

    2005-03-23 15:42:03 [E:CollSvc:2512:k2coll.cpp@12671] [CollSvc]Could not
    obtain locale and charmap of collection assets. Error code [-26]
    2005-03-23 15:42:03 [E:CollSvc:2512:k2coll.cpp@12909]
    IntializeNewSearchSession returned error -26.
    2005-03-23 15:42:03 [E:CollSvc:2512:k2coll.cpp@13529] K2CollThrInit
    returned error -26.
    2005-03-23 15:42:03 [E:CollSvc:3980:k2coll.cpp@12671] [CollSvc]Could not
    obtain locale and charmap of collection assets. Error code [-26]
    2005-03-23 15:42:03 [E:CollSvc:3980:k2coll.cpp@12909]
    IntializeNewSearchSession returned error -26.
    2005-03-23 15:42:03 [E:CollSvc:3980:k2coll.cpp@13529] K2CollThrInit
    returned error -26.

    That collection "assets" is one of the ones I deleted so it doesn't
    exist anymore, nor does the directory for it. Could that be the issue?
    (This was the Data/services/ColdFusionK2_server1/diag/diag.log file.)

    I'll dig into the other logs but that's the only flat-out error I see,
    and all three services you mention are running.

    Thanks,
    Matt

    --
    Matt Woodward
    Team Macromedia - ColdFusion
    mpwoodward *TMM* Guest

  5. #4

    Default Re: Verity Server Problem

    Try running a cfcollection action="delete" on the collection you deleted.

    Even though it will return an error, it will clean up references to that
    collection from all the places Verity keeps them.

    Shouldn't cause the problems you are seeing I don't think. Did you check
    firewall stuff (XP SP2?) and the like?

    --
    Tom Jordahl
    Macromedia Server Development


    Tom Jordahl Guest

  6. #5

    Default Re: Verity Server Problem

    Tom Jordahl wrote:
    > Try running a cfcollection action="delete" on the collection you deleted.
    >
    > Even though it will return an error, it will clean up references to that
    > collection from all the places Verity keeps them.
    >
    > Shouldn't cause the problems you are seeing I don't think. Did you check
    > firewall stuff (XP SP2?) and the like?
    >
    Nope, this is on Windows Server 2003 Enterprise, and because we're so
    heavily firewalled on the hardware/network side there's no firewall
    software running on this machine.

    I'll try deleting the collection and see what happens. If nothing else
    I'll just uninstall and reinstall CF, I'm just trying to avoid that if I
    can.

    Thanks,
    Matt

    --
    Matt Woodward
    Team Macromedia - ColdFusion
    mpwoodward *TMM* Guest

  7. #6

    Default Re: Verity Server Problem

    mpwoodward *TMM* wrote:
    > Tom Jordahl wrote:
    >
    >> Try running a cfcollection action="delete" on the collection you deleted.
    Just a follow-up--did the delete action and also wiped out the stuff in
    the "ws" folder and that resolved the issue. Thanks much for the
    assistance.

    Matt


    --
    Matt Woodward
    Team Macromedia - ColdFusion
    mpwoodward *TMM* Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139