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 an OAuth request


Info
Could not retrieve refresh token for client

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


Info
Could not retrieve access token for user

Happens when the OAuth request return returns 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 returns a different content type that besides JSON, XML or URLEncoded


Info
CrawlStopped

Happens when is trying to process (add) an item and the crawl is stopped



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 cannot be found on 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


Info
Updates listener received a null request

Happens when trying to process a null doc in the UpdatesListener


Info
Updates listener received an invalid request. Content Source wasn't provided

Happens when trying to process a doc in the UpdatesListener but contains an empty content source name


Info
Updates listener received an invalid request. No update documents were provided

Happens when trying to process a doc in the UpdatesListener but contains an empty or null documents list


Info
Error getting CrawlController for content source <cs_name>
Info
CrawlController for content source <cs_name> was not found

Happens when trying to process a doc in the UpdatesListener but can not get the CrawlControllerImpl


Info
RAP for content source <cs_name> was not found

Happens when trying to process a doc in the UpdatesListener but can not get the RapComponent


Info
Content Source <cs_name> does not allow push updates

Happens when trying to process a doc in the UpdatesListener but the connector does not allow push update requests


Info
Error getting content source configuration for <cs_name>

Happens when trying to process a doc in the UpdatesListener but the connector content source configuration es null or empty


Info
Content Source <cs_name> is disabled. Cannot process requests

Happens when trying to process a doc in the UpdatesListener but the connector is disable


Info
The QueueLoader must be configured with a branch handler
Info
The branch handler must be configured with the <event> event

Happens when trying to initialize the QueueLoader and can not get the branch handler


Info
Exception processing job: <exception_message> (type: <type>)

Happens when trying to process a job in the QueueLoader 


Info
Could not enqueue items to pipeline

Happens when trying to claim an item in the QueueLoader 


Info
Could not enqueue items to pipeline
Info
Error enqueuing item <id> to the local queue. Releasing item to main queue to reprocess

Happens when trying to claim an item in the QueueLoader 


Info
Error getting the available items request

Happens when trying to run the Crawl status checker


Info
Error creating MapDB

Happens when trying to create a mapDB for group expansion


Info
MapDB error

Happens when trying to add a group into the mapDB for group expansion


Info
Uog parameter was null
Info
Groups parameter was null

Happens when trying to add a user or group into the mapDB for group expansion


Info
MapDB directory not found
Info
Transformer not found

Happens when trying to expand the stored groups for group expansion


Info
Error flushing branch handler

Happens when trying to reprocess the failed documents 


Info
Error checking snapshot for item ID: <id>

Happens when trying to process the snapshot 


Info
Error ending crawl

Happens when trying to process the crawl end job


Info
Error enqueueing item id: <id>

Happens when trying to enqueue an item in the process queue


Info
Error enqueueing scanned items to pipeline (container: <id>)

Happens when trying to enqueue the scanned items in the process queue


Info
Error trying to get parent from hierarchy collection for id: <id>

Happens when trying to get the hierarchy of an item from the cache/db


Info
Error trying to save container hierarchy for id: <id>

Happens when trying to save the hierarchy of an item from the cache/db


Info
Error while removing acls from cache for item <id>

Happens when trying to remove the hierarchy of an item from the cache/db


Info
Error marking item as complete for item id: <id>

Happens when trying to marks as complete or delete an item from the process queue


Info
Push Updates processing is not supported for this type of content source

Happens when trying to sent a push document to the UpdatesListener


Info
Error deleting id <id> from the snapshot

Happens when trying to delete an item from the snapshot


Info
Exception calling post text extraction callback

Happens when trying to post processing text from Tika 


Info
Branch handler not correctly configured for event <event> for feeder <name> 

Happens when trying to enqueue the the roots documents but can not get the branch handler 


Info
Job <id> was rejected as the job queue is full

Happens when trying to enqueue an item but the queue is full


Info
Error adding crawl root to NoSQL database: <id>

Happens when trying to adding the crawl root to the NoSQL database


Info
Error enqueueing delete for item id: <id>

Happens when trying to delete and offer an item in the process queue


Info
Error processing deletes

Happens when trying to process a delete of an item


Info
Null source info

Happens when trying to release the queue-item when the status is Paused, Stopped or Complete and the source info is null


Info
Error scanning: <id>
Info
Error enqueueing scanned items to pipeline (container: <id>)

Happens when trying to scan an item


Info
Error updating snapshot for action <action> on id <id>

Happens when trying update the snapshot