Service Mapping Implementation Task

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2022 04:45 AM
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 ?
- Labels:
-
Service Mapping
- 2,689 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2022 05:17 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2025 05:21 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2025 04:00 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2022 11:03 AM
Thanks for the response @Community Alums, I'm looking into it.