java.lang.NullPointerException at com.interwoven.cssdk.sci.access.AccessServiceSciImpl.getDomains(AccessServiceSciImpl.java:1567)
[...]What you can do to avoid this, is set a value for "domain_list" under the [iwcgi] portion of iw.cfg. That way, your server avoids querying the domain controller for available domains and just uses what you provide in that list (which is a good idea no matter the circumstances). [...]
Correct me if I'm wrong, but I believe the [iwcgi] domain_list controls what shows up in the drop-down on the login page, and the [iwserver] domain_list setting controls which domains the iwserver process queries against.