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 148344 - Can't Deploy StockService/StockClient samples
Summary: Can't Deploy StockService/StockClient samples
Status: VERIFIED DUPLICATE of bug 148047
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Identity (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-25 12:42 UTC by Jaroslav Pospisil
Modified: 2008-09-25 16:58 UTC (History)
3 users (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 Jaroslav Pospisil 2008-09-25 12:42:10 UTC
Start IDE with new userdir,create StockService or StockClient Web Services sample ant try to Deploy or Run.

init:
deps-module-jar:
deps-ear-jar:
deps-jar:
wsimport-init:
wsimport-service-check-StockService:
wsimport-service-StockService:
wsimport-service-generate:
Created dir: C:\Users\jp154641\Documents\NetBeansProjects\StockQuoteService1\StockQuoteService1\build\web\WEB-INF\classes
Created dir: C:\Users\jp154641\Documents\NetBeansProjects\StockQuoteService1\StockQuoteService1\build\web\META-INF
Copying 1 file to C:\Users\jp154641\Documents\NetBeansProjects\StockQuoteService1\StockQuoteService1\build\web\META-INF
Copying 3 files to C:\Users\jp154641\Documents\NetBeansProjects\StockQuoteService1\StockQuoteService1\build\web
library-inclusion-in-archive:
library-inclusion-in-manifest:
wsimport-service-compile:
C:\Users\jp154641\Documents\NetBeansProjects\StockQuoteService1\StockQuoteService1\nbproject\jaxws-build.xml:34: The
following error occurred while executing this line:
C:\Users\jp154641\Documents\NetBeansProjects\StockQuoteService1\StockQuoteService1\nbproject\build-impl.xml:212:
org.netbeans.modules.java.source.ant.UserCancel
BUILD FAILED (total time: 1 second)
Comment 1 Petr Blaha 2008-09-25 12:52:53 UTC
Which build do you use? Would be related to CoS? Try to disable it.
Comment 2 Jaroslav Pospisil 2008-09-25 15:09:26 UTC
Right suggestion - when I disable Compile on Save,it works. I use daily build 200809240201(Full).
Comment 3 Jan Lahoda 2008-09-25 15:18:21 UTC
Please try newer build. Thanks.

*** This issue has been marked as a duplicate of 148047 ***
Comment 4 Petr Blaha 2008-09-25 15:19:07 UTC
Jardo, please switch to the latest build. I guess, you are facing the issue #147603 that was fixed yesterday morning.
Comment 5 Jaroslav Pospisil 2008-09-25 16:58:24 UTC
Verified.