cancel
Showing results for 
Search instead for 
Did you mean: 

Scheduler Error

Former Member
0 Kudos

Hi ,

My scheduler task is giving an error as " start up failed " and when checked the log it shows as below. Even for an empty scheduler it shows the same error message. Any thoughts?

java.lang.NullPointerException

at com.sapportals.wcm.service.scheduler.SchedulerEntry.getDescription(SchedulerEntry.java:357)

at com.sapportals.wcm.service.scheduler.crt.SchedulerEntryProxy.getDescription(SchedulerEntryProxy.java:102)

at com.sapportals.wcm.repository.manager.crt.CrtPropertyManager.getProperties(CrtPropertyManager.java:340)

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Qualiture
Active Contributor
0 Kudos

Hi,

Have you defined the property 'description' in your scheduler xml configuration?

Former Member
0 Kudos

Thanks, Can you please tell me where can i find this xml file?

Qualiture
Active Contributor
0 Kudos

Not sure how you created your KM scheduler, but if you've done it via the KM Scheduler task wizard in NWDS, it should be in your projects src.config\install\data\cm\services\schedulertasks\YourTaskScheduler.co.xml file

Former Member
0 Kudos

Hi Robin,

I checked the scheduler.xml . There is no description. Can I add it manually? Pls suggest.

Qualiture
Active Contributor
0 Kudos

Hi,

Yes it should be safe. Just add the property to your Configurable:

<Configurable configclass="com.namespace.YourSchedulerTask">
 <property name="name" value="com.namespace.YourSchedulerTask" />
 <property name="active" value="true" />
 <property name="description" value="Your Scheduler description"/>
</Configurable>

vijay_kumar49
Active Contributor
0 Kudos

Hi,

Refer to this [System Error into KM portal after deloy file par|/thread/1673285 [original link is broken];

Hope this helps!!

Regards

Vijay

Answers (0)