Environment:
TeamSite 6.7.2 on W2k3 R2
(yes - I know it is old and unsupported - but it's what the customer is currently using and I need to try to work with it as-is for the time being)
Q1: Errors in servletd_out.log
I'm seeing a lot of messages like the following in the servlet_out.log file:
com.interwoven.message100.TIllegalArgumentException
at com.interwoven.message100.TMessage.readExternal(TMessage.java:287)
at com.interwoven.message100.TFileSubscriber.read(TFileSubscriber.java:441)
at com.interwoven.bridge100.TFileListener.run(TFileListener.java:190)
These are being repeated 100's of time (on the order of 1 a second +/-)
Does anyone remember having dealt with this and how to get rid of them?
Failing that - does anyone have an idea of where I might look to try to fix this and get rid of them?
Q2: Loggers
In the more recent versions of TeamSite - one can get to the loggers panel to enable/disable verbosity / debug-level logging through the TeamSite Admin UI. I do not see the ability to get to them in this version.
Does anyone remember if those logger lists existed in 6.7.2?
If so - do you remember what URI to use to get to them?
Q3: Debugging Custom LiveSite (Component) Code
I'm trying to debug (at this point just trace the process flow) of some of the customer's existing LiveSite (Component) code - as a quick verification (it's been a while since I last worked on 6.7.2 and I was not involved at all in the original development here) I assume I'd need to go through IWHOME/local/config/lib/content_center/livesite_customer_src/etc/conf/livesite_customer/log4j.xml - right?
After doing that - I'd need to do the build.sh - right?
That's all for now - I figure if I can get the debugging to go somewhere reasonable I'll be able to get my work done, and if I can get those messages to stop filling up the servlet_out.log I can quit worrying about filling up the disk or at lest make it possible to look through that log file to find stuff that might actually be useful.