can hot deploy kill a server?

2006-01-30 Thread Werner Punz
It has happened to me several times, that I brought geronimo in a I refuse to startup state, due to some condition of having a webapp referenced in the db but not reachable anymore. Here is a log of such a symptom: ration 20/23 23s geronimo/daytrader-derby-tomcat/1.0/car Started

Re: can hot deploy kill a server?

2006-01-30 Thread Sachin Patel
Yes it can, the NoSuchConfigExceptino on startup brings down the server regardless of what your configuration is.  I may have a defect on this open.  I think apps need to be excluded from this.   - sachin On Jan 30, 2006, at 4:55 PM, Werner Punz wrote:It has happened to me several times, that I

Re: can hot deploy kill a server?

2006-01-30 Thread Werner Punz
Thanks for the quick answer, I think that is definitely a severe issue, no state of an app should bring down a server. Anyway I am looking forward to a fixed version ;-) (since this has happened to me already twice) Sachin Patel schrieb: Yes it can, the NoSuchConfigExceptino on startup brings

Re: can hot deploy kill a server?

2006-01-30 Thread Werner Punz
I am not fully sure, probably a hosed undeploy still having a file lock by an editor which had the web.xml open... The annoying thing is I do not know how to clean this up without reinstalling Geronimo ( a cleanup probably is possible by kicking derby and moving all the db related stuff to an

Re: can hot deploy kill a server?

2006-01-30 Thread Aaron Mulder
To fix it, find the configuration entry with the right name in var/config/config.xml and add load=false to the element: configuration name=mysample load=false /configuration Thanks, Aaron On 1/30/06, Werner Punz [EMAIL PROTECTED] wrote: I am not fully sure, probably a hosed undeploy

Re: can hot deploy kill a server?

2006-01-30 Thread Werner Punz
thanks a lot... Aaron Mulder schrieb: To fix it, find the configuration entry with the right name in var/config/config.xml and add load=false to the element: configuration name=mysample load=false /configuration Thanks, Aaron On 1/30/06, Werner Punz [EMAIL PROTECTED] wrote: I am