RE: out-of-memory exp

2003-06-04 Thread Doug Bryant
it's weblogic, not struts.  it appears that hot-deploy does not free up
resources upon redeploying an application.  

we are working with a fairly large application.  Most of the developers
here have resorted to restarting the server between redeploys because it
is almost guaranteed to hose up after a couple of minutes of running on
a redeployed app.

Doug



On Tue, 2003-06-03 at 10:26, Nail, Evan Burke wrote:
> nagi, 
>  
> Besides the previously mentioned errors, I sometimes get this error when
> I'm working in my development environment and I have changed a class and
> not restarted my server. 
>  
> I have not used 7.1 much so I don't know if this could be your error ,
> we're on 6.1 and see it occasionally although normally we get scope
> errors when using struts. There might be config methods to help the
> classloader out in these cases ..not sure. 
>  
> 
> bn
>  
> 
> 
> 
> -Original Message-
> From: Nagendra Kumar O V S [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 03, 2003 9:15 AM
> To: [EMAIL PROTECTED]
> Subject: out-of-memory exp
> 
> 
> 
> hi,
> i am using struts 1.1 with ejb on weblogic7.1
>  
> i  frequently get this error while working with the web application
>  
><101017>
> <[ServletContext(id=4550717,name=cwbweb,context-path=/cwbweb)] Root
> cause of ServletException
> java.lang.OutOfMemoryError
> <>
> no idea why this comes
>  
> any help TIA
>  
> --nagi
>  
> Nagendra Kumar O V S
> Member Technical Staff
> Ikigo India Private Ltd.
> 470-B, Road No. 36,
> Jubilee Hills,
> Hyderabad 500033
> Contact(O): 23544671
> Cell: 98482-41789
> 
>   
> 
>     IncrediMail -
> Email has finally evolved -
>  Click Here 
> 
> 
> 
> **
> This e-mail is the property of Enron Corp. and/or its relevant affiliate
> and may contain confidential and privileged material for the sole use of
> the intended recipient (s). Any review, use, distribution or disclosure
> by others is strictly prohibited. If you are not the intended recipient
> (or authorized to receive for the recipient), please contact the sender
> or reply to Enron Corp. at [EMAIL PROTECTED] and
> delete all copies of the message. This e-mail (and any attachments
> hereto) are not intended to be an offer (or an acceptance) and do not
> create or evidence a binding and enforceable contract between Enron
> Corp. (or any of its affiliates) and the intended recipient or any other
> party, and may not be relied on by anyone as the basis of a contract by
> estoppel or otherwise. Thank you. 
> **
-- 
Doug Bryant
ICF Consulting
Software Engineer

phone: 843.760.3635
  fax: 843.207.5444
email:  [EMAIL PROTECTED]
[EMAIL PROTECTED]


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



RE: out-of-memory exp

2003-06-04 Thread Nail, Evan Burke
nagi, 
 
Besides the previously mentioned errors, I sometimes get this error when I'm working 
in my development environment and I have changed a class and not restarted my server. 
 
I have not used 7.1 much so I don't know if this could be your error , we're on 6.1 
and see it occasionally although normally we get scope errors when using struts. There 
might be config methods to help the classloader out in these cases ..not sure. 
 
 
bn
 
 
 

-Original Message-
From: Nagendra Kumar O V S [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 03, 2003 9:15 AM
To: [EMAIL PROTECTED]
Subject: out-of-memory exp



hi,
i am using struts 1.1 with ejb on weblogic7.1
 
i  frequently get this error while working with the web application
 
   <101017> 
<[ServletContext(id=4550717,name=cwbweb,context-path=/cwbweb)] Root cause of 
ServletException
java.lang.OutOfMemoryError
<>
no idea why this comes
 
any help TIA
 
--nagi
 
Nagendra Kumar O V S
Member Technical Staff
Ikigo India Private Ltd.
470-B, Road No. 36,
Jubilee Hills,
Hyderabad 500033
Contact(O): 23544671
Cell: 98482-41789



    IncrediMail - Email has 
finally evolved -   Click Here 



**
This e-mail is the property of Enron Corp. and/or its relevant affiliate and may 
contain confidential and privileged material for the sole use of the intended 
recipient (s). Any review, use, distribution or disclosure by others is strictly 
prohibited. If you are not the intended recipient (or authorized to receive for the 
recipient), please contact the sender or reply to Enron Corp. at [EMAIL PROTECTED] and 
delete all copies of the message. This e-mail (and any attachments hereto) are not 
intended to be an offer (or an acceptance) and do not create or evidence a binding and 
enforceable contract between Enron Corp. (or any of its affiliates) and the intended 
recipient or any other party, and may not be relied on by anyone as the basis of a 
contract by estoppel or otherwise. Thank you. 
**



RE: out-of-memory exp

2003-06-04 Thread Varun Garg
This comes when weblogic runs out of memory. 
 
If this happens often, then I would look at the code and check for any
bad looping thats going on.
 

-Original Message-
From: Nagendra Kumar O V S [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 03, 2003 9:15 AM
To: [EMAIL PROTECTED]
Subject: out-of-memory exp



hi,
i am using struts 1.1 with ejb on weblogic7.1
 
i  frequently get this error while working with the web application
 
   <101017>
<[ServletContext(id=4550717,name=cwbweb,context-path=/cwbweb)] Root
cause of ServletException
java.lang.OutOfMemoryError
<>
no idea why this comes
 
any help TIA
 
--nagi
 
Nagendra Kumar O V S
Member Technical Staff
Ikigo India Private Ltd.
470-B, Road No. 36,
Jubilee Hills,
Hyderabad 500033
Contact(O): 23544671
Cell: 98482-41789



    IncrediMail -
Email has finally evolved -
 Click Here 



RE: out-of-memory exp

2003-06-04 Thread Josh Rayls
You could raise the memory size of your VM via the -Xms128m -Xmx128m
arguments.
 
It's just Weblogic, the memory hog, telling you that it has run out of
memory.  It seems to me that there's some sort of memory leak when hot
deploying.
 
-Josh

-Original Message-
From: Nagendra Kumar O V S [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 03, 2003 10:15 AM
To: [EMAIL PROTECTED]
Subject: out-of-memory exp



hi,
i am using struts 1.1 with ejb on weblogic7.1
 
i  frequently get this error while working with the web application
 
   <101017>
<[ServletContext(id=4550717,name=cwbweb,context-path=/cwbweb)] Root cause of
ServletException
java.lang.OutOfMemoryError
<>
no idea why this comes
 
any help TIA
 
--nagi
 
Nagendra Kumar O V S
Member Technical Staff
Ikigo India Private Ltd.
470-B, Road No. 36,
Jubilee Hills,
Hyderabad 500033
Contact(O): 23544671
Cell: 98482-41789



    IncrediMail -
Email has finally evolved -
 Click Here