-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.nosuchmethoderror While using in Apache NiFi #27
Comments
Are you using the same versions of the Mibble dependencies as those listed in the top level |
here is my complete pom.xml which is using tnm4j 1.2.0 in Apache NiFi nifi-PNMtest-processors
|
What version of Java are you using at runtime? |
Java version 1.8
…On Tue, 25 Jul, 2023, 9:36 pm Carl Harris, ***@***.***> wrote:
What version of Java are you using at runtime?
—
Reply to this email directly, view it on GitHub
<#27 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2P3LPYN545G6IZLXJZ6OALXR7VIJANCNFSM6AAAAAA2PT5ROQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Are you able to run the examples, particularly |
It is working fine in normal Java project, but when Im using it with Apache
NIFi it shows the above error. You can create a sample NIFi project to test
it. It will explain you the best.
…On Wed, 26 Jul, 2023, 1:06 am Carl Harris, ***@***.***> wrote:
Are you able to run the examples, particularly
Example05_TableRetrievalUsingWalk, as described in the README?
—
Reply to this email directly, view it on GitHub
<#27 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2P3LP7KZMG446AABOKFNHTXSAN2DANCNFSM6AAAAAA2PT5ROQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I think that if you run If you don't know how to interpret the output from |
i try the mvn dependency:tree command and it shows the following data but surely there is no conflict. Thanks |
No conflict with the dependencies such as you've configured them, so I suggest you take a very close look at the runtime environment in which you're using Apache NiFi. That I've offered as much help as I can offer at this point. |
I am using this library in my Apache NiFi project, to perform a walk operation but it shows the following error
java.lang.NoSuchMethodError: 'void net.percederberg.mibble.asn1.Asn1Parser.reset(java.io.Reader, net.percederberg.grammatica.parser.Analyzer)' at net.percederberg.mibble.MibLoader$MibSource.parseMib(MibLoader.java:970) at net.percederberg.mibble.MibLoader.loadQueue(MibLoader.java:724) at net.percederberg.mibble.MibLoader.load(MibLoader.java:550) at net.percederberg.mibble.MibLoader.load(MibLoader.java:451) at org.soulwing.snmp.provider.mibble.CachingMibRepository.load(CachingMibRepository.java:79) at org.soulwing.snmp.provider.mibble.MibbleMib.load(MibbleMib.java:226)
can you help me to resolves it.
Thanks in Advance.
The text was updated successfully, but these errors were encountered: