Skip to content

Instantly share code, notes, and snippets.

@sualeh
Forked from Whatshiywl/Main.java
Created September 27, 2023 22:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sualeh/20248c61a87174d2b7911f109beda00f to your computer and use it in GitHub Desktop.
Save sualeh/20248c61a87174d2b7911f109beda00f to your computer and use it in GitHub Desktop.
SchemaCrawler API serialize
[INFO] Scanning for projects...
[INFO]
[INFO] --------------------------< foo.bar:crawler >---------------------------
[INFO] Building crawler 1.0-SNAPSHOT
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- dependency:3.6.0:tree (default-cli) @ crawler ---
[INFO] foo.bar:crawler:jar:1.0-SNAPSHOT
[INFO] +- us.fatehi:schemacrawler:jar:16.20.4:compile
[INFO] | \- org.slf4j:slf4j-nop:jar:2.0.7:compile
[INFO] | \- org.slf4j:slf4j-api:jar:2.0.7:compile
[INFO] +- us.fatehi:schemacrawler-sqlserver:jar:16.20.4:compile
[INFO] | \- com.microsoft.sqlserver:mssql-jdbc:jar:12.2.0.jre8:compile
[INFO] +- us.fatehi:schemacrawler-distrib:jar:16.20.4:compile
[INFO] | +- us.fatehi:schemacrawler-commandline:jar:16.20.4:compile
[INFO] | +- us.fatehi:schemacrawler-lint:jar:16.20.4:compile
[INFO] | +- us.fatehi:schemacrawler-chatgpt:jar:16.20.4:compile
[INFO] | | +- com.theokanning.openai-gpt3-java:api:jar:0.14.0:compile
[INFO] | | \- com.theokanning.openai-gpt3-java:service:jar:0.14.0:compile
[INFO] | | +- com.theokanning.openai-gpt3-java:client:jar:0.14.0:compile
[INFO] | | +- com.squareup.retrofit2:retrofit:jar:2.9.0:compile
[INFO] | | | \- com.squareup.okhttp3:okhttp:jar:3.14.9:compile
[INFO] | | | \- com.squareup.okio:okio:jar:1.17.2:compile
[INFO] | | +- com.squareup.retrofit2:adapter-rxjava2:jar:2.9.0:compile
[INFO] | | | +- io.reactivex.rxjava2:rxjava:jar:2.0.0:compile
[INFO] | | | \- org.reactivestreams:reactive-streams:jar:1.0.3:compile
[INFO] | | +- com.squareup.retrofit2:converter-jackson:jar:2.9.0:runtime
[INFO] | | \- com.kjetland:mbknor-jackson-jsonschema_2.12:jar:1.0.34:runtime
[INFO] | | +- org.scala-lang:scala-library:jar:2.12.8:runtime
[INFO] | | +- javax.validation:validation-api:jar:2.0.1.Final:runtime
[INFO] | | \- io.github.classgraph:classgraph:jar:4.8.21:runtime
[INFO] | +- us.fatehi:schemacrawler-offline:jar:16.20.4:compile
[INFO] | +- us.fatehi:schemacrawler-db2:jar:16.20.4:compile
[INFO] | | \- com.ibm.db2:jcc:jar:11.5.8.0:compile
[INFO] | +- us.fatehi:schemacrawler-hsqldb:jar:16.20.4:compile
[INFO] | | \- org.hsqldb:hsqldb:jar:jdk8:2.7.2:compile
[INFO] | +- us.fatehi:schemacrawler-oracle:jar:16.20.4:compile
[INFO] | +- us.fatehi:schemacrawler-mysql:jar:16.20.4:compile
[INFO] | | \- com.mysql:mysql-connector-j:jar:8.1.0:compile
[INFO] | +- us.fatehi:schemacrawler-postgresql:jar:16.20.4:compile
[INFO] | | \- org.postgresql:postgresql:jar:42.6.0:compile
[INFO] | | \- org.checkerframework:checker-qual:jar:3.31.0:runtime
[INFO] | +- us.fatehi:schemacrawler-sqlite:jar:16.20.4:compile
[INFO] | | \- org.xerial:sqlite-jdbc:jar:3.42.0.0:compile
[INFO] | +- info.picocli:picocli:jar:4.7.4:compile
[INFO] | +- info.picocli:picocli-shell-jline3:jar:4.7.4:compile
[INFO] | | \- org.jline:jline:jar:3.23.0:compile
[INFO] | +- com.typesafe:config:jar:1.4.2:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.15.2:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.15.2:compile
[INFO] | | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.15.2:compile
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.15.2:compile
[INFO] | | \- org.yaml:snakeyaml:jar:2.0:compile
[INFO] | \- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.15.2:compile
[INFO] +- us.fatehi:schemacrawler-tools:jar:16.20.4:compile
[INFO] +- us.fatehi:schemacrawler-loader:jar:16.20.4:compile
[INFO] +- us.fatehi:schemacrawler-text:jar:16.20.4:compile
[INFO] | \- us.fatehi:schemacrawler-utility:jar:16.20.4:compile
[INFO] +- us.fatehi:schemacrawler-scripting:jar:16.20.4:compile
[INFO] +- us.fatehi:schemacrawler-api:jar:16.20.4:compile
[INFO] \- us.fatehi:schemacrawler-diagram:jar:16.20.4:compile
package foo.bar;
import java.nio.file.Paths;
import java.util.logging.Level;
import schemacrawler.schemacrawler.LimitOptionsBuilder;
import schemacrawler.schemacrawler.LoadOptionsBuilder;
import schemacrawler.schemacrawler.SchemaCrawlerOptions;
import schemacrawler.schemacrawler.SchemaCrawlerOptionsBuilder;
import schemacrawler.schemacrawler.SchemaInfoLevelBuilder;
import schemacrawler.tools.executable.SchemaCrawlerExecutable;
import schemacrawler.tools.options.OutputOptionsBuilder;
import us.fatehi.utility.LoggingConfig;
import us.fatehi.utility.datasource.DatabaseConnectionSource;
import us.fatehi.utility.datasource.DatabaseConnectionSources;
import us.fatehi.utility.datasource.MultiUseUserCredentials;
public class Main {
public static void main(String[] args) {
// Set log level
new LoggingConfig(Level.ALL);
// Create the options
final LimitOptionsBuilder limitOptionsBuilder =
LimitOptionsBuilder.builder()
.includeTables(tableFullName -> tableFullName.startsWith("foo.bar"));
final LoadOptionsBuilder loadOptionsBuilder =
LoadOptionsBuilder.builder()
.withSchemaInfoLevel(SchemaInfoLevelBuilder.standard());
final OutputOptionsBuilder outputOptions = OutputOptionsBuilder.builder()
.withOutputFormatValue("json")
.withOutputFile(Paths.get("output.json"));
final SchemaCrawlerOptions options =
SchemaCrawlerOptionsBuilder.newSchemaCrawlerOptions()
.withLimitOptions(limitOptionsBuilder.toOptions())
.withLoadOptions(loadOptionsBuilder.toOptions());
// Get the schema definition
final DatabaseConnectionSource dataSource = getDataSource();
final SchemaCrawlerExecutable command = new SchemaCrawlerExecutable("serialize");
command.setSchemaCrawlerOptions(options);
command.setOutputOptions(outputOptions.toOptions());
command.setDataSource(dataSource);
command.execute();
}
private static DatabaseConnectionSource getDataSource() {
final String connectionUrl = "jdbc:sqlserver://ip:port;databaseName=foo;trustServerCertificate=true;";
return DatabaseConnectionSources.newDatabaseConnectionSource(
connectionUrl, new MultiUseUserCredentials("user", "pass"));
}
}
set 27, 2023 9:34:35 AM us.fatehi.utility.datasource.DatabaseConnectionSources newDatabaseConnectionSource
CONFIG: Loading database schema using multiple threads
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerDriver:1 acceptsURL
FINER: ENTRY Arguments not traced.
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.Util parseUrl
FINE: Property:serverName Value:ip
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.Util parseUrl
FINE: Property:portNumber Value:port
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.Util parseUrl
FINE: Property:databaseName Value:foo
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.Util parseUrl
FINE: Property:trustServerCertificate Value:true
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerDriver:1 acceptsURL
FINER: RETURN true
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerDriver:1 getPropertyInfo
FINER: ENTRY Arguments not traced.
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.Util parseUrl
FINE: Property:serverName Value:ip
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.Util parseUrl
FINE: Property:portNumber Value:port
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.Util parseUrl
FINE: Property:databaseName Value:foo
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.Util parseUrl
FINE: Property:trustServerCertificate Value:true
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerDriver:1 getPropertyInfo
FINER: RETURN
set 27, 2023 9:34:35 AM us.fatehi.utility.datasource.AbstractDatabaseConnectionSource getConnection
INFO: Making connection to jdbc:sqlserver://ip:port;databaseName=foo;trustServerCertificate=true;
for user 'user 'user'', with properties {}
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerDriver:1 acceptsURL
FINER: ENTRY Arguments not traced.
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.Util parseUrl
FINE: Property:serverName Value:ip
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.Util parseUrl
FINE: Property:portNumber Value:port
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.Util parseUrl
FINE: Property:databaseName Value:foo
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.Util parseUrl
FINE: Property:trustServerCertificate Value:true
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerDriver:1 acceptsURL
FINER: RETURN true
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerDriver:1 connect
FINER: ENTRY Arguments not traced.
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerDriver connect
FINE: Microsoft JDBC Driver 12.2.0.0 for SQL Server
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerDriver connect
FINER: System Property: java.specification.vendor Value: Oracle Corporation
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerDriver connect
FINER: System Property: java.specification.version Value: 11
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerDriver connect
FINER: System Property: java.class.path Value: target/crawler-1.0-SNAPSHOT-jar-with-dependencies.jar
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerDriver connect
FINER: System Property: java.class.version Value: 55.0
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerDriver connect
FINER: System Property: java.runtime.name Value: OpenJDK Runtime Environment
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerDriver connect
FINER: System Property: java.runtime.version Value: 11.0.19+7-post-Ubuntu-0ubuntu122.04.1
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerDriver connect
FINER: System Property: java.vendor Value: Ubuntu
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerDriver connect
FINER: System Property: java.version Value: 11.0.19
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerDriver connect
FINER: System Property: java.vm.name Value: OpenJDK 64-Bit Server VM
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerDriver connect
FINER: System Property: java.vm.vendor Value: Ubuntu
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerDriver connect
FINER: System Property: java.vm.version Value: 11.0.19+7-post-Ubuntu-0ubuntu122.04.1
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerDriver connect
FINER: System Property: java.vm.specification.vendor Value: Oracle Corporation
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerDriver connect
FINER: System Property: java.vm.specification.version Value: 11
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerDriver connect
FINER: System Property: os.name Value: Linux
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerDriver connect
FINER: System Property: os.version Value: 5.19.0-43-generic
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerDriver connect
FINER: System Property: os.arch Value: amd64
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.Util parseUrl
FINE: Property:serverName Value:ip
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.Util parseUrl
FINE: Property:portNumber Value:port
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.Util parseUrl
FINE: Property:databaseName Value:foo
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.Util parseUrl
FINE: Property:trustServerCertificate Value:true
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerConnection <init>
FINE: ConnectionID:1 created by (SQLServerDriver:1)
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerConnection login
FINER: ConnectionID:1 Start time: 1695818075695 Time out time: 1695818105695 Timeout Unit Interval: 3750
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerConnection login
FINE: ConnectionID:1 This attempt server name: ip port: port InstanceName: null useParallel: false
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerConnection login
FINE: ConnectionID:1 This attempt endtime: 1695818079445
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerConnection login
FINE: ConnectionID:1 This attempt No: 0
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerConnection connectHelper
FINE: ConnectionID:1 Connecting with server: ip port: port Timeout slice: 3748 Timeout Full: 30
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel open
FINER: TDSChannel (ConnectionID:1): Opening TCP socket...
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel setSocketOptions
FINER: TDSChannel (ConnectionID:1): Setting KeepAlive extended socket options.
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerConnection prelogin
FINER: ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d Requesting encryption level:ON
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel logPacket
FINEST: /10.0.4.15:41840 SPID:0 ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d Prelogin request ...
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@7a79be86 Reading 4096 bytes
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@7a79be86 Read 31 bytes
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel logPacket
FINEST: /10.0.4.15:41840 SPID:0 ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d Prelogin response
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerConnection prelogin
FINE: ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d Server returned major version:14
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerConnection prelogin
FINER: ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d Negotiated encryption level:ON
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.SQLServerConnection prelogin
FINER: ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d Ignoring prelogin response option:5
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel enableSSL
FINER: TDSChannel (ConnectionID:1) Enabling SSL...
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel enableSSL
FINER: TDSChannel (ConnectionID:1) SSL handshake will trust any certificate
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel enableSSL
FINEST: TDSChannel (ConnectionID:1) Getting TLS or better SSL context
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel enableSSL
FINEST: TDSChannel (ConnectionID:1) Initializing SSL context
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel enableSSL
FINEST: TDSChannel (ConnectionID:1) Creating SSL socket
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxySocket getInputStream
FINEST: TDSChannel (ConnectionID:1) (ProxySocket): Getting input stream
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxySocket getOutputStream
FINEST: TDSChannel (ConnectionID:1) (ProxySocket): Getting output stream
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel enableSSL
FINER: TDSChannel (ConnectionID:1) Starting SSL handshake
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream writeInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream@15bfd87 Writing 383 bytes
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel$SSLHandshakeOutputStream writeInternal
FINEST: TDSChannel (ConnectionID:1) (SSLHandshakeOutputStream): Starting new TDS packet...
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSWriter writeBytes
FINEST: TDSWriter@18e8568 (ConnectionID:1) Writing 8 bytes
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel$SSLHandshakeOutputStream writeInternal
FINEST: TDSChannel (ConnectionID:1) (SSLHandshakeOutputStream): Writing 383 bytes...
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSWriter writeBytes
FINEST: TDSWriter@18e8568 (ConnectionID:1) Writing 383 bytes
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream flush
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream@15bfd87 Flushing
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel$SSLHandshakeOutputStream flush
FINEST: TDSChannel (ConnectionID:1) (SSLHandshakeOutputStream): Ignored a request to flush the stream
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@543e710e Reading 5 bytes
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel$SSLHandshakeInputStream readInternal
FINEST: TDSChannel (ConnectionID:1) (SSLHandshakeInputStream): Reading 5 bytes...
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel$SSLHandshakeInputStream ensureSSLPayload
FINEST: TDSChannel (ConnectionID:1) (SSLHandshakeInputStream): No handshake response bytes available. Flushing SSL handshake output stream.
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel$SSLHandshakeOutputStream endMessage
FINEST: TDSChannel (ConnectionID:1) (SSLHandshakeOutputStream): Finishing TDS message
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSWriter endMessage
FINEST: TDSWriter@18e8568 (ConnectionID:1) Finishing TDS message
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel logPacket
FINEST: /10.0.4.15:41840 SPID:0 TDSWriter@18e8568 (ConnectionID:1) sending packet (391 bytes)
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel$SSLHandshakeInputStream ensureSSLPayload
FINEST: TDSChannel (ConnectionID:1) (SSLHandshakeInputStream): Reading first packet of SSL handshake response
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@7a79be86 Reading 8 bytes
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@7a79be86 Read 8 bytes
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@7a79be86 Reading 1241 bytes
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@7a79be86 Read 1241 bytes
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel logPacket
FINEST: /10.0.4.15:41840 SPID:0 TDSReader@1 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d) received Packet:1 (1241 bytes)
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSReader nextPacket
FINEST: TDSReader@1 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d) Moving to next packet -- unlinking consumed packet
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSReader readBytes
FINEST: TDSReader@1 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d) Reading 5 bytes from offset 0
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@543e710e Read 5 bytes
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@543e710e Reading 1236 bytes
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel$SSLHandshakeInputStream readInternal
FINEST: TDSChannel (ConnectionID:1) (SSLHandshakeInputStream): Reading 1236 bytes...
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSReader readBytes
FINEST: TDSReader@1 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d) Reading 1236 bytes from offset 5
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@543e710e Read 1236 bytes
set 27, 2023 9:34:35 AM jdk.internal.event.EventHelper logX509CertificateEvent
FINE: X509Certificate: Alg:SHA256withRSA, Serial:415518b8e3ae90984ba97c1174697ced, Subject:CN=SSL_Self_Signed_Fallback, Issuer:CN=SSL_Self_Signed_Fallback, Key type:RSA, Length:2048, Cert Id:1060616333, Valid from:17/04/2023 19:23, Valid until:17/04/2053 19:23
set 27, 2023 9:34:35 AM com.microsoft.sqlserver.jdbc.PermissiveX509TrustManager checkServerTrusted
FINER: TDSChannel (ConnectionID:1) (PermissiveX509TrustManager): Trusting server certificate
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream writeInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream@15bfd87 Writing 107 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$SSLHandshakeOutputStream writeInternal
FINEST: TDSChannel (ConnectionID:1) (SSLHandshakeOutputStream): Starting new TDS packet...
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSWriter writeBytes
FINEST: TDSWriter@18e8568 (ConnectionID:1) Writing 8 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$SSLHandshakeOutputStream writeInternal
FINEST: TDSChannel (ConnectionID:1) (SSLHandshakeOutputStream): Writing 107 bytes...
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSWriter writeBytes
FINEST: TDSWriter@18e8568 (ConnectionID:1) Writing 107 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream flush
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream@15bfd87 Flushing
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$SSLHandshakeOutputStream flush
FINEST: TDSChannel (ConnectionID:1) (SSLHandshakeOutputStream): Ignored a request to flush the stream
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream writeInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream@15bfd87 Writing 6 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$SSLHandshakeOutputStream writeInternal
FINEST: TDSChannel (ConnectionID:1) (SSLHandshakeOutputStream): Writing 6 bytes...
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSWriter writeBytes
FINEST: TDSWriter@18e8568 (ConnectionID:1) Writing 6 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream writeInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream@15bfd87 Writing 45 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$SSLHandshakeOutputStream writeInternal
FINEST: TDSChannel (ConnectionID:1) (SSLHandshakeOutputStream): Writing 45 bytes...
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSWriter writeBytes
FINEST: TDSWriter@18e8568 (ConnectionID:1) Writing 45 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream flush
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream@15bfd87 Flushing
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$SSLHandshakeOutputStream flush
FINEST: TDSChannel (ConnectionID:1) (SSLHandshakeOutputStream): Ignored a request to flush the stream
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@543e710e Reading 5 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$SSLHandshakeInputStream readInternal
FINEST: TDSChannel (ConnectionID:1) (SSLHandshakeInputStream): Reading 5 bytes...
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$SSLHandshakeInputStream ensureSSLPayload
FINEST: TDSChannel (ConnectionID:1) (SSLHandshakeInputStream): No handshake response bytes available. Flushing SSL handshake output stream.
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$SSLHandshakeOutputStream endMessage
FINEST: TDSChannel (ConnectionID:1) (SSLHandshakeOutputStream): Finishing TDS message
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSWriter endMessage
FINEST: TDSWriter@18e8568 (ConnectionID:1) Finishing TDS message
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel logPacket
FINEST: /10.0.4.15:41840 SPID:0 TDSWriter@18e8568 (ConnectionID:1) sending packet (166 bytes)
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$SSLHandshakeInputStream ensureSSLPayload
FINEST: TDSChannel (ConnectionID:1) (SSLHandshakeInputStream): Reading first packet of SSL handshake response
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@7a79be86 Reading 8 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@7a79be86 Read 8 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@7a79be86 Reading 51 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@7a79be86 Read 51 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel logPacket
FINEST: /10.0.4.15:41840 SPID:0 TDSReader@1 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d) received Packet:2 (51 bytes)
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader nextPacket
FINEST: TDSReader@1 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d) Moving to next packet -- unlinking consumed packet
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader readBytes
FINEST: TDSReader@1 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d) Reading 5 bytes from offset 0
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@543e710e Read 5 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@543e710e Reading 1 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$SSLHandshakeInputStream readInternal
FINEST: TDSChannel (ConnectionID:1) (SSLHandshakeInputStream): Reading 1 bytes...
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader readBytes
FINEST: TDSReader@1 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d) Reading 1 bytes from offset 5
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@543e710e Read 1 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@543e710e Reading 5 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$SSLHandshakeInputStream readInternal
FINEST: TDSChannel (ConnectionID:1) (SSLHandshakeInputStream): Reading 5 bytes...
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader readBytes
FINEST: TDSReader@1 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d) Reading 5 bytes from offset 6
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@543e710e Read 5 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@543e710e Reading 40 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$SSLHandshakeInputStream readInternal
FINEST: TDSChannel (ConnectionID:1) (SSLHandshakeInputStream): Reading 40 bytes...
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader readBytes
FINEST: TDSReader@1 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d) Reading 40 bytes from offset 11
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@543e710e Read 40 bytes
set 27, 2023 9:34:36 AM jdk.internal.event.EventHelper logTLSHandshakeEvent
FINE: TLSHandshake: ip:port, TLSv1.2, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, 1060616333
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel enableSSL
FINEST: TDSChannel (ConnectionID:1) Rewiring proxy streams after handshake
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel enableSSL
FINEST: TDSChannel (ConnectionID:1) Getting SSL InputStream
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel enableSSL
FINEST: TDSChannel (ConnectionID:1) Getting SSL OutputStream
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel enableSSL
FINER: TDSChannel (ConnectionID:1) SSL enabled
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSCommand startRequest
FINEST: TDSCommand@2d2e5f00 (logon): starting request...
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSWriter writeBytes
FINEST: TDSWriter@18e8568 (ConnectionID:1) Writing 8 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSWriter writeBytes
FINEST: TDSWriter@18e8568 (ConnectionID:1) Writing 4 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSWriter writeBytes
FINEST: TDSWriter@18e8568 (ConnectionID:1) Writing 6 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSWriter writeBytes
FINEST: TDSWriter@18e8568 (ConnectionID:1) Writing 8 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSWriter writeBytes
FINEST: TDSWriter@18e8568 (ConnectionID:1) Writing 12 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSWriter writeBytes
FINEST: TDSWriter@18e8568 (ConnectionID:1) Writing 12 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSWriter writeBytes
FINEST: TDSWriter@18e8568 (ConnectionID:1) Writing 72 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSWriter writeBytes
FINEST: TDSWriter@18e8568 (ConnectionID:1) Writing 24 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSWriter writeBytes
FINEST: TDSWriter@18e8568 (ConnectionID:1) Writing 52 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSWriter writeBytes
FINEST: TDSWriter@18e8568 (ConnectionID:1) Writing 6 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSCommand startResponse
FINEST: TDSCommand@2d2e5f00 (logon): finishing request
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSWriter endMessage
FINEST: TDSWriter@18e8568 (ConnectionID:1) Finishing TDS message
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel logPacket
FINEST: /10.0.4.15:41840 SPID:0 TDSWriter@18e8568 (ConnectionID:1) sending packet (320 bytes)
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream writeInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream@15bfd87 Writing 349 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream flush
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream@15bfd87 Flushing
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSCommand onRequestComplete
FINEST: TDSCommand@2d2e5f00 (logon): request complete
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSCommand startResponse
FINEST: TDSCommand@2d2e5f00 (logon): Reading response...
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@41ee392b Reading 8 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@543e710e Reading 5 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@7a79be86 Reading 5 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@7a79be86 Read 5 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@543e710e Read 5 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@543e710e Reading 456 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@7a79be86 Reading 456 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@7a79be86 Read 456 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@543e710e Read 456 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@41ee392b Read 8 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@41ee392b Reading 424 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@41ee392b Read 424 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel logPacket
FINEST: /10.0.4.15:41840 SPID:64 TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d) received Packet:1 (424 bytes)
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSCommand onResponseEOM
FINEST: TDSCommand@2d2e5f00 (logon): disabling interrupts
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader nextPacket
FINEST: TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d) Moving to next packet -- unlinking consumed packet
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSParser parse
FINEST: TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): logon: Processing TDS_ENV_CHG (0xE3)
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader mark
FINEST: TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): Buffering from: com.microsoft.sqlserver.jdbc.TDSReaderMark@55040f2f
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader readBytes
FINEST: TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d) Reading 6 bytes from offset 5
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader reset
FINEST: TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): Resetting to: com.microsoft.sqlserver.jdbc.TDSReaderMark@55040f2f
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader readBytes
FINEST: TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d) Reading 21 bytes from offset 3
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSParser parse
FINEST: TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): logon: Processing TDS_MSG (0xAB)
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader readBytes
FINEST: TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d) Reading 98 bytes from offset 27
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSParser parse
FINEST: TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): logon: Processing TDS_ENV_CHG (0xE3)
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader mark
FINEST: TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): Buffering from: com.microsoft.sqlserver.jdbc.TDSReaderMark@75f9eccc
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader reset
FINEST: TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): Resetting to: com.microsoft.sqlserver.jdbc.TDSReaderMark@75f9eccc
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader readBytes
FINEST: TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d) Reading 8 bytes from offset 128
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSParser parse
FINEST: TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): logon: Processing TDS_ENV_CHG (0xE3)
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader mark
FINEST: TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): Buffering from: com.microsoft.sqlserver.jdbc.TDSReaderMark@52e677af
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader readBytes
FINEST: TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d) Reading 20 bytes from offset 141
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader reset
FINEST: TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): Resetting to: com.microsoft.sqlserver.jdbc.TDSReaderMark@52e677af
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader readBytes
FINEST: TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d) Reading 23 bytes from offset 139
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSParser parse
FINEST: TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): logon: Processing TDS_MSG (0xAB)
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader readBytes
FINEST: TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d) Reading 108 bytes from offset 165
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSParser parse
FINEST: TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): logon: Processing TDS_LOGIN_ACK (0xAD)
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader readBytes
FINEST: TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d) Reading 44 bytes from offset 282
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSParser parse
FINEST: TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): logon: Processing TDS_ENV_CHG (0xE3)
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader mark
FINEST: TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): Buffering from: com.microsoft.sqlserver.jdbc.TDSReaderMark@40e6dfe1
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader readBytes
FINEST: TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d) Reading 8 bytes from offset 335
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection processEnvChange
FINER: ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d Network packet size is 8000 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader reset
FINEST: TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): Resetting to: com.microsoft.sqlserver.jdbc.TDSReaderMark@40e6dfe1
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader readBytes
FINEST: TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d) Reading 19 bytes from offset 333
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSParser parse
FINEST: TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): logon: Processing TDS_FEATURE_EXTENSION_ACK (0xAE)
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader readBytes
FINEST: TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d) Reading 1 bytes from offset 358
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection onFeatureExtAck
FINE: ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d Received feature extension acknowledgement for AE.
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader readBytes
FINEST: TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d) Reading 46 bytes from offset 364
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection onFeatureExtAck
FINE: ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d Received feature extension acknowledgement for Idle Connection Resiliency.
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSParser parse
FINEST: TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): logon: Processing TDS_DONE (0xFD)
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSParser parse
FINEST: TDSReader@2 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): logon: Processing EOF
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection connectInternal
FINER: ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d End of connect
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerDriver:1 connect
FINER: RETURN ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d
set 27, 2023 9:34:36 AM us.fatehi.utility.datasource.AbstractDatabaseConnectionSource getConnection
INFO: Opened database connection <ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d>
set 27, 2023 9:34:36 AM us.fatehi.utility.datasource.SimpleDatabaseConnectionSource get
FINE: Initialized database connection <ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d> with <us.fatehi.utility.datasource.DatabaseConnectionSources$$Lambda$15/0x0000000840071840@123f1134>
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerDriver:3 getMajorVersion
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerDriver:3 getMajorVersion
FINER: RETURN 12
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerDriver:3 getMinorVersion
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerDriver:3 getMinorVersion
FINER: RETURN 2
set 27, 2023 9:34:36 AM schemacrawler.tools.databaseconnector.DatabaseConnectorRegistry loadJdbcDrivers
CONFIG: Registered JDBC drivers:
1 com.microsoft.sqlserver.jdbc.SQLServerDriver 12.2
set 27, 2023 9:34:36 AM schemacrawler.tools.databaseconnector.DatabaseConnectorRegistry loadDatabaseConnectorRegistry
CONFIG: Loading database connector, sqlserver=schemacrawler.server.sqlserver.SqlServerDatabaseConnector
set 27, 2023 9:34:36 AM schemacrawler.tools.databaseconnector.DatabaseConnectorRegistry loadDatabaseConnectorRegistry
CONFIG: Loaded 1 database connectors
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 getMetaData
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData <init>
FINE: SQLServerDatabaseMetaData:1 created by (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d)
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 getMetaData
FINER: RETURN SQLServerDatabaseMetaData:1
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 isClosed
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 isClosed
FINER: RETURN false
set 27, 2023 9:34:36 AM schemacrawler.tools.utility.SchemaCrawlerUtility buildSchemaRetrievalOptions
INFO: Using SchemaCrawler database plugin for sqlserver - Microsoft SQL Server
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 getMetaData
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 getMetaData
FINER: RETURN SQLServerDatabaseMetaData:1
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 isClosed
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 isClosed
FINER: RETURN false
set 27, 2023 9:34:36 AM us.fatehi.utility.IOUtility readFully
FINE: Cannot read null stream
set 27, 2023 9:34:36 AM us.fatehi.utility.IOUtility readFully
FINE: Cannot read null stream
set 27, 2023 9:34:36 AM us.fatehi.utility.IOUtility readFully
FINE: Cannot read null stream
set 27, 2023 9:34:36 AM us.fatehi.utility.IOUtility readFully
FINE: Cannot read null stream
set 27, 2023 9:34:36 AM us.fatehi.utility.IOUtility readFully
FINE: Cannot read null stream
set 27, 2023 9:34:36 AM us.fatehi.utility.IOUtility readFully
FINE: Cannot read null stream
set 27, 2023 9:34:36 AM us.fatehi.utility.IOUtility readFully
FINE: Cannot read null stream
set 27, 2023 9:34:36 AM us.fatehi.utility.IOUtility readFully
FINE: Cannot read null stream
set 27, 2023 9:34:36 AM us.fatehi.utility.IOUtility readFully
FINE: Cannot read null stream
set 27, 2023 9:34:36 AM us.fatehi.utility.IOUtility readFully
FINE: Cannot read null stream
set 27, 2023 9:34:36 AM us.fatehi.utility.IOUtility readFully
FINE: Cannot read null stream
set 27, 2023 9:34:36 AM us.fatehi.utility.IOUtility readFully
FINE: Cannot read null stream
set 27, 2023 9:34:36 AM us.fatehi.utility.IOUtility readFully
FINE: Cannot read null stream
set 27, 2023 9:34:36 AM us.fatehi.utility.IOUtility readFully
FINE: Cannot read null stream
set 27, 2023 9:34:36 AM us.fatehi.utility.IOUtility readFully
FINE: Cannot read null stream
set 27, 2023 9:34:36 AM us.fatehi.utility.IOUtility readFully
FINE: Cannot read null stream
set 27, 2023 9:34:36 AM us.fatehi.utility.IOUtility readFully
FINE: Cannot read null stream
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 getMetaData
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 getMetaData
FINER: RETURN SQLServerDatabaseMetaData:1
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 isClosed
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 isClosed
FINER: RETURN false
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 getMetaData
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 getMetaData
FINER: RETURN SQLServerDatabaseMetaData:1
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 isClosed
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 isClosed
FINER: RETURN false
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 isClosed
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 isClosed
FINER: RETURN false
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 isClosed
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 isClosed
FINER: RETURN false
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 isClosed
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 isClosed
FINER: RETURN false
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 isClosed
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 isClosed
FINER: RETURN false
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 getTypeMap
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 getTypeMap
FINER: RETURN {}
set 27, 2023 9:34:36 AM schemacrawler.utility.TypeMap <init>
CONFIG: No type map available from database connection
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 getMetaData
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 getMetaData
FINER: RETURN SQLServerDatabaseMetaData:1
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 isClosed
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 isClosed
FINER: RETURN false
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 isClosed
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 isClosed
FINER: RETURN false
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 createStatement
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 createStatement
FINER: ENTRY 1.003 1.007
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerStatement:1 setResponseBuffering
FINER: ENTRY adaptive
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerStatement:1 setResponseBuffering
FINER: RETURN
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerStatement <init>
FINER: Properties for SQLServerStatement:1: Result type:1003 (2003) Concurrency:1007 Fetchsize:128 bIsClosed:false useLastUpdateCount:true
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerStatement <init>
FINE: SQLServerStatement:1 created by (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d)
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 createStatement
FINER: RETURN SQLServerStatement:1
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 createStatement
FINER: RETURN SQLServerStatement:1
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerStatement:1 closeOnCompletion
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerStatement:1 closeOnCompletion
FINER: RETURN
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection isConnectionDead
FINEST: ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d Network not idle. Skipping networkSocketStillConnected check.
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSCommand startRequest
FINEST: TDSCommand@35047d03 (SQLServerStatement:1 executeXXX): starting request...
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSWriter writeBytes
FINEST: TDSWriter@18e8568 (ConnectionID:1) Writing 8 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSWriter writeBytes
FINEST: TDSWriter@18e8568 (ConnectionID:1) Writing 8 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSWriter writeBytes
FINEST: TDSWriter@18e8568 (ConnectionID:1) Writing 150 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerStatement doExecuteStatement
FINE: SQLServerStatement:1 Executing (not server cursor) SELECT 'VIEW' 'TABLE_TYPE' UNION SELECT 'TABLE' UNION SELECT 'SYSTEM TABLE'
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSCommand startResponse
FINEST: TDSCommand@35047d03 (SQLServerStatement:1 executeXXX): finishing request
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSWriter endMessage
FINEST: TDSWriter@18e8568 (ConnectionID:1) Finishing TDS message
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel logPacket
FINEST: /10.0.4.15:41840 SPID:64 TDSWriter@18e8568 (ConnectionID:1) sending packet (180 bytes)
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream writeInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream@15bfd87 Writing 209 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream flush
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream@15bfd87 Flushing
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSCommand onRequestComplete
FINEST: TDSCommand@35047d03 (SQLServerStatement:1 executeXXX): request complete
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSCommand startResponse
FINEST: TDSCommand@35047d03 (SQLServerStatement:1 executeXXX): Reading response...
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@41ee392b Reading 8 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@543e710e Reading 5 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@7a79be86 Reading 5 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@7a79be86 Read 5 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@543e710e Read 5 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@543e710e Reading 115 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@7a79be86 Reading 115 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@7a79be86 Read 115 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@543e710e Read 115 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@41ee392b Read 8 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@41ee392b Reading 83 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream readInternal
FINEST: com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@41ee392b Read 83 bytes
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSChannel logPacket
FINEST: /10.0.4.15:41840 SPID:64 TDSReader@3 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d) received Packet:1 (83 bytes)
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSCommand onResponseEOM
FINEST: TDSCommand@35047d03 (SQLServerStatement:1 executeXXX): disabling interrupts
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader nextPacket
FINEST: TDSReader@3 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d) Moving to next packet -- unlinking consumed packet
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSParser parse
FINEST: TDSReader@3 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): getNextResult: Processing TDS_COLMETADATA (0x81)
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSParser parse
FINEST: TDSReader@3 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): ClientCursorInitializer: Processing TDS_COLMETADATA (0x81)
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader readBytes
FINEST: TDSReader@3 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d) Reading 20 bytes from offset 20
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSParser parse
FINEST: TDSReader@3 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): ClientCursorInitializer: Processing TDS_ROW (0xD1)
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet <init>
FINE: SQLServerResultSet:1 created by (SQLServerStatement:1)
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet:1 next
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet next
FINER: SQLServerResultSet:1 currentRow:0 numFetchedRows:0 rowCount:-3
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSParser parse
FINEST: TDSReader@3 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): FetchBufferTokenHandler: Processing TDS_ROW (0xD1)
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet:1 next
FINER: RETURN true
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet:1 getString
FINER: ENTRY 1
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet getterGetColumn
FINER: SQLServerResultSet:1 Getting Column:1
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader mark
FINEST: TDSReader@3 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): Buffering from: com.microsoft.sqlserver.jdbc.TDSReaderMark@4f18837a
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader reset
FINEST: TDSReader@3 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): Resetting to: com.microsoft.sqlserver.jdbc.TDSReaderMark@4f18837a
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader mark
FINEST: TDSReader@3 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): Buffering from: com.microsoft.sqlserver.jdbc.TDSReaderMark@4a94ee4
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.BaseInputStream setLoggingInfo
FINER: com.microsoft.sqlserver.jdbc.SimpleInputStreamID:1
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SimpleInputStream read
FINER: com.microsoft.sqlserver.jdbc.SimpleInputStreamID:1 Reading 12 from stream offset 0 payload length 12
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader readBytes
FINEST: TDSReader@3 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d) Reading 12 bytes from offset 43
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SimpleInputStream close
FINER: com.microsoft.sqlserver.jdbc.SimpleInputStreamID:1Enter Closing SimpleInputStream.
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SimpleInputStream skip
FINER: com.microsoft.sqlserver.jdbc.SimpleInputStreamID:1 Skipping :0
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SimpleInputStream close
FINER: com.microsoft.sqlserver.jdbc.SimpleInputStreamID:1Exit Closing SimpleInputStream.
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet:1 getString
FINER: RETURN SYSTEM TABLE
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet:1 wasNull
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet:1 wasNull
FINER: RETURN false
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet:1 next
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet next
FINER: SQLServerResultSet:1 currentRow:1 numFetchedRows:1 rowCount:-3
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader reset
FINEST: TDSReader@3 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): Resetting to: com.microsoft.sqlserver.jdbc.TDSReaderMark@4f18837a
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSParser parse
FINEST: TDSReader@3 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): FetchBufferTokenHandler: Processing TDS_ROW (0xD1)
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet:1 next
FINER: RETURN true
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet:1 getString
FINER: ENTRY 1
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet getterGetColumn
FINER: SQLServerResultSet:1 Getting Column:1
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader mark
FINEST: TDSReader@3 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): Buffering from: com.microsoft.sqlserver.jdbc.TDSReaderMark@5876a9af
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader reset
FINEST: TDSReader@3 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): Resetting to: com.microsoft.sqlserver.jdbc.TDSReaderMark@5876a9af
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader mark
FINEST: TDSReader@3 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): Buffering from: com.microsoft.sqlserver.jdbc.TDSReaderMark@7ec7ffd3
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.BaseInputStream setLoggingInfo
FINER: com.microsoft.sqlserver.jdbc.SimpleInputStreamID:2
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SimpleInputStream read
FINER: com.microsoft.sqlserver.jdbc.SimpleInputStreamID:2 Reading 5 from stream offset 0 payload length 5
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader readBytes
FINEST: TDSReader@3 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d) Reading 5 bytes from offset 58
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SimpleInputStream close
FINER: com.microsoft.sqlserver.jdbc.SimpleInputStreamID:2Enter Closing SimpleInputStream.
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SimpleInputStream skip
FINER: com.microsoft.sqlserver.jdbc.SimpleInputStreamID:2 Skipping :0
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SimpleInputStream close
FINER: com.microsoft.sqlserver.jdbc.SimpleInputStreamID:2Exit Closing SimpleInputStream.
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet:1 getString
FINER: RETURN TABLE
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet:1 wasNull
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet:1 wasNull
FINER: RETURN false
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet:1 next
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet next
FINER: SQLServerResultSet:1 currentRow:2 numFetchedRows:2 rowCount:-3
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader reset
FINEST: TDSReader@3 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): Resetting to: com.microsoft.sqlserver.jdbc.TDSReaderMark@5876a9af
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSParser parse
FINEST: TDSReader@3 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): FetchBufferTokenHandler: Processing TDS_ROW (0xD1)
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet:1 next
FINER: RETURN true
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet:1 getString
FINER: ENTRY 1
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet getterGetColumn
FINER: SQLServerResultSet:1 Getting Column:1
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader mark
FINEST: TDSReader@3 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): Buffering from: com.microsoft.sqlserver.jdbc.TDSReaderMark@5b239d7d
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader reset
FINEST: TDSReader@3 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): Resetting to: com.microsoft.sqlserver.jdbc.TDSReaderMark@5b239d7d
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader mark
FINEST: TDSReader@3 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): Buffering from: com.microsoft.sqlserver.jdbc.TDSReaderMark@6572421
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.BaseInputStream setLoggingInfo
FINER: com.microsoft.sqlserver.jdbc.SimpleInputStreamID:3
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SimpleInputStream read
FINER: com.microsoft.sqlserver.jdbc.SimpleInputStreamID:3 Reading 4 from stream offset 0 payload length 4
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader readBytes
FINEST: TDSReader@3 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d) Reading 4 bytes from offset 66
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SimpleInputStream close
FINER: com.microsoft.sqlserver.jdbc.SimpleInputStreamID:3Enter Closing SimpleInputStream.
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SimpleInputStream skip
FINER: com.microsoft.sqlserver.jdbc.SimpleInputStreamID:3 Skipping :0
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SimpleInputStream close
FINER: com.microsoft.sqlserver.jdbc.SimpleInputStreamID:3Exit Closing SimpleInputStream.
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet:1 getString
FINER: RETURN VIEW
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet:1 wasNull
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet:1 wasNull
FINER: RETURN false
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet:1 next
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet next
FINER: SQLServerResultSet:1 currentRow:3 numFetchedRows:3 rowCount:-3
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSReader reset
FINEST: TDSReader@3 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): Resetting to: com.microsoft.sqlserver.jdbc.TDSReaderMark@5b239d7d
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSParser parse
FINEST: TDSReader@3 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): FetchBufferTokenHandler: Processing TDS_DONE (0xFD)
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet:1 next
FINER: RETURN false
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet:1 close
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSCommand close
FINEST: TDSCommand@35047d03 (SQLServerStatement:1 executeXXX): closing...
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSCommand close
FINEST: TDSCommand@35047d03 (SQLServerStatement:1 executeXXX): processing response...
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet:1 close
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet:1 close
FINER: RETURN
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSParser parse
FINEST: TDSReader@3 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): getNextResult: Processing EOF
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.TDSParser parse
FINEST: TDSReader@3 (ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d): batch completion: Processing EOF
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet:1 close
FINER: RETURN
set 27, 2023 9:34:36 AM schemacrawler.schema.TableTypes from
CONFIG: Supported table types from database driver: [SYSTEM TABLE, TABLE, VIEW]
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet:1 close
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerResultSet:1 close
FINER: RETURN
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 unwrap
FINER: ENTRY interface java.sql.Connection
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 unwrap
FINER: RETURN ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 isClosed
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 isClosed
FINER: RETURN false
set 27, 2023 9:34:36 AM us.fatehi.utility.datasource.SimpleDatabaseConnectionSource get
FINE: Initialized database connection <ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d> with <java.util.function.Consumer$$Lambda$82/0x0000000840117840@515aebb0>
set 27, 2023 9:34:36 AM schemacrawler.tools.executable.CommandRegistry loadCommandRegistry
CONFIG: Loading command [brief - Shows basic schema information, for tables, views and routines, columns, primary keys, and foreign keys, schema - Shows the commonly needed detail of the schema, including details of tables, views and routines, columns, primary keys, indexes, foreign keys, and triggers, details - Shows maximum possible detail of the schema, including privileges, and details of privileges, triggers, and check constraints, list - Shows a list of schema objects], provided by schemacrawler.tools.command.text.schema.SchemaTextCommandProvider
set 27, 2023 9:34:36 AM schemacrawler.tools.executable.CommandRegistry loadCommandRegistry
CONFIG: Loading command [count - Shows counts of rows in the tables, dump - Shows data from all rows in the tables, quickdump - Shows data from all rows in the tables, but row order is not guaranteed - this can be used with a minimum info-level for speed], provided by schemacrawler.tools.command.text.operation.OperationCommandProvider
set 27, 2023 9:34:36 AM schemacrawler.tools.executable.CommandRegistry loadCommandRegistry
CONFIG: Loading command [brief - Shows basic schema information, for tables, views and routines, columns, primary keys, and foreign keys, schema - Shows the commonly needed detail of the schema, including details of tables, views and routines, columns, primary keys, indexes, foreign keys, and triggers, details - Shows maximum possible detail of the schema, including privileges, and details of privileges, triggers, and check constraints, list - Shows a list of schema objects], provided by schemacrawler.tools.command.text.diagram.DiagramCommandProvider
set 27, 2023 9:34:36 AM schemacrawler.tools.executable.CommandRegistry loadCommandRegistry
CONFIG: Loading command [brief - Shows basic schema information, for tables, views and routines, columns, primary keys, and foreign keys, schema - Shows the commonly needed detail of the schema, including details of tables, views and routines, columns, primary keys, indexes, foreign keys, and triggers, details - Shows maximum possible detail of the schema, including privileges, and details of privileges, triggers, and check constraints, list - Shows a list of schema objects], provided by schemacrawler.tools.command.text.embeddeddiagram.EmbeddedDiagramCommandProvider
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 unwrap
FINER: ENTRY interface java.sql.Connection
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 unwrap
FINER: RETURN ConnectionID:1 ClientConnectionId: d74cb9b4-5786-4b1a-9816-8ff73c76cb5d
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 isClosed
FINER: ENTRY
set 27, 2023 9:34:36 AM com.microsoft.sqlserver.jdbc.SQLServerConnection:1 isClosed
FINER: RETURN false
Exception in thread "main" schemacrawler.schemacrawler.exceptions.ExecutionRuntimeException: Unknown command <serialize>
at schemacrawler.tools.executable.CommandRegistry.findSupportedCommands(CommandRegistry.java:190)
at schemacrawler.tools.executable.CommandRegistry.configureNewCommand(CommandRegistry.java:118)
at schemacrawler.tools.executable.SchemaCrawlerExecutable.loadCommand(SchemaCrawlerExecutable.java:218)
at schemacrawler.tools.executable.SchemaCrawlerExecutable.execute(SchemaCrawlerExecutable.java:110)
at foo.bar.Main.main(Main.java:64)
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>foo.bar</groupId>
<artifactId>crawler</artifactId>
<version>1.0-SNAPSHOT</version>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler</artifactId>
<version>16.20.4</version>
</dependency>
<dependency>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-sqlserver</artifactId>
<version>16.20.4</version>
<exclusions>
<exclusion>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc_auth</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-distrib</artifactId>
<version>16.20.4</version>
</dependency>
<dependency>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-tools</artifactId>
<version>16.20.4</version>
</dependency>
<dependency>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-loader</artifactId>
<version>16.20.4</version>
</dependency>
<dependency>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-text</artifactId>
<version>16.20.4</version>
</dependency>
<dependency>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-scripting</artifactId>
<version>16.20.4</version>
</dependency>
<dependency>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-api</artifactId>
<version>16.20.4</version>
</dependency>
<dependency>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-diagram</artifactId>
<version>16.20.4</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<archive>
<manifest>
<mainClass>foo.bar.Main</mainClass>
</manifest>
</archive>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment