Re: Jenkins is not triggering a job after click on build now link in Jenkins menu

2018-12-27 Thread Poovaraj Thangamariappan

@Benjamin Primrose : Logs are not captured because Jenkins job is not 
triggered . 

*I have fixed this issue. Jenkins job is running successfully after 
uninstall smart Jenkins plugins. Can you please let me know why it is 
running after uninstall smart Jenkins plugins ?*

 Regards,
 Poovaraj

On Wednesday, December 26, 2018 at 7:05:23 PM UTC+5:30, Poovaraj 
Thangamariappan wrote:
>
> Hi,
>
> Jenkins is not triggering a job after click on build now link in Jenkins. 
> It was working fine earlier. Suddenly, It is not working after added and 
> removed new node in Jenkins. Please let me know what is the problem ?
>
> -- 
>
> Regards,
> Poovaraj
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/e86506d6-4c58-4cfa-b95b-de76446d4910%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Jenkins is not triggering a job after click on build now link in Jenkins menu

2018-12-26 Thread Poovaraj Thangamariappan
Hi,

Jenkins is not triggering a job after click on build now link in Jenkins.
It was working fine earlier. Suddenly, It is not working after added and
removed new node in Jenkins. Please let me know what is the problem ?

-- 

Regards,
Poovaraj

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAMu9-ZVCHN-s1kUyEyKhgSuaiV7X7Z-HhKpDx7K-%3DQzCz8JmzA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to take a backup of specific project in jenkins workspaces after successfull / failed build ?

2018-12-26 Thread Poovaraj Thangamariappan
Thanks Adam for clarifying this question.

Regards,
Poovaraj

On Tue, Dec 25, 2018 at 11:12 PM Adam von Nieda  wrote:

>
>If you want to back up the project XML file, (assuming Linux), you
> could do a script step like this. You should be able to extend this after
> you get the idea.
>
> config_file="$JENKINS_HOME/jobs/$JOB_NAME/config.xml"
> cp $config_file $config_file.`date +'%F_%H_%M_%S’`
>
>Or something like
> cp $config_file /some/backup/dir/config.xml.`date +'%F_%H_%M_%S’`
>
>
> --
> Adam vonNieda
> a...@vonnieda.org
>
>
>
>
> On Dec 24, 2018, at 9:52 PM, Poovaraj Thangamariappan <
> poovaraj2...@gmail.com> wrote:
>
> Hi,
>
> I want to take a backup of specific project in jenkins workspaces after
> successfull / failed every build ? Plesae let me know how to take a backup ?
>
> Regards,
> Poovaraj
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/ac4611ca-b620-4ab4-9fa8-00f610134a77%40googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-users/ac4611ca-b620-4ab4-9fa8-00f610134a77%40googlegroups.com?utm_medium=email_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Jenkins Users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/jenkinsci-users/_OdeTpwKO7A/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/163208D1-B4FE-4547-A147-68E8B51C2275%40vonnieda.org
> <https://groups.google.com/d/msgid/jenkinsci-users/163208D1-B4FE-4547-A147-68E8B51C2275%40vonnieda.org?utm_medium=email_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 

Regards,
Poovaraj

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAMu9-ZU07MkpOZ1831RvS%2Bk0xA9X2XHCRj6FKsqYNjuu-d8Uxg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


How to take a backup of specific project in jenkins workspaces after successfull / failed build ?

2018-12-24 Thread Poovaraj Thangamariappan
Hi,

I want to take a backup of specific project in jenkins workspaces after 
successfull / failed every build ? Plesae let me know how to take a backup ?

Regards,
Poovaraj

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/ac4611ca-b620-4ab4-9fa8-00f610134a77%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to attach a file in email after build successful in Jenkins?

2018-12-24 Thread Poovaraj Thangamariappan
Thank you! Let me try this options.

Regards,
Poovaraj

On Monday, December 24, 2018 at 10:56:33 PM UTC+5:30, Adam von Nieda wrote:
>
>
>Choose “Editable email notification” as a post-build action. It has an 
> input box for specifying attachments, and has the following text below it. 
>
>Can use wildcards like 'module/dist/**/*.zip'. See the @includes of 
> Ant fileset <http://ant.apache.org/manual/Types/fileset.html> for the 
> exact format. The base directory is the workspace 
> <https://crabbymcsandyfeet.com/jenkins/job/Backup_Home_VMs/ws/>.
>
> --
> Adam vonNieda
> ad...@vonnieda.org 
>
>
>
>
> On Dec 24, 2018, at 7:31 AM, Poovaraj Thangamariappan  > wrote:
>
> Hi,
>
> I want to attach a file in email after successful build in Jenkins. Please 
> let me know how to a file in email using Jenkins email configuration ?
>
> -- 
>
> Regards,
> Poovaraj
>
>
>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to jenkinsci-use...@googlegroups.com .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-users/CAMu9-ZWBc%2BbsFKoNJvMN_itV7rm3tM%3DhCL11Lq5hdDw5GAXw3g%40mail.gmail.com
>  
> <https://groups.google.com/d/msgid/jenkinsci-users/CAMu9-ZWBc%2BbsFKoNJvMN_itV7rm3tM%3DhCL11Lq5hdDw5GAXw3g%40mail.gmail.com?utm_medium=email_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/b8075a5b-31ef-461c-81a3-c2bcd4741f4e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to attach a file in email after build successful in Jenkins?

2018-12-24 Thread Poovaraj Thangamariappan
Hi,

I want to attach a file in email after successful build in Jenkins. Please
let me know how to a file in email using Jenkins email configuration ?

-- 

Regards,
Poovaraj

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAMu9-ZWBc%2BbsFKoNJvMN_itV7rm3tM%3DhCL11Lq5hdDw5GAXw3g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Jenkins - java.io.IOException: Pipeline: API v2.29 failed to load. - Error Message

2018-08-28 Thread Poovaraj Thangamariappan
Hi Team,

I am getting below error message while installing Jenkins Plugins. Why is
it showing below error message ? Please help me.

Machine : Linux
Jenkins Version : 2.107.1


java.io.IOException: Pipeline: API v2.29 failed to load.
 - You must update Jenkins from v2.107.1 to v2.121 or later to run this plugin.
at 
hudson.PluginWrapper.resolvePluginDependencies(PluginWrapper.java:655)
at hudson.PluginManager.dynamicLoad(PluginManager.java:876)
Caused: java.io.IOException: Failed to install workflow-api plugin
at hudson.PluginManager.dynamicLoad(PluginManager.java:886)
at hudson.PluginManager.dynamicLoad(PluginManager.java:822)
at 
hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1889)
Caused: java.io.IOException: Failed to dynamically deploy this plugin
at 
hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1893)
at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1651)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:522)
at java.util.concurrent.FutureTask.run(FutureTask.java:277)
at 
hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:112)
at java.lang.Thread.run(Thread.java:811)


-- 

Regards,
Poovaraj

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAMu9-ZUH8T2st%2BFHvYHz6jN%3DW%3DifRpVOwzcqhook8F_r%3DoNbxQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Gitcolony notification failed - java.lang.IllegalArgumentException: Invalid url:

2018-08-13 Thread Poovaraj Thangamariappan
Hi Team,

Gitcolony notification failed - java.lang.IllegalArgumentException: Invalid
url: - Error message is displayed while running shell command from Jenkins.
Can you please help me how to fix this issue ?


   - Linux Machine
   - Jenkins

-- 

Regards,
Poovaraj

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAMu9-ZXa%3DUyVv%2B9pZQU7bQ6MZNrnZjCKw76eqZ%3Dd_k-Lkv0gog%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Job is not running after click on build ICON

2018-03-05 Thread Poovaraj Thangamariappan
Hi Team,

Jenkins job is not running after click on build icon. It is showing below
error message in command prompt after build the job.

INFO: Session node0pco4cd96heeeygtv6xf9qug3pxw1eee already being
invalidated

Please help me !

Regards,
Poovaraj

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAMu9-ZUt%2BGgarB_Ssp2u2i03Mk9q4Pwp-Rq-DGz3GeKNDHPPkA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Active Directory or LDAP configuratins in Jenkins

2018-03-03 Thread Poovaraj Thangamariappan
Hello,

I have installed jenkins in Windows Server machine. Now, I want to create
user in Jenkins based on roles. Could you please let me know which is the
best option (LDAP or Active Directory ) for configuration Jenkins ?


Regards,
Poovaraj

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAMu9-ZUpkCu9bam%2BJ6Q5FSRop1_taDE%3D5pUYo5Nn4KNMV%3DvWmA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: java.lang.AssertionError: InstanceIdentity is missing its singleton - Jenkins Error Message (Java 9 version and Jenkins ver. 2.109 )

2018-03-03 Thread Poovaraj Thangamariappan
Please share me any other workaround solution for usng jenkins 2.89 and
Java 9 version ?


On Sat, Mar 3, 2018 at 5:37 PM, Poovaraj Thangamariappan <
poovaraj2...@gmail.com> wrote:

> Hello,
>
> I have used Java 9 version for standard package.
>
> Regards,
> Poovaraj
>
>
> On Sat, Mar 3, 2018 at 3:55 PM, Baptiste Mathus <m...@batmat.net> wrote:
>
>> Hello,
>>
>> Java 9 is not yet supported for Jenkins. Did you upgrade manually, or did
>> you use some standard package to do this?
>>
>> 2018-03-03 7:07 GMT+01:00 Poovaraj Thangamariappan <
>> poovaraj2...@gmail.com>:
>>
>>> Hi Team,
>>>
>>> I have upgraded latest Java and Jenkins version. It is throwing below
>>> error message after click on *Configure Glopal Security *tab. Please
>>> help me to fix this issue.
>>>
>>> Java - 9 Version
>>> Jenkins -  Jenkins ver. 2.109 <https://jenkins.io/>
>>> Windows 8 (64 bit)
>>> Error Message:Stack trace
>>>
>>> *java.lang.AssertionError: InstanceIdentity is missing its singleton*
>>> at 
>>> org.jenkinsci.main.modules.instance_identity.InstanceIdentity.get(InstanceIdentity.java:133)
>>> at 
>>> org.jenkinsci.main.modules.instance_identity.InstanceIdentityRSAProvider.getKeyPair(InstanceIdentityRSAProvider.java:23)
>>> at 
>>> jenkins.model.identity.InstanceIdentityProvider$KeyTypes.get(InstanceIdentityProvider.java:161)
>>> at 
>>> jenkins.model.identity.InstanceIdentityProvider$KeyTypes.getKeyPair(InstanceIdentityProvider.java:210)
>>> at 
>>> jenkins.model.identity.IdentityRootAction.getUrlName(IdentityRootAction.java:42)
>>> at jenkins.model.Jenkins.getDynamic(Jenkins.java:3610)
>>> at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(Unknown 
>>> Source)
>>> at org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:343)
>>> at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:184)
>>> at org.kohsuke.stapler.MetaClass$10.dispatch(MetaClass.java:372)
>>> at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:715)
>>> Caused: javax.servlet.ServletException
>>> at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:765)
>>> at org.kohsuke.stapler.Stapler.invoke(Stapler.java:845)
>>> 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:790)
>>> at 
>>> org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:841)
>>> at 
>>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650)
>>> at 
>>> hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:154)
>>> at 
>>> hudson.plugins.greenballs.GreenBallFilter.doFilter(GreenBallFilter.java:59)
>>> at 
>>> hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:151)
>>> at 
>>> hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:157)
>>> at 
>>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
>>> at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:105)
>>> at 
>>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
>>> 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(Abstrac

Re: java.lang.AssertionError: InstanceIdentity is missing its singleton - Jenkins Error Message (Java 9 version and Jenkins ver. 2.109 )

2018-03-03 Thread Poovaraj Thangamariappan
Hello,

I have used Java 9 version for standard package.

Regards,
Poovaraj

On Sat, Mar 3, 2018 at 3:55 PM, Baptiste Mathus <m...@batmat.net> wrote:

> Hello,
>
> Java 9 is not yet supported for Jenkins. Did you upgrade manually, or did
> you use some standard package to do this?
>
> 2018-03-03 7:07 GMT+01:00 Poovaraj Thangamariappan <poovaraj2...@gmail.com
> >:
>
>> Hi Team,
>>
>> I have upgraded latest Java and Jenkins version. It is throwing below
>> error message after click on *Configure Glopal Security *tab. Please
>> help me to fix this issue.
>>
>> Java - 9 Version
>> Jenkins -  Jenkins ver. 2.109 <https://jenkins.io/>
>> Windows 8 (64 bit)
>> Error Message:Stack trace
>>
>> *java.lang.AssertionError: InstanceIdentity is missing its singleton*
>>  at 
>> org.jenkinsci.main.modules.instance_identity.InstanceIdentity.get(InstanceIdentity.java:133)
>>  at 
>> org.jenkinsci.main.modules.instance_identity.InstanceIdentityRSAProvider.getKeyPair(InstanceIdentityRSAProvider.java:23)
>>  at 
>> jenkins.model.identity.InstanceIdentityProvider$KeyTypes.get(InstanceIdentityProvider.java:161)
>>  at 
>> jenkins.model.identity.InstanceIdentityProvider$KeyTypes.getKeyPair(InstanceIdentityProvider.java:210)
>>  at 
>> jenkins.model.identity.IdentityRootAction.getUrlName(IdentityRootAction.java:42)
>>  at jenkins.model.Jenkins.getDynamic(Jenkins.java:3610)
>>  at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(Unknown 
>> Source)
>>  at org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:343)
>>  at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:184)
>>  at org.kohsuke.stapler.MetaClass$10.dispatch(MetaClass.java:372)
>>  at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:715)
>> Caused: javax.servlet.ServletException
>>  at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:765)
>>  at org.kohsuke.stapler.Stapler.invoke(Stapler.java:845)
>>  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:790)
>>  at 
>> org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:841)
>>  at 
>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650)
>>  at 
>> hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:154)
>>  at 
>> hudson.plugins.greenballs.GreenBallFilter.doFilter(GreenBallFilter.java:59)
>>  at 
>> hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:151)
>>  at 
>> hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:157)
>>  at 
>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
>>  at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:105)
>>  at 
>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
>>  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.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249)
>>  at 
>> hudson.security.HttpSessionConte

Re: Error Message : org.xmlpull.v1.XmlPullParserException: only 1.0 is supported as

2018-03-03 Thread Poovaraj Thangamariappan
It is working fine after installing Jenkins 2.48 version

On Sat, Mar 3, 2018 at 4:00 PM, Baptiste Mathus <m...@batmat.net> wrote:

> The recommended path is to use and restore your backup. Downgrading is not
> (yet) a supported use case.
>
> XML version was upgraded from 1.0 to 1.1 in 2.105 https://jenkins.io/
> changelog/#v2.105
>
> Looking at how often you upgrade, you really should use the LTS vesion of
> Jenkins, not the weekly. Cf. https://jenkins.io/download/lts/
>
> 2018-03-03 7:35 GMT+01:00 Poovaraj Thangamariappan <poovaraj2...@gmail.com
> >:
>
>> Hi Team,
>>
>> I have downgraded Jenkins latest version to old version(2.48). I got
>> below error message after launch the Jenkins. Please help me to fix this
>> issues.
>>
>> org.xmlpull.v1.XmlPullParserException: only 1.0 is supported as > version not '1.1' (position: START_DOCUMENT seen > @1:19)
>>  at org.xmlpull.mxp1.MXParser.parseXmlDeclWithVersion(MXParser.java:2608)
>>  at org.xmlpull.mxp1.MXParser.parseXmlDecl(MXParser.java:2592)
>>  at org.xmlpull.mxp1.MXParser.parsePI(MXParser.java:2466)
>>  at org.xmlpull.mxp1.MXParser.parseProlog(MXParser.java:1447)
>>  at org.xmlpull.mxp1.MXParser.nextImpl(MXParser.java:1395)
>>  at org.xmlpull.mxp1.MXParser.next(MXParser.java:1093)
>>  at 
>> com.thoughtworks.xstream.io.xml.XppReader.pullNextEvent(XppReader.java:109)
>> Caused: com.thoughtworks.xstream.io.StreamException:  : only 1.0 is 
>> supported as > version=\'1.1\'... @1:19)
>>  at 
>> com.thoughtworks.xstream.io.xml.XppReader.pullNextEvent(XppReader.java:124)
>>  at 
>> com.thoughtworks.xstream.io.xml.AbstractPullReader.readRealEvent(AbstractPullReader.java:148)
>>  at 
>> com.thoughtworks.xstream.io.xml.AbstractPullReader.readEvent(AbstractPullReader.java:141)
>>  at 
>> com.thoughtworks.xstream.io.xml.AbstractPullReader.move(AbstractPullReader.java:118)
>>  at 
>> com.thoughtworks.xstream.io.xml.AbstractPullReader.moveDown(AbstractPullReader.java:103)
>>  at com.thoughtworks.xstream.io.xml.XppReader.(XppReader.java:63)
>>  at 
>> com.thoughtworks.xstream.io.xml.AbstractXppDriver.createReader(AbstractXppDriver.java:54)
>>  at 
>> com.thoughtworks.xstream.io.xml.AbstractXppDriver.createReader(AbstractXppDriver.java:65)
>>  at hudson.XmlFile.unmarshal(XmlFile.java:159)
>> Caused: java.io.IOException: Unable to read C:\Users\poo\.jenkins\config.xml
>>  at hudson.XmlFile.unmarshal(XmlFile.java:161)
>>  at jenkins.model.Jenkins.loadConfig(Jenkins.java:3022)
>>  at jenkins.model.Jenkins.access$1200(Jenkins.java:304)
>>  at jenkins.model.Jenkins$16.run(Jenkins.java:3040)
>>  at 
>> org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169)
>>  at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:282)
>>  at jenkins.model.Jenkins$7.runTask(Jenkins.java:1064)
>>  at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:210)
>>  at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)
>>  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown 
>> Source)
>>  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown 
>> Source)
>>  at java.base/java.lang.Thread.run(Unknown Source)
>> Caused: org.jvnet.hudson.reactor.ReactorException
>>  at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:269)
>>  at jenkins.InitReactorRunner.run(InitReactorRunner.java:47)
>>  at jenkins.model.Jenkins.executeReactor(Jenkins.java:1088)
>>  at jenkins.model.Jenkins.(Jenkins.java:904)
>>  at hudson.model.Hudson.(Hudson.java:85)
>>  at hudson.model.Hudson.(Hudson.java:81)
>>  at hudson.WebAppMain$3.run(WebAppMain.java:231)
>> Caused: hudson.util.HudsonFailedToLoad
>>  at hudson.WebAppMain$3.run(WebAppMain.java:248)
>>
>>
>> Regards,
>> Poovaraj
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Jenkins Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to jenkinsci-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/jenkinsci-users/cf6d78d2-6495-4801-8efa-915c3e532153%
>> 40googlegroups.com
>> <https://groups.google.com/d/msgid/jenkinsci-users/cf6d78d2-6495-4801-8efa-915c3e532153%40googlegroups.com?utm_medium=email_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
&

java.lang.AssertionError: InstanceIdentity is missing its singleton - Jenkins Error Message (Java 9 version and Jenkins ver. 2.109 )

2018-03-03 Thread Poovaraj Thangamariappan
 Hi Team,

I have upgraded latest Java and Jenkins version. It is throwing below error
message after click on *Configure Glopal Security *tab. Please help me to
fix this issue.

Java - 9 Version
Jenkins -  Jenkins ver. 2.109 
Windows 8 (64 bit)
Error Message:Stack trace

*java.lang.AssertionError: InstanceIdentity is missing its singleton*
at 
org.jenkinsci.main.modules.instance_identity.InstanceIdentity.get(InstanceIdentity.java:133)
at 
org.jenkinsci.main.modules.instance_identity.InstanceIdentityRSAProvider.getKeyPair(InstanceIdentityRSAProvider.java:23)
at 
jenkins.model.identity.InstanceIdentityProvider$KeyTypes.get(InstanceIdentityProvider.java:161)
at 
jenkins.model.identity.InstanceIdentityProvider$KeyTypes.getKeyPair(InstanceIdentityProvider.java:210)
at 
jenkins.model.identity.IdentityRootAction.getUrlName(IdentityRootAction.java:42)
at jenkins.model.Jenkins.getDynamic(Jenkins.java:3610)
at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(Unknown 
Source)
at org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:343)
at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:184)
at org.kohsuke.stapler.MetaClass$10.dispatch(MetaClass.java:372)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:715)
Caused: javax.servlet.ServletException
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:765)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:845)
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:790)
at 
org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:841)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650)
at 
hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:154)
at 
hudson.plugins.greenballs.GreenBallFilter.doFilter(GreenBallFilter.java:59)
at 
hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:151)
at 
hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:157)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:105)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
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.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249)
at 
hudson.security.HttpSessionContextIntegrationFilter2.doFilter(HttpSessionContextIntegrationFilter2.java:67)
at 
hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
at 
hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:90)
at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:171)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
at 
org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:49)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
at 
hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:82)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
at 
org.kohsuke.stapler.DiagnosticThreadNameFilter.doFilter(DiagnosticThreadNameFilter.java:30)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)

Error Message : org.xmlpull.v1.XmlPullParserException: only 1.0 is supported as

2018-03-03 Thread Poovaraj Thangamariappan
Hi Team,

I have downgraded Jenkins latest version to old version(2.48). I got below 
error message after launch the Jenkins. Please help me to fix this issues.

org.xmlpull.v1.XmlPullParserException: only 1.0 is supported as (XppReader.java:63)
at 
com.thoughtworks.xstream.io.xml.AbstractXppDriver.createReader(AbstractXppDriver.java:54)
at 
com.thoughtworks.xstream.io.xml.AbstractXppDriver.createReader(AbstractXppDriver.java:65)
at hudson.XmlFile.unmarshal(XmlFile.java:159)
Caused: java.io.IOException: Unable to read C:\Users\poo\.jenkins\config.xml
at hudson.XmlFile.unmarshal(XmlFile.java:161)
at jenkins.model.Jenkins.loadConfig(Jenkins.java:3022)
at jenkins.model.Jenkins.access$1200(Jenkins.java:304)
at jenkins.model.Jenkins$16.run(Jenkins.java:3040)
at 
org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169)
at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:282)
at jenkins.model.Jenkins$7.runTask(Jenkins.java:1064)
at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:210)
at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown 
Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown 
Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused: org.jvnet.hudson.reactor.ReactorException
at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:269)
at jenkins.InitReactorRunner.run(InitReactorRunner.java:47)
at jenkins.model.Jenkins.executeReactor(Jenkins.java:1088)
at jenkins.model.Jenkins.(Jenkins.java:904)
at hudson.model.Hudson.(Hudson.java:85)
at hudson.model.Hudson.(Hudson.java:81)
at hudson.WebAppMain$3.run(WebAppMain.java:231)
Caused: hudson.util.HudsonFailedToLoad
at hudson.WebAppMain$3.run(WebAppMain.java:248)


Regards,
Poovaraj

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/cf6d78d2-6495-4801-8efa-915c3e532153%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.