You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/11/07 23:36:10 UTC

incubator-tinkerpop git commit: Add note about port conflicts with gephi to docs.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master a73b5e0d7 -> 5003fad1b


Add note about port conflicts with gephi to docs.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/5003fad1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/5003fad1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/5003fad1

Branch: refs/heads/master
Commit: 5003fad1b9adfa908497e9d93f74a07208d2f192
Parents: a73b5e0
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Sat Nov 7 17:35:47 2015 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Sat Nov 7 17:35:47 2015 -0500

----------------------------------------------------------------------
 docs/src/gremlin-applications.asciidoc | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/5003fad1/docs/src/gremlin-applications.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/gremlin-applications.asciidoc b/docs/src/gremlin-applications.asciidoc
index 8343d7a..9f61ac2 100644
--- a/docs/src/gremlin-applications.asciidoc
+++ b/docs/src/gremlin-applications.asciidoc
@@ -1505,6 +1505,12 @@ default accepts requests at `http://localhost:8080/workspace0`:
 
 image::gephi-start-server.png[width=800]
 
+IMPORTANT: The Gephi Streaming Plugin doesn't detect port conflicts and will appear to start the plugin successfully
+even if there is something already active on that port it wants to connect to (which is 8080 by default).  Be sure
+that there is nothing running on the port before Gephi will be using before starting the plugin.  Failing to do
+this produce behavior where the console will appear to submit requests to Gephi successfully but nothing will
+render.
+
 Start the xref:gremlin-console[Gremlin Console] and activate the Gephi plugin:
 
 [gremlin-groovy]