Search compatibility with TLS - Web crawler connection and Socket connections
(Doc ID 2464878.1)
Last updated on OCTOBER 10, 2023
Applies to:
Oracle Knowledge - Version 8.4.2.2 and laterInformation in this document applies to any platform.
Symptoms
1. TLS mail connection
[Bootstrap: 9] RELEASE_INFO: 8.6.1.0, 8, 6, 1, 0, 328
/usr/lib/jvm/java-1.8.0-oracle.x86_64/bin
[2910 Scheduler(388)] UNKNOWN MESSAGE ID "FORMAT_RECORD_EVENT" called with: "LOG_STORE_EXCEPTION" "#1B51I388P13" "7/2/19 8:55 AM"UNKNOWN MESSAGE ID "LOG_STORE_EXCEPTION" called with: "com.inquira.util.mail.SendMailException" "DO_NOT_ADD" "com.inquira.event"
[2910 Scheduler (13)] UNKNOWN MESSAGE ID "SEND_MAIL_ERROR" called with: "com.inquira.util.mail.SendMailException: [Scheduler @ Tue Jul 02 08:55:26 CDT 2019] (Could not convert socket to TLS)"
java.io.EOFException: SSL peer shut down incorrectly
at sun.security.ssl.InputRecord.read(InputRecord.java:505)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:975)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
at com.sun.mail.util.SocketFetcher.configureSSLSocket(SocketFetcher.java:507)
2. When a site has a version of TLS that is not supported by the Java that is running the application, the crawler will not be able to crawl the site.
[1112 Local Workclient-default-taskrun (124)] UNKNOWN MESSAGE ID "URL_ALLOWED_STARTING_POINT" called with: "http://mySite.com/faqs"
[1113 Local Workclient-default-taskrun (124) @ 4/5/19 10:59 AM] UNKNOWN MESSAGE ID "PROCESSING_RETRIEVED_URL" called with: "http://mySite.com/faqs"
[1114 Local Workclient-default-taskrun (124)] UNKNOWN MESSAGE ID "DOC_DATA_DOES_NOT_EXIST" called with: "3" "1"
[1115 Local Workclient-default-taskrun (124)] DEBUG: Committed 1 documents.
the next one also times out
[1187 Scheduler(145)] UNKNOWN MESSAGE ID "FORMAT_SUSPEND_EVENT" called with: "SCHEDULER_RUN_COLLECTION_TASK" "#12B0I145P25" "4/5/19 10:59 AM"UNKNOWN MESSAGE ID "SCHEDULER_RUN_COLLECTION_TASK" called with: "REINDEXALL" "Content Update" "COLLECTION1" "Local Workclient"
[1188 Scheduler(25)] UNKNOWN MESSAGE ID "FORMAT_SUSPEND_EVENT" called with: "SCHEDULER_RUN_JOB" "#1B5I25P11" "4/5/19 10:59 AM"UNKNOWN MESSAGE ID "SCHEDULER_RUN_JOB" called with: "REINDEXALL"
[1189 Local Workclient-default-taskrun (150) @ 4/5/19 11:00 AM] UNKNOWN MESSAGE ID "ALL_WORKER_THREADS_BUSY" called with:
[1190 Local Workclient-default-taskrun (150) @ 4/5/19 11:00 AM] UNKNOWN MESSAGE ID "WORKER_THREADS_STATUS" called with: "0" "1" "Busy threads: 1, waiting threads: 4" "0"
[1191 RobotTaskThread_1_TVL_CONTACT_US_ALL_DEL (153) @ 4/5/19 11:00 AM] UNKNOWN MESSAGE ID "HTTP_CRAWLER_DOWNLOAD_TIMEOUT_CONTINUE" called with: "35,002" "https://mySite.com/faqs"
The crawler will retry several times.
You can also try increasing the timeout. But first test to see if the TLS version is compatible with the java version you are using for Oracle Knowledge.
Changes
If the TLS version was changed the crawl could stop working.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |