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 86664 - Deployment error in Tomcat & BluePrints for EE 1.4
Summary: Deployment error in Tomcat & BluePrints for EE 1.4
Status: RESOLVED DUPLICATE of bug 68626
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-06 12:12 UTC by guerra
Modified: 2007-08-21 14:17 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 guerra 2006-10-06 12:12:59 UTC
I created a new web application project from the Blueprints for EE 1.4 bundled
with Netbeans 5.5 RC1 and when I attemp to deploy the applications, it fails
with the following message:

debug:
Starting debug server Bundled Tomcat (5.5.17)
Starting Tomcat process...
Waiting for Tomcat...
Tomcat server started.
C:\Documents and
Settings\guerrjo\command-submissions1\nbproject\build-impl.xml:551: Deployment
error:
null
See the server log for details.
BUILD FAILED (total time: 5 seconds)


build-impl.xml file:
....
   <!--
                DEBUGGING SECTION
   -->
......
<nbdeploy debugmode="true" clientUrlPart="${client.urlPart}"/>
...



But ... if I manually deploy the .war file in Tomcat, the applications works fine.


Tested platform: Windows XP, Netbeans 5.5 Beta2 & Netbeans 5.5 RC1.
Comment 1 ejvyas 2006-12-16 15:23:28 UTC
I feel according to my past experience with NB this problem is because it does
not  undeploy from bundled tomcat the last time you deployed the same app. If
you stop tomcat or kill the java process it will allow you to run and deploy. I
think this is problem with the deploy script. 
Comment 2 Petr Jiricka 2006-12-18 17:33:02 UTC
Hi, can you please also attach the server log? Thanks.
Comment 3 Sherold Dev 2007-08-21 14:17:05 UTC
Marking as a duplicate of issue 68626

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