Skip to main content

All Questions

Tagged with
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 ...
iUbaid's user avatar
  • 321
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)...
Semyon Kirekov's user avatar
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: ...
BairDev's user avatar
  • 3,231
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 ...
writes_on's user avatar
  • 1,905
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 ...
Spokey Wheeler's user avatar
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 ...
karwan's user avatar
  • 252
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 ...
Alex shakur's user avatar
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: ...
Yasskier's user avatar
  • 811
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: ...
naomi's user avatar
  • 1,984
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 ...
Pankaj Bhambhani's user avatar