- RSA Governance & Lifecycle 8.0.0 P05
After patching to 8.0 P05, importing the AFX-8.0.0_P05-Standard-Connectors.zip from myRsa.com into the application throws the below error in the GUI. The
The corresponding error in aveksaServer.log is:
03/21/2025 14:04:00.551 ERROR (default task-46) [com.aveksa.afx.server.service.AFXMigrationServiceProvider] Error during connector migration!
java.lang.NullPointerException: null
at com.aveksa.afx.server.service.AFXMigrationServiceProvider.removeDeprecateSpecFileID(AFXMigrationServiceProvider.java:337) ~[AFXPlugIn.jar:?]
at com.aveksa.afx.server.service.AFXMigrationServiceProvider.migrateConnectors(AFXMigrationServiceProvider.java:240) ~[AFXPlugIn.jar:?]
at com.aveksa.afx.common.packagemgmt.connector.ConnectorInstaller.migrateConnectors(ConnectorInstaller.java:1296) ~[afx-common.jar:?]
at com.aveksa.afx.common.packagemgmt.connector.ConnectorInstaller.processArchive(ConnectorInstaller.java:250) ~[afx-common.jar:?]
at com.aveksa.afx.common.packagemgmt.connector.ConnectorInstaller.installPackage(ConnectorInstaller.java:65) ~[afx-common.jar:?]
at com.aveksa.afx.ui.pages.packagemgmt.install.AFXInstallConnectorWizard.installPackage(AFXInstallConnectorWizard.java:360) ~[AFXPlugIn.jar:?]
at com.aveksa.afx.ui.pages.packagemgmt.install.AgentsTablePage.handleSubmit(AgentsTablePage.java:71) ~[AFXPlugIn.jar:?]
at com.aveksa.gui.pages.base.data.wizard.StepWizardDialogData.handleRequest(StepWizardDialogData.java:123) ~[classes:?]
at com.aveksa.gui.pages.PageManager.forwardRequest(PageManager.java:620) ~[classes:?]
at com.aveksa.gui.pages.PageManager.handleRequest(PageManager.java:339) ~[classes:?]
at com.aveksa.gui.pages.PageManager.handleRequest(PageManager.java:270) ~[classes:?]
at com.aveksa.gui.core.MainManager.handleRequest(MainManager.java:274) ~[classes:?]
at com.aveksa.gui.core.MainManager.doGet(MainManager.java:123) ~[classes:?]
at com.aveksa.gui.core.MainManager.doPost(MainManager.java:532) ~[classes:?]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:523) ~[jboss-servlet-api_4.0_spec-2.0.0.Final.jar!/:2.0.0.Final]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[jboss-servlet-api_4.0_spec-2.0.0.Final.jar!/:2.0.0.Final]
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74) ~[undertow-servlet-2.2.8.Final.jar!/:2.2.8.Final]
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129) ~[undertow-servlet-2.2.8.Final.jar!/:2.2.8.Final]
at com.aveksa.gui.core.filters.RefererValidationFilter.doFilter(RefererValidationFilter.java:89) ~[classes:?]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61) ~[undertow-servlet-2.2.8.Final.jar!/:2.2.8.Final]
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) ~[undertow-servlet-2.2.8.Final.jar!/:2.2.8.Final]
at com.aveksa.gui.core.filters.LoginFilter.doFilter(LoginFilter.java:84) ~[classes:?]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61) ~[undertow-servlet-2.2.8.Final.jar!/:2.2.8.Final]
A value was getting updated as null in the t_av_afx_connector_type table for some columns, and this was causing NullPointerException. A check was missing while doing the database operation and importing the Connectors from the zip file.
This issue is resolved in the following versions:
- RSA Governance & Lifecycle 8.0.0 P07
Please take a full database backup before running any commands or scripts. As a precautionary measure, test all workarounds on a lower environment, whether or not also affected by the issue, to ensure they will have no negative impact on your operations. A recommendation from RSA is to run all scripts/ queries during scheduled downtime, or at a time when load is not high.
- Execute the below query:
update t_av_afx_connector_type set GROUP_TYPE = 'LDAP' where GROUP_TYPE is null; - Reimport the AFX-8.0.0_P05-Standard-Connectors.zip.
This issue presents itself after patching to both patches 5 & 6 of version 8.0.0.
Related Articles
Salesforce Collector is throwing 'Invalid Credentials' error after patching to RSA Governance & Lifecycle 8.0.0 P06 8Number of Views Error while exporting Request Monitoring Policies in RSA Identity Governance & Lifecycle 28Number of Views How to change the monitoring policy in the health and wellness 226Number of Views RSA Identity Governance and Lifecycle 7.1.1.1 Release Notes 26Number of Views After patching a Request Could Not be Handled error appears when pressing Edit Log Settings for Connectors in RSA Governan… 3Number of Views
Trending Articles
RSA Authentication Manager 8.9 Setup and Configuration Guide How to 'Trust' the RSA Authentication Manager Security Console Self-Signed Root CA certificate and prevent Cert warnings. RSA Authentication Manager 8.9 Release Notes (January 2026) Configure RSA Authentication Manager as a Secure Proxy Server for Cloud Access Service RSA Authentication Manager Upgrade Process