Re: Dedicated Executors for specific Jobs

2016-05-19 Thread Mehdi Hayani
Hello, thank you for your answer :)

I'll try to set the same machine as SSH slave and dedicate this slave to
deployment job only.


Regards,
Mehdi

2016-05-19 15:04 GMT+02:00 'Björn Pedersen' via Jenkins Users <
jenkinsci-users@googlegroups.com>:

>
> You can have slaves running on the master (using docker has been named).
> The simplest solution ist  to use e.g. a ssh slave on the same machine.
>
> Björn
>
> --
> 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/49a1c6f4-bdcb-47e9-a448-ded9bcc90846%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/CA%2BcRv-o81ad6U8NbpJ5-V310PLDheF8068DrDozvphpu4Xyyng%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Dedicated Executors for specific Jobs

2016-05-19 Thread Mehdi Hayani
Hello Team,

I'm in charge of maintaining a mutualized continuous integration platform
which is based on Jenkins.

Actually for each integrated project we create a specific Job for
deployment: its role is to only send a list of parameters among them the
environment to an external tool which is responsible for deployment, and
the build keeps running waiting for the deployment end.

Sometimes, we may have deployment taking more than 6 hours and this, as you
can see keeps occupying executors :/

So I'm wondering if there is a way to increase the number of executors
(actually we have 8, why not put 20) and the newly added ones should be
dedicated only for deployment jobs ??

I don't know if you guys have encountered this before? Otherwise any other
solutions are welcome

PS: Adding a slave is not possible for the moment, So I should deal with
the only server I have :)

Thank you in advance.

Regards,

Mehdi

-- 
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/CA%2BcRv-o3TM0NNuWFuzAaRt6H4PMuF85OPWvOqarZ7GFcNM%3DBNw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins OutOfMemory while Recording Tests Results

2013-10-23 Thread Mehdi Hayani
i'm using -Xmx2048m, Are you sure that chaging JVM property is the only way
to solve this problem ?

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Jenkins OutOfMemory while Recording Tests Results

2013-10-23 Thread Mehdi Hayani
Hello Maureen,

I've already done this, but it didn't work :(

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Jenkins OutOfMemory while Recording Tests Results

2013-10-23 Thread Mehdi Hayani
Hi,

We are getting an OutOfMemory error in Jenkins while recording tests
results.

---
 T E S T S
---
Running com.plugin.TestPlugin
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
430.495 sec - in com.plugin.TestPlugin

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
java.lang.OutOfMemoryError: Java heap space
mavenExecutionResult exceptions not empty
message : Java heap space
Stack trace :
java.lang.OutOfMemoryError: Java heap space
at java.nio.HeapCharBuffer.(HeapCharBuffer.java:57)
at java.nio.CharBuffer.allocate(CharBuffer.java:331)
at java.nio.charset.CharsetDecoder.decode(CharsetDecoder.java:792)
at java.nio.charset.Charset.decode(Charset.java:810)
at hudson.tasks.junit.SuiteResult.(SuiteResult.java:215)
at hudson.tasks.junit.SuiteResult.parseSuite(SuiteResult.java:147)
at hudson.tasks.junit.SuiteResult.parse(SuiteResult.java:132)
at hudson.tasks.junit.TestResult.parse(TestResult.java:267)
at hudson.tasks.junit.TestResult.parsePossiblyEmpty(TestResult.java:223)
at hudson.tasks.junit.TestResult.parse(TestResult.java:192)
at 
hudson.maven.reporters.SurefireArchiver.postExecute(SurefireArchiver.java:148)
at 
hudson.maven.Maven3Builder$MavenExecutionListener.recordMojoEnded(Maven3Builder.java:453)
at 
hudson.maven.Maven3Builder$MavenExecutionListener.mojoSucceeded(Maven3Builder.java:435)
at 
org.jfrog.build.extractor.maven.BuildInfoRecorder.mojoSucceeded(BuildInfoRecorder.java:255)
at 
org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:87)
at 
org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:42)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:228)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at 
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at 
org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:79)
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 
org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
channel stopped

Even chaging the JVM Xmx property to 2048Mo does not change the build
output.

We think that this may occur because Jenkins tries to serialize test
reports (which it's size in this case is about 325Mo) and send it from the
slave (where the build is executed) to the master,


I would appreciate any suggestion on how to solve this issue.
Thanks in advance.


Regards,
Mehdi

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Error while checking out sources from SVN using Jenkins SVNkit client

2013-09-19 Thread Mehdi Hayani
Hi team,

Recently, I'm getting this error when trying to checkout sources from svn
using Jenkins SVNkit client:

Caused by: javax.net.ssl.SSLException: SSL peer shut down incorrectly


And this happens at some point during the checkout. I've attached the
log file, in case you need more info about the issue.


I've tried many suggestions but none would work :s, I hope through
your help I can solve this.

Thanks in advance.




Regards,

Mehdi

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.
ERROR: Failed to check out https://svn-repo.com/svn/repos/pac/trunk
org.tmatesoft.svn.core.SVNException: svn: E175002: REPORT 
/svn/repos/pac/!svn/vcc/default failed
at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:379)
at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:364)
at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
at 
org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:708)
at 
org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:335)
at 
org.tmatesoft.svn.core.internal.io.dav.DAVRepository.runReport(DAVRepository.java:1289)
at 
org.tmatesoft.svn.core.internal.io.dav.DAVRepository.update(DAVRepository.java:837)
at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.updateInternal(SvnNgAbstractUpdate.java:192)
at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.update(SvnNgAbstractUpdate.java:76)
at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:752)
at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:14)
at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:9)
at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
at 
org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20)
at 
org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1235)
at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:291)
at 
org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:777)
at 
hudson.scm.subversion.CheckoutUpdater$1.perform(CheckoutUpdater.java:99)
at 
hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:153)
at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:903)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:884)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:867)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2387)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at hudson.remoting.Engine$1$1.run(Engine.java:58)
at java.lang.Thread.run(Thread.java:595)
Caused by: svn: E175002: REPORT /svn/repos/pac/!svn/vcc/default failed
at 
org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
at 
org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:154)
at 
org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:97)
... 33 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: E175002: REPORT request 
failed on '/svn/repos/pac/!svn/vcc/default'
svn: E175002: SSL peer shut down incorrectly
at 
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
at 
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:754)
at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:373)
... 32 more
Caused by: svn: E175002: REPORT request failed on 
'/svn/repos/pac/!svn/vcc/default'
at 
org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
at 
org.tmatesoft.svn.core.internal.io.dav.http.HTT

ERROR: Processing failed due to a bug in the code Jenkins 1.509.2

2013-09-04 Thread Mehdi Hayani
Hii,

Recently I'm getting the following error with my Jenkins (v1.509.2):

ERROR: Processing failed due to a bug in the code. Please report this to
jenkinsci-users@googlegroups.com
java.lang.NullPointerException: no workspace from node
hudson.slaves.DumbSlave@bc0a0e30 which is computer
hudson.slaves.SlaveComputer@51bf2e9a and has channel null
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:70)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:60)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:802)
at
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.build(MavenModuleSetBuild.java:820)
at
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:771)
at
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:584)
at hudson.model.Run.execute(Run.java:1575)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:237)
project=hudson.maven.MavenModuleSet@3665ea4b[projectName]
project.getModules()=[hudson.maven.MavenModule@5536055d[projectName/groupId:artifactId][projectName/groupId:artifactId][relativePath:],
hudson.maven.MavenModule@4d9a485f[projectName/groupId:artifactId-batch][projectName/groupId:artifactId-batch][relativePath:module-batch],
hudson.maven.MavenModule@4c057cc6[projectName/groupId:artifactId-child][projectName/groupId:artifactId-child][relativePath:pom-enfant],
hudson.maven.MavenModule@7c42d227[projectName/groupId:artifactId-composants][projectName/groupId:artifactId-composants][relativePath:module-composants],
hudson.maven.MavenModule@6f33e2d[projectName/groupId:artifactId-composants-test][projectName/groupId:artifactId-composants-test][relativePath:module-composants-test],
hudson.maven.MavenModule@4b76ffeb[projectName/groupId:artifactId-config][projectName/groupId:artifactId-config][relativePath:module-config],
hudson.maven.MavenModule@719bc401[projectName/groupId:artifactId-cryptage][projectName/groupId:artifactId-cryptage][relativePath:module-cryptage],
hudson.maven.MavenModule@296157ec[projectName/groupId:artifactId-delivery][projectName/groupId:artifactId-delivery][relativePath:module-delivery],
hudson.maven.MavenModule@35d35c2d[projectName/groupId:artifactId-interfaces][projectName/groupId:artifactId-interfaces][relativePath:module-interfaces],
hudson.maven.MavenModule@4748a9f6[projectName/groupId:artifactId-interfaces-test][projectName/groupId:artifactId-interfaces-test][relativePath:module-interfaces-test],
hudson.maven.MavenModule@738e7a09[projectName/groupId:artifactId-metier][projectName/groupId:artifactId-metier][relativePath:module-metier],
hudson.maven.MavenModule@eee2024[projectName/groupId:artifactId-modele][projectName/groupId:artifactId-modele][relativePath:module-modele],
hudson.maven.MavenModule@33802324[projectName/groupId:artifactId-persistence][projectName/groupId:artifactId-persistence][relativePath:module-persistence],
hudson.maven.MavenModule@21832ae6[projectName/groupId:artifactId-rules][projectName/groupId:artifactId-rules][relativePath:module-rules],
hudson.maven.MavenModule@2a75733a[projectName/groupId:artifactId-test-utils][projectName/groupId:artifactId-test-utils][relativePath:module-test-utils],
hudson.maven.MavenModule@4dffa9d[projectName/groupId:artifactId-wacom][projectName/groupId:artifactId-wacom][relativePath:module-wacom],
hudson.maven.MavenModule@cbe5beb[projectName/groupId:artifactId-webapp][projectName/groupId:artifactId-webapp][relativePath:module-webapp],
hudson.maven.MavenModule@2584a7d6[projectName/groupId:artifactId-webapp-borne][projectName/groupId:artifactId-webapp-borne][relativePath:module-webapp-borne],
hudson.maven.MavenModule@2826e5d8[projectName/groupId:artifactId-webapp-d2][projectName/groupId:artifactId-webapp-d2][relativePath:module-webapp-d2],
hudson.maven.MavenModule@11bbdc80[projectName/groupId:artifactId-webservices-mock][projectName/groupId:artifactId-webservices-mock][relativePath:module-webservices-mock],
hudson.maven.MavenModule@44896098
[projectName/groupId:artifactId-wsdl][projectName/groupId:artifactId-wsdl][relativePath:module-wsdl]]
project.getRootModule()=hudson.maven.MavenModule@5536055d
[projectName/groupId:artifactId][projectName/groupId:artifactId][relativePath:]
FATAL: no workspace from node hudson.slaves.DumbSlave@bc0a0e30 which is
computer hudson.slaves.SlaveComputer@51bf2e9a and has channel null
java.lang.NullPointerException: no workspace from node
hudson.slaves.DumbSlave@bc0a0e30 which is computer
hudson.slaves.SlaveComputer@51bf2e9a and has channel null
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:70)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:60)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at
hudson.model.AbstractB

Problem with HP Application Automation Tools plugin configuration

2013-08-08 Thread Mehdi Hayani
Hi,

I've installed HP Application Automation Tools plugin on my Jenkins
V1.480.2 which is running on a Tomcat server under a CentOS environnement.
I followed the instructions from the plugin wiki page, but when it comes to
add build step to configure HP tests execution that's what I get[image:
Images intégrées 1]

with no fields to type server credentials, Select ALM server...

I've done the same test with the same tools on a Windows machine and it
worked.


Any idea on this issue ??


Regards,
Mehdi

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


<>

Re: Critical problem with my Jenkins server

2013-07-25 Thread Mehdi Hayani
I'm keeping 10 builds/ job, Do you think that this number needs to be
reduced ?

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Critical problem with my Jenkins server

2013-07-25 Thread Mehdi Hayani
Okk thank you for the quick answer,

I'll try these implementing these recommendations, One last question,
shouldn't I also change tomcat options, I means -Xms -Xmx -XX:MaxPermSize
 ??


Regards,
Mehdi

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Critical problem with my Jenkins server

2013-07-25 Thread Mehdi Hayani
Hi Team,

I'm managing a Jenkins instance (version 1.480.2) which holds 263 jobs from
different projects. These jobs are configured to run on every SCM change.

All the builds turn on slaves and the Master is used only to hold the
Tomcat 6 server where Jenkins is running. I thought that this would let
Jenkins be more comfortable.
But my assumption went wrong beause recenlty, each morning I have to
restart Tomcat because:

   - It becomes very very slow
   - Non of the jobs run because the server is overcharged from SCM polling


And sometimes the server went down due to many sever errors like
"java.lang.OutOfMemoryError: Java heap space"

I'm wondering if it's normal that Jenkins acts that way when it exceeds a
certain limit of jobs, or should I change my Tomcat configuration in order
to support this ?

I'll be very thankful for any suggestion that may be helpful.



Regards,
Mehdi

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Jenkins isn't accessible due to several errors

2013-07-12 Thread Mehdi Hayani
Okk thanks, I'll check.

meanwhile, you have any idea why I Get this warning ??

WARNING: Failed to monitor ASLAVE-1 for Free Swap Space
java.io.InvalidClassException:
hudson.node_monitors.SwapSpaceMonitor$MonitorTask; local class
incompatible: stream classdesc serialVersionUID = 1, local class
serialVersionUID = 1184166703664094906
at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:617)
at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1620)
at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1515)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1769)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1348)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)
at hudson.remoting.UserRequest.deserialize(UserRequest.java:182)
at hudson.remoting.UserRequest.perform(UserRequest.java:98)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)
Jul 12, 2013 10:15:48 AM hudson.triggers.SCMTrigger$Runner run

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Jenkins isn't accessible due to several errors

2013-07-12 Thread Mehdi Hayani
Hi Team,

For the last two days, each time I came, I found that jenkins was down
(Error 503) Tomcat status was "running" but the application couldn't be
accessible , I had to restart the service in order to make it work

The problem is that when checking the log files, I found many errors that
doesn't allow me to know  what really made Jenkins inaccessible:


 1 ##

Jul 12, 2013 11:01:12 AM
org.jvnet.hudson.plugins.thinbackup.ThinBackupPeriodicWork backupNow
SEVERE: Cannot perform a backup. Please be sure jenkins/hudson has write
privileges in the configured backup path '/cip/home/jenkins-V1/thinBackup'.
java.io.FileNotFoundException: Source
'/cip/home/jenkins-V1/jenkins_home/jobs/orha-trunk/builds/lastSuccessfulBuild'
does not exist
at org.apache.commons.io.FileUtils.copyDirectory(FileUtils.java:866)
at org.apache.commons.io.FileUtils.copyDirectory(FileUtils.java:814)
at
org.jvnet.hudson.plugins.thinbackup.backup.HudsonBackup.backupBuildFiles(HudsonBackup.java:280)
at
org.jvnet.hudson.plugins.thinbackup.backup.HudsonBackup.backupBuildsFor(HudsonBackup.java:263)
at
org.jvnet.hudson.plugins.thinbackup.backup.HudsonBackup.backupJob(HudsonBackup.java:202)
at
org.jvnet.hudson.plugins.thinbackup.backup.HudsonBackup.backupJobsDirectory(HudsonBackup.java:190)
at
org.jvnet.hudson.plugins.thinbackup.backup.HudsonBackup.backupJobs(HudsonBackup.java:169)
at
org.jvnet.hudson.plugins.thinbackup.backup.HudsonBackup.backup(HudsonBackup.java:136)
at
org.jvnet.hudson.plugins.thinbackup.ThinBackupPeriodicWork.backupNow(ThinBackupPeriodicWork.java:87)
at
org.jvnet.hudson.plugins.thinbackup.ThinBackupPeriodicWork.execute(ThinBackupPeriodicWork.java:68)
at
org.jvnet.hudson.plugins.thinbackup.hudson.model.AsyncPeriodicWork$1.run(AsyncPeriodicWork.java:54)
at java.lang.Thread.run(Thread.java:662)



 2 ##

Jul 12, 2013 12:29:10 AM
org.jvnet.hudson.plugins.thinbackup.hudson.model.AsyncPeriodicWork doRun
SEVERE: ThinBackup Worker Thread thread failed with error
java.lang.OutOfMemoryError: unable to create new native thread
at java.lang.Thread.start0(Native Method)
at java.lang.Thread.start(Thread.java:640)
at
org.jvnet.hudson.plugins.thinbackup.hudson.model.AsyncPeriodicWork.doRun(AsyncPeriodicWork.java:66)
at hudson.triggers.SafeTimerTask.run(SafeTimerTask.java:54)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)
Jul 12, 2013 12:29:36 AM hudson.model.Run execute



 3 ##

Jul 12, 2013 12:30:04 AM hudson.triggers.Trigger checkTriggers
WARNING: hudson.triggers.SCMTrigger.run() failed for lcon-auth-V1
java.lang.OutOfMemoryError: unable to create new native thread
at java.lang.Thread.start0(Native Method)
at java.lang.Thread.start(Thread.java:640)
at
java.util.concurrent.ThreadPoolExecutor.addIfUnderMaximumPoolSize(ThreadPoolExecutor.java:727)
at
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:657)
at
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:78)
at
hudson.util.SequentialExecutionQueue$QueueEntry.submit(SequentialExecutionQueue.java:108)
at
hudson.util.SequentialExecutionQueue$QueueEntry.access$100(SequentialExecutionQueue.java:95)
at
hudson.util.SequentialExecutionQueue.execute(SequentialExecutionQueue.java:66)
at hudson.triggers.SCMTrigger.run(SCMTrigger.java:109)
at hudson.triggers.SCMTrigger.run(SCMTrigger.java:83)
at hudson.triggers.Trigger.checkTriggers(Trigger.java:259)
at hudson.triggers.Trigger$Cron.doRun(Trigger.java:207)
at hudson.triggers.SafeTimerTask.run(SafeTimerTask.java:54)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)
Jul 12, 2013 12:30:04 AM hudson.triggers.Trigger checkTriggers



 4 ##

WARNING: Failed to monitor ASLAVE-1 for Free Swap Space
java.io.InvalidClassException:
hudson.node_monitors.SwapSpaceMonitor$MonitorTask; local class
incompatible: stream classdesc serialVersionUID = 1, local class
serialVersionUID = 1184166703664094906
at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:617)
at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1620)
at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1515)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1769)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1348)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)
at hudson.remoting.UserRequest.deserialize(UserRequest.java:182)
at hudson.remoting.UserRequest.perform(UserRequest.java:98)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask

Re: Global Build Stats Plugin are accessible only for users with Admin permission

2013-06-25 Thread Mehdi Hayani
I don't have a clear answer for your question, all what I know is that if
you are interested in my proposal such problems can be handled

And I'll be happy helping you implementing it :)


Regards,
Mehdi

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Global Build Stats Plugin are accessible only for users with Admin permission

2013-06-22 Thread Mehdi Hayani
Yes, In my case, It's a kind of an issue. I mean it would be nice to
provide such a feature for simple users, since as an admin I created a
chart for specific projects (Ex; starting with PROJ_SAMPLE.*) so any one
with the permissions of viewing the project jobs should access the
clickable region. The point is, No one could view others jobs, just what he
has access to.

What do you think Frédéric?

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Global Build Stats Plugin are accessible only for users with Admin permission

2013-06-21 Thread Mehdi Hayani
Thank you Frèdéric, Now it's working, But I see that the option of
selecting some area from the chart and view the jobs is not possible

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Global Build Stats Plugin are accessible only for users with Admin permission

2013-06-20 Thread Mehdi Hayani
Hi Frédéric,
Thank you for answer, I've created a test chart and send it to a simple
user who is not an admin but he couldn't view it, instead he gets and error
page "Web page unavailable"

He is the link i sent him :
http://jenkins-server:8081/jenkins/
plugin/global-build-stats/#buildStat_cLZZ21JvDwWf@JgvC06gkGThN1cbELm
@


Any suggestion ?? Thanks


Regards,
Mehdi

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Global Build Stats Plugin are accessible only for users with Admin permission

2013-06-18 Thread Mehdi Hayani
Hi team,

I think the email subject describes very well my problem. Indeed, we have a
shared Jenkins which is used to handle multiple projects and for each one
we have specific groups with specific permissions.
Recently we receive a request from a project who wants the Global Build
Stats Plugin installed, but access couldn't be afforded since we found that
only users with "admin" permission have the right view the plugin charts.

So I'm wondering if there is any workaround to allow access for simple
users?

Thanks in advance :)


Regards,
Mehdi

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: How does Jenkins checkout sources from svn to the slaves?

2013-02-12 Thread Mehdi Hayani
Hi,

There is no particularly reason. Indeed, i do want to use the Jenkins SVN
plugin, i've just posted the issue to simply understand how Jenkins works
when it comes to ckeckout from svn to slaves.
And i think i got an answer :-)


Regards
Mehdi

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: How does Jenkins checkout sources from svn to the slaves?

2013-02-07 Thread Mehdi Hayani
Hi,

I really have no idea on how SSL is disabled, because it's a client slave,
and i've said that SSL is disabled because if I do a checkout from the
command line directly on the slave I get this error :


   - SSL negotiation failed: SSL disabled due to lack of entropy..


But, from Jenkins, with the job configured to execute on this slave,
checkout run without any problem, that's why i'm trying to undertand what
happen in this case :)


Regards
Mehdi

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: How does Jenkins checkout sources from svn to the slaves?

2013-02-06 Thread Mehdi Hayani Soujaa
Hi,

Thank you Nicolas for your answer,

But, in my case,  wouldn't the sources code retrieval be affected the same
as using a simple svn client ? I mean since checkout does not work from the
slave because SSL is disabled, this should be the same using svnkit ??



Regards
Mehdi

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




How does Jenkins checkout sources from svn to the slaves?

2013-02-05 Thread Mehdi Hayani Soujaa
Hi Team,

Does any one know how Jenkins checkout source code from SVN repository to
slaves?

I'm posting this question because we are facing a case which has
demonstrated the opposite of our assumption:

   - *svn co https://..* does not work if we launch it
   directly in the slave simply because SSL is disabled
   - But if we execute a job that builds on that slave, checkout works
   successfully and sources are downloaded to the slave



So, i would be very grateful if someone could explain me what is happening
? and how Jenkins proceed concerning source checkout ?



Regards
Mehdi

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Jenkins Simultanuous access

2012-06-20 Thread Mehdi Hayani Soujaa
lol :D
No, i'm just getting this on both of this tools, and any answer from both
of them could be helpfull


Jenkins Simultanuous access

2012-06-20 Thread Mehdi Hayani Soujaa
Hi Team,
Yesterday, with my co-worker, we were trying to test Jenkins features by
doing the same actions at the same time like create jobs, nodes, adding
plugins..
everything was good until we try with the "user & Group" section

What we've done here is we have both of us added many groups to the list,
and then we've saved, The result wasn't what we were expecting which is to
find his groups and mines,
In fact, and after many other tests we found that the actual group list was
the last user list, i mean the last one who have cliked on "save"

Any one could confirm this Please??
And if it's right, is there any solution to make it handle many update at
the same time ??

Regadrs