RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1539796 - javaws gives "Not a launchable JNLP file" error on jnlp file that works fine with Oracle javaws
Summary: javaws gives "Not a launchable JNLP file" error on jnlp file that works fine ...
Keywords:
Status: CLOSED DUPLICATE of bug 1275610
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: icedtea-web
Version: 7.4
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: rc
: ---
Assignee: Deepak Bhole
QA Contact: BaseOS QE - Apps
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-01-29 15:58 UTC by Paul Raines
Modified: 2018-02-07 12:35 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-01-29 16:47:43 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Paul Raines 2018-01-29 15:58:18 UTC
Description of problem:

Go to https://ndar.nih.gov/data_dictionary.html?type=All&source=All&category=All and go to Tools -> Validation and Upload tool.  Open and use javaws from icedtea-web.  It will fail with an error "Fatal: Application Error: Not a launchable JNLP file..."

Version-Release number of selected component (if applicable):
1.6.2

How reproducible:
100% 

Steps to Reproduce:
1. Go to https://ndar.nih.gov/data_dictionary.html?type=All&source=All&category=All 
2. Go to Tools -> Validation and Upload tool
3. Run with icedtea-web's javaws

Actual results:
Fails with an error "Fatal: Application Error: Not a launchable JNLP file..."

Expected results:
Should run fine and launch the validation tool GUI which it does when run with the Oracle javaws from JDK1.8 Linux x86_64

Additional info:

Comment 2 jiri vanek 2018-01-29 16:13:26 UTC
  <jfx:javafx-desc  width="1024" height="768" main-class="gov.nih.nimhda.ndar.validationtool.ValidationTool"  name="ValidationTool" >
    <fx:param name="validationToolAPI" value="https://ndar.nih.gov/api/validationtool/v2"/>
  </jfx:javafx-desc>
  <update check="background"/>


Hi!

That is javafx application. Its support may be probably added to IceTea-Web out of Rhel cycle, however javafx jar nor javafx nativer binding are not finished for openjdk, and are unlikely to reach rhel.

In interesting case - if implemented to itw - itw would be able to run agaisnt oracle jdk.  

OpenJFX is  product which was released recently, and is just about half an year in latest Fedora. Also It is far from being complete.

Adding Deepak to CC as he may have to say lot for Openjdk x openjdfx x rhel.

Sorry for negative news.

Comment 3 Deepak Bhole 2018-01-29 16:47:43 UTC
There is a JavaFX tracker already. I will mark this as a dupe.

ITW should not link to Oracle JDK imo; besides, OracleJDK's WebStart implementation would already support it.

*** This bug has been marked as a duplicate of bug 1275610 ***

Comment 4 jiri vanek 2018-01-30 12:42:36 UTC
Just note - itw will not support  jfx:javafx-desc  element out of the box. it  have to be implemented on top of javafx general suppor, in itw itself. I have no idea how compelx task it maybe, but guess a lot.

Comment 5 jiri vanek 2018-02-07 12:35:31 UTC
I have implemented javafx-desc support for ITW. It works moreover fine with JavaFX as we have it in fedora. I have posted long info into Fedora bug: https://bugzilla.redhat.com/show_bug.cgi?id=1145303#c140


Note You need to log in before you can comment on or make changes to this bug.