[==========] Running 2 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 2 tests from MiniRangerTest
[ RUN      ] MiniRangerTest.TestGrantPrivilege
WARNING: Logging before InitGoogleLogging() is written to STDERR
I20260812 06:36:03.915097 24572 mini_postgres.cc:62] Running initdb...
The files belonging to this database system will be owned by user "slave".
This user must also own the server process.

The database cluster will be initialized with locale "C".
The default database encoding has accordingly been set to "SQL_ASCII".
The default text search configuration will be set to "english".

Data page checksums are disabled.

creating directory /tmp/dist-test-taskHjO0ua/test-tmp/mini_ranger-test.0.MiniRangerTest.TestGrantPrivilege.1786516563912513-24572-0/postgres ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... posix
selecting default "max_connections" ... 100
selecting default "shared_buffers" ... 128MB
selecting default time zone ... Etc/UTC
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... ok
syncing data to disk ... ok

initdb: warning: enabling "trust" authentication for local connections
initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb.

Success. You can now start the database server using:

    /tmp/dist-test-taskHjO0ua/build/debug/bin/postgres/pg_ctl -D /tmp/dist-test-taskHjO0ua/test-tmp/mini_ranger-test.0.MiniRangerTest.TestGrantPrivilege.1786516563912513-24572-0/postgres -l logfile start

2026-08-12 06:36:06.382 UTC [24595] LOG:  starting PostgreSQL 17.2 on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0, 64-bit
2026-08-12 06:36:06.382 UTC [24595] LOG:  listening on IPv4 address "127.0.0.1", port 33347
2026-08-12 06:36:06.386 UTC [24595] LOG:  listening on Unix socket "/tmp/.s.PGSQL.33347"
2026-08-12 06:36:06.393 UTC [24601] LOG:  database system was shut down at 2026-08-12 06:36:05 UTC
2026-08-12 06:36:06.399 UTC [24595] LOG:  database system is ready to accept connections
I20260812 06:36:08.514796 24572 mini_postgres.cc:96] Postgres bound to 33347
2026-08-12 06:36:08.520 UTC [24609] FATAL:  database "slave" does not exist
127.0.0.1:33347 - accepting connections
I20260812 06:36:08.521067 24572 mini_ranger.cc:162] Starting Ranger...
I20260812 06:36:08.538317 24572 mini_ranger.cc:85] Created miniranger Postgres user
I20260812 06:36:08.611958 24572 mini_ranger.cc:88] Created ranger Postgres database
I20260812 06:36:08.612109 24572 mini_ranger.cc:179] Starting Ranger out of /tmp/dist-test-taskHjO0ua/test-tmp/mini_ranger-test.0.MiniRangerTest.TestGrantPrivilege.1786516563912513-24572-0/ranger-admin
2026-08-12 06:36:09,009  [I] DB FLAVOR :POSTGRES
2026-08-12 06:36:09,010  [I] --------- Verifying Ranger DB connection ---------
2026-08-12 06:36:09,010  [I] Checking connection..
2026-08-12 06:36:09,010  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:33347/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select 1;"
2026-08-12 06:36:09,313  [I] Checking connection passed.
2026-08-12 06:36:09,313  [I] --------- Verifying version history table ---------
2026-08-12 06:36:09,313  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:33347/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select * from (select table_name from information_schema.tables where table_catalog='ranger' and table_name = 'x_db_version_h') as temp;"
2026-08-12 06:36:09,625  [I] Table x_db_version_h does not exist in database ranger
2026-08-12 06:36:09,626  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:33347/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select * from (select table_name from information_schema.tables where table_catalog='ranger' and table_name = 'x_db_version_h') as temp;"
2026-08-12 06:36:09,958  [I] Table x_db_version_h does not exist in database ranger
2026-08-12 06:36:09,959  [I] Importing x_db_version_h table schema to database ranger from file: create_dbversion_catalog.sql
2026-08-12 06:36:09,959  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:33347/ranger -u miniranger -p '********' -noheader -trim -c \; -input /tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/db/postgres/create_dbversion_catalog.sql 
2026-08-12 06:36:10.242 UTC [24774] WARNING:  there is no transaction in progress
2026-08-12 06:36:10,271  [I] create_dbversion_catalog.sql file imported successfully
2026-08-12 06:36:10,271  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:33347/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select * from (select table_name from information_schema.tables where table_catalog='ranger' and table_name = 'x_db_version_h') as temp;"
2026-08-12 06:36:10,602  [I] Table x_db_version_h already exists in database 'ranger'
2026-08-12 06:36:10,603  [I] --------- Importing Ranger Core DB Schema ---------
2026-08-12 06:36:10,603  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:33347/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select version from x_db_version_h where version = 'CORE_DB_SCHEMA' and active = 'Y';"
2026-08-12 06:36:10,908  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:33347/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select version from x_db_version_h where version = 'CORE_DB_SCHEMA' and active = 'N';"
2026-08-12 06:36:11,202  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:33347/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "insert into x_db_version_h (version, inst_at, inst_by, updated_at, updated_by,active) values ('CORE_DB_SCHEMA', current_timestamp, 'Ranger 2.6.0', current_timestamp, 'dist-test-slave-39l8.c.gcp-upstream.internal','N') ;"
2026-08-12 06:36:11,526  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:33347/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select * from (select table_name from information_schema.tables where table_catalog='ranger' and table_name = 'x_portal_user') as temp;"
2026-08-12 06:36:11,836  [I] Table x_portal_user does not exist in database ranger
2026-08-12 06:36:11,836  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:33347/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select * from (select table_name from information_schema.tables where table_catalog='ranger' and table_name = 'x_policy_ref_group') as temp;"
2026-08-12 06:36:12,181  [I] Table x_policy_ref_group does not exist in database ranger
2026-08-12 06:36:12,181  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:33347/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select version from x_db_version_h where version = 'DB_PATCHES' and active = 'Y';"
2026-08-12 06:36:12,487  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:33347/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select version from x_db_version_h where version = 'JAVA_PATCHES' and active = 'Y';"
2026-08-12 06:36:12,838  [I] Importing DB schema to database ranger from file: ranger_core_db_postgres.sql
2026-08-12 06:36:12,839  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:33347/ranger -u miniranger -p '********' -noheader -trim -c \; -input /tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/db/postgres/optimized/current/ranger_core_db_postgres.sql 
2026-08-12 06:36:13.693 UTC [25079] WARNING:  there is no transaction in progress
2026-08-12 06:36:13.703 UTC [25079] WARNING:  there is no transaction in progress
2026-08-12 06:36:13.714 UTC [25079] WARNING:  there is no transaction in progress
2026-08-12 06:36:13.725 UTC [25079] WARNING:  there is no transaction in progress
2026-08-12 06:36:13.735 UTC [25079] WARNING:  there is no transaction in progress
2026-08-12 06:36:13.746 UTC [25079] WARNING:  there is no transaction in progress
2026-08-12 06:36:13.790 UTC [25079] WARNING:  there is no transaction in progress
2026-08-12 06:36:13.796 UTC [25079] WARNING:  there is no transaction in progress
2026-08-12 06:36:13.806 UTC [25079] WARNING:  there is no transaction in progress
2026-08-12 06:36:13.815 UTC [25079] WARNING:  there is no transaction in progress
2026-08-12 06:36:13.825 UTC [25079] WARNING:  there is no transaction in progress
2026-08-12 06:36:13.835 UTC [25079] WARNING:  there is no transaction in progress
2026-08-12 06:36:13.843 UTC [25079] WARNING:  there is no transaction in progress
2026-08-12 06:36:13.852 UTC [25079] WARNING:  there is no transaction in progress
2026-08-12 06:36:13.857 UTC [25079] WARNING:  there is no transaction in progress
2026-08-12 06:36:13.865 UTC [25079] WARNING:  there is no transaction in progress
2026-08-12 06:36:13.871 UTC [25079] WARNING:  there is no transaction in progress
2026-08-12 06:36:13.878 UTC [25079] WARNING:  there is no transaction in progress
2026-08-12 06:36:13.883 UTC [25079] WARNING:  there is no transaction in progress
2026-08-12 06:36:13.888 UTC [25079] WARNING:  there is no transaction in progress
2026-08-12 06:36:13.892 UTC [25079] WARNING:  there is no transaction in progress
2026-08-12 06:36:13.896 UTC [25079] WARNING:  there is no transaction in progress
2026-08-12 06:36:14,357  [I] ranger_core_db_postgres.sql file imported successfully
2026-08-12 06:36:14,357  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:33347/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "update x_db_version_h set inst_by='Ranger 2.6.0' where active='Y' and updated_by='localhost';"
2026-08-12 06:36:14,657  [I] Patches status entries updated from base ranger version to current installed ranger version:Ranger 2.6.0
2026-08-12 06:36:14,658  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:33347/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select * from (select table_name from information_schema.tables where table_catalog='ranger' and table_name = 'x_portal_user') as temp;"
2026-08-12 06:36:14,990  [I] Table x_portal_user already exists in database 'ranger'
2026-08-12 06:36:14,991  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:33347/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select * from (select table_name from information_schema.tables where table_catalog='ranger' and table_name = 'x_policy_ref_group') as temp;"
2026-08-12 06:36:15,332  [I] Table x_policy_ref_group already exists in database 'ranger'
2026-08-12 06:36:15,332  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:33347/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select version from x_db_version_h where version = 'DB_PATCHES' and active = 'Y';"
2026-08-12 06:36:15,640  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:33347/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select version from x_db_version_h where version = 'JAVA_PATCHES' and active = 'Y';"
2026-08-12 06:36:15,968  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:33347/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "update x_db_version_h set active='Y' where version='CORE_DB_SCHEMA' and active='N' and updated_by='dist-test-slave-39l8.c.gcp-upstream.internal';"
2026-08-12 06:36:16,314  [I] CORE_DB_SCHEMA import status has been updated
2026-08-12 06:36:16,314  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:33347/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select version from x_db_version_h where version = 'DB_PATCHES' and inst_by = 'Ranger 2.6.0' and active = 'Y';"
2026-08-12 06:36:16,622  [I] DB_PATCHES have already been applied
I20260812 06:36:16.629015 24572 mini_ranger.cc:192] Using Ranger class path: /tmp/dist-test-taskHjO0ua/test-tmp/mini_ranger-test.0.MiniRangerTest.TestGrantPrivilege.1786516563912513-24572-0/ranger-admin:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/ews/lib/*:/usr/lib/jvm/temurin-17-jdk-amd64/lib/*:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/hadoop/*:/tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/ews/webapp
I20260812 06:36:16.629091 24572 mini_ranger.cc:194] Using host: 127.0.0.1
I20260812 06:36:16.631685 24572 mini_ranger.cc:240] Ranger admin URL: http://127.0.0.1:41601
Aug 12, 2026 6:36:17 AM org.apache.ranger.server.tomcat.EmbeddedServer getKeyManagers
WARNING: Config 'ranger.keystore.file' or 'ranger.service.https.attrib.keystore.file' is not found or contains blank value
Aug 12, 2026 6:36:17 AM org.apache.ranger.server.tomcat.EmbeddedServer getTrustManagers
WARNING: Config 'ranger.truststore.file' is not found or contains blank value!
Aug 12, 2026 6:36:17 AM org.apache.ranger.server.tomcat.EmbeddedServer start
INFO: Deriving webapp folder from catalina.base property. folder=/tmp/dist-test-taskHjO0ua/test-tmp/mini_ranger-test.0.MiniRangerTest.TestGrantPrivilege.1786516563912513-24572-0/ranger-admin/ews/webapp
Aug 12, 2026 6:36:17 AM org.apache.ranger.server.tomcat.EmbeddedServer start
INFO: Webapp file =/tmp/dist-test-taskHjO0ua/test-tmp/mini_ranger-test.0.MiniRangerTest.TestGrantPrivilege.1786516563912513-24572-0/ranger-admin/ews/webapp, webAppName = /
Aug 12, 2026 6:36:17 AM org.apache.ranger.server.tomcat.EmbeddedServer start
INFO: Adding webapp [/] = path [/tmp/dist-test-taskHjO0ua/test-tmp/mini_ranger-test.0.MiniRangerTest.TestGrantPrivilege.1786516563912513-24572-0/ranger-admin/ews/webapp] .....
Aug 12, 2026 6:36:17 AM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [/] does not meet these criteria and has been changed to []
Aug 12, 2026 6:36:17 AM org.apache.ranger.server.tomcat.EmbeddedServer start
INFO: Finished init of webapp [/] = path [/tmp/dist-test-taskHjO0ua/test-tmp/mini_ranger-test.0.MiniRangerTest.TestGrantPrivilege.1786516563912513-24572-0/ranger-admin/ews/webapp].
Aug 12, 2026 6:36:17 AM org.apache.ranger.server.tomcat.EmbeddedServer startServer
INFO: Server Name : miniranger
Aug 12, 2026 6:36:18 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-41601"]
Aug 12, 2026 6:36:18 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Aug 12, 2026 6:36:18 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet engine: [Apache Tomcat/9.0.98]
Aug 12, 2026 6:36:18 AM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment
INFO: No global web.xml found
I20260812 06:36:19.188452 24572 mini_ranger.cc:161] Time spent starting Ranger: real 10.667s	user 0.000s	sys 0.008s
Aug 12, 2026 6:36:23 AM org.apache.jasper.servlet.TldScanner scanJars
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Aug 12, 2026 6:36:23 AM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
[EL Warning]: metadata: 2026-08-12 06:36:26.761--ServerSession(610880473)--You have specified multiple ids for the entity class [org.apache.ranger.entity.view.VXXPrincipal] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
Aug 12, 2026 6:36:41 AM com.sun.jersey.api.core.PackagesResourceConfig init
INFO: Scanning for root resource and provider classes in the packages:
  org.apache.ranger.rest
  org.apache.ranger.common
  xa.rest
Aug 12, 2026 6:36:41 AM com.sun.jersey.api.core.ScanningResourceConfig logClasses
INFO: Root resource classes found:
  class org.apache.ranger.rest.ServiceREST
  class org.apache.ranger.rest.XAuditREST
  class org.apache.ranger.rest.TagREST
  class org.apache.ranger.rest.SecurityZoneREST
  class org.apache.ranger.rest.UserREST
  class org.apache.ranger.rest.MetricsREST
  class org.apache.ranger.rest.AssetREST
  class org.apache.ranger.rest.XKeyREST
  class org.apache.ranger.rest.PublicAPIs
  class org.apache.ranger.rest.PublicAPIsv2
  class org.apache.ranger.rest.XUserREST
  class org.apache.ranger.rest.RoleREST
Aug 12, 2026 6:36:41 AM com.sun.jersey.api.core.ScanningResourceConfig logClasses
INFO: Provider classes found:
  class org.apache.ranger.common.RangerJAXBContextResolver
  class org.apache.ranger.common.RangerJsonProvider
  class org.apache.ranger.common.RangerJsonParserExceptionMapper
  class org.apache.ranger.common.RangerJsonMappingExceptionMapper
Aug 12, 2026 6:36:41 AM com.sun.jersey.spi.spring.container.servlet.SpringServlet getContext
INFO: Using default applicationContext
Aug 12, 2026 6:36:41 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, rangerJsonMappingExceptionMapper, of type org.apache.ranger.common.RangerJsonMappingExceptionMapper as a provider class
Aug 12, 2026 6:36:41 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, rangerJsonParserExceptionMapper, of type org.apache.ranger.common.RangerJsonParserExceptionMapper as a provider class
Aug 12, 2026 6:36:41 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, rangerJsonProvider, of type org.apache.ranger.common.RangerJsonProvider as a provider class
Aug 12, 2026 6:36:41 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, assetREST, of type org.apache.ranger.rest.AssetREST as a root resource class
Aug 12, 2026 6:36:41 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, metricsREST, of type org.apache.ranger.rest.MetricsREST as a root resource class
Aug 12, 2026 6:36:41 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, publicAPIs, of type org.apache.ranger.rest.PublicAPIs as a root resource class
Aug 12, 2026 6:36:41 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, publicAPIsv2, of type org.apache.ranger.rest.PublicAPIsv2 as a root resource class
Aug 12, 2026 6:36:41 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, roleREST, of type org.apache.ranger.rest.RoleREST as a root resource class
Aug 12, 2026 6:36:41 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, securityZoneREST, of type org.apache.ranger.rest.SecurityZoneREST as a root resource class
Aug 12, 2026 6:36:41 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, serviceREST, of type org.apache.ranger.rest.ServiceREST as a root resource class
Aug 12, 2026 6:36:41 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, tagREST, of type org.apache.ranger.rest.TagREST as a root resource class
Aug 12, 2026 6:36:41 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, userREST, of type org.apache.ranger.rest.UserREST as a root resource class
Aug 12, 2026 6:36:41 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, XAuditREST, of type org.apache.ranger.rest.XAuditREST as a root resource class
Aug 12, 2026 6:36:41 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, XKeyREST, of type org.apache.ranger.rest.XKeyREST as a root resource class
Aug 12, 2026 6:36:41 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, XUserREST, of type org.apache.ranger.rest.XUserREST as a root resource class
Aug 12, 2026 6:36:41 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.19.4 05/24/2017 03:20 PM'
Aug 12, 2026 6:36:42 AM com.sun.jersey.spi.inject.Errors processErrorMessages
WARNING: The following warnings have been detected with resource and/or provider classes:
  WARNING: A HTTP GET method, public void org.apache.ranger.rest.RoleREST.getRolesInJson(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse), MUST return a non-void type.
  WARNING: A HTTP GET method, public void org.apache.ranger.rest.ServiceREST.getPoliciesInExcel(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse), MUST return a non-void type.
  WARNING: A HTTP GET method, public void org.apache.ranger.rest.ServiceREST.getPoliciesInCsv(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException, MUST return a non-void type.
  WARNING: A HTTP GET method, public void org.apache.ranger.rest.ServiceREST.getPoliciesInJson(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.Boolean), MUST return a non-void type.
Aug 12, 2026 6:36:42 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-41601"]
I20260812 06:36:43.497433 24572 mini_ranger.cc:274] Created Kudu service
I20260812 06:36:43.731801 24572 mini_ranger.cc:389] Successfully created Ranger user: testuser
I20260812 06:36:44.038888 24572 mini_ranger.cc:67] Stopping Ranger...
I20260812 06:36:44.405092 24572 mini_ranger.cc:69] Stopped Ranger
2026-08-12 06:36:44.405 UTC [24595] LOG:  received smart shutdown request
2026-08-12 06:36:44.408 UTC [24595] LOG:  background worker "logical replication launcher" (PID 24606) exited with exit code 1
2026-08-12 06:36:44.408 UTC [24599] LOG:  shutting down
2026-08-12 06:36:44.410 UTC [24599] LOG:  checkpoint starting: shutdown immediate
2026-08-12 06:36:45.395 UTC [24599] LOG:  checkpoint complete: wrote 1535 buffers (9.4%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.026 s, sync=0.953 s, total=0.987 s; sync files=832, longest=0.005 s, average=0.002 s; distance=8442 kB, estimate=8442 kB; lsn=0/1CB91B8, redo lsn=0/1CB91B8
2026-08-12 06:36:45.404 UTC [24595] LOG:  database system is shut down
[       OK ] MiniRangerTest.TestGrantPrivilege (41568 ms)
[ RUN      ] MiniRangerTest.TestPersistence
I20260812 06:36:45.483284 24572 mini_postgres.cc:62] Running initdb...
The files belonging to this database system will be owned by user "slave".
This user must also own the server process.

The database cluster will be initialized with locale "C".
The default database encoding has accordingly been set to "SQL_ASCII".
The default text search configuration will be set to "english".

Data page checksums are disabled.

creating directory /tmp/dist-test-taskHjO0ua/test-tmp/mini_ranger-test.0.MiniRangerTest.TestPersistence.1786516563912513-24572-0/postgres ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... posix
selecting default "max_connections" ... 100
selecting default "shared_buffers" ... 128MB
selecting default time zone ... Etc/UTC
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... ok
syncing data to disk ... ok

initdb: warning: enabling "trust" authentication for local connections
initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb.

Success. You can now start the database server using:

    /tmp/dist-test-taskHjO0ua/build/debug/bin/postgres/pg_ctl -D /tmp/dist-test-taskHjO0ua/test-tmp/mini_ranger-test.0.MiniRangerTest.TestPersistence.1786516563912513-24572-0/postgres -l logfile start

2026-08-12 06:36:48.001 UTC [25416] LOG:  starting PostgreSQL 17.2 on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0, 64-bit
2026-08-12 06:36:48.001 UTC [25416] LOG:  listening on IPv4 address "127.0.0.1", port 41955
2026-08-12 06:36:48.005 UTC [25416] LOG:  listening on Unix socket "/tmp/.s.PGSQL.41955"
2026-08-12 06:36:48.011 UTC [25422] LOG:  database system was shut down at 2026-08-12 06:36:46 UTC
2026-08-12 06:36:48.016 UTC [25416] LOG:  database system is ready to accept connections
I20260812 06:36:50.136837 24572 mini_postgres.cc:96] Postgres bound to 41955
2026-08-12 06:36:50.142 UTC [25429] FATAL:  database "slave" does not exist
127.0.0.1:41955 - accepting connections
I20260812 06:36:50.143424 24572 mini_ranger.cc:162] Starting Ranger...
I20260812 06:36:50.161063 24572 mini_ranger.cc:85] Created miniranger Postgres user
I20260812 06:36:50.234395 24572 mini_ranger.cc:88] Created ranger Postgres database
I20260812 06:36:50.234491 24572 mini_ranger.cc:179] Starting Ranger out of /tmp/dist-test-taskHjO0ua/test-tmp/mini_ranger-test.0.MiniRangerTest.TestPersistence.1786516563912513-24572-0/ranger-admin
2026-08-12 06:36:50,609  [I] DB FLAVOR :POSTGRES
2026-08-12 06:36:50,609  [I] --------- Verifying Ranger DB connection ---------
2026-08-12 06:36:50,609  [I] Checking connection..
2026-08-12 06:36:50,609  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:41955/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select 1;"
2026-08-12 06:36:50,955  [I] Checking connection passed.
2026-08-12 06:36:50,955  [I] --------- Verifying version history table ---------
2026-08-12 06:36:50,955  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:41955/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select * from (select table_name from information_schema.tables where table_catalog='ranger' and table_name = 'x_db_version_h') as temp;"
2026-08-12 06:36:51,265  [I] Table x_db_version_h does not exist in database ranger
2026-08-12 06:36:51,266  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:41955/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select * from (select table_name from information_schema.tables where table_catalog='ranger' and table_name = 'x_db_version_h') as temp;"
2026-08-12 06:36:51,608  [I] Table x_db_version_h does not exist in database ranger
2026-08-12 06:36:51,608  [I] Importing x_db_version_h table schema to database ranger from file: create_dbversion_catalog.sql
2026-08-12 06:36:51,609  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:41955/ranger -u miniranger -p '********' -noheader -trim -c \; -input /tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/db/postgres/create_dbversion_catalog.sql 
2026-08-12 06:36:51.900 UTC [25605] WARNING:  there is no transaction in progress
2026-08-12 06:36:51,920  [I] create_dbversion_catalog.sql file imported successfully
2026-08-12 06:36:51,920  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:41955/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select * from (select table_name from information_schema.tables where table_catalog='ranger' and table_name = 'x_db_version_h') as temp;"
2026-08-12 06:36:52,241  [I] Table x_db_version_h already exists in database 'ranger'
2026-08-12 06:36:52,242  [I] --------- Importing Ranger Core DB Schema ---------
2026-08-12 06:36:52,242  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:41955/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select version from x_db_version_h where version = 'CORE_DB_SCHEMA' and active = 'Y';"
2026-08-12 06:36:52,555  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:41955/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select version from x_db_version_h where version = 'CORE_DB_SCHEMA' and active = 'N';"
2026-08-12 06:36:52,901  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:41955/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "insert into x_db_version_h (version, inst_at, inst_by, updated_at, updated_by,active) values ('CORE_DB_SCHEMA', current_timestamp, 'Ranger 2.6.0', current_timestamp, 'dist-test-slave-39l8.c.gcp-upstream.internal','N') ;"
2026-08-12 06:36:53,270  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:41955/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select * from (select table_name from information_schema.tables where table_catalog='ranger' and table_name = 'x_portal_user') as temp;"
2026-08-12 06:36:53,610  [I] Table x_portal_user does not exist in database ranger
2026-08-12 06:36:53,610  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:41955/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select * from (select table_name from information_schema.tables where table_catalog='ranger' and table_name = 'x_policy_ref_group') as temp;"
2026-08-12 06:36:53,978  [I] Table x_policy_ref_group does not exist in database ranger
2026-08-12 06:36:53,979  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:41955/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select version from x_db_version_h where version = 'DB_PATCHES' and active = 'Y';"
2026-08-12 06:36:54,308  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:41955/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select version from x_db_version_h where version = 'JAVA_PATCHES' and active = 'Y';"
2026-08-12 06:36:54,675  [I] Importing DB schema to database ranger from file: ranger_core_db_postgres.sql
2026-08-12 06:36:54,676  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:41955/ranger -u miniranger -p '********' -noheader -trim -c \; -input /tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/db/postgres/optimized/current/ranger_core_db_postgres.sql 
2026-08-12 06:36:55.513 UTC [25925] WARNING:  there is no transaction in progress
2026-08-12 06:36:55.524 UTC [25925] WARNING:  there is no transaction in progress
2026-08-12 06:36:55.535 UTC [25925] WARNING:  there is no transaction in progress
2026-08-12 06:36:55.545 UTC [25925] WARNING:  there is no transaction in progress
2026-08-12 06:36:55.555 UTC [25925] WARNING:  there is no transaction in progress
2026-08-12 06:36:55.566 UTC [25925] WARNING:  there is no transaction in progress
2026-08-12 06:36:55.609 UTC [25925] WARNING:  there is no transaction in progress
2026-08-12 06:36:55.615 UTC [25925] WARNING:  there is no transaction in progress
2026-08-12 06:36:55.628 UTC [25925] WARNING:  there is no transaction in progress
2026-08-12 06:36:55.637 UTC [25925] WARNING:  there is no transaction in progress
2026-08-12 06:36:55.646 UTC [25925] WARNING:  there is no transaction in progress
2026-08-12 06:36:55.656 UTC [25925] WARNING:  there is no transaction in progress
2026-08-12 06:36:55.664 UTC [25925] WARNING:  there is no transaction in progress
2026-08-12 06:36:55.673 UTC [25925] WARNING:  there is no transaction in progress
2026-08-12 06:36:55.679 UTC [25925] WARNING:  there is no transaction in progress
2026-08-12 06:36:55.687 UTC [25925] WARNING:  there is no transaction in progress
2026-08-12 06:36:55.693 UTC [25925] WARNING:  there is no transaction in progress
2026-08-12 06:36:55.700 UTC [25925] WARNING:  there is no transaction in progress
2026-08-12 06:36:55.705 UTC [25925] WARNING:  there is no transaction in progress
2026-08-12 06:36:55.711 UTC [25925] WARNING:  there is no transaction in progress
2026-08-12 06:36:55.714 UTC [25925] WARNING:  there is no transaction in progress
2026-08-12 06:36:55.718 UTC [25925] WARNING:  there is no transaction in progress
2026-08-12 06:36:56,174  [I] ranger_core_db_postgres.sql file imported successfully
2026-08-12 06:36:56,175  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:41955/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "update x_db_version_h set inst_by='Ranger 2.6.0' where active='Y' and updated_by='localhost';"
2026-08-12 06:36:56,475  [I] Patches status entries updated from base ranger version to current installed ranger version:Ranger 2.6.0
2026-08-12 06:36:56,476  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:41955/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select * from (select table_name from information_schema.tables where table_catalog='ranger' and table_name = 'x_portal_user') as temp;"
2026-08-12 06:36:56,805  [I] Table x_portal_user already exists in database 'ranger'
2026-08-12 06:36:56,805  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:41955/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select * from (select table_name from information_schema.tables where table_catalog='ranger' and table_name = 'x_policy_ref_group') as temp;"
2026-08-12 06:36:57,109  [I] Table x_policy_ref_group already exists in database 'ranger'
2026-08-12 06:36:57,109  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:41955/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select version from x_db_version_h where version = 'DB_PATCHES' and active = 'Y';"
2026-08-12 06:36:57,481  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:41955/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select version from x_db_version_h where version = 'JAVA_PATCHES' and active = 'Y';"
2026-08-12 06:36:57,803  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:41955/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "update x_db_version_h set active='Y' where version='CORE_DB_SCHEMA' and active='N' and updated_by='dist-test-slave-39l8.c.gcp-upstream.internal';"
2026-08-12 06:36:58,133  [I] CORE_DB_SCHEMA import status has been updated
2026-08-12 06:36:58,134  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:41955/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select version from x_db_version_h where version = 'DB_PATCHES' and inst_by = 'Ranger 2.6.0' and active = 'Y';"
2026-08-12 06:36:58,496  [I] DB_PATCHES have already been applied
I20260812 06:36:58.502168 24572 mini_ranger.cc:192] Using Ranger class path: /tmp/dist-test-taskHjO0ua/test-tmp/mini_ranger-test.0.MiniRangerTest.TestPersistence.1786516563912513-24572-0/ranger-admin:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/ews/lib/*:/usr/lib/jvm/temurin-17-jdk-amd64/lib/*:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/hadoop/*:/tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/ews/webapp
I20260812 06:36:58.502238 24572 mini_ranger.cc:194] Using host: 127.0.0.1
I20260812 06:36:58.504436 24572 mini_ranger.cc:240] Ranger admin URL: http://127.0.0.1:35407
Aug 12, 2026 6:36:59 AM org.apache.ranger.server.tomcat.EmbeddedServer getKeyManagers
WARNING: Config 'ranger.keystore.file' or 'ranger.service.https.attrib.keystore.file' is not found or contains blank value
Aug 12, 2026 6:36:59 AM org.apache.ranger.server.tomcat.EmbeddedServer getTrustManagers
WARNING: Config 'ranger.truststore.file' is not found or contains blank value!
Aug 12, 2026 6:36:59 AM org.apache.ranger.server.tomcat.EmbeddedServer start
INFO: Deriving webapp folder from catalina.base property. folder=/tmp/dist-test-taskHjO0ua/test-tmp/mini_ranger-test.0.MiniRangerTest.TestPersistence.1786516563912513-24572-0/ranger-admin/ews/webapp
Aug 12, 2026 6:36:59 AM org.apache.ranger.server.tomcat.EmbeddedServer start
INFO: Webapp file =/tmp/dist-test-taskHjO0ua/test-tmp/mini_ranger-test.0.MiniRangerTest.TestPersistence.1786516563912513-24572-0/ranger-admin/ews/webapp, webAppName = /
Aug 12, 2026 6:36:59 AM org.apache.ranger.server.tomcat.EmbeddedServer start
INFO: Adding webapp [/] = path [/tmp/dist-test-taskHjO0ua/test-tmp/mini_ranger-test.0.MiniRangerTest.TestPersistence.1786516563912513-24572-0/ranger-admin/ews/webapp] .....
Aug 12, 2026 6:36:59 AM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [/] does not meet these criteria and has been changed to []
Aug 12, 2026 6:36:59 AM org.apache.ranger.server.tomcat.EmbeddedServer start
INFO: Finished init of webapp [/] = path [/tmp/dist-test-taskHjO0ua/test-tmp/mini_ranger-test.0.MiniRangerTest.TestPersistence.1786516563912513-24572-0/ranger-admin/ews/webapp].
Aug 12, 2026 6:36:59 AM org.apache.ranger.server.tomcat.EmbeddedServer startServer
INFO: Server Name : miniranger
Aug 12, 2026 6:36:59 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-35407"]
Aug 12, 2026 6:36:59 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Aug 12, 2026 6:36:59 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet engine: [Apache Tomcat/9.0.98]
Aug 12, 2026 6:37:00 AM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment
INFO: No global web.xml found
I20260812 06:37:01.047016 24572 mini_ranger.cc:161] Time spent starting Ranger: real 10.904s	user 0.000s	sys 0.008s
Aug 12, 2026 6:37:04 AM org.apache.jasper.servlet.TldScanner scanJars
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Aug 12, 2026 6:37:04 AM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
[EL Warning]: metadata: 2026-08-12 06:37:08.222--ServerSession(907262987)--You have specified multiple ids for the entity class [org.apache.ranger.entity.view.VXXPrincipal] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
Aug 12, 2026 6:37:23 AM com.sun.jersey.api.core.PackagesResourceConfig init
INFO: Scanning for root resource and provider classes in the packages:
  org.apache.ranger.rest
  org.apache.ranger.common
  xa.rest
Aug 12, 2026 6:37:23 AM com.sun.jersey.api.core.ScanningResourceConfig logClasses
INFO: Root resource classes found:
  class org.apache.ranger.rest.ServiceREST
  class org.apache.ranger.rest.XAuditREST
  class org.apache.ranger.rest.TagREST
  class org.apache.ranger.rest.SecurityZoneREST
  class org.apache.ranger.rest.UserREST
  class org.apache.ranger.rest.MetricsREST
  class org.apache.ranger.rest.AssetREST
  class org.apache.ranger.rest.XKeyREST
  class org.apache.ranger.rest.PublicAPIs
  class org.apache.ranger.rest.PublicAPIsv2
  class org.apache.ranger.rest.XUserREST
  class org.apache.ranger.rest.RoleREST
Aug 12, 2026 6:37:23 AM com.sun.jersey.api.core.ScanningResourceConfig logClasses
INFO: Provider classes found:
  class org.apache.ranger.common.RangerJAXBContextResolver
  class org.apache.ranger.common.RangerJsonProvider
  class org.apache.ranger.common.RangerJsonParserExceptionMapper
  class org.apache.ranger.common.RangerJsonMappingExceptionMapper
Aug 12, 2026 6:37:23 AM com.sun.jersey.spi.spring.container.servlet.SpringServlet getContext
INFO: Using default applicationContext
Aug 12, 2026 6:37:23 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, rangerJsonMappingExceptionMapper, of type org.apache.ranger.common.RangerJsonMappingExceptionMapper as a provider class
Aug 12, 2026 6:37:23 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, rangerJsonParserExceptionMapper, of type org.apache.ranger.common.RangerJsonParserExceptionMapper as a provider class
Aug 12, 2026 6:37:23 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, rangerJsonProvider, of type org.apache.ranger.common.RangerJsonProvider as a provider class
Aug 12, 2026 6:37:23 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, assetREST, of type org.apache.ranger.rest.AssetREST as a root resource class
Aug 12, 2026 6:37:23 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, metricsREST, of type org.apache.ranger.rest.MetricsREST as a root resource class
Aug 12, 2026 6:37:23 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, publicAPIs, of type org.apache.ranger.rest.PublicAPIs as a root resource class
Aug 12, 2026 6:37:23 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, publicAPIsv2, of type org.apache.ranger.rest.PublicAPIsv2 as a root resource class
Aug 12, 2026 6:37:23 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, roleREST, of type org.apache.ranger.rest.RoleREST as a root resource class
Aug 12, 2026 6:37:23 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, securityZoneREST, of type org.apache.ranger.rest.SecurityZoneREST as a root resource class
Aug 12, 2026 6:37:23 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, serviceREST, of type org.apache.ranger.rest.ServiceREST as a root resource class
Aug 12, 2026 6:37:23 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, tagREST, of type org.apache.ranger.rest.TagREST as a root resource class
Aug 12, 2026 6:37:23 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, userREST, of type org.apache.ranger.rest.UserREST as a root resource class
Aug 12, 2026 6:37:23 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, XAuditREST, of type org.apache.ranger.rest.XAuditREST as a root resource class
Aug 12, 2026 6:37:23 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, XKeyREST, of type org.apache.ranger.rest.XKeyREST as a root resource class
Aug 12, 2026 6:37:23 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, XUserREST, of type org.apache.ranger.rest.XUserREST as a root resource class
Aug 12, 2026 6:37:23 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.19.4 05/24/2017 03:20 PM'
Aug 12, 2026 6:37:24 AM com.sun.jersey.spi.inject.Errors processErrorMessages
WARNING: The following warnings have been detected with resource and/or provider classes:
  WARNING: A HTTP GET method, public void org.apache.ranger.rest.RoleREST.getRolesInJson(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse), MUST return a non-void type.
  WARNING: A HTTP GET method, public void org.apache.ranger.rest.ServiceREST.getPoliciesInExcel(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse), MUST return a non-void type.
  WARNING: A HTTP GET method, public void org.apache.ranger.rest.ServiceREST.getPoliciesInCsv(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException, MUST return a non-void type.
  WARNING: A HTTP GET method, public void org.apache.ranger.rest.ServiceREST.getPoliciesInJson(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.Boolean), MUST return a non-void type.
Aug 12, 2026 6:37:24 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-35407"]
I20260812 06:37:25.144882 24572 mini_ranger.cc:274] Created Kudu service
I20260812 06:37:25.374289 24572 mini_ranger.cc:389] Successfully created Ranger user: testuser
I20260812 06:37:25.633299 24572 mini_ranger.cc:67] Stopping Ranger...
I20260812 06:37:25.998193 24572 mini_ranger.cc:69] Stopped Ranger
2026-08-12 06:37:25.998 UTC [25416] LOG:  received smart shutdown request
2026-08-12 06:37:26.002 UTC [25416] LOG:  background worker "logical replication launcher" (PID 25425) exited with exit code 1
2026-08-12 06:37:26.002 UTC [25420] LOG:  shutting down
2026-08-12 06:37:26.004 UTC [25420] LOG:  checkpoint starting: shutdown immediate
2026-08-12 06:37:26.874 UTC [25420] LOG:  checkpoint complete: wrote 1535 buffers (9.4%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.027 s, sync=0.838 s, total=0.872 s; sync files=832, longest=0.005 s, average=0.002 s; distance=8442 kB, estimate=8442 kB; lsn=0/1CB9128, redo lsn=0/1CB9128
2026-08-12 06:37:26.882 UTC [25416] LOG:  database system is shut down
2026-08-12 06:37:26.912 UTC [26260] LOG:  starting PostgreSQL 17.2 on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0, 64-bit
2026-08-12 06:37:26.912 UTC [26260] LOG:  listening on IPv4 address "127.0.0.1", port 41955
2026-08-12 06:37:26.915 UTC [26260] LOG:  listening on Unix socket "/tmp/.s.PGSQL.41955"
2026-08-12 06:37:26.920 UTC [26270] LOG:  database system was shut down at 2026-08-12 06:37:26 UTC
2026-08-12 06:37:26.973 UTC [26260] LOG:  database system is ready to accept connections
I20260812 06:37:29.069629 24572 mini_postgres.cc:96] Postgres bound to 41955
2026-08-12 06:37:29.075 UTC [26280] FATAL:  database "slave" does not exist
127.0.0.1:41955 - accepting connections
I20260812 06:37:29.076109 24572 mini_ranger.cc:162] Starting Ranger...
I20260812 06:37:29.076300 24572 mini_ranger.cc:179] Starting Ranger out of /tmp/dist-test-taskHjO0ua/test-tmp/mini_ranger-test.0.MiniRangerTest.TestPersistence.1786516563912513-24572-0/ranger-admin
I20260812 06:37:29.076977 24572 mini_ranger.cc:192] Using Ranger class path: /tmp/dist-test-taskHjO0ua/test-tmp/mini_ranger-test.0.MiniRangerTest.TestPersistence.1786516563912513-24572-0/ranger-admin:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/ews/lib/*:/usr/lib/jvm/temurin-17-jdk-amd64/lib/*:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/hadoop/*:/tmp/dist-test-taskHjO0ua/build/debug/bin/postgresql.jar:/tmp/dist-test-taskHjO0ua/thirdparty/installed/common/opt/ranger/ews/webapp
I20260812 06:37:29.077013 24572 mini_ranger.cc:194] Using host: 127.0.0.1
I20260812 06:37:29.079156 24572 mini_ranger.cc:240] Ranger admin URL: http://127.0.0.1:35407
Aug 12, 2026 6:37:29 AM org.apache.ranger.server.tomcat.EmbeddedServer getKeyManagers
WARNING: Config 'ranger.keystore.file' or 'ranger.service.https.attrib.keystore.file' is not found or contains blank value
Aug 12, 2026 6:37:29 AM org.apache.ranger.server.tomcat.EmbeddedServer getTrustManagers
WARNING: Config 'ranger.truststore.file' is not found or contains blank value!
Aug 12, 2026 6:37:29 AM org.apache.ranger.server.tomcat.EmbeddedServer start
INFO: Deriving webapp folder from catalina.base property. folder=/tmp/dist-test-taskHjO0ua/test-tmp/mini_ranger-test.0.MiniRangerTest.TestPersistence.1786516563912513-24572-0/ranger-admin/ews/webapp
Aug 12, 2026 6:37:29 AM org.apache.ranger.server.tomcat.EmbeddedServer start
INFO: Webapp file =/tmp/dist-test-taskHjO0ua/test-tmp/mini_ranger-test.0.MiniRangerTest.TestPersistence.1786516563912513-24572-0/ranger-admin/ews/webapp, webAppName = /
Aug 12, 2026 6:37:29 AM org.apache.ranger.server.tomcat.EmbeddedServer start
INFO: Adding webapp [/] = path [/tmp/dist-test-taskHjO0ua/test-tmp/mini_ranger-test.0.MiniRangerTest.TestPersistence.1786516563912513-24572-0/ranger-admin/ews/webapp] .....
Aug 12, 2026 6:37:29 AM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [/] does not meet these criteria and has been changed to []
Aug 12, 2026 6:37:30 AM org.apache.ranger.server.tomcat.EmbeddedServer start
INFO: Finished init of webapp [/] = path [/tmp/dist-test-taskHjO0ua/test-tmp/mini_ranger-test.0.MiniRangerTest.TestPersistence.1786516563912513-24572-0/ranger-admin/ews/webapp].
Aug 12, 2026 6:37:30 AM org.apache.ranger.server.tomcat.EmbeddedServer startServer
INFO: Server Name : miniranger
Aug 12, 2026 6:37:30 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-35407"]
Aug 12, 2026 6:37:30 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Aug 12, 2026 6:37:30 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet engine: [Apache Tomcat/9.0.98]
Aug 12, 2026 6:37:31 AM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment
INFO: No global web.xml found
I20260812 06:37:31.641335 24572 mini_ranger.cc:161] Time spent starting Ranger: real 2.565s	user 0.003s	sys 0.001s
Aug 12, 2026 6:37:35 AM org.apache.jasper.servlet.TldScanner scanJars
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Aug 12, 2026 6:37:35 AM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
[EL Warning]: metadata: 2026-08-12 06:37:38.647--ServerSession(610880473)--You have specified multiple ids for the entity class [org.apache.ranger.entity.view.VXXPrincipal] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
Aug 12, 2026 6:37:43 AM com.sun.jersey.api.core.PackagesResourceConfig init
INFO: Scanning for root resource and provider classes in the packages:
  org.apache.ranger.rest
  org.apache.ranger.common
  xa.rest
Aug 12, 2026 6:37:43 AM com.sun.jersey.api.core.ScanningResourceConfig logClasses
INFO: Root resource classes found:
  class org.apache.ranger.rest.ServiceREST
  class org.apache.ranger.rest.XAuditREST
  class org.apache.ranger.rest.TagREST
  class org.apache.ranger.rest.SecurityZoneREST
  class org.apache.ranger.rest.UserREST
  class org.apache.ranger.rest.MetricsREST
  class org.apache.ranger.rest.AssetREST
  class org.apache.ranger.rest.XKeyREST
  class org.apache.ranger.rest.PublicAPIs
  class org.apache.ranger.rest.PublicAPIsv2
  class org.apache.ranger.rest.XUserREST
  class org.apache.ranger.rest.RoleREST
Aug 12, 2026 6:37:43 AM com.sun.jersey.api.core.ScanningResourceConfig logClasses
INFO: Provider classes found:
  class org.apache.ranger.common.RangerJAXBContextResolver
  class org.apache.ranger.common.RangerJsonProvider
  class org.apache.ranger.common.RangerJsonParserExceptionMapper
  class org.apache.ranger.common.RangerJsonMappingExceptionMapper
Aug 12, 2026 6:37:43 AM com.sun.jersey.spi.spring.container.servlet.SpringServlet getContext
INFO: Using default applicationContext
Aug 12, 2026 6:37:43 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, rangerJsonMappingExceptionMapper, of type org.apache.ranger.common.RangerJsonMappingExceptionMapper as a provider class
Aug 12, 2026 6:37:43 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, rangerJsonParserExceptionMapper, of type org.apache.ranger.common.RangerJsonParserExceptionMapper as a provider class
Aug 12, 2026 6:37:43 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, rangerJsonProvider, of type org.apache.ranger.common.RangerJsonProvider as a provider class
Aug 12, 2026 6:37:43 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, assetREST, of type org.apache.ranger.rest.AssetREST as a root resource class
Aug 12, 2026 6:37:43 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, metricsREST, of type org.apache.ranger.rest.MetricsREST as a root resource class
Aug 12, 2026 6:37:43 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, publicAPIs, of type org.apache.ranger.rest.PublicAPIs as a root resource class
Aug 12, 2026 6:37:43 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, publicAPIsv2, of type org.apache.ranger.rest.PublicAPIsv2 as a root resource class
Aug 12, 2026 6:37:43 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, roleREST, of type org.apache.ranger.rest.RoleREST as a root resource class
Aug 12, 2026 6:37:43 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, securityZoneREST, of type org.apache.ranger.rest.SecurityZoneREST as a root resource class
Aug 12, 2026 6:37:43 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, serviceREST, of type org.apache.ranger.rest.ServiceREST as a root resource class
Aug 12, 2026 6:37:43 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, tagREST, of type org.apache.ranger.rest.TagREST as a root resource class
Aug 12, 2026 6:37:43 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, userREST, of type org.apache.ranger.rest.UserREST as a root resource class
Aug 12, 2026 6:37:43 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, XAuditREST, of type org.apache.ranger.rest.XAuditREST as a root resource class
Aug 12, 2026 6:37:43 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, XKeyREST, of type org.apache.ranger.rest.XKeyREST as a root resource class
Aug 12, 2026 6:37:43 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, XUserREST, of type org.apache.ranger.rest.XUserREST as a root resource class
Aug 12, 2026 6:37:43 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.19.4 05/24/2017 03:20 PM'
Aug 12, 2026 6:37:44 AM com.sun.jersey.spi.inject.Errors processErrorMessages
WARNING: The following warnings have been detected with resource and/or provider classes:
  WARNING: A HTTP GET method, public void org.apache.ranger.rest.RoleREST.getRolesInJson(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse), MUST return a non-void type.
  WARNING: A HTTP GET method, public void org.apache.ranger.rest.ServiceREST.getPoliciesInExcel(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse), MUST return a non-void type.
  WARNING: A HTTP GET method, public void org.apache.ranger.rest.ServiceREST.getPoliciesInCsv(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException, MUST return a non-void type.
  WARNING: A HTTP GET method, public void org.apache.ranger.rest.ServiceREST.getPoliciesInJson(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.Boolean), MUST return a non-void type.
Aug 12, 2026 6:37:44 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-35407"]
I20260812 06:37:45.384156 24572 mini_ranger.cc:67] Stopping Ranger...
I20260812 06:37:45.740798 24572 mini_ranger.cc:69] Stopped Ranger
2026-08-12 06:37:45.740 UTC [26260] LOG:  received smart shutdown request
2026-08-12 06:37:45.744 UTC [26260] LOG:  background worker "logical replication launcher" (PID 26275) exited with exit code 1
2026-08-12 06:37:45.744 UTC [26263] LOG:  shutting down
2026-08-12 06:37:45.746 UTC [26263] LOG:  checkpoint starting: shutdown immediate
2026-08-12 06:37:45.787 UTC [26263] LOG:  checkpoint complete: wrote 65 buffers (0.4%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.005 s, sync=0.032 s, total=0.044 s; sync files=44, longest=0.002 s, average=0.001 s; distance=28 kB, estimate=28 kB; lsn=0/1CC0198, redo lsn=0/1CC0198
2026-08-12 06:37:45.792 UTC [26260] LOG:  database system is shut down
[       OK ] MiniRangerTest.TestPersistence (60397 ms)
[----------] 2 tests from MiniRangerTest (101965 ms total)

[----------] Global test environment tear-down
[==========] 2 tests from 1 test suite ran. (101965 ms total)
[  PASSED  ] 2 tests.
