IdentityIQ : Plugin Class not found

Which IIQ version are you inquiring about?

8.3p5

image

Hello community!

I’m back again with of course another issue related to Identity IQ Plugin development, Now, I do saw the hundreds of post related to people who have my same problem but so far trying the suggested solution I was not able to get any result:

  • Goal is to use a java class (IamServicesSqlUtil) as you can see in the screenshot , from an after operation rule in IdentityIQ.

The package (not the class NB) has been declared as scriptPackages inside the manifest altough somehow IdentityIQ (after tomcat restart, server restart) refuse to acknowledge the presence of this Jar so I’m always getting the method namespace not found

Please help me understand what i’m doing wrong :frowning:

1 Like

Can you please share the screenshot of the method “retrieveDecryptedToken“.

Please share the exception stacktrace?

Along with that, share how you have added the jar file to the tomcat runtime. Is this uploaded in the database or the plugin jar is present on the filesystem. Hopefully the jar is having the class bundled with the correct package directory structure.

Regards,

Nilesh S Ghorpade

Have you defined the method as static that you are trying to call directly without creating an object of that class.

@Po-Matt -

Could you confirm if the class is set as public and method is set as public static ?

Hi Guys, thank you all for the reply.

In the end the error was that visual studio with the auto-formatter was adding additional spaces to the “scriptPackages” string values.

Thank you

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.