Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000336 [Resin] minor always 08-08-05 00:00 11-30-05 14:42
Reporter sam View Status public  
Assigned To
Priority urgent Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.0.15 Product Version
  Product Build
Summary 0000336: OOM - TempBuffer
Description RSN-380
(rep by T Gennaro)

For some time now we have been seeing OOMs after about 3500 transactions
with our application. The application is a Web Services app that uses EJBs.
                                                                              
We have used Jprobe memory debugger to analyze our application finding what
we see as a memory leak. The class is com.caucho.vfs.TempBuffer.
Steps To Reproduce
Additional Information Resin 3.0.9
Attached Files

- Relationships

- Notes
(0000382)
sam
08-08-05 00:00

Likely to be JMS related, eg. BytesMessageImpl


 <resource jndi-name="jms/QueueFactory" type="com.caucho.jms.JVMQueueConnectionFactory">
 </resource>

 <resource jndi-name="jms/Queue"
            type="com.caucho.jms.jdbc.JdbcQueue">
     <init>
       <queue-name>Queue</queue-name>
       <data-source>jdbc/hogwarts</data-source>
     </init>
   </resource>

   <resource jndi-name="jms/NotificationQueue"
           type="com.caucho.jms.memory.MemoryQueue">
     <init>
       <queue-name>Notification Queue</queue-name>
     </init>
   </resource>

   <resource jndi-name="jms/WebTablesQueue"
                  type="com.caucho.jms.memory.MemoryQueue"
          <init>
          <queue-name>WebTables Queue</queue-name>
        </init>
    </resource>

 
(0000383)
ferg
08-08-05 00:00

ejb/090c
 

- Issue History
Date Modified Username Field Change
08-08-05 00:00 sam New Issue
11-30-05 00:00 administrator Fixed in Version  => 3.0.15
11-30-05 14:42 ferg Status resolved => closed


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
30 total queries executed.
28 unique queries executed.
Powered by Mantis Bugtracker