Purnendu Kumar Posted November 25, 2020 Share Posted November 25, 2020 I am trying to install flogo but after runningdocker run -it -p 3303:3303 flogo/flogo-docker eula-accept , UI keeps on loading forever and doen't appear. I even printed log but it has no errors. I also tried changing port but that didn't work. Sould i check logs at other place than docker log here is the docker log: started flow store service (pid: 7) info: [14:19:54.138] Starting indexer DB at /flogo-web/local/db/indexer.db info: [14:19:54.518] Registered resource plugin 'flow' (github.com/project-flogo/flow) debug: [14:19:54.518] HookApplicator: Registering before hooks debug: [14:19:54.519] HookApplicator: No hook for remove debug: [14:19:54.519] HookApplicator: No hook for list info: [14:19:54.519] Registered resource plugin 'stream' (github.com/project-flogo/stream) debug: [14:19:54.520] HookApplicator: Registering before hooks debug: [14:19:54.520] HookApplicator: No hook for remove debug: [14:19:54.520] HookApplicator: No hook for list info: [14:19:54.720] Exec command: flogo list in /flogo-web/local/engines/flogo-web info: [14:19:54.731] run command: flogo list info: [14:19:54.858] installedContributions {"triggers":[{"ref":"github.com/project-flogo/contrib/trigger/timer"},{"ref":"github.com/project-flogo/contrib/trigger/tcpudp"},{"ref":"github.com/project-flogo/stream/trigger/streamtester"},{"ref":"github.com/project-flogo/contrib/trigger/rest"},{"ref":"github.com/project-flogo/contrib/trigger/channel"},{"ref":"github.com/project-flogo/contrib/trigger/loadtester"},{"ref":"github.com/project-flogo/contrib/trigger/cli"}],"activities":[{"ref":"github.com/project-flogo/contrib/activity/appdata"},{"ref":"github.com/project-flogo/contrib/activity/log"},{"ref":"github.com/project-flogo/contrib/activity/counter"},{"ref":"github.com/project-flogo/stream/activity/filter"},{"ref":"github.com/project-flogo/contrib/activity/jsexec"},{"ref":"github.com/project-flogo/contrib/activity/actreply"},{"ref":"github.com/project-flogo/contrib/activity/mapper"},{"ref":"github.com/project-flogo/contrib/activity/channel"},{"ref":"github.com/project-flogo/contrib/activity/actreturn"},{"ref":"github.com/project-flogo/contrib/activity/noop"},{"ref":"github.com/project-flogo/flow/activity/subflow"},{"ref":"github.com/project-flogo/contrib/activity/xml2json"},{"ref":"github.com/project-flogo/stream/activity/aggregate"},{"ref":"github.com/project-flogo/contrib/activity/sqlquery"},{"ref":"github.com/project-flogo/contrib/activity/rest"},{"ref":"github.com/project-flogo/contrib/activity/error"},{"ref":"github.com/project-flogo/contrib/activity/runaction"}],"functions":[{"ref":"github.com/project-flogo/contrib/function/json"},{"ref":"github.com/project-flogo/contrib/function/string"},{"ref":"github.com/project-flogo/contrib/function/datetime"},{"ref":"github.com/project-flogo/contrib/function/utils"},{"ref":"github.com/project-flogo/contrib/function/http"},{"ref":"github.com/project-flogo/contrib/function/array"},{"ref":"github.com/project-flogo/contrib/function/coerce"},{"ref":"github.com/project-flogo/contrib/function/number"}]} info: [14:19:54.860] undefined {"durationMs":145} info: [14:19:54.862] [log] Build flogo: "flogo build " compileOpts: info: [14:19:54.868] run command: flogo build [log] build output: [build] Found binary file: /flogo-web/local/engines/flogo-web/bin/flogo-web verbose: [14:20:04.293] updateDB verbose: [14:20:04.322] updateDB done. verbose: [14:20:04.323] registerContributions success info: [14:20:04.423] start web server done. flogo-web::server::ready ====================================================== ___ __ __ __ TM |__ | / / _` / | |___ __/ __| __/ [success] open http://localhost:3303 in your browser ====================================================== Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now