Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.IndexOutOfBoundsException preventing generation of "schema" and "documentation" pages #688

Closed
3 tasks done
shonfeder-da opened this issue Dec 31, 2018 · 0 comments · Fixed by #692
Closed
3 tasks done

Comments

@shonfeder-da
Copy link

The underlying cause appears to produce the same surface symptoms as #98.

Here is a gist of the traceback.

The out of bounds error seems to kicked off by this line

final ExtensionList<Configurator> l = jenkins.getExtensionList(Configurator.class);

which makes me suspect an inappropriate object is being identified as the Configurator..

Context:

  • Jenkins version :: 2.156
  • Plugin version :: 1.4
  • OS :: Linxus (NixOS 18.09)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant