build-impl.xml:1031: The module has not been deployed

前端 未结 9 2119
小鲜肉
小鲜肉 2020-12-03 11:44

I have been working on a Java web application and i am using SmartGwt on Netbeans 7.3 and out of a sudden I encountered this problem. I tried cleaning the

9条回答
  •  失恋的感觉
    2020-12-03 12:34

    Take a look at the server logs!

    I had been with this for hours. The awful Tomcat servlet is not very helpful neither but if you can see the stacktrace that should be enough.

    For instance, I read the following error message there:

    Caused by: java.lang.IllegalArgumentException: The servlets named [DetailsServlet] and [AddToCart] are both mapped to the url-pattern [/carrito] which is not permitted

    As you can see, the message was pretty clear and easy to fix :-)

提交回复
热议问题