Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
12.3
-
None
-
None
Description
Although homepage of NetBeans Plugin Portal loads fine users unfortunately cannot open pages with detailed information of individual plugins. It seems like access rights to the location with NBM/JAR files has changed based on the error messages:
Nbm nor jar binary found on https://repo1.maven.org/maven2/org/bitbucket/draganbjedov/netbeans-csv-editor/3.4.0/
and similar stacktrace:
#0 /space/src/netbeans-tools/pp3/module/Application/src/Application/Entity/PluginVersion.php(37): Application\Entity\PluginVersion->_getBinaryExtension()
#1 /space/src/netbeans-tools/pp3/module/Application/view/application/index/catalogue.phtml(69): Application\Entity\PluginVersion->getArtifactFilename()
#2 /space/src/netbeans-tools/pp3/vendor/zendframework/zend-view/src/Renderer/PhpRenderer.php(506): include('/space/src/netb...')
Steps to reproduce:
- Try to visit CSV Editor plugin at https://plugins.netbeans.apache.org/catalogue/?id=1
Expected: Details page opens with more information about CSV Editor plugin.
Actual: An error page displays with binary not found message and stacktrace.