Re: Having trouble starting Jenkins, where do I find the "/usr/share/java/jenkins/war/META-INF/MANIFEST.MF" file?

2016-04-26 Thread Pravin Mishra
Hi Dave,

Did you fix this issue? I am facing same problem. I am running Jenkins on 
DC/OS. 

// Pravin 

On Friday, 22 April 2016 02:09:38 UTC+5:30, Daniel Beck wrote:
>
> Permissions problem? The user running Jenkins needs write access. 
>
> > On 21.04.2016, at 18:50, Dave > 
> wrote: 
> > 
> > I just downloaded the Jenkins WAR, version 1.651.1. I’m trying to set it 
> up on my Amazon Linux box. I’m running Java 1.7. I moved the WAR into its 
> own directory, /usr/share/java/jenkins, and then set JENKINS_HOME to be 
> that directory. Then I ran the command listed here — 
> https://wiki.jenkins-ci.org/display/JENKINS/Starting+and+Accessing+Jenkins 
> . Looked so simple on the web site. But wouldn’t you know it. Got the below 
> error 
> > 
> > [davea@mydevbox ~]$ java -jar /usr/share/java/jenkins/jenkins.war 
> > Running from: /usr/share/java/jenkins/jenkins.war 
> > webroot: EnvVars.masterEnvVars.get("JENKINS_HOME") 
> > Apr 19, 2016 9:29:34 PM winstone.Logger logInternal 
> > INFO: Beginning extraction from war file 
> > Apr 19, 2016 9:29:34 PM winstone.Logger logInternal 
> > INFO: Winstone shutdown successfully 
> > Apr 19, 2016 9:29:34 PM winstone.Logger logInternal 
> > SEVERE: Container startup failed 
> > java.io.FileNotFoundException: 
> /usr/share/java/jenkins/war/META-INF/MANIFEST.MF (No such file or 
> directory) 
> > at java.io.FileOutputStream.open(Native Method) 
> > at java.io.FileOutputStream.(FileOutputStream.java:221) 
> > at java.io.FileOutputStream.(FileOutputStream.java:171) 
> > at winstone.HostConfiguration.getWebRoot(HostConfiguration.java:280) 
> > at winstone.HostConfiguration.(HostConfiguration.java:83) 
> > at winstone.HostGroup.initHost(HostGroup.java:66) 
> > at winstone.HostGroup.(HostGroup.java:45) 
> > at winstone.Launcher.(Launcher.java:145) 
> > at winstone.Launcher.main(Launcher.java:356) 
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
> > at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 
>
> > at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  
>
> > at java.lang.reflect.Method.invoke(Method.java:606) 
> > at Main._main(Main.java:307) 
> > at Main.main(Main.java:98) 
> > 
> > What else do I need to do to get Jenkins started? 
> > 
> > 
> > -- 
> > 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/f83e2f4c-e50f-4846-b9aa-f33e38e0790b%40googlegroups.com.
>  
>
> > 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/014e8e16-3051-46df-8ca4-6bc7da1a52fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Resilience build on jenkins

2016-04-05 Thread Pravin Mishra
Hi Geoffroy,

Thanks for reply back and providing useful information.

On 4 April 2016 at 22:32,  wrote:

> Hello
>
> by itself the plugin is not enought to configure resilient builds. If the
> jenkins masters crashes during the build, then build will be lost even if
> jenkins mesos plugin would be able to checkpoint its tasks
>
> I know there is a cloudbees plugin targeting such use case, but it is part
> of the commercial Cloudbees offer (
> https://www.cloudbees.com/products/cloudbees-jenkins-platform/enterprise-edition/features/long-running-build-plugin
> )
>
>
> Le lundi 4 avril 2016 07:17:43 UTC+2, Pravin Mishra a écrit :
>>
>> Hi All,
>>
>> This is my first mail here and I am pretty new to Jenkins. I am running
>> Jenkins on Mesos cluster with Marathon. I have configured Jenkins-Mesos
>> plugin that allows Jenkins to dynamically launch Jenkins slaves on a Mesos
>> cluster depending on the workload! It's really a great plugin that what I
>> was expecting. I am little curious to know, Is It possible to configure
>> resilience build? I mean, If build container or build process kill somehow,
>> will this plugin bring task and container back?
>>
>> I am also interested to know, if I can achieve this either on Docker
>> host. I have also configured docker plugin that is lunching dynamic slaves
>> for me.
>>
>> Any suggestion will be appreciated. Thanks in advance.
>>
>> Best Regards,
>> Pravin Mishra
>>
> --
> 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/16ded67c-7987-4a67-8941-23309e068275%40googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-users/16ded67c-7987-4a67-8941-23309e068275%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Best Regards,
Pravin Mishra

-- 
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/CACewk1Ya%2BT1fboQ7Vs3HG8nhOq3EPx11xRtOsAACzmpToc1B6w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Resilience build on jenkins

2016-04-03 Thread Pravin Mishra
Hi All,

This is my first mail here and I am pretty new to Jenkins. I am running 
Jenkins on Mesos cluster with Marathon. I have configured Jenkins-Mesos 
plugin that allows Jenkins to dynamically launch Jenkins slaves on a Mesos 
cluster depending on the workload! It's really a great plugin that what I 
was expecting. I am little curious to know, Is It possible to configure 
resilience build? I mean, If build container or build process kill somehow, 
will this plugin bring task and container back?

I am also interested to know, if I can achieve this either on Docker host. 
I have also configured docker plugin that is lunching dynamic slaves for 
me.  

Any suggestion will be appreciated. Thanks in advance. 

Best Regards,
Pravin Mishra

-- 
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/e5adfda8-3ac4-4347-b8a2-6bab110556ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.