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 206817 - IllegalArgumentException: No archive for deployment
Summary: IllegalArgumentException: No archive for deployment
Status: RESOLVED DUPLICATE of bug 193778
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-31 03:40 UTC by cdicarlo
Modified: 2012-03-28 15:42 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 184084


Attachments
stacktrace (818 bytes, text/plain)
2011-12-31 03:40 UTC, cdicarlo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cdicarlo 2011-12-31 03:40:15 UTC
Build: NetBeans IDE 7.1 RC2 (Build nbms-and-javadoc-8459-on-20111227)
VM: Java HotSpot(TM) Client VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows 7

User Comments:
cdicarlo: Adding EJB module as dependency on web application in Maven project.




Stacktrace: 
java.lang.IllegalArgumentException: No archive for deployment
   at org.netbeans.modules.j2ee.deployment.impl.TargetServer.deploy(TargetServer.java:680)
   at org.netbeans.modules.j2ee.deployment.impl.DeployOnSaveManager$DeployTask.notifyServer(DeployOnSaveManager.java:473)
   at org.netbeans.modules.j2ee.deployment.impl.DeployOnSaveManager$DeployTask.run(DeployOnSaveManager.java:414)
   at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
   at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
   at java.util.concurrent.FutureTask.run(FutureTask.java:166)
Comment 1 cdicarlo 2011-12-31 03:40:17 UTC
Created attachment 114532 [details]
stacktrace
Comment 2 Exceptions Reporter 2012-03-14 17:08:16 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=184084
Comment 3 Petr Hejl 2012-03-28 15:42:41 UTC

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