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 207037 - help me please problem with build-impl.xml
Summary: help me please problem with build-impl.xml
Status: RESOLVED INCOMPLETE
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-08 10:46 UTC by josuebjc
Modified: 2012-01-10 07:12 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 josuebjc 2012-01-08 10:46:14 UTC
I'm working on a web application when you add a WebService to connect to a database when using the button I got a clean and build the following output:

FAIL - Deployed application at context path /XXX But context failed to start
 C:\XXXXXX\XXX\nbproject\build-impl.xml: 564: The module you have not Been deployed.
 BUILD FAILED (total time: 0 seconds)

I apply the link and send me the file: build-impl.xml
 in lines
   if="netbeans.home" <target name="-run-deploy-nb">
         debugmode="false" clientUrlPart="${client.urlPart}" <nbdeploy forceRedeploy="${forceRedeploy}"/>
     </ target>

I need your help please, I dont know what to do
Josuebjc
Comment 1 Denis Anisimov 2012-01-10 07:12:49 UTC
The description of this bug is not about problem with WS.
This is deployment problem.
So please provide the J2EE server you use and error message in the output ( the reason of deployment error ).