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 143389 - Error: not valid for attribute 'name' of web module
Summary: Error: not valid for attribute 'name' of web module
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-10 01:16 UTC by shche123
Modified: 2008-08-30 16:29 UTC (History)
1 user (show)

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 shche123 2008-08-10 01:16:04 UTC
Exception occured in J2EEC Phase
com.sun.enterprise.deployment.backend.IASDeploymentException: ADMVAL1047: Value '05_01_DVDLibrary_(solutions)' is not
valid for attribute 'name' of web module. The value must start with a letter or number and may contain letters, numbers
or the following characters: -._/;#


Getting when the project name has spaces and "_", like "05_01 DVDLibrary (solutions)"  ?

Thanks
Leonid

P.S. "occured" in the error message is misspelled
Comment 1 shche123 2008-08-10 01:28:53 UTC
after renaming the project to 05_01_DVDLibrary, the deployment works...
Comment 2 Petr Hejl 2008-08-20 12:06:12 UTC
Please specify the server name and version and nb version. It would be great if you could provide sample project too.
Comment 3 shche123 2008-08-20 12:38:08 UTC
Create a web project 'WebProject'
deploys
rename it to 'WebProject (test)'
cannot deploy
using the latest version of GlassFish V2 u2 and NB 6.1

This issue has been around for a while

Thanks
Leonid
Comment 4 Petr Hejl 2008-08-27 10:39:41 UTC
Works fine for Tomcat. Is this some internal GF limitation?
Comment 5 Vince Kraemer 2008-08-28 20:07:05 UTC
this appears to be ok with gf v3 also.
Comment 6 Vince Kraemer 2008-08-28 21:07:33 UTC
http://hg.netbeans.org/main/rev/c70f99221d5d
Comment 7 Quality Engineering 2008-08-30 05:41:41 UTC
Integrated into 'main-golden', available in build *200808300201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/c70f99221d5d
User: Vince Kraemer <vkraemer@netbeans.org>
Log: #143389 : parens are illegal characters in a 'name' for v2
Comment 8 shche123 2008-08-30 16:29:46 UTC
Thanks!