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 113273 - IllegalArgumentException occurs when deploy a packed archive project
Summary: IllegalArgumentException occurs when deploy a packed archive project
Status: RESOLVED DUPLICATE of bug 112817
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-21 02:22 UTC by davisn
Modified: 2007-08-21 02:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
annotation-override-interceptor-ear.ear file (7.15 KB, application/octet-stream)
2007-08-21 02:23 UTC, davisn
Details
messages.log (38.24 KB, application/octet-stream)
2007-08-21 02:25 UTC, davisn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davisn 2007-08-21 02:22:33 UTC
-IllegalArgumentException occurs when deploy the packed archive annotation-override-interceptor-ear project
-The problem does not happens if the annotation-override-interceptor-ear.ear file was deployed through Admin GUI console

STEPS TO REPRODUCE:
1. Install Netbean nightly build 08/20/2007 with glassfish V2 58b build
2. Create an Enterprise packed archive with the attached annotation-override-interceptor-ear.ear file
3. Deploy the archive project to default glassfish V2 server
BUG:
java.lang.IllegalArgumentException: Null name
	at org.openide.filesystems.FileUtil.createData(FileUtil.java:409)
	at org.netbeans.modules.j2ee.deployment.impl.TargetModuleConverter.writeTargetModule(TargetModuleConverter.java:141)
	at org.netbeans.modules.j2ee.deployment.impl.TargetModule.save(TargetModule.java:242)
	at org.netbeans.modules.j2ee.deployment.impl.projects.DeploymentTargetImpl.setTargetModules(DeploymentTargetImpl.java:237)
	at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:131)
	at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:82)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor51.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:255)
	at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:438)
[catch] at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:129)
Comment 1 davisn 2007-08-21 02:23:05 UTC
Created attachment 46934 [details]
annotation-override-interceptor-ear.ear file
Comment 2 davisn 2007-08-21 02:25:54 UTC
Created attachment 46936 [details]
messages.log
Comment 3 Nitya Doraisamy 2007-08-21 02:34:41 UTC
Stack trace is same as bug filed for MDB Packaged Archive deploy : 112817

*** This issue has been marked as a duplicate of 112817 ***