In this Document
APPLIES TO:Oracle Secure Enterprise Search - Version 11.2.2.2.0 and laterInformation in this document applies to any platform. SYMPTOMSSES 11.2.2.2 got installed in mode #3. [ESS_JobMetadataID: JobDefinition:/<PATH_TO>/oracle/apps/ess/search/OracleSearchCrawlerCore] Execution error for request 10. Reason: Spawned job for request 10 produced the error exit code: ERROR[[
oracle.as.scheduler.ExecutionErrorException: Spawned job for request 10 produced the error exit code: ERROR
[TIME_STAMP] [search] [NOTIFICATION] [] [oracle.search] [tid: main] [ecid: TIME_STAMP] Creating launcher for the crawler
[TIME_STAMP] [search] [NOTIFICATION] [] [oracle.search] [tid: main] [ecid: TIME_STAMP] Retrieved credentials to connect to the database [TIME_STAMP] [search] [ERROR] [] [oracle.search] [tid: main] [ecid: TIME_STAMP] Error connecting to database: IO Error: SO Exception was generated [TIME_STAMP] [search] [ERROR] [] [oracle.search] [tid: main] [ecid: TIME_STAMP] Error in ESSCrawlerLauncher: IO Error: SO Exception was generated [TIME_STAMP] [search] [ERROR] [] [oracle.search] [tid: main] [ecid:TIME_STAMP] [[ java.sql.SQLRecoverableException: IO Error: SO Exception was generated
CHANGESHere is the output of the listCred command to list the entry in CSF: wls:/search_domain/serverConfig> listCred(map="oracle.search", key="SEARCH_DATABASE")
Already in Domain Runtime Tree [Name : jdbc:oracle:thin:@hostname.domain_name:1521:db_service_name.domain_name), Description : null, expiry Date : null] PASSWORD:xxxxx CAUSEIn the Step 6-D "Create CSF Entries SES_ADMIN-KEY and SEARCH_DATABASE" instead of using the SID in the database connection, the service name was used. SOLUTION Since the database service name is specified in the connection string, the connection string should typically be in the below format: wls:/search_domain/serverConfig> listCred(map="oracle.search", key="SEARCH_DATABASE");
Location changed to domainRuntime tree. This is a read-only tree with DomainMBean as the root. For more help, use help(domainRuntime) [Name : jdbc:oracle:thin:@machine.oracle.com:1521/SESDB.us.oracle.com, Description : null, expiry Date : null] PASSWORD:xxxxx
--------------------
Step#6-D: wls:/>createCred(map="oracle.search", key="SEARCH_DATABASE", user="SES_DB_JDBC_Connect_String", password="SES_DB_Password") Provide appropriate value for the SES_DB_Connect_String field in the format jdbc:oracle:thin:@host:port:SID. --------------------
|