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 181593 - App Client (EAR) on Glassfish 3-Server Error While Debugging
Summary: App Client (EAR) on Glassfish 3-Server Error While Debugging
Status: RESOLVED DUPLICATE of bug 195445
Alias: None
Product: javaee
Classification: Unclassified
Component: App Client (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-05 11:36 UTC by flszen
Modified: 2011-02-18 23:51 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Server Log (53.21 KB, application/octet-stream)
2010-03-05 11:36 UTC, flszen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description flszen 2010-03-05 11:36:57 UTC
Created attachment 94811 [details]
Server Log

Overview:
The following error is received when I try and debug an app client program that is part of an EAR on Glassfish 3. Glassfish is installed in the default location provided by the NetBeans installer.

Workaround: It looks like the problem is the %20 in the path to Program Files. I've moved the Glassfish installation to c:\gf3 and the went away and debugging started correctly.

Steps to Reproduce:
1) Install Glassfish 3 to a location within C:\Program Files.
2) Create an EAR project with an app-client component.
3) Configure EAR project to run the app-client component.
3) Debug the EAR project.

Actual Results: Debugging doesn't start. Error displayed in server log.
Expected Results: Debugging starts.
Build: 201003050200

Additional Information:
Server log is attached. The following is what looks to be the culprit.

INFO: Loading application AnimalManagement#AnimalManagement-war.war at AnimalManagement-war
SEVERE: ACDEPL105: Error starting the adapter to serve static system-level content
java.io.FileNotFoundException: C:\Program%20Files\sges-v3\glassfish\modules\gf-client.jar (The system cannot find the path specified)
Comment 1 flszen 2010-03-05 12:01:54 UTC
Also, there is a reference to this problem in this thread: http://old.nabble.com/Application-Client-in-Netbeans-6.8-td26752633.html
Comment 2 Vince Kraemer 2011-02-18 23:51:12 UTC
there is more info in issue 195445... so I am closing this as a dup of that... even though this issue is the older of the two.

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