RE: Java source out of memory

2004-02-26 Thread Gandle, Panchasheel
like ot know the reason how weblogic tries to create such a big file and how to avoid it? And of course with full jsp src should not give out of memory error while creating java source... <%@ page import="org.apache.struts.util.*"%> <%@ taglib uri="/tags/struts-bean" pr

Re: Java source out of memory

2004-02-25 Thread Richard Yee
Panchasheel, Can you send your page? How much memory do you have on your machine? Rgds, Richard --- "Gandle, Panchasheel" <[EMAIL PROTECTED]> wrote: > My jsp is heavily loaded with struts tags. > When weblogic tries to generate a Java source, > It throws out of memo

Re: Java source out of memory

2004-02-25 Thread Larry Meadors
Make more memory available. >>> [EMAIL PROTECTED] 02/25/04 10:27 AM >>> My jsp is heavily loaded with struts tags. When weblogic tries to generate a Java source, It throws out of memory error, If I cut that page in half it works fine. How to overcome with all struts tag int

Java source out of memory

2004-02-25 Thread Gandle, Panchasheel
My jsp is heavily loaded with struts tags. When weblogic tries to generate a Java source, It throws out of memory error, If I cut that page in half it works fine. How to overcome with all struts tag intact ? Panchasheel - To

Out of memory problem

2004-01-16 Thread Christophe Andreoli
Hello ! I have a Struts/jsp Application Ich get an out of memory problem:javax.servlet.ServletException: Servlet execution threw an exception at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) at

Re: Out of memory with multipart/form-data and lot of checkboxes

2003-10-27 Thread Brandon Knitter
> in a form where the user can upload a file and set some attributes with > checkbox (couple oh hundreds) I get an out of memory exception even when the > file is very small (300 bytes). After some testing I figured out that it is > caused by enctype="multipart/form-data"

Out of memory with multipart/form-data and lot of checkboxes

2003-10-27 Thread Zsolt Koppany
Hi, in a form where the user can upload a file and set some attributes with checkbox (couple oh hundreds) I get an out of memory exception even when the file is very small (300 bytes). After some testing I figured out that it is caused by enctype="multipart/form-data". If I removed tha

RE: Out of memory error

2003-10-22 Thread mohan
Thank you David thats some relief i will search in the list archives. --Mohan > Mohan, > > You should search the list archives. I posted an out of memory tomcat > 4.1.24 & 4.1.27 issue a while ago. It was related to application > reloading (not Tomcat stopping/restarting).

RE: Out of memory error

2003-10-22 Thread David Friedman
Mohan, You should search the list archives. I posted an out of memory tomcat 4.1.24 & 4.1.27 issue a while ago. It was related to application reloading (not Tomcat stopping/restarting). The reloads weren't releasing something so memory was slowly being eaten up every time I update

Out of memory error

2003-10-22 Thread mohan
Hi all I am struts and Tomcat4.1.27. I cant quite understand what is the reason but i sometimes get the java out of memory error whenever i compile my project. But the error is gone when i restart tomcat. Please let me know if anyone had this problem. Thanks --Mohan

Re: Re: Out of Memory Error on Struts 1.1, Tomcat 4.1.27, Linux JDK 1.4.2?

2003-08-20 Thread David G. Friedman
> > There's a bug report on this issue: > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14042 > This only happens when reloading the app and will be > fine in production. Figures I'd miss that one reference: bugzilla. Well, at least apache/mod_jk2 will let me use another Tomcat instance so I

Re: Out of Memory Error on Struts 1.1, Tomcat 4.1.27, Linux JDK 1.4.2?

2003-08-20 Thread David Graham
Struts. So, I'm compiling a > little, reloading my app, compiling more, loading my app, and so forth. > Somewhere between reloads ('stop' and then 'start', not 'reload' in the > Tomcat manager), 20 to 30, I end up getting tomcat errors about being

Out of Memory Error on Struts 1.1, Tomcat 4.1.27, Linux JDK 1.4.2?

2003-08-20 Thread David G. Friedman
As you may know from my posts, I'm new to Struts. So, I'm compiling a little, reloading my app, compiling more, loading my app, and so forth. Somewhere between reloads ('stop' and then 'start', not 'reload' in the Tomcat manager), 20 to 30, I end up g

RE: iBatis Out of Memory

2003-07-03 Thread Brandon Goodin
The new ibatis 1.2.5 has lazy loading of xml that you can configure. Brandon Goodin -Original Message- From: Indra Gunawan [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2003 12:54 AM To: 'Struts Users Mailing List' Subject: iBatis Out of Memory Hi all, I have a pr

iBatis Out of Memory

2003-07-02 Thread Indra Gunawan
cause out of memory in Tomcat and the server got to be restarted . Thx & Regards IG - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: out-of-memory exp

2003-06-04 Thread Doug Bryant
loader 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 u

RE: out-of-memory exp

2003-06-04 Thread Nail, Evan Burke
TECTED] 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.OutOfMemory

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

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 K

out-of-memory exp

2003-06-04 Thread Nagendra Kumar O V S
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 ServletEx

[OT] RE: Java Out Of Memory <---solved, thanx to Steve and jikes

2003-03-21 Thread Butt, Dudley
-Original Message- From: Butt, Dudley Sent: Friday, March 21, 2003 12:20 PM To: 'Struts Users Mailing List' Subject: RE: Java Out Of Memory many thanx I will give Jikes a try -Original Message- From: Ditlinger, Steve [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 20

RE: Java Out Of Memory

2003-03-21 Thread Butt, Dudley
many thanx I will give Jikes a try -Original Message- From: Ditlinger, Steve [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 8:08 PM To: 'Struts Users Mailing List' Subject: RE: Java Out Of Memory We have found that by using the "jikes" compiler instead of

Re: [OT] Java Out Of Memory

2003-03-20 Thread Michael C. Lee Jr.
If you know it's not pertaining to struts then please add [OT] to the subject line somewhere. thanks, Mike - Original Message - From: "Butt, Dudley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 20, 2003 11:31 AM Subject: Java Out Of Memo

RE: Java Out Of Memory

2003-03-20 Thread Ditlinger, Steve
errors you are seeing. Steve -Original Message- From: Butt, Dudley [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 8:54 AM To: 'Struts Users Mailing List' Subject: RE: Java Out Of Memory yes guys come on, anyone got some tricks up their sleeves? i really

RE: Java Out Of Memory

2003-03-20 Thread Butt, Dudley
hehehehe, thanx : ) -Original Message- From: Alexandre Jaquet [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 6:55 PM To: Struts Users Mailing List Subject: Re: Java Out Of Memory find more help ...I'm getting tired - Original Message - From: "Alexan

Re: Java Out Of Memory

2003-03-20 Thread Alexandre Jaquet
find more help ...I'm getting tired - Original Message - From: "Alexandre Jaquet" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, March 20, 2003 5:51 PM Subject: Re: Java Out Of Memory > yeap I think so t

RE: Java Out Of Memory

2003-03-20 Thread Butt, Dudley
yes guys come on, anyone got some tricks up their sleeves? i really would appreciate it -Original Message- From: Alexandre Jaquet [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 6:51 PM To: Struts Users Mailing List Subject: Re: Java Out Of Memory yeap I think so too but I&#

Re: Java Out Of Memory

2003-03-20 Thread Alexandre Jaquet
yeap I think so too but I'm sure someone could you more here cheers - Original Message - From: "Butt, Dudley" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, March 20, 2003 5:46 PM Subject: RE: J

RE: Java Out Of Memory

2003-03-20 Thread Butt, Dudley
Original Message- From: Alexandre Jaquet [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 6:47 PM To: Struts Users Mailing List Subject: Re: Java Out Of Memory it's may a trick around the config file of web logic it's song like you need to increase you cache but i never

RE: Java Out Of Memory

2003-03-20 Thread Butt, Dudley
so in other words, i need more RAM : ) -Original Message- From: Alexandre Jaquet [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 6:45 PM To: Struts Users Mailing List Subject: Re: Java Out Of Memory it's only for modify the ram size (by default 64 are al

Re: Java Out Of Memory

2003-03-20 Thread Alexandre Jaquet
]> Sent: Thursday, March 20, 2003 5:43 PM Subject: RE: Java Out Of Memory > is -Xms256m only for available RAM, or can I increase my page file size and use that in the -X option aswell? > > -Original Message- > From: Alexandre Jaquet [mailto:[EMAIL PROTECTED] > Sen

Re: Java Out Of Memory

2003-03-20 Thread Alexandre Jaquet
it's only for modify the ram size (by default 64 are allowed) - Original Message - From: "Butt, Dudley" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, March 20, 2003 5:43 PM Subject: RE: Java Out O

RE: Java Out Of Memory

2003-03-20 Thread Butt, Dudley
is -Xms256m only for available RAM, or can I increase my page file size and use that in the -X option aswell? -Original Message- From: Alexandre Jaquet [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 6:37 PM To: Struts Users Mailing List Subject: Re: Java Out Of Memory If you

Re: Java Out Of Memory

2003-03-20 Thread Alexandre Jaquet
If you use -Xms256m you just will allow to use your whole memory. - Original Message - From: "Butt, Dudley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 20, 2003 5:31 PM Subject: Java Out Of Memory > Hi there, > > I know this isn'

Java Out Of Memory

2003-03-20 Thread Butt, Dudley
Hi there, I know this isn't a Struts question, but I also know you're all extremely experienced Java dudes, so how can I prevent a Out Of Memory error when doing a Javac compile for ejbc, with a EntityRelationshipBean? Any help would be great! I'm compiling on a 256M machine and m

Out of memory

2001-08-03 Thread Harden ZHU
Hi After I run tomcat for couple days, I will get out of memory problem. What can be wrong? And how to solve it? Thanks. Harden

Re: Out of memory

2001-08-03 Thread chuck amadi
uckie now using linux 4 my netbeans/tomcat/struts bye bye windows box > version of Tomcat, which OS, what kind of app you're running, etc. > > -- > Martin Cooper > > > At 11:15 AM 8/2/01, Harden ZHU wrote: > >> Hi >> >> After I run tomcat for couple da

Re: Out of Memory Errors?

2001-06-14 Thread Craig R. McClanahan
.OutOfMemoryError > > It means you are out of memory :-) What happens is that when the JVM is started, it has an upper limit on the total amount of memory it will allocate on the heap for Java objects. If you try to create more objects than you have room for, you get this exception. Typi

Out of Memory Errors?

2001-06-14 Thread Spencer Smith
This occurs when a very large query is performed. Anyone know of a way around this? Weblogic Output: ; nested exception is: java.lang.OutOfMemoryError: Start server side stack trace: java.lang.OutOfMemoryError