[JIRA] [integrity-plugin] (JENKINS-21993) [Integrity] Add a label to existing checkpoint

2014-02-28 Thread thorsten.liep...@diehl-controls.com (JIRA)














































Thorsten Liepert
 created  JENKINS-21993


[Integrity] Add a label to existing checkpoint















Issue Type:


Improvement



Assignee:


Cletus DSouza



Components:


integrity-plugin



Created:


28/Feb/14 8:37 AM



Description:


We are using the release-plug-in in a release project, where we rebuild a given checkpoint (parameterized build) with compiler settings for release. Here it would be great if there could be a post build step to label the checkpoint again with a release label. This would be great for following which checkpoint was actual released and which was skipped.




Project:


Jenkins



Priority:


Minor



Reporter:


Thorsten Liepert

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.


[JIRA] [integrity-plugin] (JENKINS-21826) Integrity Plugin does not work with parameterized builds

2014-02-20 Thread thorsten.liep...@diehl-controls.com (JIRA)














































Thorsten Liepert
 commented on  JENKINS-21826


Integrity Plugin does not work with parameterized builds















Ahhh...OK Thank you.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.


[JIRA] [ftppublisher] (JENKINS-21868) FTP-Publish-Plugin: Reports error even if the file was transferred correctly

2014-02-19 Thread thorsten.liep...@diehl-controls.com (JIRA)














































Thorsten Liepert
 created  JENKINS-21868


FTP-Publish-Plugin: Reports error even if the file was transferred correctly















Issue Type:


Bug



Affects Versions:


current



Assignee:


benjaminjaton



Components:


ftppublisher



Created:


19/Feb/14 9:58 AM



Description:


The plugin uploads the file to the publish server and then reports

ERROR: Failed to upload files
java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(Unknown Source)
	at java.net.SocketInputStream.read(Unknown Source)
	at java.io.BufferedInputStream.fill(Unknown Source)
	at java.io.BufferedInputStream.read(Unknown Source)
	at java.io.FilterInputStream.read(Unknown Source)
	at java.io.PushbackInputStream.read(Unknown Source)
	at org.apache.commons.net.io.FromNetASCIIInputStream.__read(FromNetASCIIInputStream.java:75)
	at org.apache.commons.net.io.FromNetASCIIInputStream.read(FromNetASCIIInputStream.java:170)
	at java.io.BufferedInputStream.fill(Unknown Source)
	at java.io.BufferedInputStream.read(Unknown Source)
	at org.apache.commons.net.telnet.TelnetInputStream.__read(TelnetInputStream.java:114)
	at org.apache.commons.net.telnet.TelnetInputStream.run(TelnetInputStream.java:535)
	at java.lang.Thread.run(Unknown Source)

And sets the Buildjob always to unstable. But the file was received successfully by the server:

Entry from xferlog:
Wed Feb 19 10:41:48 2014 5 xx.xx.xx.xx 4192181 /srv/ftp/upload/jenkins/x/x.tar.bz2 b _ i r ftp ftp 0 * c

Entry from the access.log
xx.xx.xx.xx UNKNOWN ftp 19/Feb/2014:10:41:48 +0100 "STOR x.tar.bz2" 226 4192181




Environment:


Jenkins on Ubuntu 12.04 LTS Sever

ProFTPD 1.3.3e on the publish server




Project:


Jenkins



Priority:


Major



Reporter:


Thorsten Liepert

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.


[JIRA] [integrity-plugin] (JENKINS-21826) Integrity Plugin does not work with parameterized builds

2014-02-17 Thread thorsten.liep...@diehl-controls.com (JIRA)














































Thorsten Liepert
 created  JENKINS-21826


Integrity Plugin does not work with parameterized builds















Issue Type:


Bug



Affects Versions:


current



Assignee:


Cletus DSouza



Components:


integrity-plugin



Created:


17/Feb/14 8:33 AM



Description:


A parameterized build where the checkpoint is given as a text parameter
the follwoing exception is thrown:
FATAL: No such property: Release_Checkpoint for class: Script1
groovy.lang.MissingPropertyException: No such property: Release_Checkpoint for class: Script1
	at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:50)
	at org.codehaus.groovy.runtime.callsite.PogoGetPropertySite.getProperty(PogoGetPropertySite.java:49)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGroovyObjectGetProperty(AbstractCallSite.java:231)
	at Script1.run(Script1.groovy:1)
	at groovy.lang.GroovyShell.evaluate(GroovyShell.java:580)
	at groovy.lang.GroovyShell.evaluate(GroovyShell.java:618)
	at groovy.lang.GroovyShell.evaluate(GroovyShell.java:589)
	at hudson.scm.IntegrityCheckpointAction.evalGroovyExpression(IntegrityCheckpointAction.java:86)
	at hudson.scm.IntegritySCM.buildEnvVars(IntegritySCM.java:536)
	at hudson.model.AbstractBuild.getEnvironment(AbstractBuild.java:918)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:90)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
	at org.jenkinsci.plugins.preSCMbuildstep.PreSCMBuildStepsWrapper.preCheckout(PreSCMBuildStepsWrapper.java:122)
	at jenkins.scm.SCMCheckoutStrategy.preCheckout(SCMCheckoutStrategy.java:78)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:559)
	at hudson.model.Run.execute(Run.java:1670)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:231)


The Project is configured as followed:
#/_Projects/XYZ#ABC/ABCD/EFGH/CDE/UVW#$Release_Checkpoint

where $Release_Checkpoint is the given paramter. Also the format ${Release_Checkpoint} does throw the exception.

The only LogEntry is 
Feb 17, 2014 9:30:57 AM DEBUG IntegritySCM - buildEnvVars() invoked...!




Environment:


Ubuntu 12.04 LTS




Project:


Jenkins



Priority:


Major



Reporter:


Thorsten Liepert

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.


[JIRA] [integrity-plugin] (JENKINS-14675) Schema 'DBUSER' does not exist error in integrity plugin

2014-02-06 Thread thorsten.liep...@diehl-controls.com (JIRA)














































Thorsten Liepert
 commented on  JENKINS-14675


Schema DBUSER does not exist error in integrity plugin















We see the same issue here and recreating or starting with a clean workspace seems to solve the problem at first and then any time later it reappears

Here an freshly generated Debug-Log:
Feb 06, 2014 12:16:51 PM DEBUG IntegritySCM - Start execution of checkout() routine...!
Feb 06, 2014 12:16:51 PM DEBUG IntegritySCM - buildEnvVars() invoked...!
Feb 06, 2014 12:16:51 PM DEBUG IntegritySCM - Creating Integrity API Session...
Feb 06, 2014 12:16:51 PM DEBUG IntegritySCM - api ping --user=jenkins --port=7001 --hostname=***  returned exit code 0
Feb 06, 2014 12:16:51 PM DEBUG IntegritySCM - Successfully established connection jenkins@***:7001
Feb 06, 2014 12:16:51 PM DEBUG IntegritySCM - Preparing to execute si projectinfo for ***
Feb 06, 2014 12:16:56 PM DEBUG IntegritySCM - si projectinfo --user=jenkins --port=7001 --hostname=**l --project=**  returned exit code 0
Feb 06, 2014 12:16:56 PM DEBUG IntegritySCM - si projectinfo --user=jenkins --port=7001 --hostname=*** --project=***  returned 0
Feb 06, 2014 12:16:56 PM DEBUG IntegritySCM - Preparing to execute si viewproject for ***
Feb 06, 2014 12:16:57 PM DEBUG IntegritySCM - Executed si viewproject --user=jenkins --port=7001 --hostname=*** --recurse --project=*** --fields=name,context,cpid,memberrev,membertimestamp,memberdescription,type  with interim
Feb 06, 2014 12:16:57 PM DEBUG IntegritySCM - Attempting to open connection to database: /var/lib/jenkins/jobs/**/builds/2014-02-06_12-15-08/IntegritySCM/**
Feb 06, 2014 12:17:00 PM INFO IntegritySCM - SQL Exception caught...
Feb 06, 2014 12:17:00 PM INFO IntegritySCM - java.sql.SQLException: Failed to create database '/var/lib/jenkins/jobs/**/builds/2014-02-06_12-15-08/IntegritySCM/**', see the next exception for details.
Feb 06, 2014 12:17:00 PM DEBUG IntegritySCM - Attempting to shut down database: /var/lib/jenkins/jobs/**/builds/2014-02-06_12-15-08/IntegritySCM/*
Feb 06, 2014 12:17:00 PM INFO IntegritySCM - Failed to shutdown database connection! 
Feb 06, 2014 12:17:00 PM INFO IntegritySCM - SQL Error Code: 4
Feb 06, 2014 12:17:00 PM INFO IntegritySCM - SQL Error State: XJ004
Feb 06, 2014 12:17:00 PM INFO IntegritySCM - Database '/var/lib/jenkins/jobs/***/builds/2014-02-06_12-15-08/IntegritySCM/CGW' not found.
Feb 06, 2014 12:17:00 PM INFO IntegritySCM - java.sql.SQLException: Database '/var/lib/jenkins/jobs/**/builds/2014-02-06_12-15-08/IntegritySCM/**' not found.
Feb 06, 2014 12:17:00 PM org.apache.commons.httpclient.HttpMethodBase readResponseBody
Warnung: Unsupported transfer encoding: 
Feb 06, 2014 12:17:00 PM org.apache.commons.httpclient.HttpMethodBase readResponseBody
Information: Response content is not chunk-encoded
Feb 06, 2014 12:17:00 PM DEBUG IntegritySCM - Successfully disconnected connection jenkins@:7001
Feb 06, 2014 12:17:00 PM DEBUG IntegritySCM - buildEnvVars() invoked...!
Feb 06, 2014 12:17:00 PM DEBUG IntegritySCM - buildEnvVars() invoked...!



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.


[JIRA] [project-stats] (JENKINS-21686) Delete Two Projects in a row while building a nother

2014-02-06 Thread thorsten.liep...@diehl-controls.com (JIRA)














































Thorsten Liepert
 created  JENKINS-21686


Delete Two Projects in a row while building a nother















Issue Type:


Bug



Affects Versions:


current



Assignee:


Unassigned


Components:


project-stats



Created:


06/Feb/14 12:32 PM



Description:


When I tried to delete two projects in a row while another was building, I received the following Ooops!

A problem occurred while processing the request. Please check our bug tracker to see if a similar problem has already been reported. If it is already reported, please vote and put a comment on it to let us gauge the impact of the problem. If you think this is a new issue, please file a new issue. When you file an issue, make sure to add the entire stack trace, along with the version of Jenkins and relevant plugins. The users list might be also useful in understanding what has happened.
Stack trace

java.nio.file.AccessDeniedException: /var/lib/jenkins/jobs/CGW_AttribMananger_Release_Test/workspace/release/bundles/META-INF/manifest.mf
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:84)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
	at sun.nio.fs.UnixFileSystemProvider.implDelete(UnixFileSystemProvider.java:244)
	at sun.nio.fs.AbstractFileSystemProvider.delete(AbstractFileSystemProvider.java:103)
	at java.nio.file.Files.delete(Files.java:1077)
	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 hudson.Util.deleteFile(Util.java:238)
	at hudson.Util.deleteRecursive(Util.java:301)
	at hudson.Util.deleteContentsRecursive(Util.java:203)
	at hudson.Util.deleteRecursive(Util.java:292)
	at hudson.Util.deleteContentsRecursive(Util.java:203)
	at hudson.Util.deleteRecursive(Util.java:292)
	at hudson.Util.deleteContentsRecursive(Util.java:203)
	at hudson.Util.deleteRecursive(Util.java:292)
	at hudson.Util.deleteContentsRecursive(Util.java:203)
	at hudson.Util.deleteRecursive(Util.java:292)
	at hudson.Util.deleteContentsRecursive(Util.java:203)
	at hudson.Util.deleteRecursive(Util.java:292)
	at hudson.model.AbstractItem.performDelete(AbstractItem.java:539)
	at hudson.model.Job.performDelete(Job.java:251)
	at hudson.model.AbstractProject.performDelete(AbstractProject.java:383)
	at hudson.model.AbstractItem.delete(AbstractItem.java:513)
	at hudson.model.Job.delete(Job.java:621)
	at hudson.model.AbstractProject.doDoDelete(AbstractProject.java:1952)
	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.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:298)
	at org.kohsuke.stapler.interceptor.RequirePOST$Processor.invoke(RequirePOST.java:46)
	at org.kohsuke.stapler.Function$InterceptedFunction.invoke(Function.java:399)
	at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:161)
	at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:96)
	at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:120)
	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:728)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:858)
	at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:248)
	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:728)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:858)
	at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:248)
	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
	at 

[JIRA] [project-stats] (JENKINS-21686) Delete Two Projects in a row while building a nother

2014-02-06 Thread thorsten.liep...@diehl-controls.com (JIRA)














































Thorsten Liepert
 updated  JENKINS-21686


Delete Two Projects in a row while building a nother
















Change By:


Thorsten Liepert
(06/Feb/14 12:40 PM)




Assignee:


ThorstenLiepert



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.


[JIRA] [project-stats] (JENKINS-21686) Delete Two Projects in a row while building a nother

2014-02-06 Thread thorsten.liep...@diehl-controls.com (JIRA)















































Thorsten Liepert
 closed  JENKINS-21686 as Not A Defect


Delete Two Projects in a row while building a nother
















File right problem. Sorry!





Change By:


Thorsten Liepert
(06/Feb/14 12:40 PM)




Status:


Open
Closed





Resolution:


NotADefect



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.


[JIRA] [integrity-plugin] (JENKINS-14703) PTC Integrity Plugin throws/catches SQL Exception in Combination with Locale Plugin

2014-02-05 Thread thorsten.liep...@diehl-controls.com (JIRA)














































Thorsten Liepert
 commented on  JENKINS-14703


PTC Integrity Plugin throws/catches SQL Exception in Combination with Locale Plugin















This Issue reapears on Jenkins 1.549 and PTC Plugin 1.22. After Rolling back to 1.20 erverything works fine again.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.


[JIRA] [ftppublisher] (JENKINS-18946) FTP Publisher can't read file

2013-07-26 Thread thorsten.liep...@diehl-controls.com (JIRA)














































Thorsten Liepert
 created  JENKINS-18946


FTP Publisher cant read file 















Issue Type:


Bug



Affects Versions:


current



Assignee:


benjaminjaton



Components:


ftppublisher, publish-over-ftp



Created:


26/Jul/13 1:14 PM



Description:


The FTP Publisher always sets a build to Unstable because it can't read the file. Jenkins has all rights to write and read the files from ftp.

file:/var/lib/jenkins/jobs/ConnectivityGateway_WeeklyBuilds/workspace/
current root dir /upload/jenkins
current root dir /upload/jenkins/cgw/weekly
ERROR: Failed to upload files
java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:146)
	at java.io.BufferedInputStream.fill(BufferedInputStream.java:235)
	at java.io.BufferedInputStream.read(BufferedInputStream.java:254)
	at java.io.FilterInputStream.read(FilterInputStream.java:83)
	at java.io.PushbackInputStream.read(PushbackInputStream.java:139)
	at org.apache.commons.net.io.FromNetASCIIInputStream.__read(FromNetASCIIInputStream.java:75)
	at org.apache.commons.net.io.FromNetASCIIInputStream.read(FromNetASCIIInputStream.java:170)
	at java.io.BufferedInputStream.fill(BufferedInputStream.java:235)
	at java.io.BufferedInputStream.read(BufferedInputStream.java:254)
	at org.apache.commons.net.telnet.TelnetInputStream.__read(TelnetInputStream.java:114)
	at org.apache.commons.net.telnet.TelnetInputStream.run(TelnetInputStream.java:535)
	at java.lang.Thread.run(Thread.java:679)
Build step 'Publish artifacts to FTP' changed build result to UNSTABLE




Project:


Jenkins



Priority:


Major



Reporter:


Thorsten Liepert

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.




[JIRA] [integrity-plugin] (JENKINS-18579) PTC Plugin does not restore symbolic links in filesystem

2013-07-02 Thread thorsten.liep...@diehl-controls.com (JIRA)














































Thorsten Liepert
 created  JENKINS-18579


PTC Plugin does not restore symbolic links in filesystem















Issue Type:


Bug



Affects Versions:


current



Assignee:


Cletus DSouza



Components:


integrity-plugin



Created:


02/Jul/13 11:23 AM



Description:


We have some Projects building for linux and so have checked in some libraries with the symbolic representation (e.g. glic.so - glibc.so.16). When checking out via MKS Client the links are restored. Check out via PTC-Plugin stores ling as file with following content
#Thu Jun 20 16:21:25 CEST 2013
isFile=true
targetPath=glibc.so.16

Is this an issue of the new PlugIn Version against an older Server? Or a general issu?




Environment:


Ubuntu Server 64Bit 12.04LTS 

Jenkins 1.520

MKS Integrity 2009 (API 4.10)




Project:


Jenkins



Labels:


plugin
scm




Priority:


Major



Reporter:


Thorsten Liepert

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.