List.If you create two new organizations with the same name, the operation fails, but Access
Managerdisplays the “organization already exists” message rather than the expected “attribute
uniquenessviolated” message.
Workaround:None. Ignore the incorrect message. Access Manager is functioning correctly.
Session and SSO Issues
“Systemcreates invalid service host name when load balancer has SSL termination
(6245660)”on page 25
“UsingHttpSession with third-party web containers ” on page 25

Systemcreates invalid service host name when load balancer has SSL

termination(6245660)

IfAccess Manager is deployed with Web Server as the web container using a load balancer with
SSLtermination, clients are not directed to the correct Web Server page. Clicking the Sessions
tabin the Access Manager Console returns an error because the host is invalid.
Workaround:In the following examples, Web Server listens on port 3030. The load balancer
listenson port 80 and redirects requests to Web Server.
Inthe web-server-instance-name/config/server.xml le, edit the servername attribute to
pointto the load balancer, depending on the release of Web Server you are using.
ForWeb Server 6.1 Service Pack (SP) releases, edit the servername attribute as follows:
<LS id="ls1" port="3030" servername="loadbalancer.example.com:80"
defaultvs="https-sample" security="false" ip="any" blocking="false"
acceptorthreads="1"/>
WebServer 6.1 SP2 (or later) can switch the protocol from http to https or https to http.
Therefore,edit servername as follows:
<LS id="ls1" port="3030"
servername="https://loadbalancer.example.com:443" defaultvs="https-sample"
security="false" ip="any" blocking="false" acceptorthreads="1"/>

UsingHttpSession with third-party web containers

Thedefault method of maintaining sessions for authentications is “internal session” instead of
HttpSession.The default invalid session maximum time value of three minutes is sucient.
Theamtune script sets the value to one minute for Web Server or Application Server. However,
KnownIssues and Limitations
SunJavaSystem Access Manager 7.1 Release Notes 25