APAR status
Closed as program error.
Error description
Print the J2CA0086W warning message out once (per connection
pool), then supress the message in the future.
Local fix
No work around
Problem summary
****************************************************************
* USERS AFFECTED: WebSphere Application Server users of *
* JDBC, JCA, and JMS Connections. *
****************************************************************
* PROBLEM DESCRIPTION: This fix causes the J2CA0086W message *
* to be logged only once per connection *
* pool, instead of being logged each *
* time a connection is allocated. *
* *
* On subsequent attempts to allocate a *
* connection debug info will be logged *
* if diagnostic tracing is enabled. *
****************************************************************
* RECOMMENDATION: *
****************************************************************
The J2CA0086W message is logged to make
the user aware that they have just created
a new physical connection to an Enterprise
Information System. This happens because
they are operating outside of a Global
Tranasction and have done something like
this :
get con1;
use con1;
get con2; // a new connection is created.
// we can't reuse con1 because
// it hasn't been closed.
use con2;
close con1;
close con2;
Problem conclusion
The message is disabled after the first time it is logged.
Afterwards we issue tr.debug()s.
Temporary fix Comments
APAR information |
APAR number |
PQ80044 |
Reported component name |
WAS NETWRK DEPL |
Reported component ID |
5630A3601 |
Reported release |
00A |
Status |
CLOSED PER |
PE |
NoPE |
HIPER |
NoHIPER |
Special Attention |
NoSpecatt |
Submitted date |
2003-10-24 |
Closed date |
2003-11-20 |
Last modified date |
2003-11-20 |
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
Modules/Macros
Publications Referenced
Applicable component levels |
R003 PSY |
UP |
R00A PSY |
UP |
R00H PSY |
UP |
R00I PSY |
UP |
R00P PSY |
UP |
R00S PSY |
UP |
R00W PSY |
UP |
|