[JIRA] (JENKINS-55134) InputAction No page found 'sidepanel.jelly' for class

2019-08-28 Thread bryce.mch...@choicehotels.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Bryce McHugh commented on  JENKINS-55134  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: InputAction No page found 'sidepanel.jelly' for class   
 

  
 
 
 
 

 
 Andrew Bayer Thank you for the comment.  We had run into this several times before this was originally posted, but have not run into it since upgrading Jenkins.  We just had this happen on one job where an input link in the job resulted in an error page with this stack trace.  The parameters page on the same job did not have any issues.  The version of Jenkins running the job was 2.150.1.  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.196198.1544577686000.2354.1567035420291%40Atlassian.JIRA.


[JIRA] (JENKINS-55134) InputAction No page found 'sidepanel.jelly' for class

2019-01-17 Thread andrew.ba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Bayer commented on  JENKINS-55134  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: InputAction No page found 'sidepanel.jelly' for class   
 

  
 
 
 
 

 
 That's weird - can you try running a parameterized job, and then clicking on the parameters link for the build to see if that does something similar? It should be using the sidepanel.jelly from the build, and the parameters page uses the same mechanism.  
 

  
 
 
 
 

 
 
 

 
 
 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-55134) InputAction No page found 'sidepanel.jelly' for class

2018-12-11 Thread bryce.mch...@choicehotels.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Bryce McHugh created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55134  
 
 
  InputAction No page found 'sidepanel.jelly' for class   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 pipeline-input-step-plugin  
 
 
Created: 
 2018-12-12 01:21  
 
 
Environment: 
 Jenkins ver. 2.138.2  pipeline-input-step-plugin 2.8  workflow-api 2.32  workflow-step-api 2.16  workflow-support 2.22  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Bryce McHugh  
 

  
 
 
 
 

 
 Clicking the Input link in a job after a Jenkins restart is causing this stack trace.   org.apache.commons.jelly.JellyTagException: jar:file:/var/lib/jenkins/plugins/pipeline-input-step/WEB-INF/lib/pipeline-input-step.jar!/org/jenkinsci/plugins/workflow/support/steps/input/InputAction/index.jelly:7:57:  No page found 'sidepanel.jelly' for class org.jenkinsci.plugins.workflow.support.steps.input.InputAction at org.kohsuke.stapler.jelly.IncludeTag.doTag(IncludeTag.java:124) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.CallTagLibScript$1.run(CallTagLibScript.java:99) at org.apache.commons.jelly.tags.define.InvokeBodyTag.doTag(InvokeBodyTag.java:91) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105) at org.kohsuke.stapler.jelly.CallTagLibScript.run(CallTagLibScript.java:120)