Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Build(deps): bump springBootVersion from 2.7.17 to 2.7.18" #645

Merged

Conversation

Tallicia
Copy link
Contributor

Reverts #634

@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

This reverts commit c6035a0.

It appears this has caused CI failures in KMS bosh related testing. This
is being reverted to confirm this is the issue.

Co-Authored-by: Bruce Ricard <[email protected]>
@Tallicia Tallicia force-pushed the revert-634-dependabot/gradle/main/springBootVersion-2.7.18 branch from 91a16bf to 10b5fa7 Compare November 30, 2023 18:45
@Tallicia Tallicia merged commit be261be into main Nov 30, 2023
2 checks passed
@Tallicia
Copy link
Contributor Author

Tallicia commented Nov 30, 2023

The ERROR we saw in the logs was:

2023-11-29T06:08:37.888Z [main] .... ERROR --- KMSEncryptionProvider: Error for request: <ByteString@621624b1 size=128 contents="\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000...">

@Tallicia
Copy link
Contributor Author

Tallicia commented Nov 30, 2023

Additional log message following the ERROR:

2023-11-29T14:40:32.657Z [main] .... WARN --- AnnotationConfigServletWebServerApplicationContext: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'keyUsageController' defined in URL [jar:file:/var/vcap/data/packages/credhub/6fd73d23142456f530465866756ef96ef5bae740/credhub.jar!/BOOT-INF/lib/credhub.jar!/org/cloudfoundry/credhub/keyusage/KeyUsageController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultKeyUsageHandler' defined in URL [jar:file:/var/vcap/data/packages/credhub/6fd73d23142456f530465866756ef96ef5bae740/credhub.jar!/BOOT-INF/lib/credhub.jar!/org/cloudfoundry/credhub/keyusage/DefaultKeyUsageHandler.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultCredentialVersionDataService' defined in URL [jar:file:/var/vcap/data/packages/credhub/6fd73d23142456f530465866756ef96ef5bae740/credhub.jar!/BOOT-INF/lib/credentials.jar!/org/cloudfoundry/credhub/services/DefaultCredentialVersionDataService.class]: Unsatisfied dependency expressed through constructor parameter 3; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'credentialFactory' defined in URL [jar:file:/var/vcap/data/packages/credhub/6fd73d23142456f530465866756ef96ef5bae740/credhub.jar!/BOOT-INF/lib/credentials.jar!/org/cloudfoundry/credhub/domain/CredentialFactory.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultEncryptor' defined in URL [jar:file:/var/vcap/data/packages/credhub/6fd73d23142456f530465866756ef96ef5bae740/credhub.jar!/BOOT-INF/lib/encryption.jar!/org/cloudfoundry/credhub/domain/DefaultEncryptor.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'retryingEncryptionService' defined in URL [jar:file:/var/vcap/data/packages/credhub/6fd73d23142456f530465866756ef96ef5bae740/credhub.jar!/BOOT-INF/lib/encryption.jar!/org/cloudfoundry/credhub/services/RetryingEncryptionService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encryptionKeySet' defined in URL [jar:file:/var/vcap/data/packages/credhub/6fd73d23142456f530465866756ef96ef5bae740/credhub.jar!/BOOT-INF/lib/encryption.jar!/org/cloudfoundry/credhub/services/EncryptionKeySet.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.cloudfoundry.credhub.services.EncryptionKeySet]: Constructor threw exception; nested exception is java.lang.RuntimeException: io.grpc.StatusRuntimeException: UNKNOWN

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants