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 251901 - Deployment error: Starting of Tomcat failed. See the server log for details.
Summary: Deployment error: Starting of Tomcat failed. See the server log for details.
Status: RESOLVED INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 8.0.2
Hardware: Other Windows 8 x64
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-17 02:03 UTC by jackb145
Modified: 2015-05-29 13:31 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 jackb145 2015-04-17 02:03:59 UTC
I just created a new web application using Struts 2 and Hibernate. Then I run project, it gave me this message "C:\Users\Jack\Documents\NetBeansProjects\WebApp\nbproject\build-impl.xml:1077: Deployment error: Starting of Tomcat failed.
See the server log for details."

And This is the log file:
"
....
<target if="netbeans.home" name="-run-deploy-nb">
        <nbdeploy clientUrlPart="${client.urlPart}" debugmode="false" forceRedeploy="${forceRedeploy}"/>
    </target>
....    
"
I have no idea to fix this. Please tell me how to fix this. 
Thank All!
Comment 1 Tomas Mysik 2015-05-27 09:11:02 UTC
Perhaps a Tomcat issue? Please evaluate, thanks.
Comment 2 Petr Hejl 2015-05-29 13:31:11 UTC
Did the Tomcat actually started? Is it running? Does the IDE displays it running? Perhaps the startup wasn't detected. Try with disabled firewall.

If the server is being started ok, attach the server log.