[JIRA] [core] (JENKINS-28110) 1.610 “Failed to instantiate” error

2015-05-29 Thread account-jenkins...@jotschi.de (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Johannes Schüth commented on  JENKINS-28110 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: 1.610 “Failed to instantiate” error  
 
 
 
 
 
 
 
 
 
 
@kefirkin Yes, 1.611 was also affected. Please update to a newer version. Afaik the earliest version that contains the fix is 1.612 
https://github.com/jenkinsci/jenkins/commit/1f41bec8ef656da014b7145fdff82563c030ca29 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [performance-plugin] (JENKINS-28110) NoStaplerConstructorException for Jenkins 1.610

2015-04-27 Thread account-jenkins...@jotschi.de (JIRA)












































  
Johannes Schüth
 edited a comment on  JENKINS-28110


NoStaplerConstructorException for Jenkins 1.610
















The exception occurs when jenkins tries to instanciate the PerformanceReportParser from the json. This can't work since the PerformanceReportParser class is abstract. I can only assume that somehow something went wrong when creating the json object.



























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] [performance-plugin] (JENKINS-28110) NoStaplerConstructorException for Jenkins 1.610

2015-04-27 Thread account-jenkins...@jotschi.de (JIRA)














































Johannes Schüth
 commented on  JENKINS-28110


NoStaplerConstructorException for Jenkins 1.610















The exception jenkins tries to instanciate the PerformanceReportParser from the json. This can't work since the PerformanceReportParser class is abstract. I can only assume that somehow something went wrong when creating the json object.



























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] [performance-plugin] (JENKINS-28110) NoStaplerConstructorException for Jenkins 1.610

2015-04-27 Thread account-jenkins...@jotschi.de (JIRA)














































Johannes Schüth
 commented on  JENKINS-28110


NoStaplerConstructorException for Jenkins 1.610















Stack trace

javax.servlet.ServletException: java.lang.RuntimeException: Failed to instantiate class hudson.plugins.performance.PerformancePublisher from {"parsers":{"glob":"","kind":"hudson.plugins.performance.JMeterParser$DescriptorImpl"},"modeOfThreshold":"false","errorUnstableThreshold":"","errorFailedThreshold":"","errorUnstableResponseTimeThreshold":"","relativeUnstableThresholdNegative":"","relativeUnstableThresholdPositive":"","relativeFailedThresholdNegative":"","relativeFailedThresholdPositive":"","compareBuildPrevious":"false","nthBuildNumber":"","comparisonType":"ART","modePerformancePerTestCase":true,"modeThroughput":false,"stapler-class":"hudson.plugins.performance.PerformancePublisher","$class":"hudson.plugins.performance.PerformancePublisher"}
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:796)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876)
	at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:249)
	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746)
	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:123)
	at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:114)
	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:171)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
	at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:49)
	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

[JIRA] [performance-plugin] (JENKINS-28110) NoStaplerConstructorException for Jenkins 1.610

2015-04-27 Thread account-jenkins...@jotschi.de (JIRA)














































Johannes Schüth
 created  JENKINS-28110


NoStaplerConstructorException for Jenkins 1.610















Issue Type:


Bug



Assignee:


Manuel Carrasco



Components:


performance-plugin



Created:


27/Apr/15 1:39 PM



Description:


When adding the performance plugin to the post build steps and selecting a jmeter report saving will fail with a NoStaplerConstrucorException.




Environment:


JDK 1.8.0_25 x64 , Jenkins 1.611 & 1.610 - Performance Plugin Version 1.12




Project:


Jenkins



Priority:


Blocker



Reporter:


Johannes Schüth

























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] [ghprb] (JENKINS-23103) Specify branches to build

2014-07-24 Thread account-jenkins...@jotschi.de (JIRA)















































Johannes Schüth
 resolved  JENKINS-23103 as Fixed


Specify branches to build
















Feature was added to ghprb
https://github.com/timols/jenkins-gitlab-merge-request-builder-plugin/pull/75





Change By:


Johannes Schüth
(24/Jul/14 3:39 PM)




Status:


Open
Resolved





Resolution:


Fixed



























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] [ghprb] (JENKINS-23103) Specify branches to build

2014-07-24 Thread account-jenkins...@jotschi.de (JIRA)














































Johannes Schüth
 commented on  JENKINS-23103


Specify branches to build















Hello Ray,

yes it does indeed. I added the feature to ghprb and i totally forgot about this ticket. 

Thanks for the info about the wiki. I wasn't aware the feature was already released. Nice to see that. 



























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] [ghprb] (JENKINS-23103) Specify branches to build

2014-05-20 Thread account-jenkins...@jotschi.de (JIRA)














































Johannes Schüth
 created  JENKINS-23103


Specify branches to build















Issue Type:


Improvement



Affects Versions:


current



Assignee:


Honza Brázdil



Components:


ghprb



Created:


20/May/14 7:56 AM



Description:


Currently all pull requests are handled. It would be good to selectively build a pull request. I suggest adding a blacklist/whitelist field for branches.

Compare to travis-ci: http://docs.travis-ci.com/user/build-configuration/#Specify-branches-to-build




Project:


Jenkins



Priority:


Minor



Reporter:


Johannes Schüth

























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.