简体   繁体   中英

hybris mac hybris startup error coming all of a sudden

The moment I do . ./hybrisserver.sh . ./hybrisserver.sh after doing ant all (in platform folder)

or I do . ./hybrisserver.sh debug . ./hybrisserver.sh debug

I get the below error, how should I fix this. The setup was working earlier and I initialized it with a recipe. It works well if I give ./install.sh -r b2c_acc_plus start in the installer folder

. ./hybrisserver.sh

dirname: illegal option -- b

usage: dirname path

-bash: cd: /tomcat/bin: No such file or directory

It is happening because you are using . ./hybrisserver.sh

The solution is to use ./hybrisserver.sh

Please let me know if you still face any issue.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM