Operating System - HP-UX
1834116 Members
2518 Online
110063 Solutions
New Discussion

Re: Problem with Netscape Enterprise 3.6

 
SOLVED
Go to solution
Jim Mills
New Member

Problem with Netscape Enterprise 3.6

When making any changes under the search tab I get the following error... Unexpected Failure: Error Initializing Loader. Please check the loader error log.

I've got 5 boxes that are identical in every way that I can tell but only one of them gets this error... has anyone seen this before?

The loader error log just lists error types and insn't a log file with actual errors.

Thanks
2 REPLIES 2
S.K. Chan
Honored Contributor
Solution

Re: Problem with Netscape Enterprise 3.6

This is from Technical DB ..
"
Check file permissions in /opt/ns-enterprise36/plugins/search/common/style

NES user needs write permission to files in the plugins/search/common/style/html directory. To fix the problem ..

# cd /opt/ns-enterprise36/plugins/search/common/style/html
# chmod u+w *

By default, every file in the style directory and the html, mail, news, and pdf subdirectories have write permissions for the owner.

"
Jim Mills
New Member

Re: Problem with Netscape Enterprise 3.6

Thanks that completely fixed my problem. I didn't check the file permissions at that level in the path.... Again Thank you