Support Article
Excessive warning messages in Weblogic stdout logfile
SA-8185
Summary
User deployed PRPC 6.3 SP1 on weblogic 12c (12.1.3). Following the deployment a warning message is repeating every few seconds in the Weblogic stdout logfile. This is quickly filling up the file system.
Error Messages
<Warning: Caller application prbeans.jar defines a shareable resource reference eis/PRAdapterConnectionFactory to outbound connection pool eis/PRAdapterCF, but the pool does not support share by its design either because its transaction support level is NOTransaction or the ManagedConnectionFactory class has the @Unshareable annotation. Will treat as unshareable.>
Steps to Reproduce
Deploy PRPC 6.3 SP1 on Weblogic 12c (12.1.3)
Root Cause
The root cause of this problem is defect/misconfiguration in the PRPC operating environment. The warning message is a part of the weblogic.connector package. This message is due to an invalid resource reference definition to an unshareable ConnectionFactory (eis/PRAdapterConnectionFactory).
Resolution
This issue is resolved by making the following change to the PRPC operating environment: Change the SharingScope of resource reference definition to 'Unshareable' in Weblogic.
Published June 12, 2015 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.