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.


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.


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