Hi Phillip,
if IRIS is frozen/hung only way to see is via messages.log
The freeze and thaw is recorded there.
Package names belong to the class names, so this is covered by the class names are case sensitive. In addition they have to by case-insensitive unique.
e.g.
TestClass
and
TESTClass
would be valid class names but they are not unique as ToUPPER both read TESTCLASS
same is true for package names and routines.
Certifications & Credly badges:
Timo has no Certifications & Credly badges yet.
Global Masters badges:
Followers:
Following:
Timo has not followed anybody yet.
Hi So looking at those errors:
First we have a process with an active transaction, that process crashed. So now the system is trying to rollback those transactions.
Then the process conducting the rollback (pid: 10800) ran out of process memory (STORE error)
Although i think the clean demon in the end was able to rollback the open transaction.