Akin_Glen
Akin_Glen

Reputation: 767

Unable to deploy Java Application on Tomcat via Netbeans 7.4

Every time I try to deploy a web application on netbeans, I get the following error:\

C:\Users{myname}\Documents\NetBeansProjects\WebApplication2\nbproject\build-impl.xml:1045: The module has not been deployed. See the server log for details.

The problem is, there are no errors in the apache log!

I have uninstalled my netbeans and installed it afresh, yet still the problem persists. I even downloaded and installed the new netbeans version 8.0, but the problem occurs there too.

I have restarted my laptop countless times, but problem won't go away.

My laptop runs Windows 8.1.

Please, what do I do?

EDIT 1:

I've opened the build-impl.xml file, and here is line 1045

   <nbdeploy clientUrlPart="${client.urlPart}" debugmode="false" forceRedeploy="${forceRedeploy}"/>

Upvotes: 0

Views: 1874

Answers (1)

Akin_Glen
Akin_Glen

Reputation: 767

Turns out there some corruption with my roaming profile. I closed netbeans, deleted the netbeans folders under my roaming profile, restarted my laptop and - presto! Everything's working fine now.

Thanks!

Upvotes: 2

Related Questions