[JIRA] [freestyle-multibranch-plugin] (JENKINS-27915) Oops and stack trace configuring a new freestyle multibranch job with Jenkins 1.609

2015-04-15 Thread mark.earl.wa...@gmail.com (JIRA)














































Mark Waite
 commented on  JENKINS-27915


Oops and stack trace configuring a new freestyle multibranch job with Jenkins 1.609















Thanks for the pointer Jesse Glick.  I submitted issue 42 in that location.



























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] [freestyle-multibranch-plugin] (JENKINS-27915) Oops and stack trace configuring a new freestyle multibranch job with Jenkins 1.609

2015-04-15 Thread mark.earl.wa...@gmail.com (JIRA)















































Mark Waite
 closed  JENKINS-27915 as Not A Defect


Oops and stack trace configuring a new freestyle multibranch job with Jenkins 1.609
















Assigned to wrong plugin.





Change By:


Mark Waite
(15/Apr/15 6:45 PM)




Status:


Resolved
Closed



























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] [freestyle-multibranch-plugin] (JENKINS-27915) Oops and stack trace configuring a new freestyle multibranch job with Jenkins 1.609

2015-04-14 Thread jgl...@cloudbees.com (JIRA)















































Jesse Glick
 resolved  JENKINS-27915 as Not A Defect


Oops and stack trace configuring a new freestyle multibranch job with Jenkins 1.609
















Wrong plugin. You are looking for: https://github.com/mjdetullio/multi-branch-project-plugin/issues





Change By:


Jesse Glick
(14/Apr/15 1:58 PM)




Status:


Open
Resolved





Resolution:


Not A Defect



























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] [freestyle-multibranch-plugin] (JENKINS-27915) Oops and stack trace configuring a new freestyle multibranch job with Jenkins 1.609

2015-04-13 Thread mcasti...@tinsa.cl (JIRA)














































Marcelo Castilla
 commented on  JENKINS-27915


Oops and stack trace configuring a new freestyle multibranch job with Jenkins 1.609















Same problem over here...




























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] [freestyle-multibranch-plugin] (JENKINS-27915) Oops and stack trace configuring a new freestyle multibranch job with Jenkins 1.609

2015-04-13 Thread mark.earl.wa...@gmail.com (JIRA)














































Mark Waite
 updated  JENKINS-27915


Oops and stack trace configuring a new freestyle multibranch job with Jenkins 1.609
















Change By:


Mark Waite
(13/Apr/15 1:12 PM)




Description:


I downloaded and executed the 1.609 (latest) jenkins.war, (java -jar jenkins.war --httpPort=9090) updated the plugins, and installed git client plugin, git plugin, findbugs plugin, and a few others. I installed the freestyle multibranch plugin, then stopped and restarted jenkins.When I create a new freestyle multibranch job, an Oops screen appears on the configuration page with the following stack trace:{
quote
noformat
}Stack tracejavax.servlet.ServletException: org.apache.commons.jelly.JellyTagException: jar:file:/C:/Users/waima04/.jenkins/plugins/multi-branch-project-plugin/WEB-INF/lib/classes.jar!/com/github/mjdetullio/jenkins/plugins/multibranch/AbstractMultiBranchProject/configure-entries.jelly:80:74:  No page found 'configure-branch-entries.jelly' for class hudson.model.FreeStyleProject	at org.kohsuke.stapler.jelly.JellyFacet$1.dispatch(JellyFacet.java:103)	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746)	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:168)	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.headerComplete(AbstractHttpConnection.java:949)	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1011)	at org.eclipse.jetty.http.HttpParser.par

[JIRA] [freestyle-multibranch-plugin] (JENKINS-27915) Oops and stack trace configuring a new freestyle multibranch job with Jenkins 1.609

2015-04-13 Thread mark.earl.wa...@gmail.com (JIRA)














































Mark Waite
 created  JENKINS-27915


Oops and stack trace configuring a new freestyle multibranch job with Jenkins 1.609















Issue Type:


Bug



Assignee:


Jesse Glick



Components:


freestyle-multibranch-plugin



Created:


13/Apr/15 1:11 PM



Description:


I downloaded and executed the 1.609 (latest) jenkins.war, (java -jar jenkins.war --httpPort=9090) updated the plugins, and installed git client plugin, git plugin, findbugs plugin, and a few others. I installed the freestyle multibranch plugin, then stopped and restarted jenkins.

When I create a new freestyle multibranch job, an Oops screen appears on the configuration page with the following stack trace:


Stack trace

javax.servlet.ServletException: org.apache.commons.jelly.JellyTagException: jar:file:/C:/Users/waima04/.jenkins/plugins/multi-branch-project-plugin/WEB-INF/lib/classes.jar!/com/github/mjdetullio/jenkins/plugins/multibranch/AbstractMultiBranchProject/configure-entries.jelly:80:74:  No page found 'configure-branch-entries.jelly' for class hudson.model.FreeStyleProject
	at org.kohsuke.stapler.jelly.JellyFacet$1.dispatch(JellyFacet.java:103)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746)
	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:168)
	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 o

[JIRA] [freestyle-multibranch-plugin] (JENKINS-27915) Oops and stack trace configuring a new freestyle multibranch job with Jenkins 1.609

2015-04-13 Thread mark.earl.wa...@gmail.com (JIRA)














































Mark Waite
 updated  JENKINS-27915


Oops and stack trace configuring a new freestyle multibranch job with Jenkins 1.609
















Change By:


Mark Waite
(13/Apr/15 1:13 PM)




Environment:


Jenkins 1.609
Freestyle multibranch plugin 0.2
Git client plugin 1.16.1Git plugin 2.3.5Other plugins current as of 13 Apr 2015



























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.