You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/03/21 10:34:30 UTC

[GitHub] piotrblasiak opened a new issue #1409: pulsar-client-admin is missing deps in maven

piotrblasiak opened a new issue #1409: pulsar-client-admin is missing deps in maven
URL: https://github.com/apache/incubator-pulsar/issues/1409
 
 
   #### Expected behavior
   
   Include the pulsar-client-admin artifact and be able to instantiate and use PulsarAdmin.
   
   #### Actual behavior
   
   There seems to be missing dependencies according to the exception:
   
   ```
   java.lang.RuntimeException: java.lang.ClassNotFoundException: Provider org.apache.pulsar.admin.shade.org.glassfish.jersey.internal.RuntimeDelegateImpl could not be instantiated: java.lang.IllegalStateException: No generator was provided and there is no default generator registered
   	at org.apache.pulsar.admin.shade.javax.ws.rs.ext.RuntimeDelegate.findDelegate(RuntimeDelegate.java:152)
   	at org.apache.pulsar.admin.shade.javax.ws.rs.ext.RuntimeDelegate.getInstance(RuntimeDelegate.java:120)
   ```
   
   #### Steps to reproduce
   
   ```
   <dependency>
   			<groupId>org.apache.pulsar</groupId>
   			<artifactId>pulsar-client-admin</artifactId>
   			<version>${pulsar.version}</version>
   		</dependency>
   ```
   
   #### System configuration
   **Pulsar version**: 1.22.0-incubating
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services