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 180148 - Application not deployed if located in directory with weird characters
Summary: Application not deployed if located in directory with weird characters
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-02 06:05 UTC by Petr Jiricka
Modified: 2010-02-26 14:15 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 Petr Jiricka 2010-02-02 06:05:48 UTC
NetBeans (when run with ant tryme) puts my applications into directory /var/folders/ky/kyhhrcoKGDiUQZ0Z7XuO4k+++TI/-Tmp-/AsyncRequest/, which is a legal name on Mac. When I run this app, the error below occurs (GlassFish log and IDE log do not contain anything interesting). The workaround is to put the application into a directory that does not contain weird charaters.

init:
deps-module-jar:
deps-ear-jar:
deps-jar:
library-inclusion-in-archive:
library-inclusion-in-manifest:
compile:
compile-jsps:
In-place deployment at /var/folders/ky/kyhhrcoKGDiUQZ0Z7XuO4k+++TI/-Tmp-/AsyncRequest/build/web
deploy?path=/var/folders/ky/kyhhrcoKGDiUQZ0Z7XuO4k+++TI/-Tmp-/AsyncRequest/build/web&name=AsyncRequest&force=true failed on GlassFish v3
/var/folders/ky/kyhhrcoKGDiUQZ0Z7XuO4k+++TI/-Tmp-/AsyncRequest/nbproject/build-impl.xml:570: The module has not been deployed.
BUILD FAILED (total time: 2 seconds)
Comment 1 Vince Kraemer 2010-02-25 20:55:16 UTC
http://hg.netbeans.org/web-main/rev/320463967c32
Comment 2 Quality Engineering 2010-02-26 11:18:35 UTC
Integrated into 'main-golden', will be available in build *201002261426* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/320463967c32
User: vince kraemer <vkraemer@netbeans.org>
Log: #180148: a '+' character in the path name of a directory may prevent deployment...
Comment 3 Vince Kraemer 2010-02-26 14:15:37 UTC
fix in trunk