Hi Pid,

Thanks for throwing light on the issue and it is much appreciated, little
keen to know what this error means cause my develoipers debating for a while
now it is
not the application problem.

Could I know what is the Action page is trying to do and gets this
exception, is this possible as this page is my application's Home page and
crashes whole application itself ?

Many thanks.

Arun Janarthanan


On Tue, Nov 10, 2009 at 10:06 AM, Pid <p...@pidster.com> wrote:

> On 10/11/2009 14:31, Arunkumar Janarthanan wrote:
>
>> Hi Chuk,
>>
>> Thank you for the assistance, when we looked into the logs the Home page
>> for
>> this application throws the below exception followed by HTTP 500 error.
>>
>> Please advice.
>>
>> #################################################
>> #################################################
>> LEVEL:         SEVERE
>> SOURCE CLASS:  com.application.rd.action.OpenLandingPageAction
>> SOURCE METHOD: execute()
>> DATE:          Tue Nov 10 07:17:45 EST 2009
>> STACK TRACE:   net.sf.hibernate.LazyInitializationException: Failed to
>> lazily initialize a collection
>>         at
>>
>
> <snip>
>
>
>  Caused by: net.sf.hibernate.UnresolvableObjectException: No row with the
>> given identifier exists: 1003916, of class:
>> com.application.content.bean.Feature
>>
>
> <snip>
>
> That'll be the problem then.
>
>
> p
>
>
>  #################################################
>>
>> Regards,
>> Arun J
>>
>> On Mon, Nov 9, 2009 at 9:04 PM, Caldarale, Charles R<
>> chuck.caldar...@unisys.com>  wrote:
>>
>>  From: Arunkumar Janarthanan [mailto:arunkumar.webad...@gmail.com]
>>>> Subject: Re: Tomcat Coyote HTTP11Protocol Pause
>>>>
>>>> There was no other error reported apart from sequence of Pause, stop
>>>> destroyed messages from catalina.
>>>>
>>>
>>> Something shut down Tomcat, and what you see is the normal result of
>>> that.
>>>  If the shutdown was unexpected, then either someone sent the shutdown
>>> password over the shutdown port - or you've got a rogue webapp that's
>>> calling System.exit().  The latter can be prevented by employing a
>>> security
>>> manager, such as what's described here:
>>>
>>>
>>> https://www.securecoding.cert.org/confluence/display/java/EXC04-J.+Prevent+against+inadvertent+calls+to+System.exit%28%29+or+forced+shutdown
>>>
>>>  - Chuck
>>>
>>>
>>> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
>>> MATERIAL and is thus for use only by the intended recipient. If you
>>> received
>>> this in error, please contact the sender and delete the e-mail and its
>>> attachments from all computers.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>>
>>>
>>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to