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 270621 - Empty text of EULA during plugin (JRebel) installation on new IDE
Summary: Empty text of EULA during plugin (JRebel) installation on new IDE
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Features On Demand (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2017-05-12 09:08 UTC by raydac
Modified: 2017-05-24 12:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (35.66 KB, text/plain)
2017-05-12 09:08 UTC, raydac
Details
screenshot of empty EULA text field (55.90 KB, image/png)
2017-05-12 09:11 UTC, raydac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description raydac 2017-05-12 09:08:20 UTC
Product Version = NetBeans IDE 8.1 (Build 201510222201)
Operating System = Linux version 4.4.0-77-generic running on amd64
Java; VM; Vendor = 1.8.0_102
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.102-b14

Reproducibility: Happens every time

STEPS:
  * New NetBeans installation
  * Open Tools->Plugins
  * Select JRebel in "Available plugins" listto be installed
  * installation steps till EULA show (End-User-License-Agreement)

ACTUAL:
  * EULA is empty, I see only white field instead of EULA text
  * during installation  of the same plugin from local file, the EULA text is shown
  * EULA text is presented in packed plugin manifest.
  * After attempt to install plugin from local file(with cancel as EULA text shown), the next attempt to install from plugin portal shows expected EULA text.

EXPECTED:
  * EULA text is shown in the text EULA field during plugin installation process on new installed NetBeans ID
Comment 1 raydac 2017-05-12 09:08:27 UTC
Created attachment 164302 [details]
IDE log
Comment 2 raydac 2017-05-12 09:11:06 UTC
Created attachment 164303 [details]
screenshot of empty EULA text field
Comment 3 Jiri Kovalsky 2017-05-24 12:01:13 UTC
In my opinion we have a problem with access rights. The JRebel's license [1] returns 403 - Forbidden on GET.

[1] http://plugins.netbeans.org/nbpluginportal/files/nbms/licenses/33E867A9.license
Comment 4 Jiri Kovalsky 2017-05-24 12:05:50 UTC
Should be fixed now. Please give it a try and verify.
Comment 5 raydac 2017-05-24 12:42:01 UTC
all works! thank you very much!