question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

java.lang.NoSuchMethodError with ApnsClientBuilder.setClientCredentials on 0.9.1 built with Maven

See original GitHub issue

Attempting to call ApnsClientBuilder.setClientCredentials results in a NoSuchMethodError when built using Maven.

Sample Maven dependency:

<dependency>
	<groupId>com.relayrides</groupId>
	<artifactId>pushy</artifactId>
	<version>0.9.1</version>
</dependency>

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
jchamberscommented, Feb 3, 2017

As discussed on the mailing list, this happened because I goofed and released from the wrong branch 😐

Will put out a new release as soon as possible, but that might be ~12 hours from now. I’m sincerely sorry for the trouble.

0reactions
jchamberscommented, Feb 7, 2017

v0.9.2 has been released and is on its way to Maven Central.

Read more comments on GitHub >

github_iconTop Results From Across the Web

maven dependency hell: java.lang.NoSuchMethodError
I dont have any compile errors in my project but when I try to run it I get the following error: Exception in...
Read more >
Maven build fails with java.lang.NoSuchMethodError
SYMPTOM. Maven build fails with the following exception: Caused by: java.lang.NoSuchMethodError: org.apache.xmlbeans.impl.schema.
Read more >
How to Fix java.lang.NoSuchMethodError in Java - Rollbar
A java.lang.NoSuchMethodError is a runtime error which occurs when a method is called that exists at compile time, but does not exist at ......
Read more >
java.lang.NoSuchMethodError: com.google.common.util ...
I've been grappling all day with java.lang.NoSuchMethodError issues, presumably due to Guava conflicts and some strange interaction with maven.
Read more >
NoSuchMethodError in Java - Baeldung
With maven, we'll run the mvn clean install command. Sometimes the issue is with the external dependencies of our application. In this case,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found