Skip to content
This repository has been archived by the owner on Aug 8, 2020. It is now read-only.

Hidden dependency on Glassfish Jersey? #8

Closed
alaz opened this issue Oct 31, 2015 · 2 comments
Closed

Hidden dependency on Glassfish Jersey? #8

alaz opened this issue Oct 31, 2015 · 2 comments

Comments

@alaz
Copy link

alaz commented Oct 31, 2015

Here it is what I got on startup:

09:30:02,201 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [com.codereligion.bugsnag.logback.Appender]
09:30:02,224 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [BUGSNAG]
09:30:02,339 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@18:16 - RuntimeException in Action for tag [appender] java.lang.RuntimeException: java.lang.ClassNotFoundException: org.glassfish.jersey.client.JerseyClientBuilder
    at java.lang.RuntimeException: java.lang.ClassNotFoundException: org.glassfish.jersey.client.JerseyClientBuilder
    at  at javax.ws.rs.client.ClientBuilder.newBuilder(ClientBuilder.java:103)
    at  at javax.ws.rs.client.ClientBuilder.newClient(ClientBuilder.java:114)
    at  at com.codereligion.bugsnag.logback.Sender.createClient(Sender.java:137)
    at  at com.codereligion.bugsnag.logback.Sender.start(Sender.java:63)
    at  at com.codereligion.bugsnag.logback.Appender.start(Appender.java:56)
    at  at ch.qos.logback.core.joran.action.AppenderAction.end(AppenderAction.java:96)
    at  at ch.qos.logback.core.joran.spi.Interpreter.callEndAction(Interpreter.java:317)
    at  at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:196)
    at  at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:182)
    at  at ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:62)
    at  at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:149)
    at  at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:135)
    at  at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:99)
    at  at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:49)
@SierraGolf
Copy link
Member

Nope, if you checkout the project you will see there is no dependency to jersey, actually it comes with jboss resteasy.

It must be from your project.

@alaz
Copy link
Author

alaz commented Oct 31, 2015

Hmm, weird.

Sorry for bothering

@alaz alaz closed this as completed Oct 31, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants