Environment[indent]TS 7.2.1 on Linux (CentOS 5.5)[/indent]
Problem[indent]We're finding we have to fairly regularly restart iwjboss (at least twice this week) in order to fix problems with the TS Admin UI - e.g.: inability to edit roles (list on left is there, but nothing appears in the main window); "java.lang.NullPointerException" errors when trying to add a user to a TS Group; etc.
I have not [yet] seen anything specific in the iwjboss.log to shed any light on this - but I'm curious if anyone else has run into similar issues?[/indent]
Additional Info[indent]We're also finding that iwjboss is doing a
lot of garbage collection and class unloading. For example, in a recent excerpt from the log - for a period of just under 6 days - I saw the following:
3 [Full GC[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor...]
8 [Full GC (System)[Unloading class sun.reflect.GeneratedConstructorAccessor...]
8 [Full GC[Unloading class sun.reflect.GeneratedConstructorAccessor...]
9 [Full GC[Unloading class org.mozilla.javascript.gen.c...]
10 [Full GC (System)[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor...]
21 [Full GC (System)[Unloading class org.mozilla.javascript.gen.c...]
43 [Full GC (System) [PSYoungGen: ...] [PSOldGen: ...] ... [PSPermGen: ...], ...] [Times: user=... sys=..., real=... secs...]
44 [Full GC [PSYoungGen: ...] [PSOldGen: ...] ... [PSPermGen: ...], ...] [Times: user=... sys=..., real=... secs...]
69 [Full GC[Unloading class sun.reflect.GeneratedMethodAccessor...]
73 [Full GC (System)[Unloading class sun.reflect.GeneratedMethodAccessor...]
201 [PSYoungGen: ...] [PSOldGen: ...] ... [PSPermGen: ...], ...] [Times: user=... sys=..., real=... secs...]
325 [Unloading class sun.reflect.GeneratedConstructorAccessor...]
1609 [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor...]
5881 [Unloading class org.mozilla.javascript.gen.c...]
10208 [Unloading class sun.reflect.GeneratedMethodAccessor...]
80871 [GC [PSYoungGen: ...] ..., ...] [Times: user=... sys=..., real=... secs...]
(those are the number of instances on the left, of the messages [generically speaking] on the right)
Is anyone (or everyone?) else seeing similar amounts of such data being logged into iwjboss.log?[/indent]