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)
Unable to Start TeamSite Server
System
Hi.
We had installed teamsite 6.7.1 under /apps. To synch our development sever with that or production we wanted tp repoint IW-HOME from /apps to /opt/customer.
We did that by unmounting /apps and then mounting to /opt/customer.
I have changed all the defaultiw* files will the correct path and updated all the configurationf files. Now when i am trying to start the teamsite server iam getting the following error
EXITED: Tue Feb 26 13:10:05 IST 2008
STARTING: Tue Feb 26 13:17:21 IST 2008
ld.so.1: iwserver.sol: fatal: libnspr4.so: open failed: No such file or directory
Killed
I checked the LD_LIBRARY path and PATH variable and all of them look fine..
Can any one advice on what can be done to resolve this
Thanks ,
san
Find more posts tagged with
Comments
sumitk
Refer KB Article: 58102.
Might be useful for you.
Cheers,
Sumit
IwovWill
The KB article referenced in the previous reply is not linked to DevNet. Here's the content:
Error Message: libnspr4.so When Running iwmigrate
Knowledge Base Article: 58102
Type: Tech Note
Author: Farooq Zama
Synopsis: This article provides an explanation for an error message while running iwmigrate
Details:
** Applies only to Unix versions of Teamsite**
When running iwmigrate, you may encounter the following error:
# ./iwmigrate -v
ld.so.1: iwmigrate: fatal: libnspr4.so: open failed: No such file or directory killed
According to
http://linux.about.com/cs/linux101/g/libnspr4.htm:
NSPR provides platform independence for non-GUI operating systemfacilities. These facilities include threads, thread synchronization, normal file and network I/O, interval timing and calendar time, basic memory management (malloc and free) and shared library linking.
This error is an indication that you need to load/install the SUNWpr package on your server check with your SysAdmin to make sure this exists.
HTH.