Re: WOInstaller.jar throws Exception in thread main java.io.IOException: Cannot run program /bin/ln

2013-10-06 Thread Thomas Peters
tpeterss-macbook-pro-15:WOLips thomasgpeters$ ls -l /bin/ln -rwxr-xr-x 1 root wheel 14976 Oct 19 2012 /bin/ln On Oct 4, 2013, at 11:28 PM, Chuck Hill ch...@global-village.net wrote: What are the permissions on ln? These are mine: moosejaw:~ chuck$ ls -al /bin/ln -rwxr-xr-x 2 root wheel

Re: WOInstaller.jar throws Exception in thread main java.io.IOException: Cannot run program /bin/ln

2013-10-06 Thread Bastian Triller
The hard link count of your /bin/ln is 1. It should be 2, since /bin/link and /bin/ln point to the same file (at least on 10.8). Do you have /bin/link? On 6 Oct 2013 18:25, Thomas Peters thomasg_pet...@msn.com wrote: tpeterss-macbook-pro-15:WOLips thomasgpeters$ ls -l /bin/ln -rwxr-xr-x 1 root

Re: WOInstaller.jar throws Exception in thread main java.io.IOException: Cannot run program /bin/ln

2013-10-06 Thread Thomas Peters
Yes, I have /bin/link it's a symbolic link to: tpeterss-macbook-pro-15:WOLips thomasgpeters$ which link /bin/link tpeterss-macbook-pro-15:WOLips thomasgpeters$ link usage: ln [-Ffhinsv] source_file [target_file] ln [-Ffhinsv] source_file ... target_dir link source_file

Re: WOInstaller.jar throws Exception in thread main java.io.IOException: Cannot run program /bin/ln

2013-10-06 Thread Thomas Peters
also checked the permissions for link tpeterss-macbook-pro-15:WOLips thomasgpeters$ ls -l /bin/link -rwxr-xr-x 1 root wheel 14976 Oct 19 2012 /bin/link On Oct 6, 2013, at 1:20 PM, Thomas Peters thomasg_pet...@msn.com wrote: Yes, I have /bin/link it's a symbolic link to:

WOInstaller.jar throws Exception in thread main java.io.IOException: Cannot run program /bin/ln

2013-10-04 Thread Thomas Peters
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

Re: WOInstaller.jar throws Exception in thread main java.io.IOException: Cannot run program /bin/ln

2013-10-04 Thread Chuck Hill
What are the permissions on ln? These are mine: moosejaw:~ chuck$ ls -al /bin/ln -rwxr-xr-x 2 root wheel 14976 12 Mar 2013 /bin/ln On 2013-10-04 8:25 PM, Thomas Peters wrote: Hi All, I am installing WOFramework using the following: $ sudo mkdir -p