Hi Guillaume, If I recall correctly, I think I've heard about similar issue in the past, and the problem was related to some plug-in that was installed. Are you using vanilla Jenkins? Could you try using Jenkins 1.457 with no plug-ins, and then enabling each plug-in to see if anything changes?
Just my 0.02 cents :-) Cheers Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com >________________________________ > From: Guillaume Grossetie <grosset...@gmail.com> >To: jenkinsci-users@googlegroups.com >Sent: Friday, 1 June 2012 3:47 PM >Subject: Slow query when accessing a tab/view (with jobs list) > > >Hello, > > >I have a strange behavior on Jenkins 1.457, sometime when I click on a >tab/view the query take minutes. >I install the monitoring plugin to understand what is going on and here is a >screenshot : > > > > > > > > >The method called is getStackTraceElement() and here is the full stack : > > >Handling GET /view/3.7- odyssee/ : RequestHandlerThread[#17] >java.lang.Throwable. getStackTraceElement(Native Method) >java.lang.Throwable. getOurStackTrace(Throwable. java:591) >java.lang.Throwable. getStackTrace(Throwable.java: 582) >org.apache.commons.logging. impl.Jdk14Logger.log( Jdk14Logger.java:89) >org.apache.commons.logging. impl.Jdk14Logger.debug( Jdk14Logger.java:114) >org.apache.commons.digester. Digester.endElement(Digester. java:1076) >com.sun.org.apache.xerces. internal.parsers. AbstractSAXParser.endElement( >AbstractSAXParser.java:601) >com.sun.org.apache.xerces. internal.impl. XMLDocumentFragmentScannerImpl >.scanEndElement( XMLDocumentFragmentScannerImpl .java:1782) >com.sun.org.apache.xerces. internal.impl. XMLDocumentFragmentScannerImpl >$FragmentContentDriver.next( XMLDocumentFragmentScannerImpl .java:2938) >com.sun.org.apache.xerces. internal.impl. XMLDocumentScannerImpl.next( >XMLDocumentScannerImpl.java: 648) >com.sun.org.apache.xerces. internal.impl. XMLDocumentFragmentScannerImpl >.scanDocument( XMLDocumentFragmentScannerImpl .java:511) >com.sun.org.apache.xerces. internal.parsers. XML11Configuration.parse( >XML11Configuration.java:808) >com.sun.org.apache.xerces. internal.parsers. XML11Configuration.parse( >XML11Configuration.java:737) >com.sun.org.apache.xerces. internal.parsers.XMLParser. >parse(XMLParser.java:119) >com.sun.org.apache.xerces. internal.parsers. AbstractSAXParser.parse( >AbstractSAXParser.java:1205) >com.sun.org.apache.xerces. internal.jaxp.SAXParserImpl$ JAXPSAXParser.parse( >SAXParserImpl.java:522) >org.apache.commons.digester. Digester.parse(Digester.java: 1631) >hudson.scm. SubversionChangeLogParser. parse( SubversionChangeLogParser. >java:64) >hudson.scm. SubversionChangeLogParser. parse( SubversionChangeLogParser. >java:43) >hudson.model.AbstractBuild. calcChangeSet(AbstractBuild. java:818) >hudson.model.AbstractBuild. getChangeSet(AbstractBuild. java:792) >hudson.maven. FilteredChangeLogSet.<init>( FilteredChangeLogSet.java:50) >hudson.maven.MavenBuild. getChangeSet(MavenBuild.java: 181) >hudson.model.View$People. isApplicable(View.java:665) >hudson.model.View.hasPeople( View.java:587) >sun.reflect. NativeMethodAccessorImpl. invoke0(Native Method) >sun.reflect. NativeMethodAccessorImpl. invoke( NativeMethodAccessorImpl.java: >39) >sun.reflect. DelegatingMethodAccessorImpl. invoke( >DelegatingMethodAccessorImpl. java:25) >java.lang.reflect.Method. invoke(Method.java:597) >org.apache.commons.jexl.util. introspection.UberspectImpl$ >VelMethodImpl.invoke( UberspectImpl.java:258) >org.apache.commons.jexl. parser.ASTMethod.execute( ASTMethod.java:104) >org.apache.commons.jexl. parser.ASTReference.execute( ASTReference.java:83) >org.apache.commons.jexl. parser.ASTReference.value( ASTReference.java:57) >org.apache.commons.jexl. parser.ASTOrNode.value( ASTOrNode.java:61) >org.apache.commons.jexl. parser.ASTExpression.value( ASTExpression.java:54) > > >I must point out that the Jenkins logs show no error. >As you can see there's some call to SubversionChangeLog with an XML parsing >but I don't understand why the subversion plugin >is called because my tab/view just display jobs list and I have no idea why >its take so much time... any guess or advice ? > > > > >Thanks for your help, > > >Guillaume. > >