[JIRA] (JENKINS-50818) Activity/branches for some pipelines fail to load with no errormessage

2019-02-15 Thread xrayn...@kalray.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Xavier Raynaud commented on  JENKINS-50818  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Activity/branches for some pipelines fail to load with no errormessage   
 

  
 
 
 
 

 
 Same error, with a slightly different stack trace:   

 

Feb 15, 2019 9:53:24 AM io.jenkins.blueocean.rest.impl.pipeline.PipelineNodeGraphVisitor 
SEVERE: Caught a IllegalStateException traversing the graph for run MY_PIPELINE_JOB#374
Feb 15, 2019 9:53:24 AM io.jenkins.blueocean.commons.stapler.export.ExportInterceptor$1 getValue
WARNING: Failed to get "state" from a io.jenkins.blueocean.rest.impl.pipeline.PipelineRunImpl
java.lang.reflect.InvocationTargetException
 at io.jenkins.blueocean.commons.stapler.export.MethodProperty.getValue(MethodProperty.java:74)
 at io.jenkins.blueocean.commons.stapler.export.ExportInterceptor$1.getValue(ExportInterceptor.java:46)
 at io.jenkins.blueocean.commons.stapler.Export$BlueOceanExportInterceptor.getValue(Export.java:167)
 at io.jenkins.blueocean.commons.stapler.export.Property.writeTo(Property.java:136)
 at io.jenkins.blueocean.commons.stapler.export.Model.writeNestedObjectTo(Model.java:228)
 at io.jenkins.blueocean.commons.stapler.export.Model.writeNestedObjectTo(Model.java:224)
 at io.jenkins.blueocean.commons.stapler.export.Model.writeNestedObjectTo(Model.java:224)
 at io.jenkins.blueocean.commons.stapler.export.Model.writeTo(Model.java:199)
 at io.jenkins.blueocean.commons.stapler.Export.writeOne(Export.java:148)
 at io.jenkins.blueocean.commons.stapler.Export.serveExposedBean(Export.java:136)
 at org.kohsuke.stapler.HttpResponseRenderer$Default.handleHttpResponse(HttpResponseRenderer.java:124)
 at org.kohsuke.stapler.HttpResponseRenderer$Default.generateResponse(HttpResponseRenderer.java:69)
 at org.kohsuke.stapler.Function.renderResponse(Function.java:136)
 at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:119)
 at org.kohsuke.stapler.IndexDispatcher.dispatch(IndexDispatcher.java:26)
 at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:734)
 at org.kohsuke.stapler.Stapler.invoke(Stapler.java:864)
 at org.kohsuke.stapler.MetaClass$3.doDispatch(MetaClass.java:209
[...]
Caused by: java.lang.IllegalStateException: Matching start node 12 lost from deserialization
 at org.jenkinsci.plugins.workflow.graph.BlockEndNode.getStartNode(BlockEndNode.java:65)
 at org.jenkinsci.plugins.workflow.graphanalysis.ForkScanner.getNodeType(ForkScanner.java:190)
 at org.jenkinsci.plugins.workflow.graphanalysis.ForkScanner.next(ForkScanner.java:592)
 at org.jenkinsci.plugins.workflow.graphanalysis.AbstractFlowScanner.next(AbstractFlowScanner.java:212)
 at org.jenkinsci.plugins.workflow.graphanalysis.ForkScanner.next(ForkScanner.java:564)
 at org.jenkinsci.plugins.workflow.graphanalysis.ForkScanner.visitSimpleChunks(ForkScanner.java:768)
 at org.jenkinsci.plugins.workflow.graphanalysis.ForkScanner.visitSimpleChunks(ForkScanner.java:633)
 at io.jenkins.blueocean.rest.impl.pipeline.PipelineNodeGraphVisitor.(PipelineNodeGraphVisitor.java:114)
 at io.jenkins.blueocean.rest.impl.pipeline.NodeGraphBuilder$NodeGraphBuilderFactory.getInstance(NodeGraphBuilder.java:39)
 at io.jenkins.blueocean.rest.impl.pipeline.PipelineNodeContainerImpl.(PipelineNodeContainerImpl.java:31)
 at io.jenkins.blueocean.rest.impl.pipeline.PipelineRunImpl.getNodes(PipelineRunImpl.java:185)
 at io.jenkins.blueocean.rest.impl.pipeline.PipelineRunImpl.getStateObj(PipelineRunImpl.java:121)
 at io.jenkins.blueocean.commons.stapler.export.MethodProperty.getValue(MethodProperty.java:72) 
   

[JIRA] (JENKINS-50818) Activity/branches for some pipelines fail to load with no errormessage

2018-12-05 Thread xrayn...@kalray.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Xavier Raynaud commented on  JENKINS-50818  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Activity/branches for some pipelines fail to load with no errormessage   
 

  
 
 
 
 

 
 I've seen the same here (Jenkins 2.138.2, BlueOcean 1.9.0).   StackTrace in firefox web console (Very similar to the one described in https://issues.jenkins-ci.org/browse/JENKINS-49364) 

 

Error fetching page TypeError: "result is undefined"
 getI18nTitle https://jenkins.mycompany.eu/jenkins/adjuncts/95cdfcfb/io/jenkins/blueocean/blueocean-core-js.js:54379:13
 render https://jenkins.mycompany.eu/jenkins/adjuncts/95cdfcfb/io/jenkins/blueocean/blueocean-core-js.js:53687:25
 _renderValidatedComponentWithoutOwnerOrContext https://jenkins.mycompany.eu/jenkins/adjuncts/95cdfcfb/io/jenkins/blueocean/jenkins-design-language.js:49621:25
 _renderValidatedComponent https://jenkins.mycompany.eu/jenkins/adjuncts/95cdfcfb/io/jenkins/blueocean/jenkins-design-language.js:49644:27
 performInitialMount https://jenkins.mycompany.eu/jenkins/adjuncts/95cdfcfb/io/jenkins/blueocean/jenkins-design-language.js:49184:25
 mountComponent https://jenkins.mycompany.eu/jenkins/adjuncts/95cdfcfb/io/jenkins/blueocean/jenkins-design-language.js:49080:16
 mountComponent https://jenkins.mycompany.eu/jenkins/adjuncts/95cdfcfb/io/jenkins/blueocean/jenkins-design-language.js:55420:18 

   StackTrace in jenkins.log: 

 

Dec 05, 2018 9:13:36 AM io.jenkins.blueocean.rest.impl.pipeline.PipelineNodeGraphVisitor 
SEVERE: Caught a NullPointerException traversing the graph for run MY_PIPELINE_JOB#234
Dec 05, 2018 9:13:36 AM io.jenkins.blueocean.commons.stapler.export.ExportInterceptor$1 getValue
WARNING: Failed to get "state" from a io.jenkins.blueocean.rest.impl.pipeline.PipelineRunImpl
java.lang.reflect.InvocationTargetException
 at io.jenkins.blueocean.commons.stapler.export.MethodProperty.getValue(MethodProperty.java:74)
 at io.jenkins.blueocean.commons.stapler.export.ExportInterceptor$1.getValue(ExportInterceptor.java:46)
 at io.jenkins.blueocean.commons.stapler.Export$BlueOceanExportInterceptor.getValue(Export.java:167)
 at io.jenkins.blueocean.commons.stapler.export.Property.writeTo(Property.java:136)
 at io.jenkins.blueocean.commons.stapler.export.Model.writeNestedObjectTo(Model.java:228)
 at io.jenkins.blueocean.commons.stapler.export.Model.writeNestedObjectTo(Model.java:224)
 at io.jenkins.blueocean.commons.stapler.export.Model.writeNestedObjectTo(Model.java:224)
 at io.jenkins.blueocean.commons.stapler.export.Model.writeTo(Model.java:199)
 at io.jenkins.blueocean.commons.stapler.Export.writeOne(Export.java:148)
 at io.jenkins.blueocean.commons.stapler.Export.serveExposedBean(Export.java:136)
 at io.jenkins.blueocean.commons.stapler.Export.doJson(Export.java:79)
 at io.jenkins.blueocean.rest.pageable.PagedResponse$Processor$1.generateResponse(PagedResponse.java:70)
 at org.kohsuke.stapler.HttpResponseRenderer$Default.handleHttpResponse(HttpResponseRenderer.java:124)
 at org.kohsuke.stapler.HttpResponseRenderer$Default.generateResponse(HttpResponseRenderer.java:69)
 at org.kohsuke.stapler.Function.renderResponse(Function.java:136)
 at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:119)
 at 

[JIRA] (JENKINS-50818) Activity/branches for some pipelines fail to load with no errormessage

2018-11-14 Thread beletsky.and...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrey Beletsky commented on  JENKINS-50818  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Activity/branches for some pipelines fail to load with no errormessage   
 

  
 
 
 
 

 
 The issue goes away. Probably, due to we removed several builds. Anyway, it is should be fixed independently on any other plugins.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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] (JENKINS-50818) Activity/branches for some pipelines fail to load with no errormessage

2018-11-14 Thread nick.jo...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nick Johns edited a comment on  JENKINS-50818  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Activity/branches for some pipelines fail to load with no errormessage   
 

  
 
 
 
 

 
 We encountered this issue today when we upgraded to a new version of Blue Ocean (1.6.1 -> 1.9.0 ), along with a few dependant plugins.We found the following in logs: {noformat}  ``` SEVERE: Caught a IllegalStateException traversing the graph for run /#9Nov 14, 2018 3:49:43 PM io.jenkins.blueocean.commons.stapler.export.ExportInterceptor$1 getValue  {noformat}  ``` Deleting the relevant build from Jenkins resolved the issue for us (in this case project , branch , build 9Blue Ocean now renders the tabs fineWorth checking your Jenkins master logs to see if this is the same issue for you!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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] (JENKINS-50818) Activity/branches for some pipelines fail to load with no errormessage

2018-11-14 Thread nick.jo...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nick Johns commented on  JENKINS-50818  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Activity/branches for some pipelines fail to load with no errormessage   
 

  
 
 
 
 

 
 We encountered this issue today when we upgraded to a new version of Blue Ocean (1.6.1 -> 1.9.0 ), along with a few dependant plugins. We found the following in logs: ``` SEVERE: Caught a IllegalStateException traversing the graph for run /#9 Nov 14, 2018 3:49:43 PM io.jenkins.blueocean.commons.stapler.export.ExportInterceptor$1 getValue ``` Deleting the relevant build from Jenkins resolved the issue for us (in this case project , branch , build 9 Blue Ocean now renders the tabs fine Worth checking your Jenkins master logs to see if this is the same issue for you!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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] (JENKINS-50818) Activity/branches for some pipelines fail to load with no errormessage

2018-08-20 Thread beletsky.and...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrey Beletsky edited a comment on  JENKINS-50818  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Activity/branches for some pipelines fail to load with no errormessage   
 

  
 
 
 
 

 
 I have the same error and it blocks me because I can see nothing on activity and branches tabs. I have Blue Ocean 1.8.2 (Jenkins 2.121.2) Environment:Amazon Linux, Jenkins is running in a docker container. Error text:{code:java}Error fetching page TypeError: Cannot read property 'toLowerCase' of undefined at TimeHarmonizerUtil.getI18nTitle (blueocean-core-js.js:54379) at LiveStatusIndicator.render (blueocean-core-js.js:53687) at ReactCompositeComponentWrapper._renderValidatedComponentWithoutOwnerOrContext (jenkins-design-language.js:49621) at ReactCompositeComponentWrapper._renderValidatedComponent (jenkins-design-language.js:49644) at ReactCompositeComponentWrapper.performInitialMount (jenkins-design-language.js:49184) at ReactCompositeComponentWrapper.mountComponent (jenkins-design-language.js:49080) at Object.mountComponent (jenkins-design-language.js:55420) at ReactCompositeComponentWrapper.performInitialMount (jenkins-design-language.js:49193) at ReactCompositeComponentWrapper.mountComponent (jenkins-design-language.js:49080) at Object.mountComponent (jenkins-design-language.js:55420) at ReactDOMComponent.mountChildren (jenkins-design-language.js:54382) at ReactDOMComponent._createInitialChildren (jenkins-design-language.js:50508) at ReactDOMComponent.mountComponent (jenkins-design-language.js:50327) at Object.mountComponent (jenkins-design-language.js:55420) at ReactDOMComponent.mountChildren (jenkins-design-language.js:54382) at ReactDOMComponent._createInitialChildren (jenkins-design-language.js:50508) at ReactDOMComponent.mountComponent (jenkins-design-language.js:50327) at Object.mountComponent (jenkins-design-language.js:55420) at ReactCompositeComponentWrapper.performInitialMount (jenkins-design-language.js:49193) at ReactCompositeComponentWrapper.mountComponent (jenkins-design-language.js:49080) at Object.mountComponent (jenkins-design-language.js:55420) at ReactCompositeComponentWrapper.performInitialMount (jenkins-design-language.js:49193){code}  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by 

[JIRA] (JENKINS-50818) Activity/branches for some pipelines fail to load with no errormessage

2018-08-20 Thread beletsky.and...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrey Beletsky edited a comment on  JENKINS-50818  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Activity/branches for some pipelines fail to load with no errormessage   
 

  
 
 
 
 

 
 I have the same error and it blocks me because I can see nothing on activity and branches tabs. I have  * Blue Ocean 1.8.2 *  ( * Jenkins 2.121.2 * ) * Environment: * Amazon Linux, Jenkins is running in a docker container. * Error text: * {code:java}Error fetching page TypeError: Cannot read property 'toLowerCase' of undefined at TimeHarmonizerUtil.getI18nTitle (blueocean-core-js.js:54379) at LiveStatusIndicator.render (blueocean-core-js.js:53687) at ReactCompositeComponentWrapper._renderValidatedComponentWithoutOwnerOrContext (jenkins-design-language.js:49621) at ReactCompositeComponentWrapper._renderValidatedComponent (jenkins-design-language.js:49644) at ReactCompositeComponentWrapper.performInitialMount (jenkins-design-language.js:49184) at ReactCompositeComponentWrapper.mountComponent (jenkins-design-language.js:49080) at Object.mountComponent (jenkins-design-language.js:55420) at ReactCompositeComponentWrapper.performInitialMount (jenkins-design-language.js:49193) at ReactCompositeComponentWrapper.mountComponent (jenkins-design-language.js:49080) at Object.mountComponent (jenkins-design-language.js:55420) at ReactDOMComponent.mountChildren (jenkins-design-language.js:54382) at ReactDOMComponent._createInitialChildren (jenkins-design-language.js:50508) at ReactDOMComponent.mountComponent (jenkins-design-language.js:50327) at Object.mountComponent (jenkins-design-language.js:55420) at ReactDOMComponent.mountChildren (jenkins-design-language.js:54382) at ReactDOMComponent._createInitialChildren (jenkins-design-language.js:50508) at ReactDOMComponent.mountComponent (jenkins-design-language.js:50327) at Object.mountComponent (jenkins-design-language.js:55420) at ReactCompositeComponentWrapper.performInitialMount (jenkins-design-language.js:49193) at ReactCompositeComponentWrapper.mountComponent (jenkins-design-language.js:49080) at Object.mountComponent (jenkins-design-language.js:55420) at ReactCompositeComponentWrapper.performInitialMount (jenkins-design-language.js:49193){code}  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This 

[JIRA] (JENKINS-50818) Activity/branches for some pipelines fail to load with no errormessage

2018-08-20 Thread beletsky.and...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrey Beletsky edited a comment on  JENKINS-50818  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Activity/branches for some pipelines fail to load with no errormessage   
 

  
 
 
 
 

 
 I have the same error and it blocks me because I can see nothing on activity and branches tabs.  I have Blue Ocean 1.8.2 (Jenkins 2.121.2) Error text:  {code :java }  Error fetching page TypeError: Cannot read property 'toLowerCase' of undefined at TimeHarmonizerUtil.getI18nTitle (blueocean-core-js.js:54379) at LiveStatusIndicator.render (blueocean-core-js.js:53687) at ReactCompositeComponentWrapper._renderValidatedComponentWithoutOwnerOrContext (jenkins-design-language.js:49621) at ReactCompositeComponentWrapper._renderValidatedComponent (jenkins-design-language.js:49644) at ReactCompositeComponentWrapper.performInitialMount (jenkins-design-language.js:49184) at ReactCompositeComponentWrapper.mountComponent (jenkins-design-language.js:49080) at Object.mountComponent (jenkins-design-language.js:55420) at ReactCompositeComponentWrapper.performInitialMount (jenkins-design-language.js:49193) at ReactCompositeComponentWrapper.mountComponent (jenkins-design-language.js:49080) at Object.mountComponent (jenkins-design-language.js:55420) at ReactDOMComponent.mountChildren (jenkins-design-language.js:54382) at ReactDOMComponent._createInitialChildren (jenkins-design-language.js:50508) at ReactDOMComponent.mountComponent (jenkins-design-language.js:50327) at Object.mountComponent (jenkins-design-language.js:55420) at ReactDOMComponent.mountChildren (jenkins-design-language.js:54382) at ReactDOMComponent._createInitialChildren (jenkins-design-language.js:50508) at ReactDOMComponent.mountComponent (jenkins-design-language.js:50327) at Object.mountComponent (jenkins-design-language.js:55420) at ReactCompositeComponentWrapper.performInitialMount (jenkins-design-language.js:49193) at ReactCompositeComponentWrapper.mountComponent (jenkins-design-language.js:49080) at Object.mountComponent (jenkins-design-language.js:55420) at ReactCompositeComponentWrapper.performInitialMount (jenkins-design-language.js:49193){code}  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.10.1#710002-sha1:6efc396)  
 

[JIRA] (JENKINS-50818) Activity/branches for some pipelines fail to load with no errormessage

2018-08-20 Thread beletsky.and...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrey Beletsky updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50818  
 
 
  Activity/branches for some pipelines fail to load with no errormessage   
 

  
 
 
 
 

 
Change By: 
 Andrey Beletsky  
 
 
Environment: 
 Windows , Linux (Amazon Linux)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.10.1#710002-sha1:6efc396)  
 

  
 

   





-- 
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] (JENKINS-50818) Activity/branches for some pipelines fail to load with no errormessage

2018-08-20 Thread beletsky.and...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrey Beletsky commented on  JENKINS-50818  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Activity/branches for some pipelines fail to load with no errormessage   
 

  
 
 
 
 

 
 I have the same error and it blocks me because I can see nothing on activity and branches tabs. Error text: 

 


Error fetching page TypeError: Cannot read property 'toLowerCase' of undefined
 at TimeHarmonizerUtil.getI18nTitle (blueocean-core-js.js:54379)
 at LiveStatusIndicator.render (blueocean-core-js.js:53687)
 at ReactCompositeComponentWrapper._renderValidatedComponentWithoutOwnerOrContext (jenkins-design-language.js:49621)
 at ReactCompositeComponentWrapper._renderValidatedComponent (jenkins-design-language.js:49644)
 at ReactCompositeComponentWrapper.performInitialMount (jenkins-design-language.js:49184)
 at ReactCompositeComponentWrapper.mountComponent (jenkins-design-language.js:49080)
 at Object.mountComponent (jenkins-design-language.js:55420)
 at ReactCompositeComponentWrapper.performInitialMount (jenkins-design-language.js:49193)
 at ReactCompositeComponentWrapper.mountComponent (jenkins-design-language.js:49080)
 at Object.mountComponent (jenkins-design-language.js:55420)
 at ReactDOMComponent.mountChildren (jenkins-design-language.js:54382)
 at ReactDOMComponent._createInitialChildren (jenkins-design-language.js:50508)
 at ReactDOMComponent.mountComponent (jenkins-design-language.js:50327)
 at Object.mountComponent (jenkins-design-language.js:55420)
 at ReactDOMComponent.mountChildren (jenkins-design-language.js:54382)
 at ReactDOMComponent._createInitialChildren (jenkins-design-language.js:50508)
 at ReactDOMComponent.mountComponent (jenkins-design-language.js:50327)
 at Object.mountComponent (jenkins-design-language.js:55420)
 at ReactCompositeComponentWrapper.performInitialMount (jenkins-design-language.js:49193)
 at ReactCompositeComponentWrapper.mountComponent (jenkins-design-language.js:49080)
 at Object.mountComponent (jenkins-design-language.js:55420)
 at ReactCompositeComponentWrapper.performInitialMount (jenkins-design-language.js:49193)
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
   

[JIRA] (JENKINS-50818) Activity/branches for some pipelines fail to load with no errormessage

2018-08-20 Thread beletsky.and...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrey Beletsky updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50818  
 
 
  Activity/branches for some pipelines fail to load with no errormessage   
 

  
 
 
 
 

 
Change By: 
 Andrey Beletsky  
 
 
Priority: 
 Major Blocker  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.10.1#710002-sha1:6efc396)  
 

  
 

   





-- 
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] (JENKINS-50818) Activity/branches for some pipelines fail to load with no errormessage

2018-04-16 Thread ku...@gmx.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 kutzi updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50818  
 
 
  Activity/branches for some pipelines fail to load with no errormessage   
 

  
 
 
 
 

 
Change By: 
 kutzi  
 

  
 
 
 
 

 
 I  have three multibranch pipelines, two with few branches and few builds, and one with many branches and many builds  started seeing this after updating to Blue Ocean 1.5.0  ( but not _that_ ** many) Jenkins 2 .  The two with few 107.2)Some projects/  branches work fine , but  while  for  other only  the  one with many branches  header bars are rendered ,  but no builds. No error msg in  the  "activity" and "branches" fail to load while showing a "loading" message forever  UI .  The script log from my browser says  This error in the JS console:   {code: java _javascript_ } VM640 blueocean-core-js.js:58091 Error fetching page TypeError: Cannot read property 'toLowerCase' of undefinedat TimeHarmonizerUtil.getI18nTitle ( VM640 blueocean-core-js.js: 64082 54181 )at LiveStatusIndicator.render ( VM640 blueocean-core-js.js: 63371 53477 )at ReactCompositeComponentWrapper._renderValidatedComponentWithoutOwnerOrContext ( VM639 jenkins-design-language.js: 48404 49621 )at ReactCompositeComponentWrapper._renderValidatedComponent ( VM639 jenkins-design-language.js: 48427 49644 )at ReactCompositeComponentWrapper.performInitialMount ( VM639 jenkins-design-language.js: 47967 49184 )at ReactCompositeComponentWrapper.mountComponent ( VM639 jenkins-design-language.js: 47863 49080 )at Object.mountComponent ( VM639 jenkins-design-language.js: 54203 55420 )at ReactCompositeComponentWrapper.performInitialMount ( VM639 jenkins-design-language.js: 47976 49193 )at ReactCompositeComponentWrapper.mountComponent ( VM639 jenkins-design-language.js: 47863 49080 )at Object.mountComponent ( VM639 jenkins-design-language.js: 54203 55420 )at ReactDOMComponent.mountChildren ( VM639 jenkins-design-language.js: 53165 54382 )at ReactDOMComponent._createInitialChildren ( VM639 jenkins-design-language.js: 49291 50508 )at ReactDOMComponent.mountComponent ( VM639 jenkins-design-language.js: 49110 50327 )at Object.mountComponent ( VM639 jenkins-design-language.js: 54203 55420 )at ReactDOMComponent.mountChildren ( VM639 jenkins-design-language.js: 53165 54382 )at ReactDOMComponent._createInitialChildren ( VM639 jenkins-design-language.js: 49291 50508 )at ReactDOMComponent.mountComponent ( VM639 jenkins-design-language.js: 49110 50327 )at Object.mountComponent ( VM639 jenkins-design-language.js: 54203 55420 )at ReactCompositeComponentWrapper.performInitialMount ( VM639 jenkins-design-language.js: 47976 49193 )at ReactCompositeComponentWrapper.mountComponent ( VM639 jenkins-design-language.js: 47863 49080 )at Object.mountComponent ( VM639 jenkins-design-language.js: 54203 55420 )at ReactCompositeComponentWrapper.performInitialMount ( VM639 jenkins-design-language.js: 47976 49193 )  {code}  
 

  
 
  

[JIRA] (JENKINS-50818) Activity/branches for some pipelines fail to load with no errormessage

2018-04-16 Thread ku...@gmx.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 kutzi updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50818  
 
 
  Activity/branches for some pipelines fail to load with no errormessage   
 

  
 
 
 
 

 
Change By: 
 kutzi  
 
 
Summary: 
 CLONE -  Activity/branches for some pipelines fail to load with no errormessage  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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.