Skip to content

Console Output

04:27:28 [2025-07-27T02:27:28.711Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
04:27:28 [2025-07-27T02:27:28.711Z] 		 Affected argument(s) used the following variable(s): [AUTH_USR, AUTH_PSW]
04:27:28 [2025-07-27T02:27:28.711Z] 		 See https://jenkins.io/redirect/groovy-string-interpolation for details.
04:27:28 [2025-07-27T02:27:28.969Z] + /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:27:29 [2025-07-27T02:27:29.219Z] WARNING: An illegal reflective access operation has occurred
04:27:29 [2025-07-27T02:27:29.219Z] 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:27:29 [2025-07-27T02:27:29.219Z] WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass
04:27:29 [2025-07-27T02:27:29.219Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
04:27:29 [2025-07-27T02:27:29.219Z] WARNING: All illegal access operations will be denied in a future release
04:27:30 [2025-07-27T02:27:30.563Z] Caught: java.sql.SQLException: ORA-28001: le mot de passe est expiré
04:27:30 [2025-07-27T02:27:30.563Z] 
04:27:30 [2025-07-27T02:27:30.563Z] java.sql.SQLException: ORA-28001: le mot de passe est expiré
04:27:30 [2025-07-27T02:27:30.563Z] 
04:27:30 [2025-07-27T02:27:30.563Z] 	at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:450)
04:27:30 [2025-07-27T02:27:30.563Z] 	at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:392)
04:27:30 [2025-07-27T02:27:30.563Z] 	at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:385)
04:27:30 [2025-07-27T02:27:30.563Z] 	at oracle.jdbc.driver.T4CTTIfun.processError(T4CTTIfun.java:938)
04:27:30 [2025-07-27T02:27:30.563Z] 	at oracle.jdbc.driver.T4CTTIoauthenticate.processError(T4CTTIoauthenticate.java:480)
04:27:30 [2025-07-27T02:27:30.563Z] 	at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:655)
04:27:30 [2025-07-27T02:27:30.563Z] 	at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:249)
04:27:30 [2025-07-27T02:27:30.563Z] 	at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:416)
04:27:30 [2025-07-27T02:27:30.563Z] 	at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:825)
04:27:30 [2025-07-27T02:27:30.563Z] 	at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:596)
04:27:30 [2025-07-27T02:27:30.564Z] 	at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:715)
04:27:30 [2025-07-27T02:27:30.564Z] 	at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:385)
04:27:30 [2025-07-27T02:27:30.564Z] 	at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:30)
04:27:30 [2025-07-27T02:27:30.564Z] 	at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:564)
04:27:30 [2025-07-27T02:27:30.564Z] 	at DBSetup.delete(DBSetup.groovy:31)
04:27:30 [2025-07-27T02:27:30.564Z] 	at DBSetup$delete$0.callCurrent(Unknown Source)
04:27:30 [2025-07-27T02:27:30.564Z] 	at DBSetup.run(DBSetup.groovy:99)
04:27:30 [2025-07-27T02:27:30.564Z] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:27:30 [2025-07-27T02:27:30.564Z] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:27:30 [2025-07-27T02:27:30.564Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)