MarkLogic CoRB Error - com.marklogic.developer.corb.ModuleExecutor main INFO: processing error - exiting with code 2

53 Views Asked by At

We are running a CoRB job with below settings, but its failing.

Settings:

  • App Server: HTTP Server
  • CoRB Version: 2.4.3

Properties File:

XCC-CONNECTION-URI=xccs://username:password@Load Balancer URL:port/dbname 
THREAD-COUNT=2 
ERROR-FILE-NAME=/path/example.out 
FAIL-ON-ERROR=false 
MODULES-DATABASE=modules_dbname 
MODULE-ROOT=/path/ 
PROCESS-MODULE=process_modules_example.xqy 
PROCESS-TASK=com.marklogic.developer.corb.ExportBatchToFileTask 
COMMAND-FILE=/path/CoRB/examplecommand.properties 
SSL-CONFIG-CLASS=com.marklogic.developer.corb.TrustAnyoneSSLConfig 
SSL-ENABLED-PROTOCOLS=TLSv1.2

Error:

SEVERE: Error while running CORB com.marklogic.developer.corb.CorbException: ContentSource not available. at com.marklogic.developer.corb.DefaultContentSourcePool.get(DefaultContentSourcePool.java:117) at com.marklogic.developer.corb.ModuleExecutor.run(ModuleExecutor.java:206) at com.marklogic.developer.corb.ModuleExecutor.main(ModuleExecutor.java:87)

Dec 07, 2023 1:18:58 AM com.marklogic.developer.corb.ModuleExecutor main INFO: processing error - exiting with code 2

Note: We've tried by enabling and disabling below 2 parameters from the properties file, but still no luck.

SSL-CONFIG-CLASS=com.marklogic.developer.corb.TrustAnyoneSSLConfig
SSL-ENABLED-PROTOCOLS=TLSv1.2
0

There are 0 best solutions below