2

I'm running Mac OSX and have installed UltraESB. When I try to run it I get the following error:

adding os/x equivalent of tools.jar
Starting AdroitLogic UltraESB ... Using JAVA_HOME  :
/Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home Using
ULTRA_HOME: /opt/ultraesb-2.2.0 log4j:ERROR setFile(null,true) call
failed. java.io.FileNotFoundException: logs/ultraesb.log (Permission
denied)

Can anyone tell me why?

Rajind Ruparathna
  • 2,215
  • 24
  • 55
TheCoder
  • 8,413
  • 15
  • 42
  • 54

1 Answers1

1

I gave the folder read, write and execute permissions.

TheCoder
  • 8,413
  • 15
  • 42
  • 54
  • It sucks that `chmod 777` is the solution to everything. But really this helped me in a pinch; thanks! – Vish Nov 26 '16 at 06:20