Increase JVM's maximum heap size will do some help, but it still has a limit, if the memory usage hit the maximum heap size, OutOfMemoryError is invitable.
NameNotFoundException means the bean you are looking for is not deployed in weblogic. If you startup weblogic in Production mode, it will not deploy any bean unless you spefied it on config.xml file, if you start weblogic in non production (development) mode, if will automatically deploy all the beans inside your application dirtecory. Not sure which mode you are using. -----Original Message----- From: Dongmei Cao [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 5:06 PM To: [EMAIL PROTECTED] Subject: Re: weblogic.ejbc dies on OutOfMemoryError Thanks, Rohit. You're right. I tried increase the VM. It didn't help at all. Now, I moved some of my beans into a new jar file. The problem I'm having now is when I try to access the remote interface in my new jar file.I got javax.naming.NameNotFoundException: Unable to resolve 'NameManager' Resolved: '' Unresolved:'NameManager' ; remaining name 'NameManager' Any idea? Thanks for all your suggestions!! Dongmei > -----Original Message----- > From: A mailing list for Enterprise JavaBeans development > [mailto:[EMAIL PROTECTED] Behalf Of Rohit Parik > Sent: Monday, March 24, 2003 8:48 PM > To: [EMAIL PROTECTED] > Subject: Re: weblogic.ejbc dies on OutOfMemoryError > > > Hi Dongmei, > > I have faced this. I could not find any other solution expect breaking the > jar into seperate smaller jar files. > > Regards > Rohit > > -----Original Message----- > From: A mailing list for Enterprise JavaBeans development > [mailto:[EMAIL PROTECTED] Behalf Of Dongmei Cao > Sent: Tuesday, March 25, 2003 2:53 AM > To: [EMAIL PROTECTED] > Subject: weblogic.ejbc dies on OutOfMemoryError > > > Hi, > > I'm using WebLogic 7.0.2.0. The weblogic.ejbc dies on > OutOfMemoryError when processing a single jar file > containing lots of ejbs. Has any seen this problem before? > Are there any patches to fix this? > > Any help is greatly appreciated.. > > Dongmei > > =========================================================================== > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff EJB-INTEREST". For general help, send email to > [EMAIL PROTECTED] and include in the body of the message "help". > > =========================================================================== > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff EJB-INTEREST". For general help, send email to > [EMAIL PROTECTED] and include in the body of the message "help". > > =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help". =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".