himanshu-pareek opened a new issue, #2402:
URL: https://github.com/apache/streampipes/issues/2402

   ### Where does your observation occur?
   
   None
   
   ### What do you want to report?
   
   I am trying to setup streampipes. I followed the documentation from this 
website - https://cwiki.apache.org/confluence/display/STREAMPIPES/Core
   I did the following:
   1. Cloned the github repository.
   2. `git checkout dev`.
   3. `cd installer/cli && ./streampipes env --set backend`.
   4. `./streampipes up -d`
   5. Opened the Poject in IDE (IntelliJ IDEA).
   6. There are 2 run configurations:
       A. core
       B. StreamPipesCoreApplicationMinimal
   7. I ran `core` configuration.
   8. I can see that the application is running on port `8030` with context 
path '/streampipes-backend'.
   9. I opened http://localhost:8030/streampipes-backend/ in the browser.
   10. I am getting 401 Unauthorized (visible in network logs) and a Whitelabel 
error page.
   11. I have tried some other paths as well which are listed in 
`UnauthenticatedInterfaces.java` file. But, I am getting the same error for all 
of them.
   
   I see the following logs in the console repeating. But, I think they are not 
relevant to the problem:
   ```bash
   2024-01-08T21:40:15.858+05:30  INFO 84218 --- [pool-3-thread-1] 
o.a.s.s.SpServiceDiscoveryCore           : Could not find any extensions 
services, retrying (1/3)
   2024-01-08T21:40:16.872+05:30  INFO 84218 --- [pool-3-thread-1] 
o.a.s.s.SpServiceDiscoveryCore           : Could not find any extensions 
services, retrying (2/3)
   2024-01-08T21:40:17.889+05:30  INFO 84218 --- [pool-3-thread-1] 
o.a.s.s.SpServiceDiscoveryCore           : Could not find any extensions 
services, retrying (3/3)
   2024-01-08T21:40:18.909+05:30  INFO 84218 --- [pool-3-thread-1] 
o.a.s.s.SpServiceDiscoveryCore           : No service found
   ```
   
   Am I missing something or doing something wrong? Thank you.
   
   ### Solving the problem
   
   I don't know whether this is the issue or if I am doing something wrong. I 
would appreciate any help getting started contributing as soon as possible.
   
   ### Anything left
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   None


-- 
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: issues-unsubscr...@streampipes.apache.org.apache.org

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

Reply via email to