The best way to get answer for weblogic related question is to post it to: http://newsgroups.bea.com/
You could choose either one of the following steps to make sure that your bean has been deployed successfully by weblogic: (1) Use weblogic console: http://[hostname]:7001/console, click EJB node, it will list all the beans that are available in your server instance, you could deply and undeploy any of them, if has problem, some error message will print out in weblogic's startup console. (2) Look at the weblogic.log, this file will record the bean deployment information, something like: ...<EJB Deploying file: XXXEJB.jar> ...<EJB Deployed EJB with JNDI name YYY> ...<Deployed : YYY> If a certain bean has problem, there should be some error message inside this log. -----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".