wm.monitor.admin:brokerPush throwing java.lang.NullPointerException

Hi,

Please help me, if faced this issue before:

IS Version : 7.1.3.0 Build 50
OS Version : Linux Ent Red Hat 5.3
IS has Monitor 7.1.2.
Broker : In AIX box, version 7.1.2

Issue:After installing IS 713 and when started with all broker settings, its thowing
“2010-05-31 09:36:14 BST wm.monitor.admin:brokerPush java.lang.NullPointerException” in Admin page Error section.
At the same time the message in “server.log” is as follows:


2010-05-31 09:35:29 IST [ISS.0028.0012I] WmMonitor: Startup service (wm.monitor.admin:startup)
2010-05-31 09:35:29 IST [MON.0119.0701I] Not performing Broker push (not connected)



2010-05-31 09:35:31 IST [ISS.0014.0002C] Initialization completed in 29 seconds.
2010-05-31 09:35:31 IST [ISS.0025.0056I] Reading system level information
2010-05-31 09:35:31 IST [ISS.0025.0016I] Config File Directory Saved
2010-05-31 09:36:14 IST [MON.0119.0702I] Pushing doctypes to Broker

But after the intitialization, Broker settings is in connected state to Broker.
This message comes only at restart/start. Doesn’t comes repeatedly.
The complete exception which comes in error log is as below:

2010-05-30 09:36:14 IST
WMERROR
cc10f18068c611df8ad1c682da129b8aNULL
cc10f18068c611df8ad1c682da129b8a1274878888199
:
java.lang.NullPointerException

java.lang.NullPointerException
at com.wm.app.b2b.server.scheduler.ScheduleDB.completeTask(ScheduleDB.java:1674)
at com.wm.app.b2b.server.scheduler.ScheduleDB$ScheduledService.run(ScheduleDB.java:2595)
at com.wm.util.pool.PooledThread.run(PooledThread.java:118)
at java.lang.Thread.run(Thread.java:595)
wm.monitor.admin:brokerPush

ONE more point to add: In 7.1.2 it haven’t appeared. This 7.1.3 is not an upgrade over 7.1.2. This is a fresh installation and nothing being deployed in it.

Is this issue bcoz IS trying to push docs before it establishes connetion with Broker??? Since this is not seen after connection is established.
Is it related to Scheduler as in Exception source???
Is this issue ignorable???

Thanking you all in anticipation.

thanks,
titto.

Hi titto,

Can you tell the exact usage of wm.monitor.admin:brokerPush and when it will use.

I know this service is inbuilt service which will come up when IS restart but not sure the exact purpose.

Thanks in advance.