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 2022/05/26 01:05:39 UTC

[GitHub] [pulsar] Martin-Narvar opened a new issue, #15791: [Doc]

Martin-Narvar opened a new issue, #15791:
URL: https://github.com/apache/pulsar/issues/15791

   ### What issue do you find in Pulsar docs?
   
   The getting started guide doesn't work, and this makes it very hard to get off the ground.
   According to https://pulsar.apache.org/docs/2.2.1/client-libraries-java/ I just need to add 
   ```xml
   <!-- in your <properties> block -->
   <pulsar.version>2.2.1</pulsar.version>
   
   <!-- in your <dependencies> block -->
   <dependency>
     <groupId>org.apache.pulsar</groupId>
     <artifactId>pulsar-client</artifactId>
     <version>${pulsar.version}</version>
   </dependency>
   ```
   to pom.xml, but when I do this and add a call to 
   ```java
   PulsarClient.builder().serviceUrl(applicationProperties.getPulsarUrl()).build();
   ```
   The code compiles OK. but I get a `ClassNotFound` error at runtime like this:
   ```
   java.lang.ClassNotFoundException: org.apache.pulsar.client.impl.PulsarClientImplementationBindingImpl
   ```
   Which is super unhelpful.
   
   I suppose that there is a piece missing in the getting started page.
   
   ### What is your suggestion?
   
   I have no idea how to fix this, and therefore I can't get off the ground with Pulsar at this time. 
   
   ### Do you have any references?
   
   https://pulsar.apache.org/docs/2.2.1/client-libraries-java/
   
   ### Would you like to fix this issue?
   
   I would, but I have no idea where to begin to resolve this.
   
   ### Note
   
   - [X] I have researched my question.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] momo-jun closed issue #15791: Following the getting started guide results in a ClassNotFound exception at runtime.

Posted by GitBox <gi...@apache.org>.
momo-jun closed issue #15791: Following the getting started guide results in a ClassNotFound exception at runtime.
URL: https://github.com/apache/pulsar/issues/15791


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] Demogorgon314 commented on issue #15791: [Doc]

Posted by GitBox <gi...@apache.org>.
Demogorgon314 commented on issue #15791:
URL: https://github.com/apache/pulsar/issues/15791#issuecomment-1138215913

   I have tried the 2.2.1 version of the pulsar client, but it doesn't get the `ClassNotFound ` error. 
   
   Can you provide more context here? For example, you can give the minimal failed code to a Github repo. It can help us diagnose.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] github-actions[bot] commented on issue #15791: Following the getting started guide results in a ClassNotFound exception at runtime.

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #15791:
URL: https://github.com/apache/pulsar/issues/15791#issuecomment-1172814687

   The issue had no activity for 30 days, mark with Stale label.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] momo-jun commented on issue #15791: Following the getting started guide results in a ClassNotFound exception at runtime.

Posted by GitBox <gi...@apache.org>.
momo-jun commented on issue #15791:
URL: https://github.com/apache/pulsar/issues/15791#issuecomment-1247484938

   Close the issue because it cannot be reproduced and no further context to help with the diagnosis.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] Anonymitaet commented on issue #15791: [Doc]

Posted by GitBox <gi...@apache.org>.
Anonymitaet commented on issue #15791:
URL: https://github.com/apache/pulsar/issues/15791#issuecomment-1140610937

   @Martin-Narvar can you retitle this issue to make it more clear?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org