Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
29.0.9
-
Security Level: Default (Default Security Scheme)
-
3
-
Horizon - April 27 - May 11
-
- make assets searchable again
Description
Hi,
all our asset searches result in an exception being thrown.
For example, accessing https://acme.org/opennms/asset/nodelist.jsp?column=operatingSystem&searchvalue=junos results in a 'The OpenNMS Web User Interface Has Experienced an Error' page and the following log lines appear in jetty-server.log (see full log in attachment):
2022-05-02 11:49:26,654 WARN [qtp408348544-1692123] o.e.j.s.HttpChannel: /opennms/asset/nodelist.jsp
javax.servlet.ServletException: org.apache.jasper.JasperException: An exception occurred processing [/asset/nodelist.jsp] at line [52]
49: throw new MissingParameterException("searchvalue", requiredParameters);
50: }
51:
52: AssetModel.MatchingAsset[] assets = column.equals(ALL_NON_EMPTY) ? AssetModel.searchNodesWithAssets() : AssetModel.searchAssets(column, search);
53:
54: AclUtils.NodeAccessChecker accessChecker = AclUtils.getNodeAccessChecker(getServletContext());
55: %>
Best regards,
Cyrille