Hi Serge, Thanks for sharing ApacheCon youtube link. It looks promising integration with PredictionIO and looking forward more information about it. The symbolic link that I created to let run by service account, here is in detail - https://academy.jahia.com/documentation/developer/dx/advanced-guides/best-practices-and-reference-material/elasticsearch-unomi-cluster-setup. It returns same message "not found" when runs either on real path or symbolic link folder. On further investigation, I add "set -x" to debug in karaf.sh file before "realpath()" method. it returns
========================== ============================== + realpath /opt/unomi-1.5.0-ei/bin/karaf + + command -v readlink+ READLINK_EXISTS=/bin/readlink + [ -z /bin/readlink ] + OURPWD=/home/userhome + dirname /opt/unomi-1.5.0-ei/bin/karaf + cd /opt/unomi-1.5.0-ei/bin + basename /opt/unomi-1.5.0-ei/bin/karaf + readlink karaf + LINK= + [ ] + basename /opt/unomi-1.5.0-ei/bin/karaf + REALPATH=/opt/unomi-1.5.0-ei/bin/karaf + cd /home/userhome + echo /opt/unomi-1.5.0-ei/bin/karaf + REALNAME=/opt/unomi-1.5.0-ei/bin/karaf + dirname /opt/unomi-1.5.0-ei/bin/karaf + DIRNAME=/opt/unomi-1.5.0-ei/bin + basename /opt/unomi-1.5.0-ei/bin/karaf + PROGNAME=karaf + . /opt/unomi-1.5.0-ei/bin/inc + KARAF_SCRIPT=karaf + export KARAF_SCRIPT + [ -f /opt/unomi-1.5.0-ei/bin/setenv ] + . /opt/unomi-1.5.0-ei/bin/setenv + : not found1.5.0-ei/bin/karaf: 18: /opt/unomi-1.5.0-ei/bin/setenv: + : not found1.5.0-ei/bin/karaf: 26: /opt/unomi-1.5.0-ei/bin/setenv: + : not found1.5.0-ei/bin/karaf: 33: /opt/unomi-1.5.0-ei/bin/setenv: + : not found1.5.0-ei/bin/karaf: 49: /opt/unomi-1.5.0-ei/bin/setenv: + dirname /opt/unomi-1.5.0-ei/bin/karaf + MY_DIRNAME=/opt/unomi-1.5.0-ei/bin /..d /opt/unomi-1.5.0-ei/bin + pwd + MY_KARAF_HOME=/opt/unomi-1.5.0-ei + : not found1.5.0-ei/bin/karaf: 52: /opt/unomi-1.5.0-ei/bin/setenv: + export JAVA_OPTS=-Dfile.encoding=UTF-8 -Xms128m -Xmx1024m -XX:PermSize=64m -XX:MaxPermSize=256m ======================================================= It's very interesting, the not found message didn't happened in Apache-1.4.0. if we look message closely, the *not found* message didn't contains first part of hyphen of the full name *unomi-* => : not found1.5.0-ei/bin/karaf: 18: /opt/unomi-1.5.0-ei/bin/setenv: Another topic, has Apache Unomi integrated with Kafaka yet? Regards and Metta, Bhagi On 2019/09/26 07:06:05, Serge Huber <shu...@apache.org> wrote: > Hello Bhagi, > > Thank you yes my sessions at ApacheCon went well, if you're interested you > can the videos of these sessions here: > https://www.youtube.com/watch?v=3VhC3x0GdDQ - Apache Unomi and Apache > PredictionIO (Machine Learning) integration > https://www.youtube.com/watch?v=5ts6LuNwH9o&t=839s - Apache Unomi > segmentation with a static HTTP site > > Concerning the "not found" problem it seems that there is a problem with > the "karaf" startup script or your environment. At the beginning, the Karaf > tries to resolve any links, and it uses a "reallink" command for this. I'm > guessing this is somehow failing on the environment you are testing this. > What do you need the symbolic link for ? Does it work if you're not using > one (just temporarily) ? > > The "setenv" script is only used for the moment to set the minimum and > maximum heap size so if it doesn't execute this is not a problem anyway. > > Regards, > Serge Huber. > > > On Thu, Sep 26, 2019 at 8:18 AM Bhagi Raj Limbu <ningwano...@gmail.com> > wrote: > > > Hi Serge, > > > > I hope you had a good session in Apache Con. I have setevn file inside the > > bin/ directory. The solution deploys in Ubuntu 18.04.3 LTS (Bionic Beaver) > > Azure cloud server. Conversely, when I run Apache Unomi 1.4.0 release > > version, it hadn't displayed a "not found" message. Besides, I log a > > support ticket on Jahia support - > > https://support.jahia.com/browse/epsilon-4 and sent deployment files to > > the support team to further investigation. Despite shows a "not found" > > message, it runs the solution. However, It's not completely bug-free and > > not known for its impact. > > > > Thank you. > > > > > > Regards and Metta, > > Bhagi > > > > On 2019/09/26 04:32:45, Serge Huber <shu...@apache.org> wrote: > > > Hello Bhagi, > > > > > > That is indeed strange, the -Xmx3G option should be valid unless your > > > server has less than 3GB of available memory. Anyway to start 1GB should > > be > > > enough but I wouldn't recommend it for production use (2G is a > > recommended > > > minimum). > > > > > > As for the notfound, this seems to be somehow related to the Karaf script > > > looking for a setenv file that doesn't exist. Do you have a setenv file > > in > > > the bin/ directory ? Which OS are you installing this on ? > > > > > > Regards, > > > Serge... > > > > > > > > > On Sun, Sep 22, 2019 at 9:57 AM Jason Hegna - Crystal Lake < > > > jhe...@shawmedia.com> wrote: > > > > > > > Hello, > > > > > > > > I am currently at an industry conference and will have limited access > > to > > > > email. I will return on Monday, September 23rd and will return your > > email > > > > at that time. > > > > Best, > > > > > > > > Jason > > > > > > > > > >