You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2010/11/25 16:23:58 UTC

DO NOT REPLY [Bug 50338] New: Undeploy: files deleted before application's destroy() finishes

https://issues.apache.org/bugzilla/show_bug.cgi?id=50338

           Summary: Undeploy: files deleted before application's destroy()
                    finishes
           Product: Tomcat 6
           Version: 6.0.29
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: ondra@dynawest.cz


Sun JDK 1.6.22
Gentoo
Wicket 1.4.13

STR:

1) Have a Wicket-based application deployed on Tomcat, exploded to a dir
2) Undeploy it by moving the directory elsewhere
3) You'll see the exception 
   NoClassDefFoundError: org/apache/wicket/util/lang/PropertyResolver
   See
http://ondra.zizka.cz/stranky/programovani/java/web/wicket/wicket-NoClassDefFoundError-PropertyResolver.texy
for full stacktrace

Using Jetty, this error does not occur, so it's Tomcat related.

The issue is discussed here:
http://www.mail-archive.com/users@wicket.apache.org/msg49863.html

Identified as Tomcat deleting app's files too early.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 50338] Undeploy: files deleted before application's destroy() finishes

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50338

Konstantin Kolinko <kn...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Konstantin Kolinko <kn...@gmail.com> 2010-11-25 10:41:23 EST ---
> Identified as Tomcat deleting app's files too early.

You wrote that you are deleting the files. You cannot load a class from you
hard drive if you have already deleted it from there.

If you need help troubleshooting this, please ask on the users@ list.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 50338] Undeploy: files deleted before application's destroy() finishes

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50338

--- Comment #2 from Ondra Žižka <on...@dynawest.cz> 2010-11-26 05:15:51 EST ---
Sorry I mixed two things together. It actually happens even when undeploying
via manager. I'll discuss it on the list.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org