All Questions
10 questions
1
vote
2
answers
1k
views
Failed to generate Table diagram -- RelationShipDiagramError (SchemaSpy - GraphViz)
Trying to create the DB schema ER Diagram using the below command but unable to generate the ER diagrams sue to some issue with graphViz configurations. schemaSpy is creating the html based file of ...
1
vote
2
answers
502
views
SchemaSpy Testcontainers. Copy results from the container
I want to run SchemaSpy container against PosgtreSQL database to generate the documentation. Here is the approach I came up with:
Start PostgreSQL.
Start SchemaSpy with overridden entrypoint (/bin/sh)...
0
votes
1
answer
658
views
How to debug connection problem for SchemaSpy with MySQL (using password: NO)?
I have a no-login variant of mysql running on my machine. So I just type mysql for getting a mysql client shell.
No when I am trying to let SchemaSpy connect to mysql it fails:
# try with my user:
...
4
votes
1
answer
812
views
How to use SchemaSpy with SQLite?
How to use SchemaSpy to create an ERD of an SQLite database? I'm trying this with the chinook.db sample database.
Using this command:
java -jar schemaspy-6.1.0.jar -t sqlite -db chinook.db -u admin -o ...
2
votes
2
answers
637
views
WARN - Failed to getImportedKeys The cursor has been previously released and is unavailable
I'm running SchemaSpy v6.1.0-SNAPSHOT on a fairly hefty Informix 12.10 schema, and I get the error "WARN - Failed to getImportedKeys The cursor has been previously released and is unavailable."
I ...
10
votes
2
answers
3k
views
SchemaSpy PostgreSQL - WARN - Connection Failure
I try to connect to my PostgresSQL server using SchemaSpy. I installed Java using oracle-java8-installer from ppa:webupd8team/java.
(My PostgreSQL server works on Docker container so I forward port ...
1
vote
1
answer
246
views
how can i solve this error in schemaspy
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51)
ERROR - mssql08 (The system cannot find the file specified)
java.io.FileNotFoundException: mssql08 (The system cannot find the ...
0
votes
0
answers
234
views
Java error while using schemaspy
I have a big database on MSSQL but no schema... after reading Generate an E-R Diagram by reverse-engineering a database I've decided to try schemaspy, but it doesn't want to start because of Java:
...
8
votes
3
answers
4k
views
How to get schemaspy to see the mysql connector?
I've just downloaded schemaspy and it is working perfectly apart from one thing. I always have to specify the path to the mysql connector with the -dp option.
If I don't specify it, I get this error:
...
16
votes
3
answers
10k
views
Schema Spy unable to find postgresql driver
I want to use Schema Spy to generate schema diagrams,
I have specifed the following command
java -jar schemaSpy_5.0.0.jar -t pgsql -host 10.100.71.21[:5432] -db mydb -s public -u username -p ...