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

java.io.IOException: Unable to serialize hudson.FilePath$FileCallableWrapper #3

Open
wykapedia opened this issue May 28, 2015 · 4 comments

Comments

@wykapedia
Copy link

This happens when using Jenkins ver. 1.607.

Related Error messages:

ERROR: Failed to list package files: remote file operation failed

FATAL: No package found matching filter *.zip
java.io.IOException: No package found matching filter *.zip
at org.jenkinsci.plugins.graniteclient.DeployPackagesBuilder.selectPackages(DeployPackagesBuilder.java:338)
at org.jenkinsci.plugins.graniteclient.DeployPackagesBuilder.perform(DeployPackagesBuilder.java:259)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:761)
at hudson.model.Build$BuildExecution.build(Build.java:203)
at hudson.model.Build$BuildExecution.doRun(Build.java:160)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:536)
at hudson.model.Run.execute(Run.java:1741)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:374)

@goffinf
Copy link

goffinf commented Jul 20, 2015

We are also seeing exactly this behaviour using the plugin on Jenkins v1.580.1 and it is a significant issue for us. Not sure if the workaround to execute the job on MASTER will work, but ideally we don't want to do that. We can probably use the Package Manager API directly too, but again, would prefer not to.

Any ETA on when there might be a fix ??

@SebastianTroy
Copy link

Also having the same issue, anyone resolved this yet?

@steeleforge
Copy link

You may be using the wrong package filter format. Try to wildcard the group and version. ::
See DefaultPackIdFilter#include

@SebastianTroy
Copy link

Hi David,
your email was apparently in response to something, but without context I cannot work out exactly what! I imagine it is related to this issue https://issues.jenkins-ci.org/browse/JENKINS-29938 but your suggestion would appear to be more relevant to someone who is working on the Doxygen plugin, as opposed to someone who simply has an issue with it.
Thanks for the tip, if I have the time I'll look
----Original message----
From : [email protected]
Date : 28/10/2015 - 00:18 (GMTST)
To : [email protected]
Cc : [email protected]
Subject : Re: [crx-content-package-deployer] java.io.IOException: Unable to serialize hudson.FilePath$FileCallableWrapper (#3)
You may be using the wrong package filter format. Try to wildcard the group and version. ::
See DefaultPackIdFilter#include

Reply to this email directly or view it on GitHub.

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

No branches or pull requests

4 participants