Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Teamsite Startup Problem
eddie1
OS: Solaris 2.8
TS Version: 5.5.2
After installation Teamsite wont startup.
The attached zip file contains the /var/admiwserver.log, /var/adm/iwui/servletd.log files & the installation screen dump as well.
Looking at the logs i can see errors related to the tomcat server ... i may be wrong .....
Kindly view these logs and advice whats going wrong ...
Thanks !
Find more posts tagged with
Comments
eddie1
here is a chuck from my servletd.log file .........
Error generating automatic apache configuration java.io.FileNotFoundException: /space/iw-home/servletd/conf/tomcat-apache.conf (Permission denied)
java.io.FileNotFoundException: /space/iw-home/servletd/conf/tomcat-apache.conf (Permission denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
at java.io.FileOutputStream.<init>(FileOutputStream.java:62)
at java.io.FileWriter.<init>(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: /space/iw-home/servletd/conf/iis_redirect.reg-auto (Permission denied)
java.io.FileNotFoundException: /space/iw-home/servletd/conf/iis_redirect.reg-auto (Permission denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
at java.io.FileOutputStream.<init>(FileOutputStream.java:62)
at java.io.FileWriter.<init>(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: /space/iw-home/servletd/conf/obj.conf-auto (Permission denied)
java.io.FileNotFoundException: /space/iw-home/servletd/conf/obj.conf-auto (Permission denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
at java.io.FileOutputStream.<init>(FileOutputStream.java:62)
at java.io.FileWriter.<init>(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)
2003-01-01 10:46:35 - PoolTcpConnector: Starting HttpConnectionHandler on 8080
2003-01-01 10:46:35 - PoolTcpConnector: Starting Ajp12ConnectionHandler on 8007
Seems like some issue with Tomcat server startup .... how could i check to see if theres any problem with TomCat ?
The files that are not found actually do not exist as well .... could this be an installation problem ?
tvaughan
Actually, it looks like the user iwui doesn't have the rights to edit or modify files in that directory.
After the iw install, did you get trigger happy and do a global chown, thereby preventing iwui from accessing the dirs it needs to access?
Tom
eddie1
No i didnt do anything like that ..... however he problem was solved when i changed the permissions for the directory which it was trying to access......
Thanks !
bscott1
This is interesting that another TS Admin using 5.5.2 and Solaris received these errors from the servletd log.
I received the same errors but my system seems to running fine. These errors occur over the iwreset -a. I am currently testing a new installation of 5.5.2 so there may be bugs I haven't found yet.
When I examined a little closer I noticed the files the system was looking for aren't actually under /iw-home/servletd/conf at all but under /iw-home/AdminServer/servletd/conf... Any thoughts on how to resolve this? Anyone else seen this behavior? As I didn't do the initial 5.5.2 install on this particular server on am unclear on how this could be happening, how to resolve or if it is even an issue...
bscott1
after further review I noticed that it was an initial permission problem. Once the permissions were fixed on the directory the files were written to both directories automatically over a reset.