Working through installation problems with the Graphviz plugin. First symptom:
Error rendering macro 'digraph' : No useable executable name defined in graphviz.properties
However, it's not exactly what you might think (the intermitent memory problem). I'm not sure if the Graphviz plugin is getting 'dot' from Graphviz.app or the /usr/local/bin. The 'graphviz.properties' file lists this path for dot:
/Applications/Graphviz.app/Contents/MacOS/dot
However, that file does not exist. This file does exist in graphviz-2.36.0:
/Applications/Graphviz.app/Contents/MacOS/Graphviz
If I copy that Graphviz file to a file named dot, then the "No useable executable" error goes away. However, the graphs fail to render: I either get a "hung" page load or (in the case of the macro selection dialog) an infinite spinning "wait" indicator.
I'm running Atlassian Confluence 5.4.3 standalone on OS X 10.9.2 (fully updated) and Graphviz Plugin version 2.1.1. I didn't want to start fooling with other settings (such as memory allocated to Tomcat) until it was clear that this dot/Graphiz file name wasn't a sign of a basic incompatibility.
I've solved my problem. Although I was able to run 'dot' from the command line, I'm using the OS X 'launchd' system, which requires that I set Confluence's PATH in the 'launchd_wrapper.sh' script that is used to start and stop the standalone's Tomcat instance.
I'm running Confluence 5.9.11 and using the "yum" installer I'm unable to get the Graphviz software to install. Does anyone know if there is a solution to this problem? I'm using CentOS
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not sure I understand exactly your situation. Normally, the default install (OSX or other) works fine as long as the path used by the Confluence server includes access to the executable. Can dot be run from a command line?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.