Service Mapping Implementation Task

Anmol8
Mega Guru

Hi All, 

I was doing now learning Implementation simulator task and I was struck at one of a module called 'Create New Connection Section to JBoss WildFly Module'

I had done all the required steps, still facing an error as there in the attached screen shot.

Can anyone help me with exact requirement and screenshot ?Error.png

19 REPLIES 19

Community Alums
Not applicable

Hi @Anmol8 ,

Have you created a pattern for the services?

Invalid ndl, NotSystemErrorEntry point type <inclusion endpoint CI type> in step <step name> in connection section <section name> is not defined on any pattern of relevant included CI.

This error means that no pattern is defined that contains an identification section with the CI type specified in the inclusion. By taking as example the out-of-the-box Jboss pattern, the inclusion connection is tied to the entry point type "Jboss Module inclusion" which is the entry point type of the identification section of the Jboss module pattern.

 

 

The error below means that a containment rule is not properly configured:

Invalid ndl, NotSystemErrorEntry point type <inclusion endpoint CI type> in step <step name> in connection section <section name> does not match any containment rule.

Using Jboss pattern as example, we notice that there is a containment rule "JBoss Contains Jboss module", so if you are creating a custom pattern with inclusion connections, make sure that appropriate containment rules are created.

 

Resolution


  • Create containment rules in the Metadata Editor : Configure Metadata Rules for Puppet provider 
  • Make sure there is a pattern with same entry point type as defined in the inclusion connection step of your custom pattern.

Hello My I know the steps for Create containment rules to complete the Lab 6.15: Create New Connection Section to JBoss WildFly Module. I am facing the same issue.

Hi @Community Alums, @Anmol8 and all,

 

I see the same error.

What kind of new rule(s) solved the problem?
Some other errors occur and I cannot add new rules related to Jboss WildFly.

 

Kody_0-1753441217089.png

 

 

 

Anmol8
Mega Guru

Thanks for the response @Community Alums, I'm looking into it.