FortiNAC
NOTE: FortiNAC is now named FortiNAC-F. For post-9.4 articles, see FortiNAC-F. FortiNAC is a zero-trust network access solution that provides users with enhanced visibility into the Internet of Things (IoT) devices on their enterprise networks.
FortiKoala
Staff
Staff
Article Id 194716
Description
HTTP Status 500 - Internal Server Error and Telnet setting does not stay set

Scope
Version: 7.3.1.150 and earlier
Solution
Version: 7.3.1.150 and Earlier

Issue: This happens when I go to Network Devices - Topology - and then to one of our wireless Aruba controllers. When I right click on the Aruba wireless controller I select Model Configuration i get HTTP Status 500 - Internal Server Error.

Solution: Edit via cli.
                     vi /bsc/campusMgr/ui/ROOT/ArubaMultiView.jsp

               find boolean usesSessionType = false;

               change boolean usesSessionType = true;



                      vi /bsc/campusMgr/ui/ROOT/ArubaMultiViewTable.jsp
                           find <%@ include file="UserName.jspf" %>
                    add the following line below it:

                     <%@ include file="SessionType.jspf" %>

 

                      OR


                      you will need add "" to the line   <%@ include file="SessionType.jspf" %>


This will  be fixed in 8.0.0.494 and Later

Contributors