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 92223 - AppClient can't be started
Summary: AppClient can't be started
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: App Client (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Lukas Jungmann
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-01-10 15:00 UTC by Michal Mocnak
Modified: 2007-01-11 10:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
jnlp descriptor (2.63 KB, text/plain)
2007-01-10 15:01 UTC, Michal Mocnak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Mocnak 2007-01-10 15:00:13 UTC
Found in daily build #200701091900

1. start nb and register glassfish v2 (i used build 30)
2. create an EAR project with application client module
3. write any functionality into app client module
3. deploy it

=> use web browser to run the application ... after downloading of the
application into your computer nothing has happened. JNLP descriptor as attachement.

Tested on Intel Core 2 Duo, Debian Sid Linux, JDK1.6.0
Comment 1 Michal Mocnak 2007-01-10 15:01:48 UTC
Created attachment 37231 [details]
jnlp descriptor
Comment 2 Dan Kolar 2007-01-10 15:35:27 UTC
"Run" application client doesn't work AT ALL. Just create Appclient alone and Run.
IDe completely ignore your command, nothing happens at all.
Comment 3 Lukas Jungmann 2007-01-10 17:52:58 UTC
add original report) there's nothing we can do in the IDE, bug in GlassFish,
see: https://glassfish.dev.java.net/issues/show_bug.cgi?id=1970

add Dan's comment) investigating...
Comment 4 Lukas Jungmann 2007-01-10 20:07:14 UTC
add Dan's comment: works fine for me, but let's discuss it within issue 92234

Closing this one as WONTFIX, because the original bug is in GlassFish.
Comment 5 Michal Mocnak 2007-01-11 09:01:21 UTC
Reopening.

I tried same on 5.5.1 latest daily with same glassfish (gf v2 b30) and there is
no problem. So it seems that it's not problem in glassfish.

Comment 6 Michal Mocnak 2007-01-11 10:15:57 UTC
Problem solved. If glassfish runs on jdk1.5 and the swing layout is used in
application the swing layout library has to be bundled.