Jensor (unix 32) is looking in /config for the file usr.info, whereas it should be looking for it in JENSOR_HOME/config, rather than the root of the disk.
This happens only when the value of the environment variable JENSOR_HOME is not set. And it will get resolved once JENSOR_HOME is set.
However if you have set the JENSOR_HOME and still facing the issue, do describe the steps to be followed in order to recreate the same scenario, then we will take a look at it and provide a solution.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
$JENSOR_HOME is set correctly, can successfully run demo.sh. However when run
startup.sh, encountered the following errors. Looks like JENSOR_HOME was reset to /home/C492188/Jensor/ internally.
Executing Shell Command
JC-006: JENSOR_HOME : /home/C492188/Jensor/
java.io.FileNotFoundException: /home/C492188/Jensor/config/usr.info (No such file or directory)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This happens only when the value of the environment variable JENSOR_HOME is not set. And it will get resolved once JENSOR_HOME is set.
However if you have set the JENSOR_HOME and still facing the issue, do describe the steps to be followed in order to recreate the same scenario, then we will take a look at it and provide a solution.
Jensor 2.2 64bit on ubuntu 13.10
$JENSOR_HOME is set correctly, can successfully run demo.sh. However when run
startup.sh, encountered the following errors. Looks like JENSOR_HOME was reset to /home/C492188/Jensor/ internally.
Executing Shell Command
JC-006: JENSOR_HOME : /home/C492188/Jensor/
java.io.FileNotFoundException: /home/C492188/Jensor/config/usr.info (No such file or directory)