Closed juls007 closed 7 years ago
+1
From what I can test, both graphviz
and graphviz --with-pango
are running fine on several .dot
files from the graphviz example gallery. So I am suspecting this is a specific problem with this .dot file, which I encourage you to report to Graphviz and attach the specific file at issue so they can look into it!
I reported this problem to Graphviz, and I believe a developer is now looking into this. Thanks!
@juls007 thanks for the issue - we are having same issue
can you share the how can we track the issue they are looking into?
you can view/track the issue at the following link: https://github.com/ellson/MOTHBALLED-graphviz/issues/1287
👍
Was having this issue on OSX. Reinstalling from brew fixed it for me.
brew reinstall graphviz --with-pango
brew install
ing one, specific Homebrew/homebrew-core formula (not cask or tap) and not every time you runbrew
? If it's a generalbrew
problem please file this issue at https://github.com/Homebrew/brew/issues/new. If it's abrew cask
problem please file this issue at https://github.com/Homebrew/caskroom/homebrew-cask/new. If it's a tap (e.g. Homebrew/homebrew-php) problem please file this issue at the tap.brew update
and retried your prior step?brew doctor
, fixed all issues and retried your prior step?brew gist-logs graphviz
output link -> https://gist.github.com/9444db8d1535a202c2a7968ccab936c1
brew gist-logs
didn't work: ranbrew config
andbrew doctor
and included their output with your issue?To help us debug your issue please explain:
What you were trying to do (and why) Executed SchemaSpy java program to produce documentation for database schema and tables. I specified the "quartz" renderer to produce images from .dot files. SchemaSpy makes calls to graphviz dot command which fails/crashes with a stack backtrace.
What happened (include command output) Got the below stack backtrace:
What you expected to happen Expectation was for the images to be created from the .dot files.
Step-by-step reproduction instructions (by running
brew install
commands) brew install graphviz --with-pangojava -jar schemaspy-6.0.0-rc1.jar -t mysql -dp mysql-connector-java-5.1.44-bin.jar -db database -host 127.0.0.1 -u username -p password -o . -renderer :quartz
Extra info Executing dot -v produces the below
Brew config output:
Brew doctor output