Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Unexpected exception when we are clicking on "Steps" tab after importing the job from an exported .zip file #100

maniraj1409 ·

Hi Team,

We are seeing an unexpected exception when we are clicking on "Steps" tab after importing the job from an exported .zip file. Please find the below exception that we are seeing.

Could you please help on this?

Error Details:

Message: Exception in rendering component: [ListItem [Component id = 0]]

Root cause:

java.lang.NullPointerException: Cannot invoke "com.pmease.quickbuild.stepsupport.Step.getName()" because "step" is null
at com.pmease.quickbuild.web.page.setting.StepsPanel$StepView.onComponentTag(StepsPanel.java:1288)
at org.apache.wicket.Component.internalRenderComponent(Component.java:2500)
at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1576)
at org.apache.wicket.Component.internalRender(Component.java:2359)
at org.apache.wicket.Component.render(Component.java:2284)
at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1474)
at org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1638)
at

Thank you!

  • replies 2
  • views 23
  • stars 0
robinshen ADMIN ·

Seems that step definition in the zip file is incorrect. Can you please send your zip to [robin AT pmease DOT com] for diagnostics?

robinshen ADMIN ·

Want to mention that if exported zip references steps defined in parent configuration not included for exporting, you will need to make sure that those steps are defined in new parent configuration after importing.