Hello All,

I am facing a peculiar issue with pipelines configured for some ingestion 
process. In the recent times, at irregular intervals, for some reason, when a 
document enters the ingestion process, for which certain auto actions are 
configured in pipeline, an exception is being thrown saying that "file not 
found" and shows a ingest-condition module. But when i look at the path on the 
server, the respective module would be present.

To resolve this, if i redeploy the code, everything will be resumed and the 
ingestion pipeline starts working perfectly. With a thought that it might be a 
server side issue, i tried just restarting the server without redeploying the 
code. But it didn't help. I had to redeploy the code.

Can you please give me a clue on what could be the root cause of this issue and 
any server side admin action to restart pipelines, could be of some help ?


FYR. Following is the exception snapshot.

<error:error xsi:schemaLocation="http://marklogic.com/xdmp/error error.xsd" 
xmlns:error="http://marklogic.com/xdmp/error"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
 <error:code>SVC-FILOPN</error:code>
   <error:name/>
   <error:xquery-version>1.0-ml</error:xquery-version>
   <error:message>File open error</error:message>
   <error:format-string>SVC-FILOPN: 
xdmp:invoke("/pipelines/actions/correlation-ingest-condition.xqy", 
(xs:QName("trgr:uri"), 
"/incoming/standards/from-hmsi/NJ.CCCS.LCS.09--2012-09-11-04:00.x...", 
xs:QName("trgr:trigger"), ...), &lt;options 
xmlns="xdmp:eval"&gt;&lt;isolation&gt;different-transaction&lt;/isolation&gt;&lt;prevent-deadlocks&gt;t...&lt;/options&gt;)
 -- File open error: open 
'/pipelines/actions/correlation-ingest-condition.xqy': No such file or 
directory</error:format-string>
   <error:retryable>false</error:retryable>
   
<error:expr>xdmp:invoke("/pipelines/actions/correlation-ingest-condition.xqy", 
(xs:QName("trgr:uri"), 
"/incoming/standards/from-hmsi/NJ.CCCS.LCS.09--2012-09-11-04:00.x...", 
xs:QName("trgr:trigger"), ...), &lt;options 
xmlns="xdmp:eval"&gt;&lt;isolation&gt;different-transaction&lt;/isolation&gt;&lt;prevent-deadlocks&gt;t...&lt;/options&gt;)</error:expr>
   <error:data>
     <error:datum>open</error:datum>
     
<error:datum>/pipelines/actions/correlation-ingest-condition.xqy</error:datum>
     <error:datum>No such file or directory</error:datum>
   </error:data>
Thanks,
Sunil C
This e-mail and any files transmitted with it are for the sole use of the 
intended recipient(s) and may contain confidential and privileged information. 
If you are not the intended recipient(s), please reply to the sender and 
destroy all copies of the original message. Any unauthorized review, use, 
disclosure, dissemination, forwarding, printing or copying of this email, 
and/or any action taken in reliance on the contents of this e-mail is strictly 
prohibited and may be unlawful.
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to