Home
TeamSite
TS UI slow performance
suj
One of our installations is still on TS 5.5.2 and while I wait for the upgrade to happen early next year I know this is the only place to get any answers to my questions on 5.x.
Env: 5.5.2 Build 23679 Interwoven 20030813/Solaris
The TS UI has become extremely slow and we tried system reboots, resets etc. to no avail to fix this issue. The UI is extremely slow right from
the login page. All the services are up and running and iwserver.log and iwtrace.log does not have any errors. The CPU load is normal, its idle most
of the time.
Here are some of the anomalies we noticed.
1) The iwevd.log has the following error.
**ERROR**: SummaryEventChannel.read unexpected exception
java.io.IOException: Connection reset by peer
at java.io.RandomAccessFile.read(Native Method)
at java.io.RandomAccessFile.readLine(RandomAccessFile.java:719)
at com.interwoven.event.SummaryEventChannel.read(SummaryEventChannel.java:105)
at com.interwoven.event.EventEngine.run(EventEngine.java:97)
at com.interwoven.event.EventServer.main(EventServer.java:52)
**ERROR**: EventEngine.run Error
java.io.IOException: Connection reset by peer
at java.io.RandomAccessFile.read(Native Method)
at java.io.RandomAccessFile.readLine(RandomAccessFile.java:719)
at com.interwoven.event.SummaryEventChannel.read(SummaryEventChannel.java:105)
at com.interwoven.event.EventEngine.run(EventEngine.java:97)
at com.interwoven.event.EventServer.main(EventServer.java:52)
2) sevletd.log has the following errors on startup of servlet engine. I noticed that the files mentioned below are not there in the specified
locations and when I compared to our dev env which does not have any problem, these files dont exist there also, but I dont see any errors though.
LOADED APPLICATION com.interwoven.framework.base.Application@31cc87
LOADED AUTHENTICATOR BUILDER com.interwoven.framework.auth.openapi.OpenAPIAuthenticatorBuilder@6af40c
LOADED AUTHENTICATOR com.interwoven.framework.auth.openapi.OpenAPIAuthenticator[ com.interwoven.sharedutils100.util.OpenAPISession [ host=localhost; port=1099;]]
LOADED LOGIN JSP: /tsadmin/login.jsp
LOADED FINGER
Error generating automatic apache configuration java.io.FileNotFoundException: /nasfs/naas001_usr_local/interwoven/teamsite/iw-home/servletd/conf/tomcat-apache.conf (Permission denied)
java.io.FileNotFoundException: /nasfs/naas001_usr_local/interwoven/teamsite/iw-home/servletd/conf/tomcat-apache.conf (Permission denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.(FileOutputStream.java:102)
at java.io.FileOutputStream.(FileOutputStream.java:62)
at java.io.FileWriter.(FileWriter.java:38)
at org.apache.tomcat.task.ApacheConfig.execute(ApacheConfig.java:97)
at org.apache.tomcat.startup.Tomcat.generateServerConfig(Tomcat.java:217)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:200)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)
Error generating automatic IIS configuration java.io.FileNotFoundException: /nasfs/naas001_usr_local/interwoven/teamsite/iw-home/servletd/conf/iis_redirect.reg-auto (Permission denied)
java.io.FileNotFoundException: /nasfs/naas001_usr_local/interwoven/teamsite/iw-home/servletd/conf/iis_redirect.reg-auto (Permission denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.(FileOutputStream.java:102)
at java.io.FileOutputStream.(FileOutputStream.java:62)
at java.io.FileWriter.(FileWriter.java:38)
at org.apache.tomcat.task.IISConfig.execute(IISConfig.java:89)
at org.apache.tomcat.startup.Tomcat.generateServerConfig(Tomcat.java:223)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:200)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)
Error generating automatic Netscape configuration java.io.FileNotFoundException: /nasfs/naas001_usr_local/interwoven/teamsite/iw-home/servletd/conf/obj.conf-auto (Permission denied)
java.io.FileNotFoundException: /nasfs/naas001_usr_local/interwoven/teamsite/iw-home/servletd/conf/obj.conf-auto (Permission denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.(FileOutputStream.java:102)
at java.io.FileOutputStream.(FileOutputStream.java:62)
at java.io.FileWriter.(FileWriter.java:38)
at org.apache.tomcat.task.NSConfig.execute(NSConfig.java:88)
at org.apache.tomcat.startup.Tomcat.generateServerConfig(Tomcat.java:229)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:200)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)
2007-10-04 11:50:55 - PoolTcpConnector: Starting HttpConnectionHandler on 8080
2007-10-04 11:50:55 - PoolTcpConnector: Starting Ajp12ConnectionHandler on 8007
Can anyone give some pointers what could be the issue here? Will reinstalling webapps help?
TIA
Find more posts tagged with
Comments
moonkhanna
Upgrade!
For your performance issue, I feel, you should first check on the below -
1. Check your CPU Consumption - Note it
2. Check if there are any stale workflows jobs lying in the queue. End these jobs.
3. Check your CPU Consumption now
4. IF 2 does not help, determine if you have changed any thing in your environment since TS was working fine, Server OS, Client OS, Client Browser, Service packs etc.
5. Try an iwreset -a
Reinstalling webapps would be the last choice. Also, please note, 552 is no more supported by IWOV and the above steps are obvious for a performance issue. No claims from my end. You are upto your own
chicka
I guess this issue may be related to RPC thread connection error. This is a gues
To confirm on the same, whenever you get the error please execute iwstat CLT and check whether you are getting any thread connection error.