Coder Social home page Coder Social logo

Comments (5)

bhlx3lyx7 avatar bhlx3lyx7 commented on June 12, 2024

Hi @jmlero , I guess you're using the docker image following this doc, if not, we suggest you try this one, it's the latest version.
Actually you don’t need to execute service.jar manually, our griffin docker image will execute it when start up, and that’s why port 8080 already used.
The docker-compose.yml configured the port mapping 38080:8080, which means you can access :38080 as :8080. We didn’t export the container’s port 8181, that’s why you can not access it outside of the container.
Btw, the docker images (griffin and es) needs plenty of system resources, we recommend more than 16GB memory environment. And it needs about two minutes to start the service.jar, so you can only connect to the web UI after about two minutes.
This may help you about it.
We've transferred this repo to incubator-griffin, you can comment there if any issues, thanks.

from griffin.

jmlero avatar jmlero commented on June 12, 2024

Thanks.

I followed that doc. I have the images running (after docker-compose -f docker-compose-batch.yml up -d).

What I want is to try the web interface, if the docker images are running, I should be able to open the web interface with:

Ip_address:8080 , is that right?

The machines have enough resources (more than 32 GB) and I tried 2 different machines (with Ubuntu and with centos).

Checking the service.log, I see the following:

Hibernate: select distinct jobinstanc0_.group_name as col_0_0_, jobinstanc0_.job_name as col_1_0_ from job_instance jobinstanc0_
Hibernate: select distinct jobinstanc0_.group_name as col_0_0_, jobinstanc0_.job_name as col_1_0_ from job_instance jobinstanc0_

Any other idea?

PS: At the https://github.com/apache/incubator-griffin repository, there is not an option for issues. Should I comment there as a pull request?
Thanks

from griffin.

bhlx3lyx7 avatar bhlx3lyx7 commented on June 12, 2024

When the docker container starts up, the griffin service starts up, you can also visit the UI page. But the service runs in docker container, you can not access it remotely, that's why we set a mapping port 38080:8080 to let you can visit :38080 to access the UI page. For example, your docker host ip address is 123.123.123.123, then you can visit 123.123.123.123:38080 from any remote machine for griffin UI page. The first time you visit UI, you can login by user name "user" and password "test".
Btw, the docker container starts up not so fast, after about 2 minutes, you can access the UI page.
About the issue comments, I've found that repo doesn't have an option for issues, we'll check about it. Before that, you can also comment here, or create a ticket in griffin jira, or send email to griffin dev list, we recommend the latter options, thanks.

from griffin.

WangYongNingDA avatar WangYongNingDA commented on June 12, 2024

if the port 8080 is used by other service,how to change to other port?

from griffin.

bhlx3lyx7 avatar bhlx3lyx7 commented on June 12, 2024

You can change another port like normal spring boot application.

from griffin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.