Hi All, I am installing WOFramework using the following:
$ sudo mkdir -p /Library/WebObjects/Versions/WebObjects543 $ curl -O http://wocommunity.org/tools/WOInstaller.jar $ sudo java -jar WOInstaller.jar 5.4.3 /Library/WebObjects/Versions/WebObjects543 I am following the installer on the following link: http://wiki.wocommunity.org/display/WEB/Project+Wonder+Installation mkdir works getting the JAR works but unlike the video on the installer page, running the installer throws the following exception: tpeterss-macbook-pro-15:eclipse thomasgpeters$ sudo java -jar WOInstaller.jar 5.4.3 /Library/WebObjects/Versions/WebObjects543 Downloading WebObjects: Done Exception in thread "main" java.io.IOException: Cannot run program "/bin/ln": error=13, Permission denied at java.lang.ProcessBuilder.start(ProcessBuilder.java:1041) at java.lang.Runtime.exec(Runtime.java:617) at java.lang.Runtime.exec(Runtime.java:485) at com.mdimension.archiver.CPIO$Link.create(CPIO.java:202) at com.mdimension.archiver.CPIO.extractTo(CPIO.java:129) at com.mdimension.woinstaller.Main.main(Main.java:116) Caused by: java.io.IOException: error=13, Permission denied at java.lang.UNIXProcess.forkAndExec(Native Method) at java.lang.UNIXProcess.<init>(UNIXProcess.java:135) at java.lang.ProcessImpl.start(ProcessImpl.java:130) at java.lang.ProcessBuilder.start(ProcessBuilder.java:1022) ... 5 more I am running the installer from sudo, but it is still causing this error. Any help appreciated. Thomas
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
