APAR status
Closed as program error.
Error description
When the second parameter, byte array, of the setBytes is Null,
the java.lang.NullPointerException is thrown from the Connection
Manager code. Excerpt of the exception stack trace:
11/10/03 20:33:37:991 CST] 73510c8e ExceptionUtil E CNTR0020E:
Non-application exception occurred while processing method
"importOrganization" on bean
"BeanId(IBM_WBI_Monitor#monitorserver.jar#ClientAgent, null)".
Exception data: java.lang.NullPointerException
at
com.ibm.ejs.cm.proxy.OraclePreparedStatementProxy.setBytes(Ora
clePreparedStatementProxy.java:39)
at
com.holosofx.monitor.server.database.DBPreparedStatement.setBy
tes(Unknown Source)
...
Local fix Problem summary
****************************************************************
* USERS AFFECTED: All WebSphere Application server users of *
* setBytes() on Oracle with cm trace enabled. *
****************************************************************
* PROBLEM DESCRIPTION: If a customer were to have CM trace *
* enabled and call setBytes() on Oracle *
* with a null byte[], we would throw *
* a NullPointerException. *
****************************************************************
* RECOMMENDATION: *
****************************************************************
The trace statement simply was trying to dump out the
byte[] for diagnostic purposes. When the method was
called with this null, we would incorrectly throw
NullPointerException
Problem conclusion
We fixed the trace statement to check the byte[] for null.
Temporary fix Comments
APAR information |
APAR number |
PQ80783 |
Reported component name |
WAS BASE 5.0 |
Reported component ID |
5630A3600 |
Reported release |
00A |
Status |
CLOSED PER |
PE |
NoPE |
HIPER |
NoHIPER |
Special Attention |
NoSpecatt |
Submitted date |
2003-11-11 |
Closed date |
2003-11-14 |
Last modified date |
2003-11-14 |
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 |
|