[JIRA] [core] (JENKINS-25986) Cannot save jenkins job after updating it

2014-12-16 Thread jllo...@us.ibm.com (JIRA)














































jose lopez
 commented on  JENKINS-25986


Cannot save jenkins job after updating it















Ok, seems that I don't have any problems with my reverse proxy.



























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-4747) Timer Task: NoClassDefFoundError: at hudson.model.Hudson.getComputer

2014-12-16 Thread jllo...@us.ibm.com (JIRA)














































jose lopez
 commented on  JENKINS-4747


Timer Task: NoClassDefFoundError: at hudson.model.Hudson.getComputer















I am hitting the exact same exceptions on Jenkins 1.593.
Opened https://issues.jenkins-ci.org/browse/JENKINS-26087?focusedCommentId=217811 to keep track of 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/d/optout.


[JIRA] [core] (JENKINS-26087) Jobs sitting on the queue waiting for next available executor.

2014-12-16 Thread jllo...@us.ibm.com (JIRA)














































jose lopez
 commented on  JENKINS-26087


Jobs sitting on the queue waiting for next available executor.















Forgot to add that if I restart Jenkins jobs seem to be going to the master and getting executed but after a while (2 or 3 jobs down the road) they start going back to the queue and not moving.

This happens when I execute the jobs manually or triggered automatically by another job (pipeline)



























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-26088) Cant save changes while Configuring System

2014-12-16 Thread jllo...@us.ibm.com (JIRA)














































jose lopez
 created  JENKINS-26088


Cant save changes while Configuring System















Issue Type:


Bug



Assignee:


Unassigned


Components:


core



Created:


16/Dec/14 4:40 PM



Description:


I hit the following exception when trying to save my changes on the configuration UI (Manage Jenkins --> Configure System)

Stack trace

javax.servlet.ServletException: java.lang.NullPointerException
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:796)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649)
	at org.kohsuke.stapler.Stapler.service(Stapler.java:238)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:686)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1494)
	at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:96)
	at hudson.plugins.greenballs.GreenBallFilter.doFilter(GreenBallFilter.java:58)
	at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:99)
	at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:88)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
	at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:48)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
	at hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76)
	at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:164)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
	at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:46)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
	at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
	at org.kohsuke.stapler.DiagnosticThreadNameFilter.doFilter(DiagnosticThreadNameFilter.java:30)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1474)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:499)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:533)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:428)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:370)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:960)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1021)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:865)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:668)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
	at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:898)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:920)
	at java.lang.Thread.

[JIRA] [core] (JENKINS-26087) Jobs sitting on the queue waiting for next available executor.

2014-12-16 Thread jllo...@us.ibm.com (JIRA)














































jose lopez
 created  JENKINS-26087


Jobs sitting on the queue waiting for next available executor.















Issue Type:


Bug



Assignee:


Unassigned


Components:


core



Created:


16/Dec/14 4:08 PM



Description:


Jobs get stuck in the queue even if we have plenty of executors available.
Jobs are supposed to go straight to the master node which i have set to "utilize this node as much as possible" but still no luck.

This is what I see in the logs:

Dec 16, 2014 10:05:15 AM INFO org.eclipse.jetty.util.log.JavaUtilLog info

Started SelectChannelConnector@0.0.0.0:8080

Dec 16, 2014 10:05:15 AM INFO org.eclipse.jetty.util.log.JavaUtilLog info

Started Ajp13SocketConnector@0.0.0.0:8009

Dec 16, 2014 10:05:15 AM INFO org.eclipse.jetty.util.log.JavaUtilLog info

AJP13 is not a secure protocol. Please protect port 8009

Dec 16, 2014 10:05:15 AM INFO winstone.Logger logInternal

Winstone Servlet Engine v2.0 running: controlPort=disabled

Dec 16, 2014 10:05:15 AM INFO jenkins.InitReactorRunner$1 onAttained

Started initialization

Dec 16, 2014 10:05:16 AM INFO hudson.ClassicPluginStrategy createPluginWrapper

Plugin build-pipeline-plugin.jpi is disabled

Dec 16, 2014 10:05:16 AM INFO hudson.PluginManager$1$3$1 isDuplicate

Ignoring /var/lib/jenkins/plugins/build-name-setter.hpi because /var/lib/jenkins/plugins/build-name-setter.jpi is already loaded

Dec 16, 2014 10:05:16 AM INFO hudson.PluginManager$1$3$1 isDuplicate

Ignoring /var/lib/jenkins/plugins/rtc.hpi because /var/lib/jenkins/plugins/rtc.jpi is already loaded

Dec 16, 2014 10:05:16 AM INFO hudson.PluginManager$1$3$1 isDuplicate

Ignoring /var/lib/jenkins/plugins/copy-to-slave.hpi because /var/lib/jenkins/plugins/copy-to-slave.jpi is already loaded

Dec 16, 2014 10:05:16 AM INFO jenkins.InitReactorRunner$1 onAttained

Listed all plugins

Dec 16, 2014 10:05:16 AM INFO hudson.plugins.greenballs.PluginImpl start

Green Balls!

Dec 16, 2014 10:05:16 AM INFO jenkins.InitReactorRunner$1 onAttained

Prepared all plugins

Dec 16, 2014 10:05:18 AM INFO jenkins.InitReactorRunner$1 onAttained

Started all plugins

Dec 16, 2014 10:05:18 AM INFO jenkins.InitReactorRunner$1 onAttained

Augmented all extensions

Dec 16, 2014 10:05:19 AM INFO jenkins.InitReactorRunner$1 onAttained

Loaded all jobs

Dec 16, 2014 10:05:20 AM INFO org.jenkinsci.main.modules.sshd.SSHD start

Started SSHD at port 60003

Dec 16, 2014 10:05:20 AM INFO jenkins.InitReactorRunner$1 onAttained

Completed initialization

Dec 16, 2014 10:05:20 AM INFO hudson.slaves.SlaveComputer tryReconnect

Attempting to reconnect AutoSlave1

Dec 16, 2014 10:05:20 AM INFO hudson.slaves.SlaveComputer tryReconnect

Attempting to reconnect AutoSlave2

Dec 16, 2014 10:05:20 AM INFO hudson.slaves.SlaveComputer tryReconnect

Attempting to reconnect AutoSlave3

Dec 16, 2014 10:05:20 AM INFO hudson.slaves.SlaveComputer tryReconnect

Attempting to reconnect AutoSlave4

Dec 16, 2014 10:05:20 AM INFO hudson.slaves.SlaveComputer tryReconnect

Attempting to reconnect AutoSlave5

Dec 16, 2014 10:05:20 AM INFO hudson.slaves.SlaveComputer tryReconnect

Attempting to reconnect AutoSlave6

Dec 16, 2014 10:05:20 AM INFO hudson.slaves.SlaveComputer tryReconnect

Attempting to reconnect AutoSlave7

Dec 16, 2014 10:05:20 AM INFO hudson.slaves.SlaveComputer tryReconnect

Attempting to reconnect AutoSlave8

Dec 16, 2014 10:05:20 AM INFO hudson.slaves.SlaveComputer tryReconnect

Attempting to reconnect AutoSlave9

Dec 16, 2014 10:05:20 AM INFO hudson.slaves.SlaveComputer tryReconnect

Attempting to reconnect AutoSlave10

Dec 16, 2014 10:05:20 AM INFO hudson.slaves.SlaveComputer tryReconnect

Attempting to reconnect AutoSlave11

Dec 16, 2014 10:05:20 AM INFO hudson.slaves.SlaveComputer tryReconnect

Attempting to reconnect AutoSlave12

Dec 16, 2014 10:05:20 AM INFO hudson.slaves.SlaveComputer tryReconnect

Attempting to reconnect AutoSlave13

Dec 16, 2014 10:05:20 AM INFO hudson.slaves.SlaveComputer tryReconnect

Attempting to reconnect AutoSlave14

Dec 16, 2014 10:05:20 AM INFO hudson.slaves.SlaveComputer tryReconnect

Attempting to reconnect AutoSlave15

Dec 16, 2014 10:05:20 AM INFO hudson.slaves.S

[JIRA] [core] (JENKINS-25986) Cannot save jenkins job after updating it

2014-12-16 Thread jllo...@us.ibm.com (JIRA)














































jose lopez
 commented on  JENKINS-25986


Cannot save jenkins job after updating it















Yes, I am running behind a firewall but not sure about my reverse proxy configuration. What am I should be looking for to understand if the reverse proxy is correctly configured? 

Thanks for the feedback



























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] [parameterized-trigger-plugin] (JENKINS-25986) Cannot save jenkins job after updating it

2014-12-09 Thread jllo...@us.ibm.com (JIRA)














































jose lopez
 created  JENKINS-25986


Cannot save jenkins job after updating it















Issue Type:


Bug



Assignee:


huybrechts



Components:


parameterized-trigger-plugin



Created:


10/Dec/14 12:27 AM



Description:


I can't save my newly created jenkins job (freestyle of copy from existing item)

Scenario I: Creating job by copying from existing job and execute a shell script.

1) Create a new item and select "Copy existing item"
2) Fill in the blanks and click OK
3) Go to Build section
2) Select "Execute Shell Script"
3) Add the following code to be executed on the shell:

function jsonval {
  temp=`echo $json | sed 's/\//\//g' | sed 's/[{}]//g' | awk -v k="text" '{n=split($0,a,","); for (i=1; i<=n; i++) print a[i]}' | sed 's/\"\:\"/|/g' | sed 's/[\,]/ /g' | grep -w $prop`
  echo ${temp##*|}
}
4) Click Apply

After adding that code and hitting Apply nothing happens. Then, if I click Save nothing happens and I get the following information displayed in my page:

The connection was reset

The connection to the server was reset while the page was loading.

The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer's network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.

Scenario II: Create a freestyle project and enable parametrized build

1) Create a new item and select freestyle
2) Check "This build is parameterized"
3) Add a new parameter
4) Click Apply 
5) Add a new parameter
6) Click Apply
7) Click Save

At 4) I can see a green bar at the top of my page with the legend SAVED. Good that is what I am expecting. Sadly on 6) I don't see anything. Nothing happens. On 7) I don't see anything happening and I see the following information displayed in my page:

The connection was reset

The connection to the server was reset while the page was loading.

The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer's network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.







Environment:


Jenkins:

Jenkins ver. 1.59.3



OS:

Linux plague 2.6.32.12-0.7-default #1 SMP 2010-05-20 11:14:20 +0200 x86_64 x86_64 x86_64 GNU/Linux



Browser

Chrome Version 39.0.2171.71

Firefox 31.3.0 ESR

Internet Explorer 8



Java

JRE 1.6.0 IBM J9 2.4 Linux amd64-64 jvmxa6460sr8ifx-20100609_59383 (JIT enabled, AOT enabled)>J9VM - 20100609_059383>JIT  - r9_20100401_15339ifx2>GC   - 20100308_AA








Project:


Jenkins



Labels:


plugin
jenkins




Priority:


Critical



Reporter:


jose lopez

























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.