No revision recorded for "URL" in the previous build. Error: Processing failed due to a bug in the code

2018-01-24 Thread Shan Bains

Hi,

No revision recorded for "URL" in the previous build.  Error: Processing 
failed due to a bug in the code


Using Jenkins version 2.89.3 with subversion plug-in 2.10.2
Subversion version 5.2.2

Any suggestions?

Thanks!

-- 
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/a53fd274-9b3c-48e9-81e8-c0bce7b32b91%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ERROR: Processing failed due to a bug in the code.

2017-10-06 Thread Mark Waite
Possibly there are other administrators on that Jenkins instance, and one
of them assigned a value to the artifactory server in the general
configuration?

On Fri, Oct 6, 2017 at 9:43 AM Charles Karney  wrote:

> Thanks for the information.  My problem seems to have cleared up by itself!
>
>   --Charles
>
>
> On Thursday, October 5, 2017 at 11:05:51 AM UTC-4, Mark Waite wrote:
>
>> That failure message is unrelated to git.
>>
>> The message "java.lang.RuntimeException: java.lang.IllegalArgumentException:
>> No
>> matching Artifactory server was found in General Configuration. Please
>> update your job configuration." seems to indicate that some method which
>> expects an artifactory server to be defined globally is not finding a
>> globally defined artifactory server.  Check what changed in your global
>> configuration.
>>
>> Mark Waite
>>
>> On Thu, Oct 5, 2017 at 8:47 AM Charles Karney  wrote:
>>
> I'm running Jenkins 1.589.
>>>
>>
>>>
>>> On Thursday, October 5, 2017 at 10:32:20 AM UTC-4, Charles Karney wrote:
>>>
>> Triggering a Jenkins build on a job that has "usually" worked gives:

   ERROR: Processing failed due to a bug in the code. Please report this

>>>   to jenkins...@googlegroups.com

>>>
 The log up to this point is

   Started by user Charles Karney
   [EnvInject] - Loading node environment variables.
   Building remotely on bso-centos7-gpu (centos7gpu slave) in workspace
 /var/lib/jenkins/workspace/vt-geographiclib

   Deleting project workspace... done

   Cloning the remote Git repository
   Cloning repository ssh://
 g...@scm-vt.sarnoff.com/common/geographiclib.git
 
> /usr/bin/git init
 /var/lib/jenkins/workspace/vt-geographiclib/project # timeout=10
   Fetching upstream changes from
 ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git
> /usr/bin/git --version # timeout=10
> /usr/bin/git -c core.askpass=true fetch --tags --progress
 ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git
 +refs/heads/*:refs/remotes/origin/*
 
> /usr/bin/git config remote.origin.url
 ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git # timeout=10
> /usr/bin/git config --add remote.origin.fetch
 +refs/heads/*:refs/remotes/origin/* # timeout=10
> /usr/bin/git config remote.origin.url
 ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git # timeout=10
   Fetching upstream changes from
 ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git
> /usr/bin/git -c core.askpass=true fetch --tags --progress
 ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git
 +refs/heads/*:refs/remotes/origin/*
 
> /usr/bin/git rev-parse refs/remotes/origin/feature/majic^{commit}
 # timeout=10
> /usr/bin/git rev-parse
 refs/remotes/origin/origin/feature/majic^{commit} # timeout=10
   Checking out Revision efd6519b02aa23c02af3c4f25064b9ea91ec09f0
 (refs/remotes/origin/feature/majic)
> /usr/bin/git config core.sparsecheckout # timeout=10
> /usr/bin/git checkout -f efd6519b02aa23c02af3c4f25064b9ea91ec09f0
> /usr/bin/git rev-list f98d0f44741e37d12d849870df884c0cdbd24bc5 #
 timeout=10
   ERROR: Processing failed due to a bug in the code. Please report

>>> this to jenkins...@googlegroups.com

>>>   java.lang.RuntimeException: java.lang.IllegalArgumentException: No
 matching Artifactory server was found in General Configuration. Please
 update your job configuration.
   ...

 I can execute the git commands "manually" on my machine OK.  The last
 command

   /usr/bin/git rev-list f98d0f44741e37d12d849870df884c0cdbd24bc5

 returns a list of 166 commits.  Let me know if you want additional
 information.

>>> --
>>> 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/7302f169-666b-49bf-8743-c75459343dac%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, 

Re: ERROR: Processing failed due to a bug in the code.

2017-10-06 Thread Charles Karney
Thanks for the information.  My problem seems to have cleared up by itself!

  --Charles

On Thursday, October 5, 2017 at 11:05:51 AM UTC-4, Mark Waite wrote:
>
> That failure message is unrelated to git.
>
> The message "java.lang.RuntimeException: java.lang.IllegalArgumentException: 
> No
> matching Artifactory server was found in General Configuration. Please
> update your job configuration." seems to indicate that some method which 
> expects an artifactory server to be defined globally is not finding a 
> globally defined artifactory server.  Check what changed in your global 
> configuration.
>
> Mark Waite
>
> On Thu, Oct 5, 2017 at 8:47 AM Charles Karney  > wrote:
>
>> I'm running Jenkins 1.589.
>>
>>
>> On Thursday, October 5, 2017 at 10:32:20 AM UTC-4, Charles Karney wrote:
>>>
>>> Triggering a Jenkins build on a job that has "usually" worked gives: 
>>>
>>>   ERROR: Processing failed due to a bug in the code. Please report this 
>>>   to jenkins...@googlegroups.com  
>>>
>>> The log up to this point is 
>>>
>>>   Started by user Charles Karney 
>>>   [EnvInject] - Loading node environment variables. 
>>>   Building remotely on bso-centos7-gpu (centos7gpu slave) in workspace 
>>> /var/lib/jenkins/workspace/vt-geographiclib 
>>>
>>>   Deleting project workspace... done 
>>>
>>>   Cloning the remote Git repository 
>>>   Cloning repository ssh://
>>> g...@scm-vt.sarnoff.com/common/geographiclib.git 
>>> 
>>>  
>>>> /usr/bin/git init 
>>> /var/lib/jenkins/workspace/vt-geographiclib/project # timeout=10 
>>>   Fetching upstream changes from 
>>> ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git 
>>>> /usr/bin/git --version # timeout=10 
>>>> /usr/bin/git -c core.askpass=true fetch --tags --progress 
>>> ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git 
>>> +refs/heads/*:refs/remotes/origin/* 
>>> 
>>>  
>>>> /usr/bin/git config remote.origin.url 
>>> ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git # timeout=10 
>>>> /usr/bin/git config --add remote.origin.fetch 
>>> +refs/heads/*:refs/remotes/origin/* # timeout=10 
>>>> /usr/bin/git config remote.origin.url 
>>> ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git # timeout=10 
>>>   Fetching upstream changes from 
>>> ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git 
>>>> /usr/bin/git -c core.askpass=true fetch --tags --progress 
>>> ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git 
>>> +refs/heads/*:refs/remotes/origin/* 
>>> 
>>>  
>>>> /usr/bin/git rev-parse refs/remotes/origin/feature/majic^{commit} 
>>> # timeout=10 
>>>> /usr/bin/git rev-parse 
>>> refs/remotes/origin/origin/feature/majic^{commit} # timeout=10 
>>>   Checking out Revision efd6519b02aa23c02af3c4f25064b9ea91ec09f0 
>>> (refs/remotes/origin/feature/majic) 
>>>> /usr/bin/git config core.sparsecheckout # timeout=10 
>>>> /usr/bin/git checkout -f efd6519b02aa23c02af3c4f25064b9ea91ec09f0 
>>>> /usr/bin/git rev-list f98d0f44741e37d12d849870df884c0cdbd24bc5 # 
>>> timeout=10 
>>>   ERROR: Processing failed due to a bug in the code. Please report 
>>> this to jenkins...@googlegroups.com  
>>>   java.lang.RuntimeException: java.lang.IllegalArgumentException: No 
>>> matching Artifactory server was found in General Configuration. Please 
>>> update your job configuration. 
>>>   ... 
>>>
>>> I can execute the git commands "manually" on my machine OK.  The last 
>>> command 
>>>
>>>   /usr/bin/git rev-list f98d0f44741e37d12d849870df884c0cdbd24bc5 
>>>
>>> returns a list of 166 commits.  Let me know if you want additional 
>>> information. 
>>>
>> -- 
>> 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/7302f169-666b-49bf-8743-c75459343dac%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/623bdf82-ccd9-41fc-90ad-8cbdfc6a67b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ERROR: Processing failed due to a bug in the code.

2017-10-05 Thread Mark Waite
That failure message is unrelated to git.

The message "java.lang.RuntimeException: java.lang.IllegalArgumentException:
No
matching Artifactory server was found in General Configuration. Please
update your job configuration." seems to indicate that some method which
expects an artifactory server to be defined globally is not finding a
globally defined artifactory server.  Check what changed in your global
configuration.

Mark Waite

On Thu, Oct 5, 2017 at 8:47 AM Charles Karney  wrote:

> I'm running Jenkins 1.589.
>
>
> On Thursday, October 5, 2017 at 10:32:20 AM UTC-4, Charles Karney wrote:
>>
>> Triggering a Jenkins build on a job that has "usually" worked gives:
>>
>>   ERROR: Processing failed due to a bug in the code. Please report this
>>   to jenkinsci-users@googlegroups.com
>>
>> The log up to this point is
>>
>>   Started by user Charles Karney
>>   [EnvInject] - Loading node environment variables.
>>   Building remotely on bso-centos7-gpu (centos7gpu slave) in workspace
>> /var/lib/jenkins/workspace/vt-geographiclib
>>
>>   Deleting project workspace... done
>>
>>   Cloning the remote Git repository
>>   Cloning repository ssh://
>> g...@scm-vt.sarnoff.com/common/geographiclib.git
>> 
>>> /usr/bin/git init
>> /var/lib/jenkins/workspace/vt-geographiclib/project # timeout=10
>>   Fetching upstream changes from
>> ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git
>>> /usr/bin/git --version # timeout=10
>>> /usr/bin/git -c core.askpass=true fetch --tags --progress
>> ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git
>> +refs/heads/*:refs/remotes/origin/*
>> 
>>> /usr/bin/git config remote.origin.url
>> ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git # timeout=10
>>> /usr/bin/git config --add remote.origin.fetch
>> +refs/heads/*:refs/remotes/origin/* # timeout=10
>>> /usr/bin/git config remote.origin.url
>> ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git # timeout=10
>>   Fetching upstream changes from
>> ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git
>>> /usr/bin/git -c core.askpass=true fetch --tags --progress
>> ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git
>> +refs/heads/*:refs/remotes/origin/*
>> 
>>> /usr/bin/git rev-parse refs/remotes/origin/feature/majic^{commit}
>> # timeout=10
>>> /usr/bin/git rev-parse
>> refs/remotes/origin/origin/feature/majic^{commit} # timeout=10
>>   Checking out Revision efd6519b02aa23c02af3c4f25064b9ea91ec09f0
>> (refs/remotes/origin/feature/majic)
>>> /usr/bin/git config core.sparsecheckout # timeout=10
>>> /usr/bin/git checkout -f efd6519b02aa23c02af3c4f25064b9ea91ec09f0
>>> /usr/bin/git rev-list f98d0f44741e37d12d849870df884c0cdbd24bc5 #
>> timeout=10
>>   ERROR: Processing failed due to a bug in the code. Please report
>> this to jenkinsci-users@googlegroups.com
>>   java.lang.RuntimeException: java.lang.IllegalArgumentException: No
>> matching Artifactory server was found in General Configuration. Please
>> update your job configuration.
>>   ...
>>
>> I can execute the git commands "manually" on my machine OK.  The last
>> command
>>
>>   /usr/bin/git rev-list f98d0f44741e37d12d849870df884c0cdbd24bc5
>>
>> returns a list of 166 commits.  Let me know if you want additional
>> information.
>>
> --
> 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/7302f169-666b-49bf-8743-c75459343dac%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/CAO49JtHyGd2tD3SCLjyOijUmy30fXOxmEfLMyxUkxzU4n3jKBQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: ERROR: Processing failed due to a bug in the code.

2017-10-05 Thread Charles Karney
I'm running Jenkins 1.589.

On Thursday, October 5, 2017 at 10:32:20 AM UTC-4, Charles Karney wrote:
>
> Triggering a Jenkins build on a job that has "usually" worked gives: 
>
>   ERROR: Processing failed due to a bug in the code. Please report this 
>   to jenkinsci-users@googlegroups.com 
>
> The log up to this point is 
>
>   Started by user Charles Karney 
>   [EnvInject] - Loading node environment variables. 
>   Building remotely on bso-centos7-gpu (centos7gpu slave) in workspace 
> /var/lib/jenkins/workspace/vt-geographiclib 
>
>   Deleting project workspace... done 
>
>   Cloning the remote Git repository 
>   Cloning repository ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git 
> 
>  
>> /usr/bin/git init 
> /var/lib/jenkins/workspace/vt-geographiclib/project # timeout=10 
>   Fetching upstream changes from 
> ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git 
>> /usr/bin/git --version # timeout=10 
>> /usr/bin/git -c core.askpass=true fetch --tags --progress 
> ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git 
> +refs/heads/*:refs/remotes/origin/* 
> 
>  
>> /usr/bin/git config remote.origin.url 
> ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git # timeout=10 
>> /usr/bin/git config --add remote.origin.fetch 
> +refs/heads/*:refs/remotes/origin/* # timeout=10 
>> /usr/bin/git config remote.origin.url 
> ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git # timeout=10 
>   Fetching upstream changes from 
> ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git 
>> /usr/bin/git -c core.askpass=true fetch --tags --progress 
> ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git 
> +refs/heads/*:refs/remotes/origin/* 
> 
>  
>> /usr/bin/git rev-parse refs/remotes/origin/feature/majic^{commit} 
> # timeout=10 
>> /usr/bin/git rev-parse 
> refs/remotes/origin/origin/feature/majic^{commit} # timeout=10 
>   Checking out Revision efd6519b02aa23c02af3c4f25064b9ea91ec09f0 
> (refs/remotes/origin/feature/majic) 
>> /usr/bin/git config core.sparsecheckout # timeout=10 
>> /usr/bin/git checkout -f efd6519b02aa23c02af3c4f25064b9ea91ec09f0 
>> /usr/bin/git rev-list f98d0f44741e37d12d849870df884c0cdbd24bc5 # 
> timeout=10 
>   ERROR: Processing failed due to a bug in the code. Please report 
> this to jenkinsci-users@googlegroups.com 
>   java.lang.RuntimeException: java.lang.IllegalArgumentException: No 
> matching Artifactory server was found in General Configuration. Please 
> update your job configuration. 
>   ... 
>
> I can execute the git commands "manually" on my machine OK.  The last 
> command 
>
>   /usr/bin/git rev-list f98d0f44741e37d12d849870df884c0cdbd24bc5 
>
> returns a list of 166 commits.  Let me know if you want additional 
> information. 
>

-- 
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/7302f169-666b-49bf-8743-c75459343dac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


ERROR: Processing failed due to a bug in the code.

2017-10-05 Thread Charles Karney
Triggering a Jenkins build on a job that has "usually" worked gives:

  ERROR: Processing failed due to a bug in the code. Please report this
  to jenkinsci-users@googlegroups.com

The log up to this point is

  Started by user Charles Karney
  [EnvInject] - Loading node environment variables.
  Building remotely on bso-centos7-gpu (centos7gpu slave) in workspace
/var/lib/jenkins/workspace/vt-geographiclib

  Deleting project workspace... done

  Cloning the remote Git repository
  Cloning repository ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git
   > /usr/bin/git init
/var/lib/jenkins/workspace/vt-geographiclib/project # timeout=10
  Fetching upstream changes from
ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git
   > /usr/bin/git --version # timeout=10
   > /usr/bin/git -c core.askpass=true fetch --tags --progress
ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git
+refs/heads/*:refs/remotes/origin/*
   > /usr/bin/git config remote.origin.url
ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git # timeout=10
   > /usr/bin/git config --add remote.origin.fetch
+refs/heads/*:refs/remotes/origin/* # timeout=10
   > /usr/bin/git config remote.origin.url
ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git # timeout=10
  Fetching upstream changes from
ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git
   > /usr/bin/git -c core.askpass=true fetch --tags --progress
ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git
+refs/heads/*:refs/remotes/origin/*
   > /usr/bin/git rev-parse refs/remotes/origin/feature/majic^{commit}
# timeout=10
   > /usr/bin/git rev-parse
refs/remotes/origin/origin/feature/majic^{commit} # timeout=10
  Checking out Revision efd6519b02aa23c02af3c4f25064b9ea91ec09f0
(refs/remotes/origin/feature/majic)
   > /usr/bin/git config core.sparsecheckout # timeout=10
   > /usr/bin/git checkout -f efd6519b02aa23c02af3c4f25064b9ea91ec09f0
   > /usr/bin/git rev-list f98d0f44741e37d12d849870df884c0cdbd24bc5 # timeout=10
  ERROR: Processing failed due to a bug in the code. Please report
this to jenkinsci-users@googlegroups.com
  java.lang.RuntimeException: java.lang.IllegalArgumentException: No
matching Artifactory server was found in General Configuration. Please
update your job configuration.
  ...

I can execute the git commands "manually" on my machine OK.  The last
command

  /usr/bin/git rev-list f98d0f44741e37d12d849870df884c0cdbd24bc5

returns a list of 166 commits.  Let me know if you want additional
information.

-- 
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/CAH36mb_QNu2%3DXH0dcb1-4SAKm5HhjnSZKWuRqQAawOCEQAgC1g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


ERROR: Processing failed due to a bug in the code

2017-08-25 Thread Samuel Lopez
Hello Folks,


Ubuntu: 16.04

Jenkins: 2.46.3

Maven 3.1.1


Running into this issue:


ERROR: Processing failed due to a bug in the code. Please report this
to jenkinsci-users@googlegroups.com
java.lang.IllegalStateException: your Apache Maven build is setup to
use a config with id
org.jenkinsci.plugins.configfiles.maven.MavenSettingsConfig1424809562637
but can not find the config
at 
org.jenkinsci.plugins.configfiles.maven.job.MvnSettingsProvider.supplySettings(MvnSettingsProvider.java:74)
at 
jenkins.mvn.SettingsProvider.getSettingsFilePath(SettingsProvider.java:53)
at 
jenkins.mvn.SettingsProvider.getSettingsRemotePath(SettingsProvider.java:70)
at 
hudson.maven.MavenModuleSetBuild$PomParser.(MavenModuleSetBuild.java:1193)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:985)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:690)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
at hudson.model.Run.execute(Run.java:1728)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:542)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:405)

Any help would be very  much appreciated

Sam

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


ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-users@googlegroups.com

2016-09-14 Thread Michael Giroux


Job is a simple maven project.  Project builds successfully from command line.


Let me know what additional info you might want to look at this.


ERROR: Processing failed due to a bug in the code. Please report this to 
jenkinsci-us...@googlegroups.comjava.lang.NullPointerException 
  
at 
hudson.maven.AbstractMavenProcessFactory.newProcess(AbstractMavenProcessFactory.java:305)
 

at hudson.maven.ProcessCache.get(ProcessCache.java:236) 

at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:778)
 

at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534) 

at hudson.model.Run.execute(Run.java:1741) 

at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531) 

at hudson.model.ResourceController.execute(ResourceController.java:98) 

at hudson.model.Executor.run(Executor.java:410) 

project=hudson.maven.MavenModuleSet@9b0e792[Devops Test]
project.getModules()=[hudson.maven.MavenModule@56511348[Devops 
Test/choicehotels.devops:test][Devops 
Test/choicehotels.devops:test][relativePath:]]

-- 
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/fcb85232-1e88-4fc9-96d1-577c79488a43%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


ERROR: Processing failed due to a bug in the code

2016-06-06 Thread Niveditha Murali


ERROR: Processing failed due to a bug in the code. Please report this to 
jenkinsci-us...@googlegroups.comjava.lang.RuntimeException 
: 
java.io.IOException: Failed to create a temp file on 
/apps/dftjenkins/jenkins_node/workspace/

-- 
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/534e6622-22f4-4179-ab47-466b6adba9da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Fwd: ERROR: Processing failed due to a bug in the code.

2016-03-21 Thread Robert Chur
ERROR: Processing failed due to a bug in the code. Please report this to 
jenkinsci-users@googlegroups.com
java.lang.IllegalStateException 
:
 Invalid object ID 640 iota=642
at hudson.remoting.ExportTable.diagnoseInvalidId(ExportTable.java:386) 

at hudson.remoting.ExportTable.get(ExportTable.java:330) 

at hudson.remoting.Channel.getExportedObject(Channel.java:633) 

at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:599)
 

at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
 

at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
 

at hudson.remoting.UserRequest.perform(UserRequest.java:120) 

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:68)
 

at java.util.concurrent.FutureTask.run(FutureTask.java:266) 

at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 

at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 

at java.lang.Thread.run(Thread.java:745) 

at ..remote call to jenkins slave (i-369ac4f1)(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
at hudson.remoting.Channel.call(Channel.java:781)
at 
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
at hudson.maven.$Proxy60.accept(Unknown Source)
at 
hudson.maven.AbstractMavenProcessFactory.newProcess(AbstractMavenProcessFactory.java:270)
at hudson.maven.ProcessCache.get(ProcessCache.java:236)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:755)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
at hudson.model.Run.execute(Run.java:1738)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: java.lang.Exception: Object was recently deallocated
#640 (ref.0) : object=null 
type=hudson.maven.AbstractMavenProcessFactory$SocketHandler$AcceptorImpl 
interfaces=[hudson.maven.AbstractMavenProcessFactory$Acceptor]
  Created at Mon Mar 21 07:45:44 MDT 2016
at hudson.remoting.ExportTable$Entry.(ExportTable.java:99)
at hudson.remoting.ExportTable.export(ExportTable.java:305)
at hudson.remoting.Channel.internalExport(Channel.java:629)
at hudson.remoting.Channel.export(Channel.java:620)
at hudson.remoting.Channel.export(Channel.java:590)
at 
hudson.maven.AbstractMavenProcessFactory$SocketHandler$AcceptorImpl.writeReplace(AbstractMavenProcessFactory.java:226)
at sun.reflect.GeneratedMethodAccessor163.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
java.io.ObjectStreamClass.invokeWriteReplace(ObjectStreamClass.java:1118)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1136)
at 

Jenkins ERROR : ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-users@googlegroups.com

2016-02-04 Thread Swapnil Soor
Jenkins Build error, when trying release build using artifactory

ERROR: Processing failed due to a bug in the code. Please report this
to jenkinsci-users@googlegroups.com


RELEASE] Release build triggered
[RELEASE] Changing POMs to release version
Parsing POMs
Failed to transfer Could not find artifact
com.ondotsystems.customerconfig:ondot:pom:3.0.3.1 in central
(http://odi-jenkins-artifactory.oscorp.local:8081/artifactory/libs-release)
Failed to transfer Could not find artifact
com.ondotsystems.customerconfig:ondot:pom:3.0.3.1 in snapshots
(http://odi-jenkins-artifactory.oscorp.local:8081/artifactory/libs-snapshot)
ERROR: Processing failed due to a bug in the code. Please report this
to jenkinsci-us...@googlegroups.comjava.lang.NullPointerException
  
at
org.jfrog.hudson.release.maven.MavenReleaseWrapper$2.tearDown(MavenReleaseWrapper.java:171)

at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:882)

at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:533)

at hudson.model.Run.execute(Run.java:1759)

at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)

at hudson.model.ResourceController.execute(ResourceController.java:89)

at hudson.model.Executor.run(Executor.java:240)

project=hudson.maven.MavenModuleSet@5ada13cf[CustomerConfig-3.0.3-CI]
project.getModules()=[hudson.maven.MavenModule@5fb0c94c[CustomerConfig-3.0.3-CI/com.ondotsystems.customerconfig:afcu][CustomerConfig-3.0.3-CI/com.ondotsystems.customerconfig:afcu][relativePath:afcu],
hudson.maven.MavenModule@3526f956[CustomerConfig-3.0.3-CI/com.ondotsystems.customerconfig:afcubrandingtemplate-1][CustomerConfig-3.0.3-CI/com.ondotsystems.customerconfig:afcubrandingtemplate-1]


I had facing this issue, in the past as well, but don't remember what
solved, same was raised in Jenkins Jira:
https://issues.jenkins-ci.org/browse/JENKINS-29262



If anybody has any clue on this, please respond, I am blocked because
of this issue. Not able to create release build.


-- 
Regards
Swapnil

"A winner is NOT one who NEVER FAILS , but one who NEVER QUITS!!!"

-- 
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/CAM9CQcP8SL6FewsoopUB_r7s9jER29HbF0-W%3DpxY7CX7bQGhhg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


ERROR: Processing failed due to a bug in the code

2015-04-16 Thread Eero Aaltonen
From a maven job with target
'clean compile'

Followed by execute shell
'mvn pre-site'

This occurred after I disabled automatic reporting and tried to do it 
manually. Jenkins ver. 1.596.1

ERROR: Processing failed due to a bug in the code. Please report this to 
jenkinsci-users@googlegroups.com
java.lang.IllegalStateException: cannot change build result while in 
COMPLETED
at hudson.model.Run.setResult(Run.java:458)
at 
hudson.plugins.doclinks.m2.DocLinksMavenReporter.end(DocLinksMavenReporter.java:97)
at hudson.maven.AbstractMavenBuilder.end(AbstractMavenBuilder.java:104)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:855)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:533)
at hudson.model.Run.execute(Run.java:1759)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
project=hudson.maven.MavenModuleSet@2664d296[lombok-maven-multimodule]
project.getModules()=[hudson.maven.MavenModule@1310e33b[lombok-maven-multimodule/io.github:lombok-maven-multimodule][lombok-maven-multimodule/io.github:lombok-maven-multimodule][relativePath:],
 
hudson.maven.MavenModule@219b7cf7[lombok-maven-multimodule/io.github:lombok-maven-multimodule-lomboklib][lombok-maven-multimodule/io.github:lombok-maven-multimodule-lomboklib][relativePath:lombok-maven-multimodule-lomboklib],
 
hudson.maven.MavenModule@44826349[lombok-maven-multimodule/io.github:lombok-maven-multimodule-other][lombok-maven-multimodule/io.github:lombok-maven-multimodule-other][relativePath:lombok-maven-multimodule-other]]
project.getRootModule()=hudson.maven.MavenModule@1310e33b[lombok-maven-multimodule/io.github:lombok-maven-multimodule][lombok-maven-multimodule/io.github:lombok-maven-multimodule][relativePath:]
FATAL: cannot change build result while in COMPLETED
java.lang.IllegalStateException: cannot change build result while in 
COMPLETED
at hudson.model.Run.setResult(Run.java:458)
at 
hudson.plugins.doclinks.m2.DocLinksMavenReporter.end(DocLinksMavenReporter.java:97)
at hudson.maven.AbstractMavenBuilder.end(AbstractMavenBuilder.java:104)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:855)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:533)
at hudson.model.Run.execute(Run.java:1759)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)

Best regards,
Eero Aaltonen

-- 
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/8936566a-1c85-4fd4-8811-f147f5c919c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ERROR: Processing failed due to a bug in the code

2015-04-16 Thread Eero Aaltonen
After unticking Publish documents, this error disappeared.

On Thursday, April 16, 2015 at 3:25:19 PM UTC+3, Eero Aaltonen wrote:

 From a maven job with target
 'clean compile'

 Followed by execute shell
 'mvn pre-site'

 This occurred after I disabled automatic reporting and tried to do it 
 manually. Jenkins ver. 1.596.1

 ERROR: Processing failed due to a bug in the code. Please report this to 
 jenkinsci-users@googlegroups.com
 java.lang.IllegalStateException: cannot change build result while in 
 COMPLETED
 at hudson.model.Run.setResult(Run.java:458)
 at 
 hudson.plugins.doclinks.m2.DocLinksMavenReporter.end(DocLinksMavenReporter.java:97)
 at hudson.maven.AbstractMavenBuilder.end(AbstractMavenBuilder.java:104)
 at 
 hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:855)
 at 
 hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:533)
 at hudson.model.Run.execute(Run.java:1759)
 at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
 at hudson.model.ResourceController.execute(ResourceController.java:89)
 at hudson.model.Executor.run(Executor.java:240)
 project=hudson.maven.MavenModuleSet@2664d296[lombok-maven-multimodule]
 project.getModules()=[hudson.maven.MavenModule@1310e33b[lombok-maven-multimodule/io.github:lombok-maven-multimodule][lombok-maven-multimodule/io.github:lombok-maven-multimodule][relativePath:],
  
 hudson.maven.MavenModule@219b7cf7[lombok-maven-multimodule/io.github:lombok-maven-multimodule-lomboklib][lombok-maven-multimodule/io.github:lombok-maven-multimodule-lomboklib][relativePath:lombok-maven-multimodule-lomboklib],
  
 hudson.maven.MavenModule@44826349[lombok-maven-multimodule/io.github:lombok-maven-multimodule-other][lombok-maven-multimodule/io.github:lombok-maven-multimodule-other][relativePath:lombok-maven-multimodule-other]]

 project.getRootModule()=hudson.maven.MavenModule@1310e33b[lombok-maven-multimodule/io.github:lombok-maven-multimodule][lombok-maven-multimodule/io.github:lombok-maven-multimodule][relativePath:]
 FATAL: cannot change build result while in COMPLETED
 java.lang.IllegalStateException: cannot change build result while in 
 COMPLETED
 at hudson.model.Run.setResult(Run.java:458)
 at 
 hudson.plugins.doclinks.m2.DocLinksMavenReporter.end(DocLinksMavenReporter.java:97)
 at hudson.maven.AbstractMavenBuilder.end(AbstractMavenBuilder.java:104)
 at 
 hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:855)
 at 
 hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:533)
 at hudson.model.Run.execute(Run.java:1759)
 at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
 at hudson.model.ResourceController.execute(ResourceController.java:89)
 at hudson.model.Executor.run(Executor.java:240)

 Best regards,
 Eero Aaltonen


-- 
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/df3bc6f5-9600-429b-a416-4d2fee270713%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


ERROR: Processing failed due to a bug in the code.

2015-01-06 Thread Bilal Yasar


ERROR: Processing failed due to a bug in the code. Please report this to 
jenkinsci-us...@googlegroups.comjava.lang.NullPointerException 
http://stacktrace.jenkins-ci.org/search?query=java.lang.NullPointerException: 
no workspace from node com.cloudbees.hudson.plugins.SwarmSlave@7d16caa2 which 
is computer com.cloudbees.hudson.plugins.SwarmComputer@104e2180 and has channel 
null
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:76) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.CommandInterpreter.performentity=method
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.CommandInterpreter.performentity=method
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.BuildStepMonitor$1.performentity=method
at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:825)
 
http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.performentity=method
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.build(MavenModuleSetBuild.java:909)
 
http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.buildentity=method
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:860)
 
http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRunentity=method
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:606) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.runentity=method
at hudson.model.Run.execute(Run.java:1684) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Run.executeentity=method
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.MavenModuleSetBuild.runentity=method
at hudson.model.ResourceController.execute(ResourceController.java:88) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.model.ResourceController.executeentity=method
at hudson.model.Executor.run(Executor.java:232) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Executor.runentity=method


any idea?

i am getting this error time to time.

-- 
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/737f8046-12da-45db-b6fd-5e866e252a05%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


ERROR: Processing failed due to a bug in the code.

2014-09-11 Thread Maruf Aytekin
Hi

We are getting following error:


15:29:11 ERROR: Processing failed due to a bug in the code. Please report this 
to jenkinsci-users@googlegroups.com

15:29:11 
java.lang.NullPointerExceptionhttp://stacktrace.jenkins-ci.org/search?query=java.lang.NullPointerException

15:29:11 at 
hudson.plugins.violations.hudson.maven.ViolationsMavenReporter.end(ViolationsMavenReporter.java:96)http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.violations.hudson.maven.ViolationsMavenReporter.endentity=method

15:29:11 at 
hudson.maven.AbstractMavenBuilder.end(AbstractMavenBuilder.java:103)http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.AbstractMavenBuilder.endentity=method

15:29:11 at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:839)http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRunentity=method

15:29:11 at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:566)http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.runentity=method

15:29:11 at 
hudson.model.Run.execute(Run.java:1678)http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Run.executeentity=method

15:29:11 at 
hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:519)http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.MavenModuleSetBuild.runentity=method

15:29:11 at 
hudson.model.ResourceController.execute(ResourceController.java:88)http://stacktrace.jenkins-ci.org/search/?query=hudson.model.ResourceController.executeentity=method

15:29:11 at 
hudson.model.Executor.run(Executor.java:231)http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Executor.runentity=method

15:29:11 project=hudson.maven.MavenModuleSet@71fda7c[egk-build]

15:29:11 
project.getModules()=[hudson.maven.MavenModule@21317763[egk-build/tr.com.mkk.egk:egk][egk-build/tr.com.mkk.egk:egk][relativePath:],
 
hudson.maven.MavenModule@89990ff[egk-build/tr.com.mkk.egk:egk-api][egk-build/tr.com.mkk.egk:egk-api][relativePath:egk-api],
 
hudson.maven.MavenModule@5c454a2b[egk-build/tr.com.mkk.egk:egk-dao][egk-build/tr.com.mkk.egk:egk-dao][relativePath:egk-dao],
 
hudson.maven.MavenModule@1a74681a[egk-build/tr.com.mkk.egk:egk-rule][egk-build/tr.com.mkk.egk:egk-rule][relativePath:egk-rule],
 
hudson.maven.MavenModule@6130fa43[egk-build/tr.com.mkk.egk:egk-server][egk-build/tr.com.mkk.egk:egk-server][relativePath:egk-server],
 
hudson.maven.MavenModule@49087c60[egk-build/tr.com.mkk.egk:egk-service][egk-build/tr.com.mkk.egk:egk-service][relativePath:egk-service],
 
hudson.maven.MavenModule@29ee9771[egk-build/tr.com.mkk.egk:egk-ui][egk-build/tr.com.mkk.egk:egk-ui][relativePath:egk-ui],
 
hudson.maven.MavenModule@6bad9256[egk-build/tr.com.mkk.egk:egk-web][egk-build/tr.com.mkk.egk:egk-web][relativePath:egk-web],
 
hudson.maven.MavenModule@75bd8f1b[egk-build/tr.com.mkk.egk:egk-web-release][egk-build/tr.com.mkk.egk:egk-web-release][relativePath:egk-web-release],
 
hudson.maven.MavenModule@6ffe7200[egk-build/tr.com.mkk.egk:egk-ws][egk-build/tr.com.mkk.egk:egk-ws][relativePath:egk-ws]]

15:29:11 
project.getRootModule()=hudson.maven.MavenModule@21317763[egk-build/tr.com.mkk.egk:egk][egk-build/tr.com.mkk.egk:egk][relativePath:]

15:29:11 FATAL: null

15:29:11 
java.lang.NullPointerExceptionhttp://stacktrace.jenkins-ci.org/search?query=java.lang.NullPointerException

15:29:11 at 
hudson.plugins.violations.hudson.maven.ViolationsMavenReporter.end(ViolationsMavenReporter.java:96)http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.violations.hudson.maven.ViolationsMavenReporter.endentity=method

15:29:11 at 
hudson.maven.AbstractMavenBuilder.end(AbstractMavenBuilder.java:103)http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.AbstractMavenBuilder.endentity=method

15:29:11 at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:839)http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRunentity=method

15:29:11 at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:566)http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.runentity=method

15:29:11 at 
hudson.model.Run.execute(Run.java:1678)http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Run.executeentity=method

15:29:11 at 
hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:519)http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.MavenModuleSetBuild.runentity=method

15:29:11 at 
hudson.model.ResourceController.execute(ResourceController.java:88)http://stacktrace.jenkins-ci.org/search/?query=hudson.model.ResourceController.executeentity=method

15:29:11 at 

ERROR: Processing failed due to a bug in the code

2013-09-30 Thread Mattias Persson
Got this random failure which itself said it should be forwarded here, so 
here it is:

*10:03:08* ERROR: Processing failed due to a bug in the code. Please report 
this to jenkinsci-users@googlegroups.com*10:03:08* 
java.lang.NullPointerException 
http://stacktrace.jenkins-ci.org/search?query=java.lang.NullPointerException: 
no workspace from node hudson.slaves.DumbSlave@506fa283 which is computer 
hudson.slaves.SlaveComputer@2626c3f9 and has channel null*10:03:08* at 
hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:70) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.CommandInterpreter.performentity=method*10:03:08*
 at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:60) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.CommandInterpreter.performentity=method*10:03:09*
 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.BuildStepMonitor$1.performentity=method*10:03:09*
   at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782)
 
http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.performentity=method*10:03:09*
 at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.build(MavenModuleSetBuild.java:876)
 
http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.buildentity=method*10:03:09*
   at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:827)
 
http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRunentity=method*10:03:09*
   at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:567) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.runentity=method*10:03:09*
 at hudson.model.Run.execute(Run.java:1603) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Run.executeentity=method*10:03:09*
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:506) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.MavenModuleSetBuild.runentity=method*10:03:09*
 at hudson.model.ResourceController.execute(ResourceController.java:88) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.model.ResourceController.executeentity=method*10:03:09*
 at hudson.model.Executor.run(Executor.java:246) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Executor.runentity=method*10:03:09*
 project=hudson.maven.MavenModuleSet@4658b6c8[neo4j-1.9-windows]*10:03:09* 
project.getModules()=[hudson.maven.MavenModule@39097e5b[neo4j-1.9-windows/org.neo4j:neo4j][neo4j-1.9-windows/org.neo4j:neo4j][relativePath:community/neo4j],
 
hudson.maven.MavenModule@5389127d[neo4j-1.9-windows/org.neo4j:neo4j-advanced][neo4j-1.9-windows/org.neo4j:neo4j-advanced][relativePath:advanced/neo4j-advanced],
 
hudson.maven.MavenModule@2c405dae[neo4j-1.9-windows/org.neo4j:neo4j-backup][neo4j-1.9-windows/org.neo4j:neo4j-backup][relativePath:enterprise/backup],
 
hudson.maven.MavenModule@25cd3aa1[neo4j-1.9-windows/org.neo4j:neo4j-cluster][neo4j-1.9-windows/org.neo4j:neo4j-cluster][relativePath:enterprise/cluster],
 
hudson.maven.MavenModule@7cd17012[neo4j-1.9-windows/org.neo4j:neo4j-com][neo4j-1.9-windows/org.neo4j:neo4j-com][relativePath:enterprise/com],
 
hudson.maven.MavenModule@2f6d4b84[neo4j-1.9-windows/org.neo4j:neo4j-community][neo4j-1.9-windows/org.neo4j:neo4j-community][relativePath:community/neo4j-community],
 
hudson.maven.MavenModule@2412bdf9[neo4j-1.9-windows/org.neo4j:neo4j-consistency-check][neo4j-1.9-windows/org.neo4j:neo4j-consistency-check][relativePath:enterprise/consistency-check],
 
hudson.maven.MavenModule@3ebeb9f0[neo4j-1.9-windows/org.neo4j:neo4j-cypher][neo4j-1.9-windows/org.neo4j:neo4j-cypher][relativePath:community/cypher],
 
hudson.maven.MavenModule@5445a0a7[neo4j-1.9-windows/org.neo4j:neo4j-enterprise][neo4j-1.9-windows/org.neo4j:neo4j-enterprise][relativePath:enterprise/neo4j-enterprise],
 
hudson.maven.MavenModule@3e213f1a[neo4j-1.9-windows/org.neo4j:neo4j-enterprise-performance-tests][neo4j-1.9-windows/org.neo4j:neo4j-enterprise-performance-tests][relativePath:enterprise/enterprise-performance-tests],
 
hudson.maven.MavenModule@5199661d[neo4j-1.9-windows/org.neo4j:neo4j-graph-algo][neo4j-1.9-windows/org.neo4j:neo4j-graph-algo][relativePath:community/graph-algo],
 
hudson.maven.MavenModule@52f88ce6[neo4j-1.9-windows/org.neo4j:neo4j-graph-matching][neo4j-1.9-windows/org.neo4j:neo4j-graph-matching][relativePath:community/graph-matching],
 
hudson.maven.MavenModule@52c2cc70[neo4j-1.9-windows/org.neo4j:neo4j-graphviz][neo4j-1.9-windows/org.neo4j:neo4j-graphviz][relativePath:community/graphviz],
 

ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-users@googlegroups.com

2013-09-11 Thread mz
I recieved the following when settin up a Maven project in Jenkins.  The 
project builds correctly from a command line.  Suggestions?
 
 
Checkout completed.

Parsing POMs

ERROR: Processing failed due to a bug in the code. Please report this to *
jenkinsci-users@googlegroups.com* jenkinsci-users@googlegroups.com

java.lang.IllegalStateException: Failed to build parent project for 
:_Domain:jar:0.0.1-SNAPSHOT

at 
org.apache.maven.project.MavenProject.getParent(MavenProject.java:381)

at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1285)

at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1058)

at hudson.FilePath.act(FilePath.java:909)

at hudson.FilePath.act(FilePath.java:882)

at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:920)

at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:652)

at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:586)

at hudson.model.Run.execute(Run.java:1603)

at 
hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:506)

at 
hudson.model.ResourceController.execute(ResourceController.java:88)

at hudson.model.Executor.run(Executor.java:247)

Caused by: org.apache.maven.project.ProjectBuildingException: Some problems 
were encountered while processing the POMs:

[ERROR] 'build.plugins.plugin.(groupId:artifactId)' must be unique but 
found duplicate declaration of plugin 
org.apache.maven.plugins:maven-release-plugin @ line 112, column 17

[WARNING] 'build.plugins.plugin.version' for 
org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 75, 
column 15

[WARNING] 'build.plugins.plugin.version' for 
org.apache.maven.plugins:maven-source-plugin is missing. @ line 86, column 
15

 

at 
org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:179)

at 
org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:312)

at 
org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:270)

at 
org.apache.maven.project.MavenProject.getParent(MavenProject.java:377)

... 11 more

Caused by: org.apache.maven.model.building.ModelBuildingException: 3 
problems were encountered while building the effective model for 
jboss:jboss-parent:2

[ERROR] 'build.plugins.plugin.(groupId:artifactId)' must be unique but 
found duplicate declaration of plugin 
org.apache.maven.plugins:maven-release-plugin @ line 112, column 17

[WARNING] 'build.plugins.plugin.version' for 
org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 75, 
column 15

[WARNING] 'build.plugins.plugin.version' for 
org.apache.maven.plugins:maven-source-plugin is missing. @ line 86, column 
15

 

at 
org.apache.maven.model.building.DefaultModelProblemCollector.newModelBuildingException(DefaultModelProblemCollector.java:195)

at 
org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:416)

at 
org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:368)

at 
org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:359)

at 
org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:145)

... 14 more

*project=hudson.maven.MavenModuleSet@13937aa[Dev*project=hudson.maven.MavenModuleSet@13937aa[Dev10.x
  Domain]

project.getModules()=[]

project.getRootModule()=null

FATAL: Failed to build parent project for 
:_Domain:jar:0.0.1-SNAPSHOT

java.lang.IllegalStateException: Failed to build parent project for 
:_Domain:jar:0.0.1-SNAPSHOT

at 
org.apache.maven.project.MavenProject.getParent(MavenProject.java:381)

at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1285)

at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1058)

at hudson.FilePath.act(FilePath.java:909)

at hudson.FilePath.act(FilePath.java:882)

at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:920)

at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:652)

at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:586)

at hudson.model.Run.execute(Run.java:1603)

at 
hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:506)

at 

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

RE: ERROR: Processing failed due to a bug in the code.

2012-10-30 Thread Ahmet Maruf Aytekin
If someone else experiencing the same problem, following script worked for me 
on Jenkins ver. 1.486:

import hudson.model.*;
import hudson.util.*;

def thr = Thread.currentThread();
def currentBuild = thr?.executable;
def mavenVer = currentBuild.getParent().getModules().toArray()[0].getVersion();
def newParamAction = new hudson.model.ParametersAction(new 
hudson.model.StringParameterValue(PROJECT_VERSION, mavenVer));
currentBuild.addAction(newParamAction);


Maruf


-Original Message-
From: Ahmet Maruf Aytekin
Sent: 15 Ekim 2012 Pazartesi 10:58
To: 'jenkinsci-users@googlegroups.com'
Subject: ERROR: Processing failed due to a bug in the code.

I am getting following error during teh execution of groovy commands via 
execute system groovy script plugin:

Jenkins ver. 1.473


ERROR: Processing failed due to a bug in the code. Please report this to 
jenkinsci-users@googlegroups.com
java.lang.NullPointerException: Cannot invoke method getModuleRecords() on null 
object
at 
org.codehaus.groovy.runtime.NullObject.invokeMethod(NullObject.java:77)
at 
org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:45)
at 
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
at 
org.codehaus.groovy.runtime.callsite.NullCallSite.call(NullCallSite.java:32)
at 
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:112)
at Script1.run(Script1.groovy:6)
at groovy.lang.GroovyShell.evaluate(GroovyShell.java:682)
at groovy.lang.GroovyShell.evaluate(GroovyShell.java:666)
at hudson.plugins.groovy.SystemGroovy.perform(SystemGroovy.java:65)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:717)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.build(MavenModuleSetBuild.java:866)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:805)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1488)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:236)
project=hudson.maven.MavenModuleSet@e63c13c[mkk-push]
project.getModules()=[hudson.maven.MavenModule@7d486c15[mkk-push/tr.com.mkk:mkk-push][mkk-push/tr.com.mkk:mkk-push][relativePath:]]
project.getRootModule()=hudson.maven.MavenModule@7d486c15[mkk-push/tr.com.mkk:mkk-push][mkk-push/tr.com.mkk:mkk-push][relativePath:]
FATAL: Cannot invoke method getModuleRecords() on null object
java.lang.NullPointerException: Cannot invoke method getModuleRecords() on null 
object
at 
org.codehaus.groovy.runtime.NullObject.invokeMethod(NullObject.java:77)
at 
org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:45)
at 
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
at 
org.codehaus.groovy.runtime.callsite.NullCallSite.call(NullCallSite.java:32)
at 
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:112)
at Script1.run(Script1.groovy:6)
at groovy.lang.GroovyShell.evaluate(GroovyShell.java:682)
at groovy.lang.GroovyShell.evaluate(GroovyShell.java:666)
at hudson.plugins.groovy.SystemGroovy.perform(SystemGroovy.java:65)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:717)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.build(MavenModuleSetBuild.java:866)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:805)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1488)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:236)


Maruf





Bu mesaj ve ekleri mesajda gönderildiği belirtilen kişi/kişilere özeldir ve 
gizlidir. Bu mesaj tarafınıza yanlışlıkla ulaşmış olsa da mesaj içeriğinin 
gizliliği ve bu gizlilik 

ERROR: Processing failed due to a bug in the code.

2012-10-15 Thread Ahmet Maruf Aytekin
I am getting following error during teh execution of groovy commands via 
execute system groovy script plugin:

Jenkins ver. 1.473


ERROR: Processing failed due to a bug in the code. Please report this to 
jenkinsci-users@googlegroups.com
java.lang.NullPointerException: Cannot invoke method getModuleRecords() on null 
object
at 
org.codehaus.groovy.runtime.NullObject.invokeMethod(NullObject.java:77)
at 
org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:45)
at 
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
at 
org.codehaus.groovy.runtime.callsite.NullCallSite.call(NullCallSite.java:32)
at 
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:112)
at Script1.run(Script1.groovy:6)
at groovy.lang.GroovyShell.evaluate(GroovyShell.java:682)
at groovy.lang.GroovyShell.evaluate(GroovyShell.java:666)
at hudson.plugins.groovy.SystemGroovy.perform(SystemGroovy.java:65)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:717)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.build(MavenModuleSetBuild.java:866)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:805)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1488)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:236)
project=hudson.maven.MavenModuleSet@e63c13c[mkk-push]
project.getModules()=[hudson.maven.MavenModule@7d486c15[mkk-push/tr.com.mkk:mkk-push][mkk-push/tr.com.mkk:mkk-push][relativePath:]]
project.getRootModule()=hudson.maven.MavenModule@7d486c15[mkk-push/tr.com.mkk:mkk-push][mkk-push/tr.com.mkk:mkk-push][relativePath:]
FATAL: Cannot invoke method getModuleRecords() on null object
java.lang.NullPointerException: Cannot invoke method getModuleRecords() on null 
object
at 
org.codehaus.groovy.runtime.NullObject.invokeMethod(NullObject.java:77)
at 
org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:45)
at 
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
at 
org.codehaus.groovy.runtime.callsite.NullCallSite.call(NullCallSite.java:32)
at 
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:112)
at Script1.run(Script1.groovy:6)
at groovy.lang.GroovyShell.evaluate(GroovyShell.java:682)
at groovy.lang.GroovyShell.evaluate(GroovyShell.java:666)
at hudson.plugins.groovy.SystemGroovy.perform(SystemGroovy.java:65)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:717)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.build(MavenModuleSetBuild.java:866)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:805)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1488)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:236)


Maruf





Bu mesaj ve ekleri mesajda gönderildiği belirtilen kişi/kişilere özeldir ve 
gizlidir. Bu mesaj tarafınıza yanlışlıkla ulaşmış olsa da mesaj içeriğinin 
gizliliği ve bu gizlilik yükümlülüğüne uyulması zorunluluğu tarafınız için de 
söz konusudur. Böyle bir durumda, lütfen gönderen kişiyi bilgilendiriniz ve 
mesajı sisteminizden siliniz. Mesaj ve eklerinde yer alan bilgilerin doğruluğu 
ve güncelliği konusunda gönderenin ya da Merkezi Kayıt Kuruluşu A.Ş.'nin 
herhangi bir sorumluluğu bulunmamaktadır. Merkezi Kayıt Kuruluşu A.Ş. mesajın 
ve bilgilerinin size değisikliğe uğrayarak veya geç ulaşmasından, bütünlüğünün 
ve gizliliğinin bozulmasından, virus içermesinden ve bilgisayar sisteminize 
verebileceği herhangi bir zarardan sorumlu tutulamaz.

This message and attachments are confidential and intended solely for the