DO NOT REPLY [Bug 33885] - Tomcat 5.5.7 deleting context configuration and webapp

2005-03-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=33885.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33885





--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 20:04 ---
This bug is present in Tomcat 5.5.7 but is no longer present in the current 
cvs HEAD.   

The following stacktrace was captured during deletion of the test case app 
supplied using Tomcat 5.5.7:
at org.apache.catalina.startup.ExpandWar.delete(ExpandWar.java:267)
at org.apache.catalina.startup.HostConfig.checkResources
(HostConfig.java:1024)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1166)
at org.apache.catalina.startup.HostConfig.lifecycleEvent
(HostConfig.java:292)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent
(LifecycleSupport.java:119)
at org.apache.catalina.core.ContainerBase.backgroundProcess
(ContainerBase.java:1301)
at 
org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChil
dren(ContainerBase.java:1561)
at 
org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChil
dren(ContainerBase.java:1570)
at 
org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run
(ContainerBase.java:1550)
at java.lang.Thread.run(Thread.java:595)

This bug appears to have been fixed along with the fix for Bug 33572
in revision 1.55 of jakarta-tomcat-
catalina/catalina/src/share/org/apache/catalina/startup/HostConfig.java

[See comments 5 and 6 on that Bug 33572 as well.]

The fix should appear in release 5.5.8 (if it goes out) and later.



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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33885] - Tomcat 5.5.7 deleting context configuration and webapp

2005-03-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=33885.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33885





--- Additional Comments From [EMAIL PROTECTED]  2005-03-07 23:31 ---
Created an attachment (id=14422)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=14422action=view)
Test case context xml file.

Drop this context xml file into the CATALINA_HOME/conf/Catalina/localhost dir.


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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33885] - Tomcat 5.5.7 deleting context configuration and webapp

2005-03-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=33885.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33885





--- Additional Comments From [EMAIL PROTECTED]  2005-03-07 23:34 ---
Created an attachment (id=14423)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=14423action=view)
Test caes index.html file.  Any file will do.

Create directory CATALINA_HOME/webapps/myapp/
and place this index.html file there.

Anything here will work for the test case.

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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33885] - Tomcat 5.5.7 deleting context configuration and webapp

2005-03-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=33885.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33885





--- Additional Comments From [EMAIL PROTECTED]  2005-03-07 23:37 ---
I am starting the server, then waiting about 10 seconds, and then stopping the 
server via a CTRL-C in the console window.


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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33885] - Tomcat 5.5.7 deleting context configuration and webapp

2005-03-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=33885.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33885


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2005-03-07 23:48 ---
1) No docBase in your myapp.xml (BTW, yours is wrong in the xml file)
2) No path in your myapp.xml

And, no, it won't actually delete your content (with or without the bad
docBase), so the report is wrong. Note that I am testing with the current CVS 
code.

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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33885] - Tomcat 5.5.7 deleting context configuration and webapp

2005-03-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=33885.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33885


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |




--- Additional Comments From [EMAIL PROTECTED]  2005-03-07 23:53 ---
Huh?  The context file attached does include a path attribute and it does 
include a docBase *intentionally* misspelled.  That is needed to trigger the 
bug.

I can reproduce it consistently on my installation with Tomcat 5.5.7.



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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33885] - Tomcat 5.5.7 deleting context configuration and webapp

2005-03-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=33885.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33885


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2005-03-08 01:52 ---
Ok, I'll try again.

1) Don't put any docBase in your myapp.xml (BTW, yours is wrong in the xml file)
2) Don't put any path in your myapp.xml

And, no, it won't actually delete your content (with or without the bad
docBase), so the report is wrong. Note that I am testing with the current CVS 
code.

Please do not reopen the report, or I will close it without further comments.

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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]