You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@devlake.apache.org by GitBox <gi...@apache.org> on 2022/05/15 06:05:52 UTC

[GitHub] [incubator-devlake] matthewxuda opened a new issue, #1878: After install devlake, when I go to ip:4000, but see nothing

matthewxuda opened a new issue, #1878:
URL: https://github.com/apache/incubator-devlake/issues/1878

   ## Describe the bug
   A clear and concise description of what the bug is.
   
   ## To Reproduce
   Steps to reproduce the behavior:
   1. Go to '...'  go to http://192.168.1.182:4000/
   2. See nothing
   
   ## Expected behavior
   A clear and concise description of what you expected to happen.
   
   ## Screenshots
   If applicable, add screenshots to help explain your problem.
   ![image](https://user-images.githubusercontent.com/5927005/168459505-35b13c7e-effd-4b1e-8620-cfc08bd6257c.png)
   
   ![image](https://user-images.githubusercontent.com/5927005/168459452-6e1a9a75-f33c-4be1-b62c-3a30f3061b86.png)
   
   ## Additional context
   Add any other context about the problem here.
   


-- 
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: dev-unsubscribe@devlake.apache.org.apache.org

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


[GitHub] [incubator-devlake] klesh commented on issue #1878: After install devlake, when I go to ip:4000, but see nothing

Posted by GitBox <gi...@apache.org>.
klesh commented on issue #1878:
URL: https://github.com/apache/incubator-devlake/issues/1878#issuecomment-1127639816

   @matthewxuda Looks like your jenkins server is not working...Wild guest, your jetty server is blocking request with unexpected `Authorization` header... You may want to consult your IT or Devops guys to figure out why.


-- 
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: dev-unsubscribe@devlake.apache.org

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


[GitHub] [incubator-devlake] klesh commented on issue #1878: After install devlake, when I go to ip:4000, but see nothing

Posted by GitBox <gi...@apache.org>.
klesh commented on issue #1878:
URL: https://github.com/apache/incubator-devlake/issues/1878#issuecomment-1128524741

   @matthewxuda Sorry, forgot to mention, it is on the bottom of our project main readme
   https://github.com/apache/incubator-devlake
   scroll down you should able to see them
   ![image](https://user-images.githubusercontent.com/61080/168756551-c466a6d6-5640-44d1-add5-9e152b262829.png)
   


-- 
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: dev-unsubscribe@devlake.apache.org

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


[GitHub] [incubator-devlake] matthewxuda commented on issue #1878: After install devlake, when I go to ip:4000, but see nothing

Posted by GitBox <gi...@apache.org>.
matthewxuda commented on issue #1878:
URL: https://github.com/apache/incubator-devlake/issues/1878#issuecomment-1127799469

   can see the jenkins process in docker, is that mean jenkins server is working , right?
   ![image](https://user-images.githubusercontent.com/5927005/168625252-e6f0213e-3491-42d3-b220-c3256c07e8c4.png)
   


-- 
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: dev-unsubscribe@devlake.apache.org

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


[GitHub] [incubator-devlake] matthewxuda commented on issue #1878: After install devlake, when I go to ip:4000, but see nothing

Posted by GitBox <gi...@apache.org>.
matthewxuda commented on issue #1878:
URL: https://github.com/apache/incubator-devlake/issues/1878#issuecomment-1128633759

   ![image](https://user-images.githubusercontent.com/5927005/168776658-4b674868-bcac-465d-8991-c6855daa279b.png)
   QR code is expired,
   
   i register slack with email , but can't login
   ![image](https://user-images.githubusercontent.com/5927005/168777755-650edd2b-db85-44a0-b6c7-66ab8615f923.png)
   
   ![image](https://user-images.githubusercontent.com/5927005/168777676-072d7134-47b3-4548-8534-566722d3b0e1.png)
    


-- 
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: dev-unsubscribe@devlake.apache.org

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


[GitHub] [incubator-devlake] warren830 commented on issue #1878: After install devlake, when I go to ip:4000, but see nothing

Posted by GitBox <gi...@apache.org>.
warren830 commented on issue #1878:
URL: https://github.com/apache/incubator-devlake/issues/1878#issuecomment-1127544620

   > ![image](https://user-images.githubusercontent.com/5927005/168573365-7077c6c8-5fb7-4d09-9383-2b5916321da1.png)
   
   Can you send a request to jenkins server using curl like the following:
   curl --location --request GET --X GET 'http://192.168.1.181:30180/' \
   --header 'Authorization: Basic xxxx' 
   
   `xxxx` should be your username:password encoded by base64
   
   You can use this website to get encoded basic auth token: https://www.base64encode.org/
   


-- 
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: dev-unsubscribe@devlake.apache.org

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


[GitHub] [incubator-devlake] matthewxuda commented on issue #1878: After install devlake, when I go to ip:4000, but see nothing

Posted by GitBox <gi...@apache.org>.
matthewxuda commented on issue #1878:
URL: https://github.com/apache/incubator-devlake/issues/1878#issuecomment-1127583920

   it still can't connect
   
   ![image](https://user-images.githubusercontent.com/5927005/168588225-ac6c69b5-c7e7-4861-883a-f0ad71c4bfe5.png)
   
   ![image](https://user-images.githubusercontent.com/5927005/168588422-10e8367e-6209-4d22-94fc-07fb7b01faaa.png)
   


-- 
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: dev-unsubscribe@devlake.apache.org

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


[GitHub] [incubator-devlake] klesh commented on issue #1878: After install devlake, when I go to ip:4000, but see nothing

Posted by GitBox <gi...@apache.org>.
klesh commented on issue #1878:
URL: https://github.com/apache/incubator-devlake/issues/1878#issuecomment-1128334667

   @matthewxuda  this is related to jenkins setup, subject that we dont fully understand, would you mind to join our slack group? Our Devops colleague may provide further help there.


-- 
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: dev-unsubscribe@devlake.apache.org

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


[GitHub] [incubator-devlake] matthewxuda commented on issue #1878: After install devlake, when I go to ip:4000, but see nothing

Posted by GitBox <gi...@apache.org>.
matthewxuda commented on issue #1878:
URL: https://github.com/apache/incubator-devlake/issues/1878#issuecomment-1127216249

   thanks ,I can see the page :), but can't connect jenkins , can you help me 
   
   ![image](https://user-images.githubusercontent.com/5927005/168521264-756c6e36-b685-4a39-944c-bb1cd525c43b.png)
   


-- 
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: dev-unsubscribe@devlake.apache.org

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


[GitHub] [incubator-devlake] matthewxuda commented on issue #1878: After install devlake, when I go to ip:4000, but see nothing

Posted by GitBox <gi...@apache.org>.
matthewxuda commented on issue #1878:
URL: https://github.com/apache/incubator-devlake/issues/1878#issuecomment-1127497181

   ![image](https://user-images.githubusercontent.com/5927005/168573365-7077c6c8-5fb7-4d09-9383-2b5916321da1.png)
   


-- 
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: dev-unsubscribe@devlake.apache.org

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


[GitHub] [incubator-devlake] narrowizard commented on issue #1878: After install devlake, when I go to ip:4000, but see nothing

Posted by GitBox <gi...@apache.org>.
narrowizard commented on issue #1878:
URL: https://github.com/apache/incubator-devlake/issues/1878#issuecomment-1127101045

   Seems you are visit 4000 port from LAN. Try to change the listening address from `127.0.0.1:4000` to `0.0.0.0:4000`.  
   
   > https://github.com/apache/incubator-devlake/blob/3f950c95e5c48ca463c240c31a8f74a782ecd6fc/docker-compose.yml#L68


-- 
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: dev-unsubscribe@devlake.apache.org

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


[GitHub] [incubator-devlake] klesh commented on issue #1878: After install devlake, when I go to ip:4000, but see nothing

Posted by GitBox <gi...@apache.org>.
klesh commented on issue #1878:
URL: https://github.com/apache/incubator-devlake/issues/1878#issuecomment-1153732874

   Seems all problems have been resolved, close it for now, feel free to re-open.


-- 
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@devlake.apache.org

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


[GitHub] [incubator-devlake] matthewxuda commented on issue #1878: After install devlake, when I go to ip:4000, but see nothing

Posted by GitBox <gi...@apache.org>.
matthewxuda commented on issue #1878:
URL: https://github.com/apache/incubator-devlake/issues/1878#issuecomment-1128378641

   thanks a lot, how to join the slack group


-- 
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: dev-unsubscribe@devlake.apache.org

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


[GitHub] [incubator-devlake] Startrekzky commented on issue #1878: After install devlake, when I go to ip:4000, but see nothing

Posted by GitBox <gi...@apache.org>.
Startrekzky commented on issue #1878:
URL: https://github.com/apache/incubator-devlake/issues/1878#issuecomment-1127444374

   > thanks ,I can see the page :), but can't connect jenkins , can you help me
   > 
   > ![image](https://user-images.githubusercontent.com/5927005/168521264-756c6e36-b685-4a39-944c-bb1cd525c43b.png)
   > 
   > use username and password can login it ![image](https://user-images.githubusercontent.com/5927005/168524903-fd63269f-84cd-4696-88cf-05a9f3a6bc6e.png)
   > 
   > and I generate api token with the password, and it still can't connect ![image](https://user-images.githubusercontent.com/5927005/168529407-4d32e941-75d3-4d73-9c2e-f64992d32c02.png)
   
   It doesn't require Jenkins API, the username and password will do. May I have the version of Jenkins?


-- 
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: dev-unsubscribe@devlake.apache.org

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


[GitHub] [incubator-devlake] warren830 commented on issue #1878: After install devlake, when I go to ip:4000, but see nothing

Posted by GitBox <gi...@apache.org>.
warren830 commented on issue #1878:
URL: https://github.com/apache/incubator-devlake/issues/1878#issuecomment-1129479437

   > ![image](https://user-images.githubusercontent.com/5927005/168776658-4b674868-bcac-465d-8991-c6855daa279b.png) QR code is expired,
   > 
   > i register slack with email , but can't login ![image](https://user-images.githubusercontent.com/5927005/168777755-650edd2b-db85-44a0-b6c7-66ab8615f923.png)
   > 
   > ![image](https://user-images.githubusercontent.com/5927005/168777676-072d7134-47b3-4548-8534-566722d3b0e1.png)
   
   I just updated the wechat qr code. Please scan the image below:
   ![image](https://user-images.githubusercontent.com/39366025/168939667-d6899e08-27e0-4db3-904d-4424a05b31f5.png)
   
   


-- 
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: dev-unsubscribe@devlake.apache.org

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


[GitHub] [incubator-devlake] klesh closed issue #1878: After install devlake, when I go to ip:4000, but see nothing

Posted by GitBox <gi...@apache.org>.
klesh closed issue #1878: After install devlake,  when I go to ip:4000, but  see nothing
URL: https://github.com/apache/incubator-devlake/issues/1878


-- 
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@devlake.apache.org

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