Re: Weird problem: JavaMonitor cannot launch any application

2025-02-14 Thread Samuel Pelletier via Webobjects-dev
Hi, Usually when I have that kind of problem, it is file permission related... For exemple, /tmp/logWebObjects enable some logging, if the log file was created with an user X and you now start the app using the monitor that use wotaskd, the app will run with the wotaskd user permissions... T

Re: Weird problem: JavaMonitor cannot launch any application

2025-02-13 Thread OCsite via Webobjects-dev
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 > 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 m

Re: Weird problem: JavaMonitor cannot launch any application

2025-02-13 Thread Jesse Tayler via Webobjects-dev
I believe in software voodoo. It’s part of software rot. > On Feb 13, 2025, at 9:07 AM, OCsite wrote: > > Voodoo would be the right answer I guess. > > 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 t

Re: Weird problem: JavaMonitor cannot launch any application

2025-02-13 Thread OCsite via Webobjects-dev
Voodoo would be the right answer I guess. 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?), but it looks like soon as I've removed the file, I can launch anyth

Re: Weird problem: JavaMonitor cannot launch any application

2025-02-13 Thread Jesse Tayler via Webobjects-dev
Do you know what user your monitor is running under? I have no idea, but sometimes wotaskd craps out and I need to restart it… I also try to use the exact same launch as wo monitor by taking the args out and using that but it sounds like you’ve checked launch with args. Software voodoo? > On F

Re: Weird problem: JavaMonitor cannot launch any application

2025-02-13 Thread OCsite via Webobjects-dev
> On 13. 2. 2025, at 14:00, Jesse Tayler wrote: > Wotaskd? What with it? It runs (see “runs normally, connects properly to wotaskd, shows as running” below). We have even restarted it (along with JavaMonitor), did not help. But if there is some kind of specific wotaskd-related problem which wo

Re: Weird problem: JavaMonitor cannot launch any application

2025-02-13 Thread Jesse Tayler via Webobjects-dev
Wotaskd? > On Feb 13, 2025, at 6:50 AM, OCsite via Webobjects-dev > wrote: > > Hi there, > > today we have bumped into a completely new and weird problem: JavaMonitor > cannot launch any application, just increases the number of deaths. > > Nothing at all occurs in the application log. The a