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

Invalidation fails #7820

Closed
cyberduck opened this issue Feb 27, 2014 · 3 comments
Closed

Invalidation fails #7820

cyberduck opened this issue Feb 27, 2014 · 3 comments
Assignees
Labels
Milestone

Comments

@cyberduck
Copy link
Collaborator

a53cd62 created the issue

I use CyberDuck to issue invalidation requests for files in an Amazon CloudFront HTTP CDN.

I recently noticed that since I upgraded to v4.4 (and until today I have used the latest version from "Help>Check for Update"), the requests I issued haven't shown up in the "Invalidations" list which I can see if I open the Amazon Web Services Console in a web browser and open the relevant distribution's Distribution Settings.

I suspect that since I upgraded CyberDuck my invalidation requests don't appear in this list because they haven't worked for some reason.

I rolled back to CyberDuck v4.3.1 (by downloading the old installer and letting it replace the currently installed version) and issued a new invalidation request, which did have the desired effect - and showed up in the list in Amazon Web Services Console.

Fist time posting here, hope I've filled this in correctly. I couldn't find anything about this issue in existing tickets, on the help pages or on the forum.

When I open View>Toggle Log Drawer, I see an empty log.


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

I can replicate the issue.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

2014-03-26 13:30:29,537 [background-1] FATAL ch.cyberduck.ui.AbstractController - Unhandled exception running background task null
java.lang.NullPointerException
	at cli.Ch.Cyberduck.Ui.Controller.InfoController$InvalidateObjectsBackgroundAction.run(Unknown Source)
	at ch.cyberduck.core.threading.AbstractBackgroundAction.call(AbstractBackgroundAction.java:119)
	at ch.cyberduck.core.threading.SessionBackgroundAction.call(SessionBackgroundAction.java:159)
	at ch.cyberduck.ui.AbstractController$BackgroundCallable.call(AbstractController.java:159)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:167)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:604)
	at ch.cyberduck.core.threading.NamedThreadFactory$1.run(NamedThreadFactory.java:57)
	at java.lang.Thread.run(Thread.java:937)

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 0944dde.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants