Problem with Delegated Administrator

Dear All

I have problem with login to Delegated Administrator. I have iplanet messaging server 5.2 on Solaris 10.

I selected port 8080 for nda and port 80 for webmail. Everything went fine, I created users.

But then I changed port for webmail to be 81 with:

configutil -o service.http.port -v 81

./stop-msg

./start-msg

And after that I can not see: http://myhost.mydomain:8080/nda/login.htm (it worked fine before).

I can see welcome page for iPlanet Web Server when I enter:

http://myhost.mydomain:8080.

P.S. In /mail/ndacli/lib there is line NDAPort=8080 so that is ok.

And in /opt/iplanet/http/https-myhostname.mydomain/logs

I have this:

send-file reports: can't find /opt/iplanet/http/docs/nda/login.htm

So please can you help me.

Thanks in advance

[852 byte] By [elviraa] at [2007-11-26 17:30:24]
# 1

I can't imagine that changing the webmail port from 80 to 81 has had any affect on your DA. It's a totally different package, running on a separate webserver.

What errors do you see in the web server? Have you restarted the web server recently? stop-msg/start-msg don't affect the web server itself, only the Messaging Server. (yes, webmail is on the Messaging Server, except for the UWC part)

jay_plesseta at 2007-7-8 23:58:21 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 2

Yes I know it's different package, that is why I am confused.

I just told you what I have done.

When I restarted https-admserv I get:

warning: daemon is running as super-user

[LS ls1] http://myhostname.mydomain, port 8000 ready to accept requests

startup: server started successfully

And restarting https-myhostname.mydomain I get:

[LS ls1] http://myhostname.mydomain, port 8080 ready to accept requests

startup: server started successfully

In logs/errors I see:

can't find /opt/iplanet/http/docs/nda (File not found)

Thanks for you time

elviraa at 2007-7-8 23:58:21 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 3
If web server says that the nda file is missing, perhaps it's been deleted? You should look forit. ..
jay_plesseta at 2007-7-8 23:58:21 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 4

Hi Jay

There is all nda files and folders, I didn't delete anything. In fact I have same thing on the other server, and I compare it , everything seems fine.

I really don't know what is problem. :(

Is it possible that path for nda, changed somewhere?

And funny thing is that I added all users few days ago, didn't do anything, but it just don't work now.

Thanks for help

elviraa at 2007-7-8 23:58:21 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 5

Well, the error message:

In logs/errors I see:

can't find /opt/iplanet/http/docs/nda (File not found)

gives a specific location for a missing file. If the file is there, then perhaps the ownership or permissions got messed up.

If the files are in the above directory, then the path isn't the issue. It's telling you where it looks for the file.

jay_plesseta at 2007-7-8 23:58:21 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...