Re: Problems creating new Project

2025-02-14 Thread Henrique Prange via Webobjects-dev
Hi all, The maven.wocommunity.org repository is back online. Apologies for the downtime. Cheers, HP > On 13 Feb 2025, at 03:57, Maik Musall via Webobjects-dev > wrote: > > Hi all, > > that is operated by Henrique Prange. I’ll give him a nudge via Slack. > > Maik > > >> Am 12.02.2025 um 2

Re: Quartz Scheduler -- Clustering

2025-02-14 Thread Jesse Tayler via Webobjects-dev
I have the scheduler working but somehow on production, (which is in a container) it simply craps out seemingly right around the time Quartz rolls in. So the app starts up and connects to RDBMS as normal. A few seconds in, around the time I would expect Quartz to load up and query- it dies. B

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