Version Differences for Frequently Asked Questions

(Archive's artifacts setting was wrong.)
(Alphabetized)
Line 1:
  This page lists some miscellaneous and frequently asked questions about anthillpro behavior.    This page lists some miscellaneous and frequently asked questions about anthillpro behavior. 
       
- = Session Timeout =      
- '''Q: How can I control the session timeout?'''      
       
- ''A: The anthill3-install/opt/tomcat/conf/web.xml file contains a session-timeout element that defaults to 30 minutes. Changing this value requires a server restart to take effect.''      
       
       
- = Connection Refused =      
- '''Q: What does "connection refused" mean?'''      
       
- ''A: If you are getting a message that says something to the extent of "java.net.ConnectException: Connection Refused", it is ALWAYS caused by the remote system refusing the connection. The most common cause for this is there is nothing listening on the port being contacted. It would also be possible for a firewall (either hardware or software running on the target system) to be the problem, but this is much less common. Usually a firewall will just drop the connection or send a reset. When the target system is rejecting the connection, it is ALWAYS done by some type of OS component.''      
       
       
- = LDAP Error Messages =      
- '''Q: What does this LDAP error message mean?'''      
       
- ''A: LDAP error messages (usually encountered doing an Authentication Realm test) contain a lot of stacktrace, but really the most relevant part of the error is within the <u>vece</u> error code. A table is listed below of the most common ones:''      
       
- <table border=4 cellpadding=2 cellspacing=2 align=center>      
- <tr>      
- <th>#</th>      
- <th>Description</th>      
- </tr>      
- <tr><td>525</td><td>User Not Found</td></tr>      
- <tr><td>52e</td><td>Invalid Credentials</td></tr>      
- <tr><td>530</td><td>Not Permitted to Logon at This Time</td></tr>      
- <tr><td>532</td><td>Password Expired</td></tr>      
- <tr><td>533</td><td>Account Disabled</td></tr>      
- <tr><td>701</td><td>Account Expired</td></tr>      
- <tr><td>773</td><td>User Must Reset Password</td></tr>      
- </table>      
       
  = Cleanup Settings =    = Cleanup Settings = 
  '''Q: What are the differences between Archive, Inactivate, and Delete?'''    '''Q: What are the differences between Archive, Inactivate, and Delete?''' 
Line 68:
  </tr>    </tr> 
  </table>    </table> 
       
    + = Connection Refused =  
    + '''Q: What does "connection refused" mean?'''  
       
    + ''A: If you are getting a message that says something to the extent of "java.net.ConnectException: Connection Refused", it is ALWAYS caused by the remote system refusing the connection. The most common cause for this is there is nothing listening on the port being contacted. It would also be possible for a firewall (either hardware or software running on the target system) to be the problem, but this is much less common. Usually a firewall will just drop the connection or send a reset. When the target system is rejecting the connection, it is ALWAYS done by some type of OS component.''  
       
    + = LDAP Error Messages =  
    + '''Q: What does this LDAP error message mean?'''  
       
    + ''A: LDAP error messages (usually encountered doing an Authentication Realm test) contain a lot of stacktrace, but really the most relevant part of the error is within the <u>vece</u> error code. A table is listed below of the most common ones:''  
       
    + <table border=4 cellpadding=2 cellspacing=2 align=center>  
    + <tr>  
    + <th>#</th>  
    + <th>Description</th>  
    + </tr>  
    + <tr><td>525</td><td>User Not Found</td></tr>  
    + <tr><td>52e</td><td>Invalid Credentials</td></tr>  
    + <tr><td>530</td><td>Not Permitted to Logon at This Time</td></tr>  
    + <tr><td>532</td><td>Password Expired</td></tr>  
    + <tr><td>533</td><td>Account Disabled</td></tr>  
    + <tr><td>701</td><td>Account Expired</td></tr>  
    + <tr><td>773</td><td>User Must Reset Password</td></tr>  
    + </table>  
       
    + = Session Timeout =  
    + '''Q: How can I control the session timeout?'''  
       
    + ''A: The anthill3-install/opt/tomcat/conf/web.xml file contains a session-timeout element that defaults to 30 minutes. Changing this value requires a server restart to take effect.''