Opened 10 years ago
Closed 10 years ago
#1887 closed defect (fixed)
NullPointerException when trying to install extensions
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.3.3 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
If an extension tries to extend a non-existing extension point, a NullPointerException
is thrown when trying to install extension. This effectively blocks the installation wizard. The only workaround is to remove the problematic extension.
java.lang.NullPointerException ...at net.sf.basedb.clients.web.extensions.ExtensionsControl.checkUnsafeScriptableUsageInternal(ExtensionsControl.java:807) ...at net.sf.basedb.clients.web.extensions.ExtensionsControl.checkUnsafeScriptableUsage(ExtensionsControl.java:767) ...at org.apache.jsp.admin.extensions.wizard_jsp._jspService(wizard_jsp.java:257) ...
Note:
See TracTickets
for help on using tickets.
(In [6593]) Fixes #1887: NullPointerException when trying to install extensions