[JIRA] (JENKINS-12330) Occasionally,collecting findbugs analysis files will take very long time, event two more hours.

2013-02-25 Thread ullrich.haf...@gmail.com (JIRA)














































Ulli Hafner
 commented on  JENKINS-12330


Occasionally,collecting findbugs analysis files will take very long time, event two more hours.















@michael can you please also attach the findbugs result file? Then I can see in the debugger where these entities are actually resolved. In my findbugs results files there are no entity references.



























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/groups/opt_out.




[JIRA] (JENKINS-12330) Occasionally,collecting findbugs analysis files will take very long time, event two more hours.

2013-02-25 Thread mi...@mikey.com (JIRA)














































michael pechner
 commented on  JENKINS-12330


Occasionally,collecting findbugs analysis files will take very long time, event two more hours.















We did a reset and the data is gone.
Let me look at our setup.

We have findbugs configured outside of Jenkins.  It is in our ant files.  Maybe you are finding an old Jar file we already have on the system, or we have some old something the Jenkins findbugs is finding.

I'll look at things on my side.



























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/groups/opt_out.




[JIRA] (JENKINS-12330) Occasionally,collecting findbugs analysis files will take very long time, event two more hours.

2013-01-19 Thread mi...@mikey.com (JIRA)














































michael pechner
 updated  JENKINS-12330


Occasionally,collecting findbugs analysis files will take very long time, event two more hours.
















Each machine is a 2 CPU machine in the rackspace cloud

centos 5.8
java 1.6
ant 1.8

I have swapped between 1 and 2 executors.





Change By:


michael pechner
(19/Jan/13 4:34 PM)




Attachment:


td.log



























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






[JIRA] (JENKINS-12330) Occasionally,collecting findbugs analysis files will take very long time, event two more hours.

2013-01-19 Thread ullrich.haf...@gmail.com (JIRA)














































Ulli Hafner
 commented on  JENKINS-12330


Occasionally,collecting findbugs analysis files will take very long time, event two more hours.















How many findbugs files are you parsing? How many warnings are in these files?

From the log I see that the findbugs library connects to the internet to resolve XML entities. I'll have a look at the library to see if that can be suppressed...



























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






[JIRA] (JENKINS-12330) Occasionally,collecting findbugs analysis files will take very long time, event two more hours.

2013-01-18 Thread ullrich.haf...@gmail.com (JIRA)














































Ulli Hafner
 commented on  JENKINS-12330


Occasionally,collecting findbugs analysis files will take very long time, event two more hours.















@michael: please attach a thread dump. How many warnings do you have?



























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






[JIRA] (JENKINS-12330) Occasionally,collecting findbugs analysis files will take very long time, event two more hours.

2013-01-17 Thread mi...@mikey.com (JIRA)














































michael pechner
 reopened  JENKINS-12330


Occasionally,collecting findbugs analysis files will take very long time, event two more hours.
















Happening to me on 1.480.2

Rackspace centos 5.8 machine.
4GB ram machine.

Latest jetty. https

Build working perfectly, but find bugs is stuck.

java 1.6
ant 1.8






Change By:


michael pechner
(17/Jan/13 11:17 PM)




Resolution:


CannotReproduce





Status:


Resolved
Reopened



























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






[JIRA] (JENKINS-12330) Occasionally,collecting findbugs analysis files will take very long time, event two more hours.

2012-03-18 Thread huang_pe...@vanceinfo.com (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-12330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=160386#comment-160386
 ] 

King Hpd commented on JENKINS-12330:


Occasionally,I found findbugs will take very long time to analysis files.Some 
time it will take two more hours. 
Just stop at: 
[FINDBUGS] Collecting findbugs analysis files... 

And I had to kill the process. 

This is the dump information when I kill the process 
ERROR: Publisher hudson.plugins.findbugs.FindBugsPublisher aborted due to 
exception 
java.lang.InterruptedException 
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:979)
 
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1281)
 
at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:218) 
at java.util.concurrent.FutureTask.get(FutureTask.java:83) 
at hudson.remoting.Request.call(Request.java:138) 
at hudson.remoting.Channel.call(Channel.java:681) 
at hudson.FilePath.act(FilePath.java:777) 
at hudson.FilePath.act(FilePath.java:770) 
at hudson.FilePath.copyTo(FilePath.java:1514) 
at 
hudson.plugins.analysis.core.HealthAwarePublisher.copyFilesWithAnnotationsToBuildFolder(HealthAwarePublisher.java:392)
 
at 
hudson.plugins.analysis.core.HealthAwarePublisher.perform(HealthAwarePublisher.java:354)
 
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19) 
at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:700) 
at 
hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:675)
 
at 
hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:653)
 
at hudson.model.Build$RunnerImpl.post2(Build.java:162) 
at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:622) 
at hudson.model.Run.run(Run.java:1434) 
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) 
at hudson.model.ResourceController.execute(ResourceController.java:88) 
at hudson.model.Executor.run(Executor.java:238)


Please help me to look into this bug.

Thanks 
hpd_king

 Occasionally,collecting findbugs analysis files will take very long time, 
 event two more hours.
 ---

 Key: JENKINS-12330
 URL: https://issues.jenkins-ci.org/browse/JENKINS-12330
 Project: Jenkins
  Issue Type: Bug
  Components: findbugs
Affects Versions: current
 Environment: ubuntu 10.04 LTS
Reporter: roger four
Assignee: Ulli Hafner
  Labels: plugin

 Occasionally,I found findbugs will take very long time to analysis files.Some 
 time it will take two more hours.
 Just stop at:
 [FINDBUGS] Collecting findbugs analysis files...
 And I had to kill the process.
 It bothers me very much.Pls help me.
 Thanks.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-12330) Occasionally,collecting findbugs analysis files will take very long time, event two more hours.

2012-02-21 Thread rongningr...@126.com (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-12330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=159327#comment-159327
 ] 

roger four commented on JENKINS-12330:
--

This occurs again.And I kill the process,get the dump information like this.
ERROR: Publisher hudson.plugins.findbugs.FindBugsPublisher aborted due to 
exception
java.lang.InterruptedException
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:979)
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1281)
at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:218)
at java.util.concurrent.FutureTask.get(FutureTask.java:83)
at hudson.remoting.Request.call(Request.java:138)
at hudson.remoting.Channel.call(Channel.java:681)
at hudson.FilePath.act(FilePath.java:777)
at hudson.FilePath.act(FilePath.java:770)
at hudson.FilePath.copyTo(FilePath.java:1514)
at 
hudson.plugins.analysis.core.HealthAwarePublisher.copyFilesWithAnnotationsToBuildFolder(HealthAwarePublisher.java:392)
at 
hudson.plugins.analysis.core.HealthAwarePublisher.perform(HealthAwarePublisher.java:354)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at 
hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:700)
at 
hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:675)
at 
hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:653)
at hudson.model.Build$RunnerImpl.post2(Build.java:162)
at 
hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:622)
at hudson.model.Run.run(Run.java:1434)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:238)

 Occasionally,collecting findbugs analysis files will take very long time, 
 event two more hours.
 ---

 Key: JENKINS-12330
 URL: https://issues.jenkins-ci.org/browse/JENKINS-12330
 Project: Jenkins
  Issue Type: Bug
  Components: findbugs
Affects Versions: current
 Environment: ubuntu 10.04 LTS
Reporter: roger four
Assignee: Ulli Hafner
  Labels: plugin

 Occasionally,I found findbugs will take very long time to analysis files.Some 
 time it will take two more hours.
 Just stop at:
 [FINDBUGS] Collecting findbugs analysis files...
 And I had to kill the process.
 It bothers me very much.Pls help me.
 Thanks.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-12330) Occasionally,collecting findbugs analysis files will take very long time, event two more hours.

2012-02-15 Thread rongningr...@126.com (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-12330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=159084#comment-159084
 ] 

roger four commented on JENKINS-12330:
--

About 14,000 more warnings

 Occasionally,collecting findbugs analysis files will take very long time, 
 event two more hours.
 ---

 Key: JENKINS-12330
 URL: https://issues.jenkins-ci.org/browse/JENKINS-12330
 Project: Jenkins
  Issue Type: Bug
  Components: findbugs
Affects Versions: current
 Environment: ubuntu 10.04 LTS
Reporter: roger four
Assignee: Ulli Hafner
  Labels: plugin

 Occasionally,I found findbugs will take very long time to analysis files.Some 
 time it will take two more hours.
 Just stop at:
 [FINDBUGS] Collecting findbugs analysis files...
 And I had to kill the process.
 It bothers me very much.Pls help me.
 Thanks.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira