[JIRA] [core] (JENKINS-23272) java.io.IOException: remote file operation failed remote slave Unable to delete

2016-03-11 Thread emma...@autodesk.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 emma wu commented on  JENKINS-23272 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: java.io.IOException: remote file operation failed remote slave Unable to delete  
 
 
 
 
 
 
 
 
 
 
Has anyone solved this problem? I encountered the same on Windows when trying to get test results using MSTEST plugin. Jenkins master ver. 1.652 on Windows 7 Slave is running on Windows 7 java.io.IOException: remote file operation failed:  at hudson.remoting.Channel@ada582:Slave-Windows: java.io.IOException: Remote call on Slave-Windows failed at hudson.FilePath.act(FilePath.java:986) at hudson.FilePath.act(FilePath.java:968) at hudson.plugins.mstest.MSTestPublisher.perform(MSTestPublisher.java:114) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:723) at hudson.model.Build$BuildExecution.post2(Build.java:185) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:668) at hudson.model.Run.execute(Run.java:1763) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:410) Caused by: java.io.IOException: Remote call on Slave-Windows failed at hudson.remoting.Channel.call(Channel.java:789) at hudson.FilePath.act(FilePath.java:979) ... 11 more Caused by: java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copyOfRange(Unknown Source) at java.lang.String.(Unknown Source) at org.apache.xerces.xni.XMLString.toString(Unknown Source) at org.apache.xerces.parsers.AbstractDOMParser.characters(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanContent(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.DOMParser.parse(Unknown Source) at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source) at javax.xml.parsers.DocumentBuilder.parse(Unknown Source) at hudson.plugins.mstest.MSTestReportConverter.containsData(MSTestReportConverter.java:122) at hudson.plugins.mstest.MSTestReportConverter.transform(MSTestReportConverter.java:78) at hudson.plugins.mstest.MSTestTransformer.invoke(MSTestTransformer.java:74) at hudson.plugins.mstest.MSTestTransformer.invoke(MSTestTransformer.java:23) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2719) at hudson.remoting.UserRequest.perform(UserRequest.java:120) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:326) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at hudson.remoting.Engine$1$1.run(Engine.java:62) at java.lang.Thread.run(Unknown Source) at ..remote call to Slave-Windows(Native Method) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416) at hudson.remoting.UserResponse.retrieve(UserRequest.java:220) at hudson.remoting.Channel.call(Channel.java:781) ... 12 more 
 
 
 
 
 
 
 
 
  

[JIRA] [core] (JENKINS-23272) java.io.IOException: remote file operation failed remote slave Unable to delete

2015-08-22 Thread viky...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Vicky Polonsky commented on  JENKINS-23272 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: java.io.IOException: remote file operation failed remote slave Unable to delete  
 
 
 
 
 
 
 
 
 
 
Encountered the same on Windows.  Jenkins master ver. 1.609.2 on Windows 2008 Slave is running on Windows 2012 NUnit plugin ver. 0.17 
Can I please obtain the fix for testing? -- ERROR: Publisher 'Publish MSTest test result report' aborted due to exception:  java.io.IOException: remote file operation failed: C:\Program Files (x86)\Jenkins\workspace\Unit Tests CCU_7.2.0 at hudson.remoting.Channel@13c5f96:il-build-2012: java.io.IOException: Remote call on il-build-2012 failed at hudson.FilePath.act(FilePath.java:985) at hudson.FilePath.act(FilePath.java:967) at hudson.plugins.mstest.MSTestPublisher.getTestResult(MSTestPublisher.java:231) at hudson.plugins.mstest.MSTestPublisher.recordTestResult(MSTestPublisher.java:180) at hudson.plugins.mstest.MSTestPublisher.perform(MSTestPublisher.java:124) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:776) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:723) at hudson.model.Build$BuildExecution.post2(Build.java:183) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:670) at hudson.model.Run.execute(Run.java:1763) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:381) Caused by: java.io.IOException: Remote call on il-build-2012 failed at hudson.remoting.Channel.call(Channel.java:761) at hudson.FilePath.act(FilePath.java:978) ... 13 more Caused by: java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copyOf(Unknown Source) at java.io.ByteArrayOutputStream.grow(Unknown Source) at java.io.ByteArrayOutputStream.ensureCapacity(Unknown Source) at java.io.ByteArrayOutputStream.write(Unknown Source) at java.io.ObjectOutputStream$BlockDataOutputStream.drain(Unknown Source) at java.io.ObjectOutputStream$BlockDataOutputStream.setBlockDataMode(Unknown Source) at java.io.ObjectOutputStream.writeObject0(Unknown Source) at java.io.ObjectOutputStream.writeObject(Unknown Source) at hudson.remoting.UserRequest._serialize(UserRequest.java:158) at hudson.remoting.UserRequest.serialize(UserRequest.java:167) at hudson.remoting.UserRequest.perform(UserRequest.java:129) at hudson.remoting.UserRequest.perform(UserRequest.java:49) at hudson.remoting.Request$2.run(Request.java:325) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at hudson.remoting.Engine$1$1.run(Engine.java:69) at java.lang.Thread.run(Unknown Source) at ..remote call to il-build-2012(Native Method) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1360) at hudson.remoting.UserResponse.retrieve(UserRequest.java:221) at hudson.remoting.Channel.call(Channel.java:753) ... 14 more Recording NUnit tests results ERROR: Publisher 'Publish NUnit test result report' aborted due to exception:  java.io.IOException: remote file operation failed: C:\Program Files (x86)\Jenkins\workspace\Unit Tests CCU_7.2.0 at hudson.remoting.Channel@13c5f96:il-build-2012: hudson.util.IOException2: Could not transform the NUnit report. Please report this issue to the plugin author at hudson.FilePath.act(FilePath.java:985) at hudson.FilePath.act(FilePath.java:967) at hudson.plugins.nunit.NUnitPublisher.perform(NUnitPublisher.java:145) 

[JIRA] [core] (JENKINS-23272) java.io.IOException: remote file operation failed remote slave Unable to delete

2015-07-29 Thread jitinjohn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 J John updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-23272 
 
 
 
  java.io.IOException: remote file operation failed remote slave Unable to delete  
 
 
 
 
 
 
 
 
 

Change By:
 
 J John 
 
 
 

Environment:
 
 Linux 2.6.18-348.12.1.el5Red Hat Enterprise Linux Server release 5.9 (Tikanga) Windows 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





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


[JIRA] [core] (JENKINS-23272) java.io.IOException: remote file operation failed remote slave Unable to delete

2015-07-29 Thread jitinjohn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 J John commented on  JENKINS-23272 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: java.io.IOException: remote file operation failed remote slave Unable to delete  
 
 
 
 
 
 
 
 
 
 
Happened in windows slave java.io.IOException: remote file operation failed: E:\workspace at hudson.remoting.Channel@24473716:apim-jenkins-s1: java.nio.file.DirectoryNotEmptyException: E:\workspace\bin\es at hudson.FilePath.act(FilePath.java:985) at hudson.FilePath.act(FilePath.java:967) at hudson.FilePath.deleteContents(FilePath.java:1182) at hudson.plugins.git.extensions.impl.WipeWorkspace.beforeCheckout(WipeWorkspace.java:28) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1040) at hudson.scm.SCM.checkout(SCM.java:484) at hudson.model.AbstractProject.checkout(AbstractProject.java:1270) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:531) 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) Caused by: java.nio.file.DirectoryNotEmptyException: E:\Rolling-dogfood-bvt-tenant\Portals\Portals.Web\Modules\Portals.Web.Apis\bin\es at sun.nio.fs.WindowsFileSystemProvider.implDelete(Unknown Source) at sun.nio.fs.AbstractFileSystemProvider.delete(Unknown Source) at java.nio.file.Files.delete(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at hudson.Util.deleteFile(Util.java:247) at hudson.FilePath.deleteRecursive(FilePath.java:1202) at hudson.FilePath.deleteContentsRecursive(FilePath.java:1211) at hudson.FilePath.deleteRecursive(FilePath.java:1193) at hudson.FilePath.deleteContentsRecursive(FilePath.java:1211) at hudson.FilePath.deleteRecursive(FilePath.java:1193) at hudson.FilePath.deleteContentsRecursive(FilePath.java:1211) at hudson.FilePath.deleteRecursive(FilePath.java:1193) at hudson.FilePath.deleteContentsRecursive(FilePath.java:1211) at hudson.FilePath.deleteRecursive(FilePath.java:1193) at hudson.FilePath.deleteContentsRecursive(FilePath.java:1211) at hudson.FilePath.deleteRecursive(FilePath.java:1193) at hudson.FilePath.deleteContentsRecursive(FilePath.java:1211) at hudson.FilePath.access$1100(FilePath.java:191) at hudson.FilePath$15.invoke(FilePath.java:1185) at hudson.FilePath$15.invoke(FilePath.java:1182) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2688) at hudson.remoting.UserRequest.perform(UserRequest.java:118) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:328) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at hudson.remoting.Engine$1$1.run(Engine.java:63) at java.lang.Thread.run(Unknown Source) at ..remote call to apim-jenkins-s1(Native Method) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1360) at hudson.remoting.UserResponse.retrieve(UserRequest.java:221) at hudson.remoting.Channel.call(Channel.java:753) at hudson.FilePath.act(FilePath.java:978) ... 13 more 
 
 
 
 
 
 
 
 
 
   

[JIRA] [core] (JENKINS-23272) java.io.IOException: remote file operation failed remote slave Unable to delete

2015-03-23 Thread andreas.podskal...@siemens.com (JIRA)















































podskalsky
 assigned  JENKINS-23272 to Unassigned



java.io.IOException: remote file operation failed remote slave Unable to delete
















I'm not a maintainer





Change By:


podskalsky
(23/Mar/15 1:09 PM)




Assignee:


podskalsky



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







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


[JIRA] [core] (JENKINS-23272) java.io.IOException: remote file operation failed remote slave Unable to delete

2015-02-04 Thread andreas.podskal...@siemens.com (JIRA)















































podskalsky
 assigned  JENKINS-23272 to podskalsky



java.io.IOException: remote file operation failed remote slave Unable to delete
















Change By:


podskalsky
(04/Feb/15 9:19 AM)




Assignee:


podskalsky



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







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


[JIRA] [core] (JENKINS-23272) java.io.IOException: remote file operation failed remote slave Unable to delete

2014-06-12 Thread khaled.jana...@gmail.com (JIRA)














































Khaled Janania
 commented on  JENKINS-23272


java.io.IOException: remote file operation failed remote slave Unable to delete















Thanks.  I'll add that to eliminate the character difference.  It was reproducible before I wiped the directories.  I'll try to resync everything to reproduce the issue.  I also suspect that a sync did not actually cancel when cancelled through the UI, so I'll check whether that was the issue as well.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







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


[JIRA] [core] (JENKINS-23272) java.io.IOException: remote file operation failed remote slave Unable to delete

2014-06-11 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-23272


java.io.IOException: remote file operation failed remote slave Unable to delete















Slave charset: If you use SSH slave launcher, use as 'Prefix Start Slave Command' in advanced options: 
export LANG=en_US.UTF-8 ;


What's the file system? Are any of the files opened (use lsof command)? Is this reproducible?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







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


[JIRA] [core] (JENKINS-23272) java.io.IOException: remote file operation failed remote slave Unable to delete

2014-06-02 Thread khaled.jana...@gmail.com (JIRA)














































Khaled Janania
 updated  JENKINS-23272


java.io.IOException: remote file operation failed remote slave Unable to delete
















Change By:


Khaled Janania
(02/Jun/14 2:54 PM)




Priority:


Minor
Major



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







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


[JIRA] [core] (JENKINS-23272) java.io.IOException: remote file operation failed remote slave Unable to delete

2014-06-02 Thread khaled.jana...@gmail.com (JIRA)














































Khaled Janania
 commented on  JENKINS-23272


java.io.IOException: remote file operation failed remote slave Unable to delete















Could it be related to the directory depth?  The depth can go somewhat deep since we use it to sync a lot of packages and versions of packages.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







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


[JIRA] [core] (JENKINS-23272) java.io.IOException: remote file operation failed remote slave Unable to delete

2014-06-02 Thread khaled.jana...@gmail.com (JIRA)














































Khaled Janania
 updated  JENKINS-23272


java.io.IOException: remote file operation failed remote slave Unable to delete
















Change By:


Khaled Janania
(02/Jun/14 2:51 PM)




Environment:


Linux 2.6.18-348.
16
12
.1.el5Red Hat Enterprise Linux Server release 5.9 (Tikanga)



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







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


[JIRA] [core] (JENKINS-23272) java.io.IOException: remote file operation failed remote slave Unable to delete

2014-06-02 Thread khaled.jana...@gmail.com (JIRA)














































Khaled Janania
 created  JENKINS-23272


java.io.IOException: remote file operation failed remote slave Unable to delete















Issue Type:


Bug



Assignee:


Unassigned


Components:


core



Created:


02/Jun/14 2:45 PM



Description:


Received this exception when I tried to wipe the workspace of a remote slave:

java.io.IOException: remote file operation failed: /home/gos-ops/jenkins/workspace/Build-GOS-SyncPackages/build on slaves and master/slave_ams01 at hudson.remoting.Channel@558965d7:slave_ams01
	at hudson.FilePath.act(FilePath.java:916)
	at hudson.FilePath.act(FilePath.java:893)
	at hudson.FilePath.deleteRecursive(FilePath.java:1082)
	at hudson.model.AbstractProject.doDoWipeOutWorkspace(AbstractProject.java:1895)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:298)
	at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:161)
	at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:96)
	at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:120)
	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:728)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:858)
	at org.kohsuke.stapler.MetaClass$12.dispatch(MetaClass.java:390)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:728)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:858)
	at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:248)
	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:728)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:858)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:631)
	at org.kohsuke.stapler.Stapler.service(Stapler.java:225)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
	at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:96)
	at hudson.plugins.audit_trail.AuditTrailFilter.doFilter(AuditTrailFilter.java:89)
	at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:99)
	at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:88)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
	at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:48)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
	at hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at jenkins.security.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:117)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:142)
	at hudson.security.Chained