Skip to content

Can't connect to server using psql #22

@prufaraSS

Description

@prufaraSS

When I run startup script it just stands still without any info reported back (no server is online)
But i figured out how to enable debug mode and there's what it prints out on startup:

D:\Programs\sqliteserver>.\bin\startup.bat -D .\data
19:27:31,025 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
19:27:31,025 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
19:27:31,026 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/D:/Programs/sqliteserver/conf/logback.xml]
19:27:31,155 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
19:27:31,159 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
19:27:31,190 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
19:27:31,192 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [FILE]
19:27:31,205 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@1665404403 - Achive files will be limied to [10MB] each.
19:27:31,209 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@1665404403 - No compression will be used
19:27:31,210 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@1665404403 - Will use the pattern D:/Programs/sqliteserver/logs/sqlite-server.%d{yyyy-MM-dd}.%i.log for the active file
19:27:31,212 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@569cfc36 - The date pattern is 'yyyy-MM-dd' from file name pattern 'D:/Programs/sqliteserver/logs/sqlite-server.%d{yyyy-MM-dd}.%i.log'.
19:27:31,212 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@569cfc36 - Roll-over at midnight.
19:27:31,231 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@569cfc36 - Setting initial period to Sun May 26 19:27:31 OMST 2024
19:27:31,235 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - Active log file name: D:/Programs/sqliteserver/logs/sqlite-server.2024-05-26.0.log
19:27:31,235 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - File property is set to [null]
19:27:31,237 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to DEBUG
19:27:31,237 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [FILE] to Logger[ROOT]
19:27:31,239 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.sqlite] to DEBUG
19:27:31,239 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
19:27:31,240 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@78186a70 - Registering current configuration as safe fallback point

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions