In my GlassFish Server, I got this error message:
In-place deployment at D:\simpers\simpers\simpers-war\build\web<br>
GlassFish Server, deploy, null, false<br>
D:\simpers\simpers\simpers-war\nbproject\build-impl.xml:1118: The module has not been deployed.<br>
See the server log for details.<br>
BUILD FAILED (total time: 5 seconds)<br>
I guess your jar file is broken or missing.
Solution: For Netbeans IDE go to project, select Project Properties.
From Project Properties wizard, Select Libraries.
select compile (tab), see any red line indicating Broken reference or missing library.
If you find any thing, remove it.
Add the corresponding library/JAR to the project.