ERRORCODE 03909211653

7 views
Skip to first unread message

fab...@gmail.com

unread,
May 24, 2023, 9:35:00 AM5/24/23
to schedulix
hi,

what is error CODE 03909211653 during kill process?

i issue 

alter job 8779711 with kill  i got  Error 03909211653 executing command
i am using schedulix 2.10
Thanks


fab...@gmail.com

unread,
May 24, 2023, 9:59:17 AM5/24/23
to schedulix
After a reboot, the error went out.
Thanks.

Ronald Jeninga

unread,
May 24, 2023, 10:21:25 AM5/24/23
to schedulix
Hi Fabio,

this error is thrown at top level (in a WorkerThread), but it is not an SQL Exception, neither an SDMSException or any other Exception.
It is also not a StackOverflowError or OutOfMemoryError, but some other Error.
The Error is logged in the log file, together with a stack trace. You'll have to look there for more information.

If you have the sources somewhere on your system, you can grep for the error number. They should be unique (but we make a mistake sometimes).
Hence, something like

cd $SDMSHOME/src/server
find . -name '*.java' | xargs grep "03909211653"

gives you the file that is responsible for throwing the error. In this case

ronald@oncilla:~/schedulix-2.10/src/server$ find . -name '*.java' | xargs grep "03909211653"
./WorkerThread.java: n.result.setError(new SDMSOutputError("03909211653", "Internal Error ! Contact your System Administrator !"));

BTW: Restarting the server was the best you could do in this case.

Best regards,

Ronald
Reply all
Reply to author
Forward
0 new messages