Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

We've run into an issue with the plugin. Version 1.7 works for us fin…#63

Open
nputnam wants to merge 2 commits intogkatzioura:masterfrom
nputnam:gcs-npe-fix
Open

We've run into an issue with the plugin. Version 1.7 works for us fin…#63
nputnam wants to merge 2 commits intogkatzioura:masterfrom
nputnam:gcs-npe-fix

Conversation

@nputnam
Copy link

@nputnam nputnam commented Aug 22, 2019

…e but late latest fails with the following stack.

Aug 22, 2019 2:45:33 PM com.gkatzioura.maven.cloud.gcs.wagon.GoogleStorageRepository connect
SEVERE: Could not establish connection with google cloud
java.lang.NullPointerException
at com.gkatzioura.maven.cloud.gcs.wagon.GoogleStorageRepository.createStorage(GoogleStorageRepository.java:74)
at com.gkatzioura.maven.cloud.gcs.wagon.GoogleStorageRepository.connect(GoogleStorageRepository.java:65)
at com.gkatzioura.maven.cloud.gcs.wagon.GoogleStorageWagon.connect(GoogleStorageWagon.java:139)
at org.eclipse.aether.transport.wagon.WagonTransporter.connectWagon(WagonTransporter.java:342)

Removed the rest of the call stack for brevity.

Following change fixes the issue for us. Was hoping to get it adopted upstream.

Nate Putnam added 2 commits August 22, 2019 14:55
…e but late latest fails with the following stack.

Aug 22, 2019 2:45:33 PM com.gkatzioura.maven.cloud.gcs.wagon.GoogleStorageRepository connect
SEVERE: Could not establish connection with google cloud
java.lang.NullPointerException
	at com.gkatzioura.maven.cloud.gcs.wagon.GoogleStorageRepository.createStorage(GoogleStorageRepository.java:74)
	at com.gkatzioura.maven.cloud.gcs.wagon.GoogleStorageRepository.connect(GoogleStorageRepository.java:65)
	at com.gkatzioura.maven.cloud.gcs.wagon.GoogleStorageWagon.connect(GoogleStorageWagon.java:139)
	at org.eclipse.aether.transport.wagon.WagonTransporter.connectWagon(WagonTransporter.java:342)

Removed the rest of the call stack for brevity.

Following change fixes the issue for us. Was hoping to get it adopted upstream.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant