Whew! I sort of think this qualifies as a wotaskd bug; where and whom to report it?
> On 13. 2. 2025, at 15:07, OCsite via Webobjects-dev > <webobjects-dev@lists.apple.com> wrote: > It looks like it was caused by an existence of /tmp/logWebObjects, added > there to log the adaptor. What the....?!? Does not make any sense to me (does > anybody here understand perhaps?) Looks like I do, now. Wotaskd seems to by default (unless WOShouldUseSpawn is switched off explicitly) spawn applications using an embedded script, SpawnOfWotaskd.sh. That script checks for /tmp/logWebObjects, and if found, it — ba-dum! — logs out to /Library/WebObjects/Logs/SpawnOfWotaskd.log. Hard-coded path, NEXT_ROOT ignored. Which sort of causes the script reliably and consistently and silently fail wherever NEXT_ROOT happens to differ from /. Sigh. All the best, OC
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com