You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Connector Framework


RuntimeException


Please provide valid refresh token

Happens when the refresh_token is empty for OAuth request


Could not retrieve refresh token for client

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


Could not retrieve access token for user

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


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


CrawlStopped

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



AspireException


Unable to get Crawl Controller. Component path null or empty

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


Unable to get Crawl Controller. Component path <path>

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


Crawl Controller unavailable. Component path <path>

Happens when the crawl controller is null


Queue entry id empty or null

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


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


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


Request for group expansion database - group expansion is not enabled

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


Error releasing connection

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


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


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


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

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


Error sending crawl start job

Happens when an error occurs sending the crawl start job


Error sending crawl end job

Happens when an error occurs sending the crawl end job


Workflow application not found when starting crawl: <app_name>

Happens when a workflow application can not be loaded properly


Exception flushing statistics

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


Invalid job - null connector source properties

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


Could not get statistics

Happens when can not fetch the content source statistics


Error starting crawl

Happens when trying to run the crawl start job


Error listening for new crawls

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


Error updating NoSQL DB with errored job

Happens when trying to update the statusSAO


Error updating statistics

Happens when trying to save the statistics in the StatisticsUpdater


Error getting intersection acl for item <id>

Happens when trying to save the intersection acls for the item


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

Happens when the aclsCache is null trying to save an acl


<rap> cannot be missing or empty

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


Could not connect to RAP <rap_path>

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


Cannot find user <user>

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


Cannot find user <user>

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


ACL parameter was null

Happens when trying to a null specialAcl 


Error while running push requests listener thread

Happens when running the PushRequestListener


Updates listener received a null request

Happens when trying to process a null doc in the UpdatesListener


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


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


Error getting CrawlController for content source <cs_name>
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


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


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


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


Content Source <cs_name> is disabled. Cannot process requests

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


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

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


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

Happens when trying to process a job in the QueueLoader 


Could not enqueue items to pipeline

Happens when trying to claim an item in the QueueLoader 


Could not enqueue items to pipeline
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 


Error getting the available items request

Happens when trying to run the Crawl status checker


Error creating MapDB

Happens when trying to create a mapDB for group expansion


MapDB error

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


Uog parameter was null
Groups parameter was null

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


MapDB directory not found
Transformer not found

Happens when trying to expand the stored groups for group expansion


Error flushing branch handler

Happens when trying to reprocess the failed documents 


Error checking snapshot for item ID: <id>

Happens when trying to process the snapshot 


Error ending crawl

Happens when trying to process the crawl end job


Error enqueueing item id: <id>

Happens when trying to enqueue an item in the process queue



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

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


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



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

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


Error while removing acls from cache for item <id>

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


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

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


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

Happens when trying to sent a push document to the UpdatesListener


Error deleting id <id> from the snapshot

Happens when trying to delete an item from the snapshot


Exception calling post text extraction callback

Happens when trying to post processing text from Tika 


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 


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

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


Error adding crawl root to NoSQL database: <id>

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


Error enqueueing delete for item id: <id>

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


Error processing deletes

Happens when trying to process a delete of an item


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



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

Happens when trying to scan an item


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

Happens when trying update the snapshot


  • No labels