RE: Exception - pls help
"Stephen McConnell" <[email protected]>
| Newsgroups | gmane.comp.jakarta.avalon.user |
|---|---|
| Message-ID | <000901c48b33$ab7e7180$1601a8c0@gloria> |
> -----Original Message----- > From: S V Subramonian [mailto:[email protected]] > Sent: 25 August 2004 16:35 > To: [email protected] > Subject: Exception - pls help > > All, > > I am getting the following exception. Could any one of > you tell me what could be the problem. What is the runtime environment? The only way that you could be getting this exception is if you are attempting to deploy a component in a container that is either (a) on-commissioned, or (b) in a stale state. If it's a non-commissioned container then all that needs to happen is that the embedded needs to commission the container, and if is a stale condition - it means that your hello component has been added to a container but the container has not been redeployed (i.e. it needs to be decommissioned and recommissioned). Stephen.