Error in sending mail using Email-Ext plugin jenkins - email

My jenkins version is Jenkins ver. 1.642.4 & Token Macro version is 1.12. When I try to set-up Email-ext plugin, mail sending fails due to the below following error.
ERROR: Step ‘Editable Email Notification’ aborted due to exception:
java.lang.NoSuchMethodError: org.jenkinsci.plugins.tokenmacro.TokenMacro.expandAll(Lhudson/model/Run;Lhudson/FilePath;Lhudson/model/TaskListener;Ljava/lang/String;ZLjava/util/List;)Ljava/lang/String;
at hudson.plugins.emailext.plugins.ContentBuilder.transformText(ContentBuilder.java:80)
at hudson.plugins.emailext.ExtendedEmailPublisher.setSubject(ExtendedEmailPublisher.java:706)
at hudson.plugins.emailext.ExtendedEmailPublisher.createMail(ExtendedEmailPublisher.java:595)
Can someone please let me know how to fix the error ?

This occurred due to incompatibility of the Email-Ext plugin with FindBugs version 1.6. This got fixed after updating to Jenkins 2.19 LTS

When installing latest Email Extension Plugin (2.57.1) in Jenkins LTS 1.625.3, its dependency Token Macro Plugin is installed in version 1.12.1.
But Email Extension version 2.57.1 requires Token Macro in version 2.0 and fails. As Token Macro is used by a large set of plugins, I decided to keep 1.12.1.
As a result, I manually installed Email Extension 2.47 (august 2016 before pipeline support and Jenkins 2) which works well with Token Macro 1.12.1, with hope to not impact any other plugins. Do to so, hpi file has to be uploaded manually in Jenkins Update Center "Advanced" section.

Related

install 2.13 gerrit its jira plugin on 2.6.1 gerrit server got pluginstallException error

ubuntu version:4.6.3
gerrit version:2.6.1
its-jira plugin:2.13
already install its-base plugin successfully.
when using ssh to install its-jira plugin got following error, see attached picture, as canot copy content due to internal access limitation.
thanks for any help or hint, i did not find similar on Stackoverflow or google.
see error msg in picture
You can't install its-jira plugin 2.13 in Gerrit 2.6.1.
Gerrit 2.6.1 is very old... consider to upgrade it to a new version.

When CI project is transferred from wamp server to xampp server Uncaught error occurs in core/common.php(line 257)

When I run CI project this error occurs,Can anyone help me.
enter image description here
You have different versions of PHP AND you are running a version of codeigniter < 2.2.1
In Version 2.2.1 and above, this was fixed.
If you cannot upgrade it for any reason, the fix is described here
I have tested this on PHP 5.6.19 and CI 2.1.3 which displays the issue. CI 2.2.1 and 3.1.0 do not. I've not tested all the others in between.

Unable to get GraphAware to run on Windows Community edition

I've tried installing and running from the Zip instead of EXE as other have mentioned.
Gives a 404 if authorization header is supplied, and 401 if not
GraphAware seems to have only a version for 2.2.2, whereas 2.2.3 is the latest on the neo4j site. Managed to track down 2.2.2 only to have it not work still. Any ideas?
It is correct the GraphAware modules are not compatible with Neo4j2.2.3 due to a bug in the Transaction data in neo4j itself (ref here https://github.com/neo4j/neo4j/issues/4910) which should be fixed in 2.2.4 or 2.3-RC1
If you installed via the zip, this should however work with 2.2.2, Please amend your question with the modules you use and their version, also all configuration you have set for the moduleS.

Jenkins: v1.605: Plugin Update check with "Check now" is not working

I am very new to Jenkins and exploring Jenkins to use it for my project CI.
I installed Jenkins v1.605 today on Ubuntu 14.04.1 LTS (trusty) system (brand new setup). I need github plugin to integrate with github source repository. Unfortunately my "Available" plugin list is empty. I made an attempt to update the available plugin list thru the "Check now" option of "Advanced" tab, however it of not much help. My browser is stuck at "Waiting for 10.10.1.2..." status and "Update information obtained:" still shows N/A ago.
Below is the an excerpt from system info, which I thought might be useful to narrow down the issue
java.runtime.name OpenJDK Runtime Environment
java.runtime.version 1.7.0_75-b13
java.specification.name Java Platform API Specification
java.specification.vendor Oracle Corporation
java.specification.version 1.7
java.vendor Oracle Corporation
java.vendor.url http://java.oracle.com/
java.vendor.url.bug http://bugreport.sun.com/bugreport/
java.version 1.7.0_75
How do I get the available list of plugins onto my jenkins setup?
Anyway otherway to install github plugin directly as a stop gap messure?
Thanks in Advance
J
The URL should be:
http://updates.jenkins-ci.org/update-center.json
which is ip: 199.193.196.24 - so i guess your proxy is not working.

How to install the jenkins sonar plugin manually?

How can I download and install the jenkins sonar (version 2.1) plugin to jenkins (version 1.532)?
We cannot use the jenkins Update Center, as it failes to connect to the update site:
hudson.util.IOException2: Failed to download from http://jenkins-updates.cloudbees.com/download/plugins/sonar/2.1/sonar.hpi
Please note that opening the firewall to the update site is not an option we wish to consider - for security reasons, we want to do this process manually.
How can this plugin be installed manually?
tx
Well, it's pretty straightforward:
Manually download the HPI file with the link you provided
Then install the HPI manually in your Jenkins