Hi.
I'm using CNA's function as an API to compute a pathway's MDF as per ASTHERISK.
When I run the program, I get a Java exception.
Java exception occurred:
ilog.cplex.CpxException: CPLEX Error 1426: Low-level file I/O error.
at ilog.cplex.CplexI.CALL(CplexI.java:5204)
at ilog.cplex.CplexI.init(CplexI.java:7283)
at ilog.cplex.CplexI.<init>(CplexI.java:866)
at ilog.cplex.IloCplex.<init>(IloCplex.java:12962)
at ilog.cplex.IloCplex.<init>(IloCplex.java:12991)
at IloCplexMIPmat.<init>(IloCplexMIPmat.java:29)
Error in max_min_driving_force_pathway_ratio_range (line 194)
obj= CplexJava();
Error in CNAcomputeOptMDFpathway_ratio_range (line 129)
[mdf, v, conc, dum1, dum2, dfs]= max_min_driving_force_pathway_ratio_range(maximalMilpRunTime, stoichMat,...
Error in astherisc (line 385)
[optmdfWithoutCommunity, vWithoutCommunity, ~, ~] =
CNAcomputeOptMDFpathway_ratio_range(maximalMilpRunTime, cnapWithoutCommunity,...
Error in generateToyModelReport (line 49)
finalReport = astherisc(targetSubstrateReaction, targetMaxSubstrateUptake,...
>>
It will be very helpful if some one can help me overcome this error.