Problem:
FFQD5911E The crawler could not establish a socket connection to the server: dstindiai14.in.ibm.com port: 443.
Resolution:
File LotusQuickr-config.xml was updated to change
<sloc:serviceReference enabled="true" serviceName="login" ssl_enabled="false" isIncludedInMainNav="false">
<sloc:href>
<sloc:hrefPathPrefix>/Redirect/LoginIntegrator</sloc:hrefPathPrefix>
<sloc:static href="http://dstindiai14.in.ibm.com:10080" ssl_href="https://dstindiai14.in.ibm.com:10080" />
</sloc:href>
</sloc:serviceReference>
was changed to:
<sloc:serviceReference enabled="true" serviceName="login" ssl_enabled="false" isIncludedInMainNav="false">
<sloc:href>
<sloc:static href="http://dstindiai14.in.ibm.com:10080" ssl_href="https://dstindiai14.in.ibm.com:10080" />
</sloc:href>
</sloc:serviceReference>
In other words, we removed the LoginIntegrator(shown below) from the login service: <sloc:hrefPathPrefix>/Redirect/LoginIntegrator</sloc:hrefPathPrefix>
This caused the link http://<host>:<port>/places/myplaces to break and I am currently working on a PMR to resolve this.
No comments:
Post a Comment