senkz / HUSACCT

MIT License
0 stars 0 forks source link

This module does not seem to exist #60

Open NathanKatwijk opened 11 years ago

NathanKatwijk commented 11 years ago

After creating a new workspace with modules, assigned software units (SUD's) and adding rules to the modules, I try to validate my software architecture.

After I click on the button Validate Now, this exception occurred:

Exception in thread "thread-2" java.lang.RuntimeException: This module does not seem to exist
    at husacct.define.domain.SoftwareArchitecture.getModuleById(SoftwareArchitecture.java:199)
    at husacct.define.domain.SoftwareArchitecture.getModulesLogicalPath(SoftwareArchitecture.java:306)
    at husacct.define.DomainParser.getLogicalPath(DomainParser.java:42)
    at husacct.define.DomainParser.parseModule(DomainParser.java:60)
    at husacct.define.DomainParser.parseRule(DomainParser.java:185)
    at husacct.define.DomainParser.parseRules(DomainParser.java:210)
    at husacct.define.DefineServiceImpl.getDefinedRules(DefineServiceImpl.java:101)
    at husacct.validate.ValidateServiceImpl.checkConformance(ValidateServiceImpl.java:96)
    at husacct.validate.presentation.threadTasks.CheckConformanceTask.run(CheckConformanceTask.java:26)
    at java.lang.Thread.run(Thread.java:722)

It seems this error occures in the define component.

Printscreen: image

NathanKatwijk commented 11 years ago

This error also occures by @McRonald.