| Anonymous | Login | Signup for a new account | 06-10-2026 06:01 PDT |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0004875 | [Resin] | minor | always | 11-25-11 17:14 | 06-15-12 12:05 | ||||
| Reporter | rickHigh | View Status | public | ||||||
| Assigned To | ferg | ||||||||
| Priority | normal | Resolution | reopened | Platform | |||||
| Status | closed | OS | |||||||
| Projection | none | OS Version | |||||||
| ETA | none | Fixed in Version | 4.0.29 | Product Version | 4.0.24 | ||||
| Product Build | |||||||||
| Summary | 0004875: Undeploy does not seem to undeploy /var/www/webapps/blog/WEB-INF/lib, | ||||||||
| Description |
I notice during the course of writing the cloud deploy tutorial that undeploy does not seem to clean up all of the jar files in WEB-INF. Roo has a problem where it includes jstl files that it should not. To get around this issue, I remove all jstl dependencies pom.xml $ mvn clean $ mvn package $ resinctl deploy target/blog-0.1.0.BUILD-SNAPSHOT.war -name blog At this point, I should not get an 500 message (included below), but I do. When I wipe out the deploy dir (/var/www/webapps/blog/), it then works. $ mvn clean $ mvn package $ sudo rm -rf /var/www/webapps/blog/ $ resinctl deploy target/blog-0.1.0.BUILD-SNAPSHOT.war -name blog Here is the error, but it does not really matter. 500 Servlet Exception file:/var/www/webapps/blog/WEB-INF/tags/util/panel.tagx:1: org.xml.sax.SAXParseException; lineNumber: 6; columnNumber: 40; The prefix "c" for element "c:if" is not bound. 1: <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" [^] xmlns:fn="http://java.sun.com/jsp/jstl/functions" [^] xmlns:spring="http://www.springframework.org/tags" [^] xmlns:c="http://java.sun.com/jsp/jstl/core" [^] version="2.0"> 2: <jsp:output omit-xml-declaration="yes" /> 3: |
||||||||
| Steps To Reproduce | |||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
33 total queries executed. 28 unique queries executed. |