I can not raise my project in java (spring mvc)

0

I am working on a project of the institute I use java with the framework spring, today all day I was working on the project normally, but after a while the project simply does not raise it tells me this error

In-place deployment at C:\Users\SARA\Desktop\PROYECTOS IDAT\SAT-PRACO-java\SAT-PRACO-spring\build\web
GlassFish Server 4.1.1, deploy, null, false
C:\Users\SARA\Desktop\PROYECTOS IDAT\SAT-PRACO-java\SAT-PRACO-spring\nbproject\build-impl.xml:1054: The module has not been deployed.
See the server log for details.
BUILD FAILED (total time: 5 seconds)

I am using the IDe NEdbeans 8.2, the project does not raise and try everything and clean and re-build the project, run nedbeans as administrator, and comment the lines that give me error in the build-impl.xml file, it just does not work I hope you can help me this project is very important for my note. THANKS IN ADVANCE. attached screen of the error.

also in the glassfish server tab I get this:

Grave:   Exception while loading the app
Grave:   Undeployment failed for context /SAT-PRACO-spring
Grave:   Exception while loading the app : java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.apache.catalina.LifecycleException: java.lang.IllegalStateException: Ambiguous mapping found. Cannot map 'indexController' bean method 
public java.util.List<SAT.PRACO.MODEL.model_tareaUser> SAT.PRACO.CONTROLLER.indexController.listaTareasPorUser(java.lang.String)
to {[/listaTareasPorUser],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}: There is already 'indexController' bean method
public java.util.List<SAT.PRACO.MODEL.model_tareaUser> SAT.PRACO.CONTROLLER.indexController.listaTareasParaReporte(java.lang.String) mapped.
Información:   visiting unvisited references
    
asked by Frank Campos Vilchez 26.11.2018 в 07:23
source

0 answers