Re: Problems with memory usage on 1.560

2014-04-25 Thread Tobias Hieta
Yes this seems to be exactly my issue. I reverted back to a earlier version
of Jenkins and it seems to build fine now.


On Fri, Apr 25, 2014 at 9:50 AM, Morten Andersen  wrote:

> Hi Tobias,
>
> Could it be this issue that you are seing: [JENKINS-22734] OutOfMemory on
> file transfer 
>
> Best Regards
> Morten
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Jenkins Users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/jenkinsci-users/QSZu57CmmfA/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> jenkinsci-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Tobias Hieta
http://about.me/thieta

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Problems with memory usage on 1.560

2014-04-25 Thread Morten Andersen
Hi Tobias,

Could it be this issue that you are seing: [JENKINS-22734] OutOfMemory on 
file transfer 

Best Regards
Morten

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Problems with memory usage on 1.560

2014-04-23 Thread Larry Shatzer, Jr.
I've run into issues with the Clone Workspace plugin. Once I rolled back to
1.599, it went away. Have you tried to downgrade back to 1.559?

I've noticed that 1.559 uses Remoting 2.37, and 1.560 uses 2.39, and master
is currently on 2.40. I've not tried running this with what is on master
yet. I've been meaning to ping the IRC channel about this.

Here's my stacktrace:

Archiving workspace
ERROR: Publisher hudson.plugins.cloneworkspace.CloneWorkspacePublisher
aborted due to exceptionhudson.remoting.RequestAbortedException
:
hudson.remoting.RequestAbortedException: java.io.IOException:
Unexpected reader termination
at 
hudson.remoting.RequestAbortedException.wrapForRethrow(RequestAbortedException.java:41)

at 
hudson.remoting.RequestAbortedException.wrapForRethrow(RequestAbortedException.java:34)

at hudson.remoting.Request.call(Request.java:174)

at hudson.remoting.Channel.call(Channel.java:738)

at hudson.FilePath.act(FilePath.java:909)

at hudson.FilePath.act(FilePath.java:893)

at hudson.FilePath.archive(FilePath.java:423)

at hudson.FilePath.tar(FilePath.java:2047)

at 
hudson.plugins.cloneworkspace.CloneWorkspacePublisher.snapshot(CloneWorkspacePublisher.java:231)

at 
hudson.plugins.cloneworkspace.CloneWorkspacePublisher.perform(CloneWorkspacePublisher.java:178)

at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)

at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:740)

at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:710)

at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.post2(MavenModuleSetBuild.java:1036)

at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:659)

at hudson.model.Run.execute(Run.java:1728)

at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:525)

at hudson.model.ResourceController.execute(ResourceController.java:88)

at hudson.model.Executor.run(Executor.java:231)

Caused by: hudson.remoting.RequestAbortedException
:
java.io.IOException: Unexpected reader termination
at hudson.remoting.Request.abort(Request.java:299)

at hudson.remoting.Channel.terminate(Channel.java:801)

at 
hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:76)

Caused by: java.io.IOException