Your oracle configuration has to be changed to work with JBoss.
anonymous wrote : 04031, 00000, "unable to allocate %s bytes of shared memory 
(\"%s\",\"%s\",\"%s\",\"%s\")"
  | // *Cause:  More shared memory is needed than was allocated in the shared
  | //          pool.
  | // *Action: If the shared pool is out of memory, either use the
  | //          dbms_shared_pool package to pin large packages,
  | //          reduce your use of shared memory, or increase the amount of
  | //          available shared memory by increasing the value of the
  | //          INIT.ORA parameters "shared_pool_reserved_size" and 
  | //          "shared_pool_size".
  | //          If the large pool is out of memory, increase the INIT.ORA
  | //          parameter "large_pool_size".  
  | 

Or you may reduce the value for page-size from 1000 to 20 e.g. in 
$JBOSS_HOME/server/?/conf/standardjbosscmp-jdbc.xml:
      <read-ahead>
  |          <strategy>on-load</strategy>
  |          <page-size>20</page-size>
  |          <eager-load-group>*</eager-load-group>
  |       </read-ahead>
  | 

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

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


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to