Hi Daniel, The user guide has been updated. Thanks a lot for try this Fling!
Thanks for reaching! The Flowgate is open to any CMDB systems.
Currently we have already open source it's code on https://github.com/vmware/flowgate Please feel free to open a Issue if you want it supports more CMDB systems. Meanwhile since it provide restful APIs for all the functionalities, it's quite straight forward to write an adapter for any CMDB systems.
Greetings!
I'm trying to install a FlowGate on my vsphere 6.5. But when i'm trying to power it on - i can't get to the web interface.
I can see the error at the console:
failed to start wait for network to be configured
and it's failing on the wait-for-network part. If i'll perform login - i can see that network is configured correctly and working as it should.
Docker network also doesn't overlap with my network (i checked that).
Hi
Thanks for try Flowgate!
You can ignore the network warning if it finally startup . The OS will restart the network several time during the setup process.
Can you please help post the result of "docker ps -a"
Also you can check wikipage https://github.com/vmware/flowgate/wiki/FAQ to see if you can find some useful information.
Regards,
Yixing.
I redeployed FlowGate, but still can't login to the web interface for some reason.
here is output from docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
f1e3219c9908 flowgate/management:v1.0 "sh start.sh" 10 minutes ago Exited (1) 9 minutes ago flowgate-management-container
aedf600588f3 flowgate/vro-worker:v1.0 "sh start.sh" 10 minutes ago Up 10 minutes flowgate-vro-worker-container
d0b0e39aeda0 flowgate/vc-worker:v1.0 "sh start.sh" 10 minutes ago Up 10 minutes flowgate-vc-worker-container
22b876858ccb flowgate/poweriq-worker:v1.0 "sh start.sh" 10 minutes ago Up 10 minutes flowgate-poweriq-worker-container
7550fca0aa1f flowgate/infoblox-worker:v1.0 "sh start.sh" 10 minutes ago Up 10 minutes flowgate-infoblox-worker-container
22584167ef57 flowgate/aggregator:v1.0 "sh start.sh" 10 minutes ago Up 10 minutes flowgate-aggregator-container
efc448485f9d flowgate/nlyte-worker:v1.0 "sh start.sh" 10 minutes ago Up 10 minutes flowgate-nlyte-worker-container
da2e64bdc62c flowgate/labsdb-worker:v1.0 "sh start.sh" 10 minutes ago Up 10 minutes flowgate-labsdb-worker-container
e6fc934b7f2d flowgate/api:v1.0 "sh start.sh" 10 minutes ago Up 10 minutes 49610/tcp flowgate-api-container
08d97d3b9fb8 flowgate/database:v1.0 "/entrypoint.sh" 10 minutes ago Up 10 minutes 8091-8096/tcp, 11207/tcp, 11210-11211/tcp, 18091-18096/tcp flowgate-database-container
da9e271ce4da flowgate/redis:v1.0 "docker-entrypoint.s…" 10 minutes ago Up 10 minutes 6379/tcp flowgate-redis-container
Sorry, I can't attach img here, and output is pretty messy. But all containers looks UP and running. https is inaccessible
Hi sorry for the inconvenient.
Could you please post the log files under /opt/vmware/flowgate/logs/management ?
Meanwhile you can simply run "docker restart flowgate-management-container" to try to start that service.
Thanks
root@photon-machine [ /opt/vmware/flowgate/log/management ]# cat manager-error.log
2019-06-26 21:12:38,204 [main] ERROR o.apache.tomcat.util.net.SSLUtilBase 181 - Failed to load keystore type [PKCS12] with path [file:/conf/flowgate.p12] due to [/conf/flowgate.p12 (No such file or directory)]
java.io.FileNotFoundException: /conf/flowgate.p12 (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at java.io.FileInputStream.<init>(FileInputStream.java:93)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)...< ......>
2019-06-26 21:12:38,206 [main] ERROR o.a.coyote.http11.Http11NioProtocol 181 - Failed to start end point associated with ProtocolHandler ["https-jsse-nio-49611"]
java.lang.IllegalArgumentException: java.io.FileNotFoundException: /conf/flowgate.p12 (No such file or directory)
at org.apache.tomcat.util.net.AbstractJsseEndpoint.createSSLContext(AbstractJsseEndpoint.java:114)
at org.apache.tomcat.util.net.AbstractJsseEndpoint.initialiseSsl(AbstractJsseEndpoint.java:85)
at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:225)
at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:978)
at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:628)
at org.apache.catalina.connector.Connector.startInternal(Connector.java:1022)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.StandardService.addConnector(StandardService.java:225)
<......>
2019-06-26 21:12:38,206 [main] ERROR o.a.catalina.core.StandardService 181 - Failed to start connector [Connector[HTTP/1.1-49611]]
org.apache.catalina.LifecycleException: Failed to start component [Connector[HTTP/1.1-49611]]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:167)
at org.apache.catalina.core.StandardService.addConnector(StandardService.java:225)
at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.addPreviouslyRemovedConnectors(TomcatEmbeddedServletContainer.java:247)
at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.start(TomcatEmbeddedServletContainer.java:190)
at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.startEmbeddedServletContainer(EmbeddedWebApplicationContext.java:297)
at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.finishRefresh(EmbeddedWebApplicationContext.java:145)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:546)
at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:762)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:372)
Caused by: org.apache.catalina.LifecycleException: service.getName(): "Tomcat"; Protocol handler start failed
at org.apache.catalina.connector.Connector.startInternal(Connector.java:1029)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
... 21 common frames omitted
Caused by: java.lang.IllegalArgumentException: java.io.FileNotFoundException: /conf/flowgate.p12 (No such file or directory)
at org.apache.tomcat.util.net.AbstractJsseEndpoint.createSSLContext(AbstractJsseEndpoint.java:114)
at org.apache.tomcat.util.net.AbstractJsseEndpoint.initialiseSsl(AbstractJsseEndpoint.java:85)
at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:225)
at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:978)
at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:628)
at org.apache.catalina.connector.Connector.startInternal(Connector.java:1022)
... 22 common frames omitted
Caused by: java.io.FileNotFoundException: /conf/flowgate.p12 (No such file or directory)
***************************
APPLICATION FAILED TO START
***************************
Description:
The Tomcat connector configured to listen on port 49611 failed to start. The port may already be in use or the connector may be misconfigured.
Action:
Verify the connector's configuration, identify and stop any process that's listening on port 49611, or configure this application to listen on another port.
So - it says that there is a missing file "/conf/flowgate.p12"
info.log - too big to post, and it refers to the same errors as far as i can see
I didn't try to restart the flowgate-management-container - will wait for your response about missing file (I assume that I'll face with the same error)
By the way would you mind to share your email ?
I can setup a zoom meeting so that we can investigate your environment together which should be more efficient.
Ok, could you please check the folder
/opt/vmware/flowgate/conf/management
and issue command " ls -all"
I will setup an vsphere 6.5 to see if I can reproduce this or not.
Here is the output. Looks like there is only one file - application.properties:
root@photon-machine [ /opt/vmware/flowgate/conf/management ]# ls -all
total 12
drwxr-xr-x 2 root root 4096 Jun 26 21:10 .
drwxr-xr-x 14 root root 4096 Jun 6 09:32 ..
-rw-r--r-- 1 root root 1209 Jun 26 21:10 application.properties
Just talked with Vladimir, it turns out it failed to update the openssl module . Manually update the module and regenerate the p12 file solve the problem.
I've tried viewing the user guide, but it seems no matter which browser i use to try and download it, adobe claims it is either not the proper format or corrupted.