Hello,
I'm using MDB. The client calls this MDB and uses it mainly for doing work in 
the database. I bumped into an out of memory error, while the system was 
totally idle. I don't have any idea why. I'll appreciate it if you have any 
suggestions?  
I'm using JBoss 3.2.5 with java 1.4.2_05
I'm using JBoss default configuration.
    <invoker-proxy-binding>
         message-driven-bean
         <invoker-mbean>default</invoker-mbean>
         
<proxy-factory>org.jboss.ejb.plugins.jms.JMSContainerInvoker</proxy-factory>
         <proxy-factory-config>
            DefaultJMSProvider
            StdJMSPool
            <!-- WARN: Don't set this to zero until a bug in the pooled 
executor is fixed -->
            1
            15
            30000
            1
            
               10
               
                  queue/DLQ
                  10
                  0
               
            
         </proxy-factory-config>
      </invoker-proxy-binding>

I've got the following exception:
javax.ejb.EJBException: Unexpected Error
java.lang.OutOfMemoryError

        at 
org.jboss.ejb.plugins.LogInterceptor.handleException(LogInterceptor.java:370)
        at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:195)
        at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
        at 
org.jboss.ejb.MessageDrivenContainer.internalInvoke(MessageDrivenContainer.java:372)
        at org.jboss.ejb.Container.invoke(Container.java:723)
        at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.invoke(JMSContainerInvoker.java:914)
        at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker$MessageListenerImpl.onMessage(JMSContainerInvoker.java:1208)
        at 
org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:276)
        at 
org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:871)
        at 
org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:159)
        at org.jboss.mq.SpySession.run(SpySession.java:347)
        at org.jboss.jms.asf.StdServerSession.run0(StdServerSession.java:200)
        at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:180)
        at 
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:743)
        at java.lang.Thread.run(Thread.java:534)

your help would be much appriciated!
Thanks in advance,
Shlomit


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945999#3945999

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945999


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to