Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NullPointer on Websphere Performance Tunning Class

Status
Not open for further replies.

shawn957376

Programmer
Aug 19, 2004
1
US
Hello,

We've started noticing a NullPointerException being thrown on our WebSphere box every 10 seconds:

[8/18/04 10:56:01:798 CDT] befd426 SystemErr R java.lang.NullPointerException
[8/18/04 10:56:01:798 CDT] befd426 SystemErr R at com.ibm.ws.performance.tuning.serverAlert.calc.DataAccessWrapper.getDouble(DataAccessWrapper.java(Compiled Code))
[8/18/04 10:56:01:798 CDT] befd426 SystemErr R at com.ibm.ws.performance.tuning.serverAlert.calc.ServerBasicDataPointCalc.getDoubleValue(ServerBasicDataPointCalc.java(Compiled Code))
[8/18/04 10:56:01:798 CDT] befd426 SystemErr R at com.ibm.ws.performance.tuning.serverAlert.calc.ServerBasicDataPointHistoryCalc.getDoubleValue(ServerBasicDataPointHistoryCalc.java(Compiled Code))
[8/18/04 10:56:01:798 CDT] befd426 SystemErr R at com.ibm.ws.performance.tuning.rule.LiveSessionStateless.runRule(LiveSessionStateless.java(Compiled Code))
[8/18/04 10:56:01:798 CDT] befd426 SystemErr R at com.ibm.ws.performance.tuning.serverAlert.ServerRuleDriver.run(ServerRuleDriver.java(Compiled Code))
[8/18/04 10:56:01:799 CDT] befd426 SystemErr R at com.ibm.ws.performance.tuning.serverAlert.ServerRuleDriver.alarm(ServerRuleDriver.java(Compiled Code))
[8/18/04 10:56:01:799 CDT] befd426 SystemErr R at com.ibm.ws.performance.tuning.serverAlert.ServerRuleDriverMBean.alarm(ServerRuleDriverMBean.java(Compiled Code))
[8/18/04 10:56:01:799 CDT] befd426 SystemErr R at com.ibm.ejs.util.am._Alarm.run(_Alarm.java(Compiled Code))
[8/18/04 10:56:01:799 CDT] befd426 SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))

We're running Websphere on a Linux box. I've looked around the internet but I haven't found anything about any of those classes. Does anyone have an idea of what is causing this. The message is filling up our logs. Thanks in advance.
 
Shawn,

First it would be nice to have some info.

a)Can you tell me the WebSphere version that you are running?
b)what distr and version of linux is it running on ?
c)in what file do you get this msg ?

Once we know this we might be able to give you a wee hook where to look.

Greetz
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top