cancel
Showing results for 
Search instead for 
Did you mean: 

No Method found Error

former_member186851
Active Contributor
0 Kudos

Dear Scn Users,

We updated to a new Jar file and used one of the method available in the class of the Jar file.

But while executing getting the error "No such method found"

What could be the issue.

Steps followed.

1. Update the new Jar.

2. used the same in imported archive of the function library.

Any other setting missed?

Accepted Solutions (1)

Accepted Solutions (1)

former_member186851
Active Contributor
0 Kudos

Thanks Inaki and Santhi..

Issue resolved by restarting Java apps at the server level.

Answers (2)

Answers (2)

iaki_vila
Active Contributor
0 Kudos

Hi Raghuraman,

Have you tried to compile all the classes inside the jar, not only the modified?

Regards.

former_member186851
Active Contributor
0 Kudos

Hello Inaki,

These are standard jars with classes.How to complie them?

And I am seeing the method in the class.

iaki_vila
Active Contributor
0 Kudos

Hi Raghuraman,

If there are standard you don't need to recompile, i usually have had problem with my own classes dependences, but not with the other libraries. Are you using the same java version that in your PI?.

Sometimes i try a few things to try to enclose the problem. I upload the standard jars separately from my own classes. Later you can try to do a dummy test UDF to access to the problematic class or the class that uses it and it is public, only to check if the same issue happens or not.

Regards.

former_member186851
Active Contributor
0 Kudos

Let me check that way Inaki,Thanks .:)

Former Member
0 Kudos

Hi Raghuraman,

Please check whether cache has been updated for the imported archive.  try to edit and activate once again to update the cache again.

Regards,

Santhi

former_member186851
Active Contributor
0 Kudos

Hello Santhi,

Cache all green,Any other clue?