SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
Jan 25, 2024 4:18:09 PM edu.stsci.apt.TestProposal setUpOnce
INFO: ========== Beginning run of APT.main. ==========
Jan 25, 2024 4:18:15 PM edu.stsci.apt.APTServers getClientRegistry
INFO: Using APTServer: [Version:129] [Host: aptserver.stsci.edu] [Port: 20,212]
Jan 25, 2024 4:18:27 PM nom.tam.fits.Header addDuplicate
WARNING: Multiple occurrences of key:CONTINUE
Jan 25, 2024 4:18:27 PM nom.tam.fits.Header addDuplicate
WARNING: Multiple occurrences of key:CONTINUE
Jan 25, 2024 4:18:27 PM nom.tam.fits.Header addDuplicate
WARNING: Multiple occurrences of key:CONTINUE
Jan 25, 2024 4:18:29 PM edu.stsci.pcg.PcgWsClient getConstraintGenerator
INFO: PCG WS QName: {http://pcg.stsci.edu/}ConstraintGeneratorService
Jan 25, 2024 4:18:29 PM edu.stsci.pcg.PcgWsClient getConstraintGenerator
INFO: WSDL Location: https://pcg.stsci.edu/Pcg-Ws/ConstraintGeneratorService?wsdl
Jan 25, 2024 4:18:29 PM edu.stsci.pcg.PcgWsClient getConstraintGenerator
INFO: PCG Version: 16.1
Jan 25, 2024 4:18:30 PM edu.stsci.hst.database.DatabaseConnector debug
INFO: Server set to r2d2
Jan 25, 2024 4:18:30 PM edu.stsci.hst.database.DatabaseConnector debug
INFO: Requested database is pps_apt_reg
Jan 25, 2024 4:18:30 PM edu.stsci.hst.database.DatabaseConnector debug
INFO: Using server: r2d2
Jan 25, 2024 4:18:30 PM edu.stsci.hst.database.DatabaseConnector debug
INFO: Configured database connection string: jdbc:sqlserver://r2d2;databaseName=pps_apt_reg;integratedSecurity=true;authenticationScheme=JavaKerberos;
Jan 25, 2024 4:18:30 PM edu.stsci.hst.database.DatabaseConnector debug
INFO: Attempting connection to 'jdbc:sqlserver://r2d2;databaseName=pps_apt_reg;integratedSecurity=true;authenticationScheme=JavaKerberos;'
Jan 25, 2024 4:18:30 PM edu.stsci.hst.database.DatabaseConnector getConnection
INFO: Attempting Kerberos connection.
Jan 25, 2024 4:18:30 PM edu.stsci.hst.database.DatabaseConnector error
SEVERE: Error in db connection:
Kerberos Login failed: Integrated authentication failed. ClientConnectionId:ac0f5520-b1e5-4ae1-adc3-0ac0da44dea7 due to javax.security.auth.login.LoginException (Cannot get any of properties: [user, USER] from con properties not available to garner  authentication information  from the user)
com.microsoft.sqlserver.jdbc.SQLServerException: Kerberos Login failed: Integrated authentication failed. ClientConnectionId:ac0f5520-b1e5-4ae1-adc3-0ac0da44dea7 due to javax.security.auth.login.LoginException (Cannot get any of properties: [user, USER] from con properties not available to garner  authentication information  from the user)
	at com.microsoft.sqlserver.jdbc.KerbAuthentication.intAuthInit(KerbAuthentication.java:100)
	at com.microsoft.sqlserver.jdbc.KerbAuthentication.generateClientContext(KerbAuthentication.java:207)
	at com.microsoft.sqlserver.jdbc.SQLServerConnection.sendLogon(SQLServerConnection.java:4926)
	at com.microsoft.sqlserver.jdbc.SQLServerConnection.logon(SQLServerConnection.java:3810)
	at com.microsoft.sqlserver.jdbc.SQLServerConnection$LogonCommand.doExecute(SQLServerConnection.java:3754)
	at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7225)
	at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:3053)
	at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:2562)
	at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:2216)
	at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectInternal(SQLServerConnection.java:2067)
	at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:1204)
	at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:825)
	at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:681)
	at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:252)
	at edu.stsci.hst.database.DatabaseConnector.getConnection(DatabaseConnector.java:337)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: javax.security.auth.login.LoginException: Cannot get any of properties: [user, USER] from con properties not available to garner  authentication information  from the user
	at jdk.security.auth/com.sun.security.auth.module.Krb5LoginModule.promptForName(Krb5LoginModule.java:853)
	at jdk.security.auth/com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:689)
	at jdk.security.auth/com.sun.security.auth.module.Krb5LoginModule.login(Krb5LoginModule.java:597)
	at java.base/javax.security.auth.login.LoginContext.invoke(LoginContext.java:755)
	at java.base/javax.security.auth.login.LoginContext$4.run(LoginContext.java:679)
	at java.base/javax.security.auth.login.LoginContext$4.run(LoginContext.java:677)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:677)
	at java.base/javax.security.auth.login.LoginContext.login(LoginContext.java:587)
	at com.microsoft.sqlserver.jdbc.KerbAuthentication.intAuthInit(KerbAuthentication.java:77)
	... 15 more
Jan 25, 2024 4:18:31 PM edu.stsci.hst.database.DatabaseConnector info
INFO: Actual elapsed millis: 1000

Jan 25, 2024 4:18:31 PM edu.stsci.hst.database.DatabaseConnector error
SEVERE: Connection attempt failed.
Jan 25, 2024 4:18:31 PM edu.stsci.hst.database.DatabaseConnector warning
WARNING: Timeout connecting to database jdbc:sqlserver://r2d2;databaseName=pps_apt_reg;integratedSecurity=true;authenticationScheme=JavaKerberos;
Jan 25, 2024 4:18:31 PM edu.stsci.apt.TestProposal setUpOnce
INFO: ========== Finished APT.main. ==========
Comparing files: RegressionTests/input/JwstMaz.pointing RegressionTests/output/JwstMaz/JwstMaz.pointing
End of File: Files are the same
Comparing files: RegressionTests/input/JwstMaz.times RegressionTests/output/JwstMaz/JwstMaz.times
End of File: Files are the same
Comparing files: RegressionTests/input/JwstMaz.diag RegressionTests/output/JwstMaz/JwstMaz.diag
End of File: Files are the same
Comparing files: RegressionTests/input/JwstMaz.sql RegressionTests/output/JwstMaz/JwstMaz.sql
End of File: Files are the same
Comparing files: RegressionTests/input/JwstMaz.apt RegressionTests/output/JwstMaz/JwstMaz.apt
End of File: Files are the same