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
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
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