Service Mapping Lab 6.9

yokeshkumar kj
Tera Contributor

Hi Team, I'm Currently doing the servicenow on-demand learning course for service mapping and on Lab 6.9 Create pattern Identification Section for Jboss Wildfy Part 1.

yokeshkumarkj_0-1732953618214.png

I'm trying to configure the Match operation to identify the Jboss wildfly command line.

yokeshkumarkj_1-1732953752679.png

What I need to give here ? Any help would be appreciated. Thank you!

6 REPLIES 6

johngonzale
ServiceNow Employee
ServiceNow Employee

The problem i have with this Lab 6.9 is it doesn't tell you that it succeeds when you "test" the correct answer.  Note that up front that you will click test and get a popup that says "undefined - Test finished successfully" with what looks like an error message below it "Operation executed with no change to the debug session (Note: This could be due to the operation returning empty results or failed precondition)".

 

Now to your real question.  How do you do the match correctly.  I assume based on your image you are setting up a Match operation correctly.  However the instructions tell you they want you to match on jboss.server.base.  So your second yellow highlighted item should be that in quotes.

 

That leaves...well what in the heck am i searching through to match on that field.  If you look at all the temp variables in your scenario there is only one that has anything with the jboss.server.base written in it.  That's the command line.
so your string should say $process.commandLine contains "jboss.server.base" and you'll be fine.

Note:  you must SAVE and Publish this before the validate button will acknowledge your results.  I had this correct several times and validation never happened for some reason then it magically clicked and said it was validated.  That worked when i retyped everything as above save and publish then validate.

Saiganeshraja
Kilo Sage
Kilo Sage
 

Saiganeshraja_1-1739962359116.png

 

 

Command line will found under "Temporary Varaibles-> Process -> Command line".

 

Mark correct and helpful. [ Refer image for solution ]