Security

last person joined: yesterday 

Forum to discuss Enterprise security using HPE Aruba Networking NAC solutions (ClearPass), Introspect, VIA, 360 Security Exchange, Extensions, and Policy Enforcement Firewall (PEF).
Expand all | Collapse all

Upgrade to 6.2 problems

This thread has been viewed 1 times
  • 1.  Upgrade to 6.2 problems

    Posted Aug 19, 2013 02:10 PM

    When I upgraded my 6.1 CPPM to 6.2 via GUI I am gettting this error. it looks like an error with the web page only

     

    Function updateRowsTableAction() missing

     

    Has anyone else seen this?

     

    I can log into guest and CLI no problem and have restarted the services and the VM.

     

    Any ideas before I revert?

     



  • 2.  RE: Upgrade to 6.2 problems

    EMPLOYEE
    Posted Aug 19, 2013 02:20 PM
    I've upgrade quite a few and haven't seen that issue. Are you using a custom skin or language pack? Please open a TAC case so we can find the root cause.


  • 3.  RE: Upgrade to 6.2 problems

    Posted Aug 19, 2013 07:06 PM

    I would recommend clearing your browser's cache and logging in to the UI again; there might be some stale Javascript code in your browser's cache that is causing the problem.



  • 4.  RE: Upgrade to 6.2 problems

    Posted Oct 02, 2013 08:13 AM

    Did you ever find the fix to this issue?



  • 5.  RE: Upgrade to 6.2 problems

    Posted Oct 02, 2013 10:50 AM

    This is how it was fixed for us.  You probably will want to open a case though.

     

    [arubasupport@Clearpass1 conf.d]$ sudo vi cppm-access-control.conf
    <Location /tips>
    Order deny,allow
    Allow from all
    </Location>
    <Location /avendaplugins>
    Order deny,allow
    Allow from all
    </Location>
    <Location /tips/servlet/XFireServlet>
    Order deny,allow
    Allow from all
    </Location>
    <Location /tips/services>
    Order deny,allow
    Allow from all
    </Location>

     

    :q!

     

    sudo /sbin/service httpd restart


    sudo rm /var/avenda/tomcat/frontend/webapps/tips/js/tipsDwrCombined.js