cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with AlertConsumerJobV2

Former Member
0 Kudos

Hi,

We are using "AlertConsumerJobV2" for CBMA. The job was running perfectly fine for a long time until very recently when it started throwing below warning

"An execution of Task 'AlertConsumerJobV2' with TaskID '30ddcd28e2ea11e69b59000000d0876a' added to waiting jobs list. The job will not be executed until the currently executing job for this task finish. Count of waiting jobs=5724."

Would really appreciate any inputs in resolving the same.

Have already referred https://wiki.scn.sap.com/wiki/display/ASJAVA/%28MID%29com.sap.ASJ.scheduler.ss0001

Regards,

Vishal

Accepted Solutions (0)

Answers (4)

Answers (4)

0 Kudos

Same problem response.

I got this hint by the following URL : "Not Enough Threads"

https://wiki.scn.sap.com/wiki/display/ASJAVA/%28MID%29Job+statuses+SAP+NW+Scheduler+for+Java

Job Statuses

Status

Meaning

Additional Info

StartingThe job is currently being started.
The status starting is possible when a JMS message was sent to trigger the job but the job has not yet received it.
This delay in the JMS message receipt is possible if currently there are not enough threads to run a job.

so I tuned the ThreadManager , restart PO server , and all stuck jobs with status STARTING got cleared.

BRs,

Rick

swissknalli
Explorer
0 Kudos

Hi all

Got the same problem on my SAP PO Java only system.

After the reboot of the Java Stack the task AlertConsumerJobV2 is in status "STARTING"

I tryed also to delet the job with the CleanJob => without any success

Any other idea

thanks for help, regards,

Matthias

Former Member
0 Kudos

Hi,

Went to Java Scheduler -> Tasks. Selected "AlertConsumerJobV2" and performed Hold and Release action on the selected job.

I can now see the AlertConsumerJobV2 in Java Scheduler -> Jobs tab but it is in "Starting" Status for a long time.

How do we get this job started and completed? Appreciate any pointers on this

Regards,

Vishal

Former Member
0 Kudos

Folder containing Custom Email Alert Template is missing. I am suspecting that is the issue.

Will post the results soon.

Regards,

Vishal

former_member194786
Active Contributor
0 Kudos

Hi Vishal,

So, have you checked the NWA --> Java scheduler --> Jobs tab to see if there are any old running instances of the alert consumer job?

Regards,

Sanjeev

Former Member
0 Kudos

Yes Sanjeev. I did not find any entries so I am looking for more clues.

Regards,

Vishal