Ich versuche, ein Java-Webprojekt auf NetBeans 6.8 zu erstellen, aber ich erhalte den folgenden Fehler:
Das Modul wurde noch nicht eingesetzt.
Es zeigt auf meine build-impl.xml
Datei, Zeile 577:
<nbdeploy clientUrlPart="${client.urlPart}" debugmode="false" forceRedeploy="${forceRedeploy}"/>
Das GlassFish v3-Fehlerprotokoll sagt:
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.
Was bedeutet "URI hat eine Autoritätskomponente" bedeuten?