Bug 403320 - ClassNotFoundException upon loading git plugin
Summary: ClassNotFoundException upon loading git plugin
Status: ASSIGNED
Alias: None
Product: Hudson
Classification: Technology
Component: GIT (show other bugs)
Version: 3.0.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Winston Prakash CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-14 07:35 EDT by Florian Schneider CLA
Modified: 2013-03-14 12:14 EDT (History)
0 users

See Also:


Attachments
Stacktrace excerpted from java.log XML file (8.62 KB, text/plain)
2013-03-14 07:35 EDT, Florian Schneider CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Schneider CLA 2013-03-14 07:35:25 EDT
Created attachment 228415 [details]
Stacktrace excerpted from java.log XML file

Upon startup, the git plugin version 2.2.1-h-1 issues an exception because the class 'hudson.plugins.parameterizedtrigger.AbstractBuildParameters' was not found.
Comment 1 Winston Prakash CLA 2013-03-14 12:14:27 EDT
Hmm.. Again git plugin should load independent of parameterized trigger plugin, because parameterized trigger plugin is marked as optional in git plugin.

Could you install the parameterized trigger plugin and see if the error goes away.