Right, but now for some reason I'm running out of memory but I note monitor has increased memory settings? Or is this because I'm trying to use a "micro" instance of an amazon server?
the command line seems to run from the terminal, but I get this complaint in the WO app log: callUnixProcess [/home/appserver/bin/imagesize.sh 64 jpg] java.io.IOException: Cannot run program "/home/appserver/bin/imagesize.sh": java.io.IOException: error=12, Cannot allocate memory here's monitor settings, includes proper memory no? unrelated? -Xms128m -Xmx256m -DWOAllowsConcurrentRequestHandling=true On Apr 11, 2011, at 2:59 PM, Pascal Robert wrote: > > Le 2011-04-11 à 14:47, Jesse Tayler a écrit : > >> >> I'm launching a UNIX script to generate image thumbnails and troubleshooting >> with a new server setup. >> >> Unless I'm mistaken, the script is unable to launch due to permissions and >> WO seems to be running user 501 without a username. >> >> Now I can't recall if that's how it used to be, should I be running uid 501 >> with no account/username? > > Normally, the user who run wotaskd and Monitor (and your apps) is > "appserver". I guess that user is not on your new server, and that since no > other user have a ID of 501, it's running on the ID of the user coming from > the .tar.gz of wotaskd and Monitor. > > So, you should create a "appserver" user and use 501 as the id for this user > (or create the user and do a "chown -R appserver" on the directory where WO > and your apps are). > >> I don't want a security disaster, but I do need to launch some scripts that >> require a decent shell env. >> >> Advice? >> >> >> _______________________________________________ >> Do not post admin requests to the list. They will be ignored. >> Webobjects-dev mailing list ([email protected]) >> Help/Unsubscribe/Update your Subscription: >> http://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca >> >> This email sent to [email protected] > > _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
