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 183190 - Cannot debug AppClient
Summary: Cannot debug AppClient
Status: RESOLVED DUPLICATE of bug 178759
Alias: None
Product: javaee
Classification: Unclassified
Component: App Client (show other bugs)
Version: 6.x
Hardware: Macintosh (x86) Mac OS X
: P2 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-30 13:27 UTC by Martin Schovanek
Modified: 2010-03-30 18:40 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 Martin Schovanek 2010-03-30 13:27:24 UTC
[#201003290201, jdk1.6]

to reproduce:
-------------
1) have a EAR project with App Client
2) configure the App Client as EAR's client module
3) debug the EAR
ERROR: debug fails with:
...
run-debug-appclient:
Initial deploying EnterpriseApplication26 to /Users/ms113234/NetBeansProjects/EnterpriseApplication26/dist/gfdeploy/EnterpriseApplication26
Completed initial distribution of EnterpriseApplication26
pre-init:
init-private:
init-userdir:
init-user:
init-project:
do-init:
post-init:
init-check:
init:
Warning: Could not find file /Applications/NetBeans/sges-v3/glassfish/domains/domain1/generated/xml/EnterpriseApplication26/EnterpriseApplication26Client.jar to copy.
Copying 1 file to /Users/ms113234/NetBeansProjects/EnterpriseApplication26/dist
Copying 4 files to /Users/ms113234/NetBeansProjects/EnterpriseApplication26/dist/EnterpriseApplication26Client
Copying 1 file to /Users/ms113234/NetBeansProjects/EnterpriseApplication26/dist/EnterpriseApplication26Client
Attached JPDA debugger to localhost:54088
org.glassfish.appclient.client.acc.UserError: ACC007: The app client directory /Users/ms113234/NetBeansProjects/EnterpriseApplication26 does not contain a manifest; the app client container cannot process it.
Java Result: 1
...
Comment 1 David Konecny 2010-03-30 18:40:10 UTC

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