[SOLVED] file not found :: for read model operator when hosted in server
Hello,
I am exposing a process as a JSON webservice. (which works pretty nice)
This process uses a model file as input for the apply model operator by means of using the read model operator.
The error I am getting is that it cannot find the model file even though it is listed in the users repository.
Could not read file '/home/anonymous/xx.mod': java.io.FileNotFoundException: /home/anonymous/xx.mod (No such file or directory)."}}
Is there anyplace I can start looking for what this issue might be?
Any guidance is much appreciated.
Best regards
Paul
I am exposing a process as a JSON webservice. (which works pretty nice)
This process uses a model file as input for the apply model operator by means of using the read model operator.
The error I am getting is that it cannot find the model file even though it is listed in the users repository.
Could not read file '/home/anonymous/xx.mod': java.io.FileNotFoundException: /home/anonymous/xx.mod (No such file or directory)."}}
Is there anyplace I can start looking for what this issue might be?
Any guidance is much appreciated.
Best regards
Paul