Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Connector Framework


RuntimeException


Info
Please provide valid refresh token

Happens when the refresh_token is empty for OAuth request


Info
Could not retrieve refresh token for client

Happens when the OAuth request return an Unauthorized (401) or Forbidden (403) code 


Info
Could not retrieve access token for user

Happens when the OAuth request return an Unauthorized (401) or Forbidden (403) code 


Info
Cannot handle <specific content type> content type. Supported content types include JSON, XML and URLEncoded

Happens when the OAuth request return a different content type that JSON, XML or URLEncoded



AspireException


Info
Unable to get Crawl Controller. Component path null or empty

Happens when the crawl controller (component) path is null or empty


Info
Unable to get Crawl Controller. Component path <path>

Happens when can not get the crawl controller from the specified path


Info
Crawl Controller unavailable. Component path <path>

Happens when the crawl controller is null


Info
Queue entry id empty or null

Happens when the entry id (of the crawling document) is empty or null


Info
The crawl controller branchhandler must be configured for the <event_name> event

Happens when the branch handler can not configure the onStartJob, onCrawlStart, onCrawlEnd events


Info
The crawl controller must have a group expansion manager (gem) configured when group expansion is enabled

Happens when the group expansion process is not configured correctly


Info
Request for group expansion database - group expansion is not enabled

Happens when is trying to get the groupsSAO but the group expansion is disable


Info
Error releasing connection

Happens when is trying to close the all the storage provider connections


Info
Cannot start crawl as one is in progress

Happens when a crawl is running and another crawl is trying to start for the same content source


Info
Timed out waiting for crawl to start within 60 seconds

Happens when a source info could not be initialized and the crawl wait 60 seconds to start


Info
A request to start group download and caching was received, but group expansion is not supported by this connector
Info
A request to start groups download and caching was received, but group expansion is not enabled
Info
A request to start group download and caching was received, but the group expansion manager service is not available
Info
FATAL: Unable to start crawl

Happens when an error occurs initializing a Source Info at the Crawl Start action


Info
Error sending crawl start job

Happens when an error occurs sending the crawl start job


Info
Error sending crawl end job

Happens when an error occurs sending the crawl end job


Info
Workflow application not found when starting crawl: <app_name>

Happens when a workflow application can not be loaded properly


Info
Exception flushing statistics

Happens when is trying to flush the statistics from the statistics SAO


Info
Invalid job - null connector source properties

Happens when can not get the connector source properties initializing the source info


Info
Could not get statistics

Happens when can not fetch the content source statistics


Info
Error starting crawl

Happens when trying to run the crawl start job


Info
Error listening for new crawls

Happens when trying to run the crawl and the crawl status is null


Info
Error updating NoSQL DB with errored job

Happens when trying to update the statusSAO


Info
Error updating statistics

Happens when trying to save the statistics in the StatisticsUpdater


Info
Error getting intersection acl for item <id>

Happens when trying to save the intersection acls for the item


Info
Acls Cache was not initialized. Unable to cache acls for item <id>

Happens when the aclsCache is null trying to save an acl


Info
<rap> cannot be missing or empty

Happens when trying to initialize the FetchUrl component and the path to the rap is empty


Info
Could not connect to RAP <rap_path>

Happens when trying to initialize the FetchUrl component and can not get the RepositoryAccessProvider


Info
Cannot find user <user>

Happens when can not get a specified user from the groupsSAO in the group expansion


Info
Cannot find user <user>

Happens when can not get a specified user from the groupsSAO in the group expansion


Info
ACL parameter was null

Happens when trying to a null specialAcl 


Info
Error while running push requests listener thread

Happens when running the PushRequestListener