I am new to Ilog JRules rules Studio. Using JRules Rules Studio 7.1.1, i am testing a partucilar rule in Rules project using JUnit test case. I could see the below error, which i couldn't understand.
Caused by: ilog.jum.client700.IluSAMAccessDeniedException: At 2012-05-08 12:31:34 GMT, SAM 3.0.0.1040: Access denied to module 'RES4J'. If you want to inspect your access key, please do the following: java -cp [location]sam.jar ilog.jum.client700.IluSAMAccessKey -summary To ensure you are inspecting the offending key, please check its digest is '4165df64e40f9c019099f9fc72d1bd79'
at ilog.jum.client700.IluSAM.<init>(IluSAM.java:569)
at ilog.jum.client700.IluSAM.createIluSAM(IluSAM.java:352)
at ilog.rules.res.xu.spi.IlrManagedXUConnectionFactory.verifyRESLicense(IlrManagedXUConnectionFactory.java:924)
... 47 more
Please help me, if anyone have any idea.
Thanks in advance. Hari