[JIRA] [matrix-project-plugin] (JENKINS-26141) Failed to mkdirs IOException if Configuration Matrix's Name is empty

2014-12-17 Thread kain...@kainjow.com (JIRA)














































Kevin Wojniak
 created  JENKINS-26141


Failed to mkdirs IOException if Configuration Matrixs Name is empty















Issue Type:


Bug



Assignee:


Kohsuke Kawaguchi



Components:


matrix-project-plugin



Created:


17/Dec/14 7:12 PM



Description:


If the Configuration Matrix's Name field is empty, the build will immediately fail with:

java.io.IOException: Failed to mkdirs: /ubuntu-x86_64
	at hudson.FilePath.mkdirs(FilePath.java:1154)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1258)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:622)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:528)
	at hudson.model.Run.execute(Run.java:1759)
	at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
	at hudson.model.ResourceController.execute(ResourceController.java:89)
	at hudson.model.Executor.run(Executor.java:240)

The line right before makes it seem like it's trying to build in the root directory (probably creating an invalid path somehow):

Building remotely on ubuntu-x86_64 (linux) in workspace /ubuntu-x86_64

When I set the Name to "slaves" (why do I need to set a name anyways?), the line will be:

Building remotely on ubuntu-x86_64 (linux) in workspace /home/jenkins/workspace/myproject/slaves/ubuntu-x86_64




Environment:


OS X 10.10.1, Ubuntu 14.04.1




Project:


Jenkins



Priority:


Minor



Reporter:


Kevin Wojniak

























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [matrix-project-plugin] (JENKINS-26141) Failed to mkdirs IOException if Configuration Matrix's Name is empty

2014-12-17 Thread kain...@kainjow.com (JIRA)














































Kevin Wojniak
 updated  JENKINS-26141


Failed to mkdirs IOException if Configuration Matrixs Name is empty
















Change By:


Kevin Wojniak
(17/Dec/14 7:18 PM)




Description:


IftheConfigurationMatrixsNamefieldisempty,thebuildwillimmediatelyfailwith:
{code}
java.io.IOException:Failedtomkdirs:/ubuntu-x86_64	athudson.FilePath.mkdirs(FilePath.java:1154)	athudson.model.AbstractProject.checkout(AbstractProject.java:1258)	athudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:622)	atjenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)	athudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:528)	athudson.model.Run.execute(Run.java:1759)	athudson.matrix.MatrixRun.run(MatrixRun.java:146)	athudson.model.ResourceController.execute(ResourceController.java:89)	athudson.model.Executor.run(Executor.java:240)
{code}


Thelinerightbeforemakesitseemlikeitstryingtobuildintherootdirectory(probablycreatinganinvalidpathsomehow):
{code}
Buildingremotelyonubuntu-x86_64(linux)inworkspace/ubuntu-x86_64
{code}


WhenIsettheNametoslaves(whydoIneedtosetanameanyways?),thelinewillbe:
{code}
Buildingremotelyonubuntu-x86_64(linux)inworkspace/home/jenkins/workspace/myproject/slaves/ubuntu-x86_64
{code}



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [matrix-project-plugin] (JENKINS-25418) Failed to load hudson.matrix.MatrixProject with 1.588

2014-11-03 Thread kain...@kainjow.com (JIRA)














































Kevin Wojniak
 created  JENKINS-25418


Failed to load hudson.matrix.MatrixProject with 1.588















Issue Type:


Bug



Assignee:


Kohsuke Kawaguchi



Components:


matrix-project-plugin



Created:


03/Nov/14 4:47 PM



Description:


I updated to 1.588 from I believe 1.581 and now none of my matrix jobs load nor can I create any.

Log shows this:


Nov 03, 2014 8:23:12 AM WARNING hudson.ExtensionFinder$GuiceFinder instantiate
Failed to load hudson.matrix.MatrixProject
java.lang.InstantiationException: java.lang.NoClassDefFoundError: hudson/tasks/test/AggregatedTestResultAction
	at net.java.sezpoz.IndexItem.instance(IndexItem.java:193)
	at hudson.ExtensionFinder$GuiceFinder.instantiate(ExtensionFinder.java:352)
	at hudson.ExtensionFinder$GuiceFinder.access$700(ExtensionFinder.java:231)
	at hudson.ExtensionFinder$GuiceFinder$SezpozModule$1.get(ExtensionFinder.java:528)
	at com.google.inject.internal.ProviderInternalFactory.provision(ProviderInternalFactory.java:86)
	at com.google.inject.internal.InternalFactoryToInitializableAdapter.provision(InternalFactoryToInitializableAdapter.java:55)
	at com.google.inject.internal.ProviderInternalFactory.circularGet(ProviderInternalFactory.java:66)
	at com.google.inject.internal.InternalFactoryToInitializableAdapter.get(InternalFactoryToInitializableAdapter.java:47)
	at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
	at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1058)
	at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
	at com.google.inject.Scopes$1$1.get(Scopes.java:65)
	at hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1.get(ExtensionFinder.java:426)
	at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
	at com.google.inject.internal.InjectorImpl$3$1.call(InjectorImpl.java:1005)
	at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1051)
	at com.google.inject.internal.InjectorImpl$3.get(InjectorImpl.java:1001)
	at hudson.ExtensionFinder$GuiceFinder._find(ExtensionFinder.java:388)
	at hudson.ExtensionFinder$GuiceFinder.find(ExtensionFinder.java:379)
	at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:345)
	at hudson.ExtensionList.load(ExtensionList.java:300)
	at hudson.ExtensionList.ensureLoaded(ExtensionList.java:253)
	at hudson.ExtensionList.iterator(ExtensionList.java:143)
	at hudson.diagnosis.NullIdDescriptorMonitor.verify(NullIdDescriptorMonitor.java:68)
	at hudson.diagnosis.NullIdDescriptorMonitor.verifyId(NullIdDescriptorMonitor.java:89)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at hudson.init.TaskMethodFinder.invoke(TaskMethodFinder.java:105)
	at hudson.init.TaskMethodFinder$TaskImpl.run(TaskMethodFinder.java:169)
	at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:282)
	at jenkins.model.Jenkins$7.runTask(Jenkins.java:886)
	at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:210)
	at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
	at java.lang.Thread.run(Thread.java:695)
Caused by: java.lang.NoClassDefFoundError: hudson/tasks/test/AggregatedTestResultAction
	at java.lang.Class.getDeclaredMethods0(Native Method)
	at java.lang.Class.privateGetDeclaredMethods(Class.java:2484)
	at java.lang.Class.getMethod0(Class.java:2727)
	at java.lang.Class.getMethod(Class.java:1639)
	at hudson.model.Descriptor.init(Descriptor.java:284)
	at hudson.model.TopLevelItemDescriptor.init(TopLevelItemDescriptor.java:47)
	at hudson.model.AbstractProject$AbstractProjectDescriptor.init(AbstractProject.java:2003)
	at 

[JIRA] [matrix-project-plugin] (JENKINS-25418) Failed to load hudson.matrix.MatrixProject with 1.588

2014-11-03 Thread kain...@kainjow.com (JIRA)














































Kevin Wojniak
 updated  JENKINS-25418


Failed to load hudson.matrix.MatrixProject with 1.588
















Change By:


Kevin Wojniak
(03/Nov/14 4:49 PM)




Description:


Iupdatedto1.588fromIbelieve1.581andnownoneofmymatrixjobsloadnorcanIcreateany.Logshowsthis:

{code}
Nov03,20148:23:12AMWARNINGhudson.ExtensionFinder$GuiceFinderinstantiateFailedtoloadhudson.matrix.MatrixProjectjava.lang.InstantiationException:java.lang.NoClassDefFoundError:hudson/tasks/test/AggregatedTestResultAction	atnet.java.sezpoz.IndexItem.instance(IndexItem.java:193)	athudson.ExtensionFinder$GuiceFinder.instantiate(ExtensionFinder.java:352)	athudson.ExtensionFinder$GuiceFinder.access$700(ExtensionFinder.java:231)	athudson.ExtensionFinder$GuiceFinder$SezpozModule$1.get(ExtensionFinder.java:528)	atcom.google.inject.internal.ProviderInternalFactory.provision(ProviderInternalFactory.java:86)	atcom.google.inject.internal.InternalFactoryToInitializableAdapter.provision(InternalFactoryToInitializableAdapter.java:55)	atcom.google.inject.internal.ProviderInternalFactory.circularGet(ProviderInternalFactory.java:66)	atcom.google.inject.internal.InternalFactoryToInitializableAdapter.get(InternalFactoryToInitializableAdapter.java:47)	atcom.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)	atcom.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1058)	atcom.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)	atcom.google.inject.Scopes$1$1.get(Scopes.java:65)	athudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1.get(ExtensionFinder.java:426)	atcom.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)	atcom.google.inject.internal.InjectorImpl$3$1.call(InjectorImpl.java:1005)	atcom.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1051)	atcom.google.inject.internal.InjectorImpl$3.get(InjectorImpl.java:1001)	athudson.ExtensionFinder$GuiceFinder._find(ExtensionFinder.java:388)	athudson.ExtensionFinder$GuiceFinder.find(ExtensionFinder.java:379)	athudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:345)	athudson.ExtensionList.load(ExtensionList.java:300)	athudson.ExtensionList.ensureLoaded(ExtensionList.java:253)	athudson.ExtensionList.iterator(ExtensionList.java:143)	athudson.diagnosis.NullIdDescriptorMonitor.verify(NullIdDescriptorMonitor.java:68)	athudson.diagnosis.NullIdDescriptorMonitor.verifyId(NullIdDescriptorMonitor.java:89)	atsun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethod)	atsun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)	atsun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)	atjava.lang.reflect.Method.invoke(Method.java:597)	athudson.init.TaskMethodFinder.invoke(TaskMethodFinder.java:105)	athudson.init.TaskMethodFinder$TaskImpl.run(TaskMethodFinder.java:169)	atorg.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:282)	atjenkins.model.Jenkins$7.runTask(Jenkins.java:886)	atorg.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:210)	atorg.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)	atjava.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)	atjava.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)	atjava.lang.Thread.run(Thread.java:695)Causedby:java.lang.NoClassDefFoundError:hudson/tasks/test/AggregatedTestResultAction	atjava.lang.Class.getDeclaredMethods0(NativeMethod)	atjava.lang.Class.privateGetDeclaredMethods(Class.java:2484)	atjava.lang.Class.getMethod0(Class.java:2727)	atjava.lang.Class.getMethod(Class.java:1639)	athudson.model.Descriptor.init(Descriptor.java:284)	athudson.model.TopLevelItemDescriptor.init(TopLevelItemDescriptor.java:47)	athudson.model.AbstractProject$AbstractProjectDescriptor.init(AbstractProject.java:2003)	athudson.matrix.MatrixProject$DescriptorImpl.init(MatrixProject.java:943)	athudson.matrix.MatrixProject.clinit(MatrixProject.java:941)	atsun.misc.Unsafe.ensureClassInitialized(NativeMethod)	atsun.reflect.UnsafeFieldAccessorFactory.newFieldAccessor(UnsafeFieldAccessorFactory.java:25)	atsun.reflect.ReflectionFactory.newFieldAccessor(ReflectionFactory.java:122)	

[JIRA] [matrix-project-plugin] (JENKINS-25418) Failed to load hudson.matrix.MatrixProject with 1.588

2014-11-03 Thread kain...@kainjow.com (JIRA)














































Kevin Wojniak
 updated  JENKINS-25418


Failed to load hudson.matrix.MatrixProject with 1.588
















Change By:


Kevin Wojniak
(03/Nov/14 4:58 PM)




Description:


Iupdatedto1.588from
Ibelieve
1.581andnownoneofmymatrixjobsloadnorcanIcreateany.Logshowsthis:{code}Nov03,20148:23:12AMWARNINGhudson.ExtensionFinder$GuiceFinderinstantiateFailedtoloadhudson.matrix.MatrixProjectjava.lang.InstantiationException:java.lang.NoClassDefFoundError:hudson/tasks/test/AggregatedTestResultAction	atnet.java.sezpoz.IndexItem.instance(IndexItem.java:193)	athudson.ExtensionFinder$GuiceFinder.instantiate(ExtensionFinder.java:352)	athudson.ExtensionFinder$GuiceFinder.access$700(ExtensionFinder.java:231)	athudson.ExtensionFinder$GuiceFinder$SezpozModule$1.get(ExtensionFinder.java:528)	atcom.google.inject.internal.ProviderInternalFactory.provision(ProviderInternalFactory.java:86)	atcom.google.inject.internal.InternalFactoryToInitializableAdapter.provision(InternalFactoryToInitializableAdapter.java:55)	atcom.google.inject.internal.ProviderInternalFactory.circularGet(ProviderInternalFactory.java:66)	atcom.google.inject.internal.InternalFactoryToInitializableAdapter.get(InternalFactoryToInitializableAdapter.java:47)	atcom.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)	atcom.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1058)	atcom.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)	atcom.google.inject.Scopes$1$1.get(Scopes.java:65)	athudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1.get(ExtensionFinder.java:426)	atcom.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)	atcom.google.inject.internal.InjectorImpl$3$1.call(InjectorImpl.java:1005)	atcom.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1051)	atcom.google.inject.internal.InjectorImpl$3.get(InjectorImpl.java:1001)	athudson.ExtensionFinder$GuiceFinder._find(ExtensionFinder.java:388)	athudson.ExtensionFinder$GuiceFinder.find(ExtensionFinder.java:379)	athudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:345)	athudson.ExtensionList.load(ExtensionList.java:300)	athudson.ExtensionList.ensureLoaded(ExtensionList.java:253)	athudson.ExtensionList.iterator(ExtensionList.java:143)	athudson.diagnosis.NullIdDescriptorMonitor.verify(NullIdDescriptorMonitor.java:68)	athudson.diagnosis.NullIdDescriptorMonitor.verifyId(NullIdDescriptorMonitor.java:89)	atsun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethod)	atsun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)	atsun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)	atjava.lang.reflect.Method.invoke(Method.java:597)	athudson.init.TaskMethodFinder.invoke(TaskMethodFinder.java:105)	athudson.init.TaskMethodFinder$TaskImpl.run(TaskMethodFinder.java:169)	atorg.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:282)	atjenkins.model.Jenkins$7.runTask(Jenkins.java:886)	atorg.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:210)	atorg.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)	atjava.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)	atjava.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)	atjava.lang.Thread.run(Thread.java:695)Causedby:java.lang.NoClassDefFoundError:hudson/tasks/test/AggregatedTestResultAction	atjava.lang.Class.getDeclaredMethods0(NativeMethod)	atjava.lang.Class.privateGetDeclaredMethods(Class.java:2484)	atjava.lang.Class.getMethod0(Class.java:2727)	atjava.lang.Class.getMethod(Class.java:1639)	athudson.model.Descriptor.init(Descriptor.java:284)	athudson.model.TopLevelItemDescriptor.init(TopLevelItemDescriptor.java:47)	athudson.model.AbstractProject$AbstractProjectDescriptor.init(AbstractProject.java:2003)	athudson.matrix.MatrixProject$DescriptorImpl.init(MatrixProject.java:943)	athudson.matrix.MatrixProject.clinit(MatrixProject.java:941)	atsun.misc.Unsafe.ensureClassInitialized(NativeMethod)	atsun.reflect.UnsafeFieldAccessorFactory.newFieldAccessor(UnsafeFieldAccessorFactory.java:25)	atsun.reflect.ReflectionFactory.newFieldAccessor(ReflectionFactory.java:122)	

[JIRA] [matrix-project-plugin] (JENKINS-25418) Failed to load hudson.matrix.MatrixProject with 1.588

2014-11-03 Thread kain...@kainjow.com (JIRA)














































Kevin Wojniak
 commented on  JENKINS-25418


Failed to load hudson.matrix.MatrixProject with 1.588















Looks like it's unrelated. I downgraded to 1.581 and still the same issue. At one point I disabled some plugins I thought weren't unrelated, but looks like they are. Going to go one by one and see which one is required.



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [matrix-project-plugin] (JENKINS-25418) Failed to load hudson.matrix.MatrixProject with 1.588

2014-11-03 Thread kain...@kainjow.com (JIRA)















































Kevin Wojniak
 resolved  JENKINS-25418 as Not A Defect


Failed to load hudson.matrix.MatrixProject with 1.588
















Change By:


Kevin Wojniak
(03/Nov/14 5:33 PM)




Status:


Open
Resolved





Resolution:


NotADefect



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [matrix-project-plugin] (JENKINS-25418) Failed to load hudson.matrix.MatrixProject with 1.588

2014-11-03 Thread kain...@kainjow.com (JIRA)














































Kevin Wojniak
 commented on  JENKINS-25418


Failed to load hudson.matrix.MatrixProject with 1.588















Disabling JUnit causes the issue. I don't use this but I guess it has some internal dependency?



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-17526) Broken CSS when reloading Jenkins after a time of inactivity

2014-04-04 Thread kain...@kainjow.com (JIRA)














































Kevin Wojniak
 commented on  JENKINS-17526


Broken CSS when reloading Jenkins after a time of inactivity















I'm still seeing this issue with 1.556 on OS X 10.9.2.



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-17526) Broken CSS when reloading Jenkins after a time of inactivity

2014-01-03 Thread kain...@kainjow.com (JIRA)














































Kevin Wojniak
 commented on  JENKINS-17526


Broken CSS when reloading Jenkins after a time of inactivity















I just ran into this issue again on OS X. It's happened several times in the past, and restarting Jenkins was the only way to resolve it.



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [xshell] (JENKINS-20660) xshell: hudson.plugins.xshell.XShellBuilder.perform after updating to version 0.9

2013-11-19 Thread kain...@kainjow.com (JIRA)














































Kevin Wojniak
 created  JENKINS-20660


xshell: hudson.plugins.xshell.XShellBuilder.perform after updating to version 0.9















Issue Type:


Bug



Assignee:


Unassigned


Components:


xshell



Created:


19/Nov/13 5:35 PM



Description:


I updated Jenkins to 1.540 and XShell to 0.9. Whenever I do a build I get an exception:

Started by upstream project "MyProject" build number 560
originally caused by:
Started by user Kevin Wojniak
Building on master in workspace http://127.0.0.1:8080/job/MyProject/myproject=master/ws/
Fetching changes from the remote Git repository
Fetching upstream changes from ssh://user@server/git/MyProject
Checking out Revision fb1f25fe51ea374f732147c9dd2fef328e1b805c (origin/master)
Cleaning workspace
Resetting working tree
FATAL: null
java.lang.NullPointerException
	at java.util.regex.Pattern.init(Pattern.java:1132)
	at java.util.regex.Pattern.compile(Pattern.java:823)
	at hudson.plugins.xshell.XShellBuilder.perform(XShellBuilder.java:122)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:785)
	at hudson.model.Build$BuildExecution.build(Build.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:160)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:566)
	at hudson.model.Run.execute(Run.java:1679)
	at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:230)

If I downgrade to 0.8 it works fine again.




Environment:


OS X 10.8.5




Project:


Jenkins



Priority:


Blocker



Reporter:


Kevin Wojniak

























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [xshell] (JENKINS-20660) xshell: java.lang.NullPointerException from regex after updating to version 0.9

2013-11-19 Thread kain...@kainjow.com (JIRA)














































Kevin Wojniak
 updated  JENKINS-20660


xshell: java.lang.NullPointerException from regex after updating to version 0.9
















Change By:


Kevin Wojniak
(19/Nov/13 5:38 PM)




Summary:


xshell:
hudson
java
.
plugins
lang
.
xshell.XShellBuilder.perform
NullPointerExceptionfromregex
afterupdatingtoversion0.9



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [master-slave] (JENKINS-11992) Win7 x64: x86 Java runtime creates bad PATH on x64 OS causing ' \Java\jre6\bin was unexpected at this time.' error

2013-07-10 Thread kain...@kainjow.com (JIRA)














































Kevin Wojniak
 commented on  JENKINS-11992


Win7 x64: x86 Java runtime creates bad PATH on x64 OS causing  \Java\jre6\bin was unexpected at this time. error















Got this with Jenkins 1.522. Read somewhere else that the 64-bit version of Java works, not sure why though. So I uninstalled 32-bit Java and installed 64-bit version, and now the build script gets beyond this error.



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.