Valentin Evgenyevich Posted April 22, 2021 Share Posted April 22, 2021 There are two java classes that I want to use in my processes in Tibco Designer. When trying to execute methods from classes, two errors occur: 1. The method [sOAPClientApache.run] raised exception [java.lang.NoClassDefFoundError]. java.lang.NoClassDefFoundError: org / testng / Assert. 2. The method [sOAPClientApache2.run] raised exception [java.lang.NullPointerException]. java.lang.NullPointerException. Itried creating a simple class that implements the ADD (addition) method and it works in Tibco Designer ... These classes work fine from my IDE (IntelliJ IDEA). Please, tell me, what could be the problem Link to comment Share on other sites More sharing options...
Valentin Evgenyevich Posted April 26, 2021 Author Share Posted April 26, 2021 The issue is resolved.These errors should be traced through the Tibco Designer console. So you can find out the causes of errors. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now