Skip to content

Troubleshooting Guide

Chris Fregly edited this page Jun 28, 2016 · 5 revisions

Email help@fluxcapacitor.com will open a ticket with our support system.

Cannot Connect to Cloud Instance or Navigation Links

  • You likely have not configured your cloud instance firewall rules (GCE) or security groups (AWS) properly
  • Go back here and open up the cloud instance firewall rules or security groups to all incoming traffic on all ports
  • Try again once you've properly configured the networking

You Are Outside of the Docker Container and Can't Get Back In?!

  • Make Sure Docker Container is Started
sudo docker start pipeline
  • Connect to the running Docker Container
sudo docker exec -it pipeline bash
  • Make Sure All Services are Running
jps -l
...
<a bunch of java process that you saw running before>
  • No Services Running? Start Services Again
cd $PIPELINE_HOME && start-all-services.sh

Email help@fluxcapacitor.com will open a ticket with our support system.

Clone this wiki locally