Skip to content

Console Output

04:26:51 [2025-01-19T03:26:51.577Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
04:26:51 [2025-01-19T03:26:51.577Z] 		 Affected argument(s) used the following variable(s): [AUTH_USR, AUTH_PSW]
04:26:51 [2025-01-19T03:26:51.577Z] 		 See https://jenkins.io/redirect/groovy-string-interpolation for details.
04:26:51 [2025-01-19T03:26:51.835Z] + /var/lib/jenkins/workspace/Silverpeas_Installation_Test/scripts/setupDB.sh /var/lib/jenkins/workspace/Silverpeas_Installation_Test -a DELETE -t ORACLE -n SILVERTEST -d oracle.jdbc.driver.OracleDriver -u jdbc:oracle:thin:@int3.****.org:1521 -U **** -P ****
04:26:52 [2025-01-19T03:26:52.085Z] WARNING: An illegal reflective access operation has occurred
04:26:52 [2025-01-19T03:26:52.085Z] WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/usr/share/groovy/lib/groovy-2.4.21.jar) to method java.lang.Object.finalize()
04:26:52 [2025-01-19T03:26:52.085Z] WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass
04:26:52 [2025-01-19T03:26:52.085Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
04:26:52 [2025-01-19T03:26:52.085Z] WARNING: All illegal access operations will be denied in a future release
04:26:53 [2025-01-19T03:26:53.429Z] Caught: java.sql.SQLException: ORA-28001: le mot de passe est expiré
04:26:53 [2025-01-19T03:26:53.429Z] 
04:26:53 [2025-01-19T03:26:53.429Z] java.sql.SQLException: ORA-28001: le mot de passe est expiré
04:26:53 [2025-01-19T03:26:53.429Z] 
04:26:53 [2025-01-19T03:26:53.429Z] 	at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:450)
04:26:53 [2025-01-19T03:26:53.429Z] 	at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:392)
04:26:53 [2025-01-19T03:26:53.429Z] 	at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:385)
04:26:53 [2025-01-19T03:26:53.429Z] 	at oracle.jdbc.driver.T4CTTIfun.processError(T4CTTIfun.java:938)
04:26:53 [2025-01-19T03:26:53.429Z] 	at oracle.jdbc.driver.T4CTTIoauthenticate.processError(T4CTTIoauthenticate.java:480)
04:26:53 [2025-01-19T03:26:53.430Z] 	at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:655)
04:26:53 [2025-01-19T03:26:53.430Z] 	at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:249)
04:26:53 [2025-01-19T03:26:53.430Z] 	at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:416)
04:26:53 [2025-01-19T03:26:53.430Z] 	at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:825)
04:26:53 [2025-01-19T03:26:53.430Z] 	at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:596)
04:26:53 [2025-01-19T03:26:53.430Z] 	at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:715)
04:26:53 [2025-01-19T03:26:53.430Z] 	at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:385)
04:26:53 [2025-01-19T03:26:53.430Z] 	at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:30)
04:26:53 [2025-01-19T03:26:53.430Z] 	at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:564)
04:26:53 [2025-01-19T03:26:53.430Z] 	at DBSetup.delete(DBSetup.groovy:31)
04:26:53 [2025-01-19T03:26:53.430Z] 	at DBSetup$delete$0.callCurrent(Unknown Source)
04:26:53 [2025-01-19T03:26:53.430Z] 	at DBSetup.run(DBSetup.groovy:99)
04:26:53 [2025-01-19T03:26:53.430Z] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:26:53 [2025-01-19T03:26:53.430Z] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:26:53 [2025-01-19T03:26:53.430Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)