Giter Site home page Giter Site logo

Error while deploying IDP stack about openidp HOT 2 CLOSED

infosys avatar infosys commented on September 17, 2024
Error while deploying IDP stack

from openidp.

Comments (2)

manishbansal8843 avatar manishbansal8843 commented on September 17, 2024

After re-executing build.sh, above error is gone. But the sh got stuck at health check. Upon checking docker services in new session, below is the output i am getting.

root@MyOpenIDPHackMachine:~# docker ps
CONTAINER ID        IMAGE                         COMMAND                  CREATED             STATUS              PORTS                           NAMES
da784d16214b        wurstmeister/kafka:0.11.0.1   "start-kafka.sh"         6 minutes ago       Up 5 minutes        0.0.0.0:9092->9092/tcp          IDP_kafka.1.iolzbertoa1zgeja65o2erkem
652757c11416        zookeeper:3.5                 "/docker-entrypoint.…"   6 minutes ago       Up 6 minutes        2181/tcp, 2888/tcp, 3888/tcp    IDP_zookeeper.1.lh1w0r7v2fi8fxqjec66v31za
528880da8159        mwendler/wget                 "sh health_check.sh"     6 minutes ago       Up 6 minutes                                        xenodochial_heyrovsky
38102be031ef        idp/jenkins:latest            "catalina.sh run"        6 minutes ago       Up 6 minutes        8080/tcp, 8085/tcp, 50000/tcp   IDP_jenkins.1.ilcm6cxjltoy81lf5bls877v8
3adc634ce456        idp/idpconfig:latest          "/bin/sh -c /idpconf…"   6 minutes ago       Up 6 minutes        8888/tcp                        IDP_config.1.vf1nzzi1t2c2lfmjsgrzejleb
ad01a9057f56        idp/idpdashboard:latest       "/bin/sh -c /idpdash…"   6 minutes ago       Up 6 minutes        8184/tcp                        IDP_dashboard.1.3vrfi6apuf0uzf13j7n0cbjvs
530010e7a5e4        idp/idpoauth:latest           "/bin/sh -c /idpoaut…"   6 minutes ago       Up 6 minutes        8181/tcp                        IDP_oauth.1.9cdd0q9u5z5rx1x30r3uxzuge
3c8749188deb        idp/idpsubscription:latest    "/bin/sh -c /idpsubs…"   6 minutes ago       Up 6 minutes        8090/tcp                        IDP_subscription.1.s3ll8q4jit82s0uvvkgy9q5wg
57932241179e        jboss/keycloak:4.0.0.Beta1    "/opt/jboss/docker-e…"   6 minutes ago       Up 6 minutes        8080/tcp                        IDP_keycloak.1.x18qvk3fjcqb9m6ifmqlq318x
3b4fb8a6c496        idp/idpservices:latest        "/bin/sh -c /idprest…"   7 minutes ago       Up 6 minutes        8889/tcp                        IDP_services.1.xum1ato8cvclkh4ubohefsvmo
787afb58cef3        postgres:9.6.1                "/docker-entrypoint.…"   7 minutes ago       Up 7 minutes        5432/tcp                        IDP_postgres.1.ykqe566xm1vtfw5fffwzx6cmm
49a7d5ff2f1d        idp/idpapp:latest             "/bin/sh -c /idpapp/…"   7 minutes ago       Up 7 minutes        8080/tcp                        IDP_app.1.2igzbuox3zfge947wlibjt8nq
29e71962ec9a        idp/idpscheduler:latest       "/bin/sh -c /idpsche…"   7 minutes ago       Up 7 minutes        8222/tcp                        IDP_scheduler.1.dki6zeax28bf7xtv4z9vhs9tq
38e98cf2821e        grafana/grafana:5.2.1         "/run.sh"                7 minutes ago       Up 7 minutes        3000/tcp                        IDP_grafana.1.1mqf27fpn714vyzm9l0icyqru
88cbc9ab9929        idp/idpeureka:latest          "/bin/sh -c /idpeure…"   7 minutes ago       Up 7 minutes        8761/tcp                        IDP_eureka.1.mvol9js0jmuf5sea7jcajtenl
root@MyOpenIDPHackMachine:~# docker service list
ID                  NAME                MODE                REPLICAS            IMAGE                         PORTS
5ij8yd066h1u        IDP_app             replicated          1/1                 idp/idpapp:latest             *:8080->8080/tcp
of1y0cb75n6f        IDP_config          replicated          1/1                 idp/idpconfig:latest          *:8888->8888/tcp
ofc4237j8tnm        IDP_dashboard       replicated          1/1                 idp/idpdashboard:latest       *:8184->8184/tcp
1ihqy5kfgk5h        IDP_eureka          replicated          1/1                 idp/idpeureka:latest          *:8761->8761/tcp
j5zodxz4tm6x        IDP_grafana         replicated          1/1                 grafana/grafana:5.2.1         *:3000->3000/tcp
qef7chy5zj2r        IDP_jenkins         replicated          1/1                 idp/jenkins:latest            *:8085->8080/tcp, *:50000->50000/tcp
kprbf2aop670        IDP_kafka           replicated          1/1                 wurstmeister/kafka:0.11.0.1
c2aazvm4uk84        IDP_keycloak        replicated          1/1                 jboss/keycloak:4.0.0.Beta1    *:8989->8080/tcp
n1v2zprld6tl        IDP_oauth           replicated          1/1                 idp/idpoauth:latest           *:8181->8181/tcp
vq9iojxcnsrx        IDP_postgres        replicated          1/1                 postgres:9.6.1                *:5432->5432/tcp
pleo4q41h9ke        IDP_scheduler       replicated          1/1                 idp/idpscheduler:latest       *:8222->8222/tcp
h57cazdsrg9f        IDP_services        replicated          1/1                 idp/idpservices:latest        *:8889->8889/tcp
zgfhdds320la        IDP_subscription    replicated          1/1                 idp/idpsubscription:latest    *:8090->8090/tcp
usfcferf1uan        IDP_zookeeper       replicated          1/1                 zookeeper:3.5                 *:2181->2181/tcp

Further, I am able to connect to UI. But, after adding username and password, nothing is happening on submit. In developers console network tab, one get request for token is coming in pending state. Any idea?

from openidp.

manishbansal8843 avatar manishbansal8843 commented on September 17, 2024

The issue was due to lack of RAM. Above logs were taken on the machine having 2 cores and 8 GB ram. Certainly it requires more than that. Now, i have deployed the application on 16 gb ram and 4 core CPUs and its working fine now.

from openidp.

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.