[JIRA] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title aristedes commented on JENKINS-28212 Re: Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher Thanks for your excellent and quick response on this. Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title Alex Earl resolved as Fixed Should be fixed in the next release, which I will do later today. Jenkins / JENKINS-28212 Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher Change By: Alex Earl Status: In Progress Resolved Resolution: Fixed Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title SCM/JIRA link daemon commented on JENKINS-28212 Re: Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher Code changed in jenkins User: Alex Earl Path: src/main/java/hudson/plugins/emailext/EmailRecipientUtils.java src/main/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptor.java src/main/resources/hudson/plugins/emailext/ExtendedEmailPublisher/config.groovy src/main/resources/hudson/plugins/emailext/ExtendedEmailPublisher/global.groovy http://jenkins-ci.org/commit/email-ext-plugin/faac7b4b7da32c1c45748629631a76989628a3cb Log: Fix JENKINS-28212 Serialize the descriptor id's instead of the descriptors themselves. Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title Jesse Glick updated JENKINS-28212 Jenkins / JENKINS-28212 Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher Change By: Jesse Glick Status: Reopened Open Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title Jesse Glick started work on JENKINS-28212 Change By: Jesse Glick Status: Open In Progress Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title Jesse Glick assigned an issue to Alex Earl Jenkins / JENKINS-28212 Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher Change By: Jesse Glick Assignee: Jesse Glick Alex Earl Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title Jesse Glick commented on JENKINS-28212 Re: Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher Ah, apparently unrelated to JENKINS-26781 . Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title Alex Earl commented on JENKINS-28212 Re: Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher I don't think it is a core regression, I think its the change I made for default triggers. Currently, it is serializing the descriptor information for what triggers to setup as default for new jobs. When the descriptor is deserialized, it is missing some of the internal values (clazz is null for instance), which causes a problem elsewhere in my code. Is deserialization of descriptors supposed to work, or should I be just putting the descriptor.getId() out there and calling getDescriptor? Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title Jesse Glick commented on JENKINS-28212 Re: Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher Alex Earl if it is indeed a core regression, it is probably my fault, so if you know how to reproduce feel free to assign to me—I was expecting to have to dig into it anyway. Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title Alex Earl commented on JENKINS-28212 Re: Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher Ok, I finally recreated this. I am looking in to how to fix it. Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title aristedes commented on JENKINS-28212 Re: Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher java -version openjdk version "1.7.0_80" OpenJDK Runtime Environment (build 1.7.0_80-b15) OpenJDK 64-Bit Server VM (build 24.80-b11, mixed mode) Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title Alex Earl commented on JENKINS-28212 Re: Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher Are you using Oracle Java, or another Java implementation? I'm trying to figure out why the defaultTriggers is not getting serialized correctly, or why a comparison is not happening correctly. Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title aristedes commented on JENKINS-28212 Re: Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher uname -a FreeBSD delish.ish.com.au 10.1-RELEASE-p9 FreeBSD 10.1-RELEASE-p9 #0: Tue Apr 7 01:09:46 UTC 2015 r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 Jenkins 1.612. I think a previous poster reported it in Linux though. I'm not the original poster... I just found this thread when I hit the same problem. For all I know this issue has been happening for a long time, since I don't often add new email messages to existing jobs. I have no clear idea when it might have started happening. Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title Alex Earl commented on JENKINS-28212 Re: Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher What OS are you running on? What version of Jenkins? Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title aristedes commented on JENKINS-28212 Re: Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher Nothing I can see. Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title Alex Earl commented on JENKINS-28212 Re: Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher If you restart Jenkins, do you see any errors in the Jenkins logs about xstream or anything? Any exceptions that mention email-ext? Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title aristedes commented on JENKINS-28212 Re: Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher Yes, it has But in the plugin configuration, none of the checkboxes are ticked in the list of "default triggers" Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title Alex Earl commented on JENKINS-28212 Re: Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher Can you post the contents of the plugin configuration file? It should be in JENKIN_HOME and it should have the name of the plugin in the filename. Its an XML file. Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title aristedes commented on JENKINS-28212 Re: Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher The release plugin is a common way to structure release builds. I also downgraded your plugin to 2.40 and it didn't help. Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title Alex Earl commented on JENKINS-28212 Re: Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher What is the "Release" phase you are talking about? Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title aristedes commented on JENKINS-28212 Re: Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher "opacity: 1;">"setting-leftspace"> "setting-name">Triggers"setting-main">"hetero-list-container with-drag-drop ">"repeated-chunk" name="project_triggers" id="yui-gen138">"width:100%">"3">"dd-handle" id="yui-gen139">"setting-no-help">"display:none">"hidden" name="stapler-class">"hidden" name="$class">"4">"right">"yui-button yui-push-button repeatable-delete danger" id="yui-gen144">"first-child">"button" tabindex="0" id="yui-gen144-button">Remove Trigger"repeatable-insertion-point">"yui-button yui-menu-button" id="yui-gen140">"first-child">"button" tabindex="0" id="yui-gen140-button" class="hetero-list-add" suffix="project_triggers">Add Trigger"setting-help">"/plugin/email-ext/help/projectConfig/addATrigger.html" href="" class="code-quote" style="color: #009100">"#" class="help-button" tabindex="">"/static/32547464/images/16x16/help.png" class="icon-help icon-sm" alt="Help for feature: Triggers" style="width: 16px; height: 16px; "> That's the block of html with the empty trigger which is created by default when you add a new "Editable Email Notification". The problem seems to happen for me on Firefox 38 (haven't tested others) and it doesn't matter if you add the action to the release phase or the post-build phase. If you try to save without expanding the "advanced" section and removing the blank trigger, then you get an error. Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title Alex Earl commented on JENKINS-28212 Re: Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher Before you do that, can you save off the HTML of the page? Or take a screenshot or something? Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title aristedes commented on JENKINS-28212 Re: Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher I've got the same issue with Jenkins 1.612 and 2.40.1 of this plugin. The workaround is to: go into advanced settings within the email configuration remove the blank trigger that appears there Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title Alex Earl commented on JENKINS-28212 Re: Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher Can you add the list of plugins you have installed? Also, is this a new install of Jenkins or did you upgrade, and if so, from what versions of Jenkins and email-ext? Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title Jack Dunn updated an issue Jenkins / JENKINS-28212 Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher I'm having the same issue with Jenkins 1.612 and Email-ext 2.40.1. All I did was to add a post build step of editable email notification and just save it with the defaults. Change By: Jack Dunn Attachment: stacktrace.txt Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title Alex Earl commented on JENKINS-28212 Re: Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher I've been trying to reproduce this and I just can't. Did you restart Jenkins after upgrading email-ext? Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title jim jaeger updated an issue Jenkins / JENKINS-28212 Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher Change By: jim jaeger Attachment: config.xml Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title jim jaeger commented on JENKINS-28212 Re: Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher config.xml attached. Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title Alex Earl commented on JENKINS-28212 Re: Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher Can you post the config.xml for your job? Scrub any username/passwords first. Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title jim jaeger commented on JENKINS-28212 Re: Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher Job Type: Freestyle Installed Plugins: analysis-collector 1.43 analysis-core 1.71 ant 1.2 antisamy-markup-formatter 1.3 artifactdeployer 0.33 artifactory 2.3.0 build-name-setter 1.3 build-pipeline-plugin 1.4.7 buildresult-trigger 0.17 checkstyle 3.42 copyartifact 1.35 credentials 1.22 cvs 2.12 dashboard-view 2.9.4 dependencyanalyzer 0.7 deploy 1.10 discard-old-build 1.05 email-ext 2.40.1 email-ext-recipients-column 1.0 external-monitor-job 1.4 git 2.3.5 git-client 1.17.0 html-audio-notifier 0.4 html5-notifier-plugin 1.5 htmlpublisher 1.3 http_request 1.8.8 ibm-ucdeploy-publisher 1.2.0 javadoc 1.3 jquery 1.11.2-0 jshint-checkstyle 3.36 jslint-checkstyle 3.35 junit 1.6 ldap 1.11 ldapemail 0.8 m2release 0.14.0 mailer 1.15 mapdb-api 1.0.6.0 matrix-auth 1.2 matrix-project 1.4.1 maven-info 0.2.0 maven-invoker-plugin 1.2 maven-metadata-plugin 1.2.0 maven-plugin 2.9 maven-repo-cleaner 1.2 pam-auth 1.2 parameterized-trigger 2.26 postbuild-task 1.8 progress-bar-column-plugin 1.0 repository 1.2 sametime 0.4 scm-api 0.2 scp 1.8 script-security 1.14 scripttrigger 0.31 ssh 2.4 ssh-credentials 1.11 ssh-slaves 1.9 subversion 2.5 teamconcert 1.1.9.1 token-macro 1.10 translation 1.12 versionnumber 1.5 windows-slaves 1.0 Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title Daniel Beck commented on JENKINS-28212 Re: Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher Job type and installed plugins may help. Are you able to reproduce this issue on a newly set up instance e.g. on your desktop machine? java -jar jenkins.war and installing the plugin is a 5 minute job Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title jim jaeger commented on JENKINS-28212 Re: Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher Additonal system information: SUSE Linux Enterprise Server 11 x86_64 GNU/Linux with Jenkins on Tomcat 7. Which more system information do you need? Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title Alex Earl commented on JENKINS-28212 Re: Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher I don't get this exception. I ran Jenkins 1.612 + Email-ext 2.40.1 and I don't get this exception when I add email-ext to the post-build steps. So, something else is at play. Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title jim jaeger updated an issue Jenkins / JENKINS-28212 Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher Change By: jim jaeger Priority: Major Blocker Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title jim jaeger commented on JENKINS-28212 Re: Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher The issue also occurs on Jenkins 1.612 + Plugin Version 2.40.1. Steps to recreate: 1) Open a config of a project and add the email section to the post build options 2) Click save --> Exception javax.servlet.ServletException: java.lang.RuntimeException: Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher from {"project_disabled":false,"project_recipient_list":"$DEFAULT_RECIPIENTS","project_replyto":"$DEFAULT_REPLYTO","project_content_type":"default","project_default_subject":"$DEFAULT_SUBJECT","project_default_content":"$DEFAULT_CONTENT","project_attachments":"","project_attach_buildlog":"0","project_presend_script":"$DEFAULT_PRESEND_SCRIPT","project_save_output":false,"project_triggers": {"stapler-class":"","$class":""} ,"stapler-class":"hudson.plugins.emailext.ExtendedEmailPublisher","$class":"hudson.plugins.emailext.ExtendedEmailPublisher"} at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:796) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:249) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649) at org.kohsuke.stapler.Stapler.service(Stapler.java:238) at javax.servlet.http.HttpServlet.service(HttpServlet.java:731) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:123) at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:114) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:48) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84) at hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at jenkins.security.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:117) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:142) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:271) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at jenkins.security.BasicHeaderProcessor.doFilter(BasicHeaderProcessor.java:93) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegise
[JIRA] [email-ext-plugin] (JENKINS-28212) Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
Title: Message Title Oliver Gondža updated an issue Jenkins / JENKINS-28212 Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher Change By: Oliver Gondža Summary: Email-Ext Failed to instantiate class hudson.plugins.emailext. ExtendedEmailPublisher Plugin Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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.