Ver Mensaje Individual
  #1 (permalink)  
Antiguo 01/10/2015, 01:18
thethecoucs
 
Fecha de Ingreso: octubre-2015
Mensajes: 1
Antigüedad: 8 años, 7 meses
Puntos: 0
De acuerdo Problema Común

Buenas soy nuevo en esto, estaba realizando un proyecto en netbeans que tengo con las siguientes especificaciones:
NetBeans IDE 8.0.2
JDK: 1.8.0
Java: 7


entonces el momento de hacer la prueba de los servicios RESTful sale lo siguiente:

ant -f C:\\Users\\Carlos\\Documents\\NetBeansProjects\\Lo gica -Drestbeans.test.url=file:/C:/Users/Carlos/Documents/NetBeansProjects/Logica/build/generated-sources/rest-test/test-resbeans.html -Drestbeans.test.file=C:\\Users\\Carlos\\Documents\ \NetBeansProjects\\Logica\\build\\generated-sources\\rest-test\\test-resbeans.html -Drest.application.path=/webresources -Dbase.url.token=___BASE_URL___ test-restbeans
init:
deps-module-jar:
deps-ear-jar:
deps-jar:
library-inclusion-in-archive:
library-inclusion-in-manifest:
compile:
compile-jsps:
Building jar: C:\Users\Carlos\Documents\NetBeansProjects\Logica\ dist\Logica.war
In-place deployment at C:\Users\Carlos\Documents\NetBeansProjects\Logica\ build\web
GlassFish Server 4.1, deploy, null, false
C:\Users\Carlos\Documents\NetBeansProjects\Logica\ nbproject\build-impl.xml:1074: The module has not been deployed.
See the server log for details.
BUILD FAILED (total time: 10 seconds)

Quisiera saber como puedo solucionar este problema, ya que he estado buscando solución pero no la encuentro y en varios foros a los que voy nunca le hallan la solución a este problema