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 231663 - JNLP Broken
Summary: JNLP Broken
Status: RESOLVED DUPLICATE of bug 226912
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.3.1
Hardware: PC Linux
: P2 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-21 22:11 UTC by JeffreyCoffield
Modified: 2013-06-24 14:43 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 JeffreyCoffield 2013-06-21 22:11:37 UTC
I filed a bug about this problem earlier but the bug no longer shows up and I didn't receive a notification of any change to it.

When I try to run a NetBeans Platform application from either JNLP -> run or from Glassfish I get a pop up warning:

Warning - could not install some modules: JNA - 
The module named org.openide.util was needed and not found. 
JNA - No module providing the capability org.openide.modules.ModuleFormat1 could be found. 
JNA - The module named org.openide.modules was needed and not found. 
Navigate To Test - The module named org.openide.util was needed and not found. Navigate To Test - The module named org.openide.util.lookup was needed and not found. 
Navigate To Test - The module named org.openide.awt was needed and not found. Navigate To Test - The module named org.openide.windows was needed and not found.
.
.
.
Clicking "Disable Modules and Continue" results in the NetBeans fremework showing but the TopComponents are missing.

If no one has the time to look in to this, can someone point me to the module that is failing so I can start digging in to the problem. 

This is rapidly becoming a huge problem as we have about 200 PC's that will be running this application and manually installing on each is not a valid option.
Comment 1 Martin Kozeny 2013-06-24 07:01:01 UTC

*** This bug has been marked as a duplicate of bug 226912 ***
Comment 2 Martin Kozeny 2013-06-24 14:43:39 UTC
Hi Jeffrey,

I am sorry for the delay. I was trying to reproduce your steps from bug 226912 and instead of adding your JDBC driver I've wrapped another jar file, but no problem with installing modules occured when run the application. I am using:

Product Version: NetBeans IDE 7.3 (Build 201302132200)
Updates: Updates available to version NetBeans 7.3 Patch 2
Java: 1.7.0_13; Java HotSpot(TM) 64-Bit Server VM 23.7-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_13-b20
System: Linux version 3.5.0-34-generic running on amd64; UTF-8; en_US (nb)

I am going to try it also from Glassfish.