This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 258812 - Can't display thumbnail images for plugins added since 2016-04-11
Summary: Can't display thumbnail images for plugins added since 2016-04-11
Status: VERIFIED FIXED
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Pluginportal (show other bugs)
Version: 8.1
Hardware: PC Linux
: P2 normal (vote)
Assignee: Jan Pirek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-13 15:16 UTC by Jiri Kovalsky
Modified: 2016-04-14 15:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2016-04-13 15:16:51 UTC
Description:
============
Plugins which were newly added to the NetBeans Plugin Portal don't display their thumbnail images and only a placeholder text is displayed on the plugin detail page.

Steps to reproduce:
===================
1. Visit Knockout Client Generator plugin [1].

Expected: Below plugin's name and short description there is an image displayed.
Actual: Below plugin's name and short description you can only see "NetBeans Plugin - Knockout Client Generator" text.

[1] http://plugins.netbeans.org/plugin/55971
Comment 1 Jiri Kovalsky 2016-04-13 15:30:40 UTC
The problem is incorrectly set file permissions to all images uploaded since April 11th. While before all were readable for others:

-rw-r--r-- 1 apache apache   76403 Apr  9 05:08 1460178519_jet-rest-generator-3.png
-rw-r--r-- 1 apache apache   11480 Apr 10 22:31 1460327466_showOpenedFiles.png
-rw-r--r-- 1 apache apache   11480 Apr 10 22:34 1460327645_showOpenedFiles.png

now all are readable only for user and group which in addition to that changed:

-rw-r----- 1 apache web      17125 Apr 11 12:57 1460379468_aspose_slides-for-java.jpg
-rw-r----- 1 apache web       8094 Apr 11 12:57 1460379468_aspose_slides-for-java-small.png

Without root access I can't fix that myself hence asking Honza for help. Thanks!
Comment 2 Jan Pirek 2016-04-14 14:51:24 UTC
Permissions issue fixed, thanks for the report. (both for existing images and in the upload script)

FYI was another side effect of recent system upgrade...
Comment 3 Jiri Kovalsky 2016-04-14 15:53:54 UTC
Thank you Honzo for the quick fix! Verifying.