If you see the following exception when during the preparing content phase of indexing, it means that the Oracle ATG Web Commerce Search executable was unable to find the appropriate library dependencies in its search path.

14:35:06,189 WARN  [IndexDeploymentService] Potential problem with
SearchEngine 300002 atg.search.routing.SearchEngineException:
atg.search.routing.SearchEngineLaunchException:
/ATG/ATG10.2/Search10.2/SearchEngine/i686-linux-gcc345/bin/atgsearch exited
with error code 127

This can happen if the wrong version of Search was installed for your operating system, or (on AIX) if the LIBPATH environment variable is missing or incorrect.

Verify that the executable is for the correct platform and (on AIX) that the search path LD_LIBRARY_PATH or LIBPATH is correctly set. To check the search path, run the ldd tool against the executable and ensure that all library dependencies can be found, and that the ones in the bin folder are selected. You can also check the executable and dependencies by running the following command at a command line:

atgsearch -v

Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices