The warnings are because you haven't set up nssl and nscp. You don't need to worry about those unless you want to use them. The error you're getting is because the user that nsd is running as (probably nsadmin) does not have write permissions on the directory /home/aolserver/log.
If you run chown -R nsadmin /home/aolserver/log
as root, that should fix the problem.