Attempting to build a Java web project on Netbeans 6.8. Getting the following error.
"The module has not been deployed."
It points to my build-impl.xml file line 577.
line 577 is
<nbdeploy clientUrlPart="${client.urlPart}" debugmode="false" forceRedeploy="${forceRedeploy}"/>
This is on Glassfish v3.
Glassfish Error log says
SEVERE: Exception in command execution : java.lang.IllegalArgumentException: URI has an authority component
java.lang.IllegalArgumentException: URI has an authority component
at java.io.File.<init>(File.java:368)
... etc
any idea waht "URI has an authority component" means?