Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 40640 invoked from network); 29 Apr 2003 19:05:48 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 29 Apr 2003 19:05:48 -0000 Received: (qmail 2690 invoked by uid 97); 29 Apr 2003 19:07:51 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 2683 invoked from network); 29 Apr 2003 19:07:51 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 29 Apr 2003 19:07:51 -0000 Received: (qmail 28195 invoked by uid 500); 29 Apr 2003 18:59:33 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 28126 invoked from network); 29 Apr 2003 18:59:30 -0000 Received: from unknown (HELO mail.cdi-hq.com) (207.104.45.33) by daedalus.apache.org with SMTP; 29 Apr 2003 18:59:30 -0000 Received: from PIP (192-168-11-103.cdi-hq.com [192.168.11.103]) by mail.cdi-hq.com (8.10.1/8.10.1) with ESMTP id h3TIxYQ20681 for ; Tue, 29 Apr 2003 11:59:34 -0700 (PDT) From: "mike jackson" To: "'Tomcat Users List'" Subject: RE: Not Enough Space when running Java-Oracle Application Date: Tue, 29 Apr 2003 11:59:25 -0700 Message-ID: <002701c30e81$77684cc0$670ba8c0@north.cdihq.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 In-Reply-To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I'd try increasing the memory limit, set it to unlimited. The vmstat output isn't relevant. But you still haven't answered my question about what's reporting the error. If its java then the memory limit could be the answer, but you haven't answered the question of if it's OutOfMemoryException or some other message that says out of space. The key is that you need to determine where the error is originating. Oracle errors typically have a code associated with them (ORA-00602 for example), if your error had a "code" then it's an oracle error and you'd be better off asking an oracle list. For that matter I'm not clear if this is an Exception (of any type) or something else, you really need to supply more information. --mikej -=------ mike jackson mjackson@cdi-hq.com > -----Original Message----- > From: Hari Om [mailto:hari_om@hotmail.com] > Sent: Tuesday, April 29, 2003 5:52 AM > To: tomcat-user@jakarta.apache.org > Cc: osaru_online@hotmail.com; funkman@joedog.org; mjackson@cdi-hq.com > Subject: Re: Not Enough Space when running Java-Oracle Application > > Hi David,Mike and Tim > > Thanks for your replies. > > I have App Server and Oracle DB Server on DIFFERENT MACHINE. and I get > this > error on my ORACLE Box when I run my Java Application: > Here is some troubleshooting I did: > -------------------------------------------------------------- > root#ulimit -a > time(seconds) unlimited > file(blocks) 2097151 > data(kbytes) 131072 > stack(kbytes) 32768 > memory(kbytes) 32768 > coredump(blocks) 2097151 > nofiles(descriptors) 2000 > > root#vmstat > kthr memory page faults cpu > ----- ----------- ------------------------ ------------ ----------- > r b avm fre re pi po fr sr cy in sy cs us sy id wa > 1 2 188667 557 0 0 0 0 2 0 251 712 315 0 0 98 1 > root# > -------------------------------------------------------------- > > Any related information on above is appreciated. > > THANKS! > > > > > > > >From: "David Brownlee" > >Reply-To: "Tomcat Users List" > >To: tomcat-user@jakarta.apache.org > >Subject: Re: Not Enough Space when running Java-Oracle Application > >Date: Tue, 29 Apr 2003 01:25:10 -0700 > > > >Are you referring to disk space or RAM memory? I don't know AIX but, try > >looking for a command like "vmstat" or "top". > > > > > >>From: "Hari Om" > >>Reply-To: "Tomcat Users List" > >>To: tomcat-user@jakarta.apache.org > >>Subject: Not Enough Space when running Java-Oracle Application > >>Date: Mon, 28 Apr 2003 20:16:37 +0000 > >> > >>Hello, > >> > >>I am using IBM AIX (DUAL Processor) box for my Oracle DB. The box has > >>around 36 GB of Memory. This box contains ONLY Oracle DB. We have 5 > >>instances running on these. > >> > >>Sometime, When I run my JAVA/JSP/Servlet Application which connects to > >>ORacle via JDBC, it does NOT work...My APplication Log File says: NOT > >>ENOGUH SPACE...... My Memory status of IBM Boxes is: > >>------------------------------------------------------------------- > >>root#df -k > >>Filesystem 1024-blocks Free %Used Iused %Iused Mounted on > >>/dev/hd4 262144 234200 11% 1638 2% / > >>/dev/hd2 1310720 577116 56% 21375 7% /usr > >>/dev/hd9var 65536 32156 51% 624 4% /var > >>/dev/hd3 196608 190116 4% 69 1% /tmp > >>/dev/hd1 14876672 3765408 75% 62355 2% /home > >>/proc - - - - - /proc > >>/dev/hd10opt 65536 57300 13% 297 2% /opt > >>root# > >>------------------------------------------------------------------- > >> > >>Even inspite of this it shows NOT ENOUGH SPACE.... I cannot increase the > >>space of my IBM Boxes. Does anyone know how to tackle this MEMORY > >>Problem....? I guess Oracle SW takes 7-10GB and everyinstance is 500- > 700MB > >>so where is remaining memory going....? I have NOTHING on this box apart > >>from Oracle...? > >> > >>THANKS! > > _________________________________________________________________ > Help STOP SPAM with the new MSN 8 and get 2 months FREE* > http://join.msn.com/?page=features/junkmail > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org