Opened 9 years ago

Closed 9 years ago

#1957 closed defect (fixed)

JasperException on Plugins & Extensions -> Overview page

Reported by: Nicklas Nordborg Owned by: everyone
Priority: critical Milestone: BASE 3.6.1
Component: web Version: 3.6
Keywords: Cc:

Description

In the right-hand frame:

An error occurred at line: 428 in the jsp file: /admin/extensions/details.jsp
Type mismatch: cannot convert from List<Extension to List<Extension>
425: if (about == null) about = new AboutBean();
426: ProcessResults results = ec.getLastScanResults();
427: FileResults fileResults = results.getResults(file);
428: List<Extension> unsafe = ec.checkUnsafeScriptableUsage(file);
429: %>

A different but similar exception in the left-hand frame.

Seems to be related to changes made in [6875]. Given the large number of changes in that changeset there may be other JSP files that are also affected.

Change History (2)

comment:1 by Nicklas Nordborg, 9 years ago

Found 5 JSP:s that doesn't compile:

...
Compiling: /admin/extensions/details.jsp ... failed
Compiling: /admin/extensions/frameset.jsp ... done
Compiling: /admin/extensions/index.jsp ... done
Compiling: /admin/extensions/manager.jsp ... done
Compiling: /admin/extensions/scan_results.jsp ... failed
Compiling: /admin/extensions/tree.jsp ... failed
Compiling: /admin/extensions/wizard.jsp ... failed
...
Compiling: /plugins/net/sf/basedb/plugins/executor/external_plugin_parameters.jsp ... failed
...

comment:2 by Nicklas Nordborg, 9 years ago

Resolution: fixed
Status: newclosed

(In [6982]) Fixes #1957: JasperException on Plugins & Extensions -> Overview page

Note: See TracTickets for help on using tickets.