|
Martin Ziel created JENKINS-13101:
------------------------------------- Summary: Analysis Collector Plugin prevents other plugins from loading when the Dashboard View Plugin is not installed Key: JENKINS-13101 URL: https://issues.jenkins-ci.org/browse/JENKINS-13101 Project: Jenkins Issue Type: Bug Components: analysis-collector Affects Versions: current Environment: Jenkins ver. 1.455 Analysis Collector 1.20 Tomcat 6 Reporter: Martin Ziel Assignee: Ulli Hafner Attachments: jenkins.log The Analysis Collector Plugin prevents other plugins from loading when the Dashboard View Plugin is not installed and activated. In my case, this effectively disables the SCM Plugins and thus prevents Jenkins from fetching SCM changes. Log attached. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
[ https://issues.jenkins-ci.org/browse/JENKINS-13101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=160342#comment-160342 ] Ulli Hafner commented on JENKINS-13101: --------------------------------------- I don't see any references to the analysis collector plug-in in the log. It seems that the dashboard view just could not be loaded. (The dependency is optional in my plug-in) > Analysis Collector Plugin prevents other plugins from loading when the Dashboard View Plugin is not installed > ------------------------------------------------------------------------------------------------------------- > > Key: JENKINS-13101 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13101 > Project: Jenkins > Issue Type: Bug > Components: analysis-collector > Affects Versions: current > Environment: Jenkins ver. 1.455 > Analysis Collector 1.20 > Tomcat 6 > Reporter: Martin Ziel > Assignee: Ulli Hafner > Labels: exception, plugin > Attachments: jenkins.log > > > The Analysis Collector Plugin prevents other plugins from loading when the Dashboard View Plugin is not installed and activated. In my case, this effectively disables the SCM Plugins and thus prevents Jenkins from fetching SCM changes. Log attached. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-13101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=160368#comment-160368 ] Martin Ziel commented on JENKINS-13101: --------------------------------------- The problem occured after I installed a few plugins on my production system. So I tried to isolate the problem: I deactivated all plugins and activated each plugin after another. After I activated the analysis-collector-plugin the problem started to reoccur. Then I set up a second, isolated instance of a jenkins server with just the default plugins. Next I installed the analysis-collector-plugin and again, the problem occured. After I installed the dashboard-view-plugin and the problem vanished. The problem seems to happen when jenkins tries to load one or more classes of the dashboard-view-plugin. Maybe due to default configurations? > Analysis Collector Plugin prevents other plugins from loading when the Dashboard View Plugin is not installed > ------------------------------------------------------------------------------------------------------------- > > Key: JENKINS-13101 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13101 > Project: Jenkins > Issue Type: Bug > Components: analysis-collector > Affects Versions: current > Environment: Jenkins ver. 1.455 > Analysis Collector 1.20 > Tomcat 6 > Reporter: Martin Ziel > Assignee: Ulli Hafner > Labels: exception, plugin > Attachments: jenkins.log > > > The Analysis Collector Plugin prevents other plugins from loading when the Dashboard View Plugin is not installed and activated. In my case, this effectively disables the SCM Plugins and thus prevents Jenkins from fetching SCM changes. Log attached. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-13101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=160379#comment-160379 ] Ulli Hafner commented on JENKINS-13101: --------------------------------------- Did you also install the analysis-core plug-in? This is required for the analysis-collector. Maybe something in Jenkins core class loading has been changed that causes this issue. I'll try to reproduce on 1.455. What I don't understand from the log is: {noformat} INFO: Plugin dashboard-view.jpi is disabled {noformat} Didn't you say the plugin is not installed? Do you still have a view using the dashboard view? This might be the reason for the exception message. (And is unrelated to your problem) > Analysis Collector Plugin prevents other plugins from loading when the Dashboard View Plugin is not installed > ------------------------------------------------------------------------------------------------------------- > > Key: JENKINS-13101 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13101 > Project: Jenkins > Issue Type: Bug > Components: analysis-collector > Affects Versions: current > Environment: Jenkins ver. 1.455 > Analysis Collector 1.20 > Tomcat 6 > Reporter: Martin Ziel > Assignee: Ulli Hafner > Labels: exception, plugin > Attachments: jenkins.log > > > The Analysis Collector Plugin prevents other plugins from loading when the Dashboard View Plugin is not installed and activated. In my case, this effectively disables the SCM Plugins and thus prevents Jenkins from fetching SCM changes. Log attached. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-13101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=160393#comment-160393 ] Martin Ziel commented on JENKINS-13101: --------------------------------------- Sorry I forgot to mention: Yes, the core has been installed both times. I disabled the plugin to create the log. But whether the plugins is disabled or not installed, the error occurs. > Analysis Collector Plugin prevents other plugins from loading when the Dashboard View Plugin is not installed > ------------------------------------------------------------------------------------------------------------- > > Key: JENKINS-13101 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13101 > Project: Jenkins > Issue Type: Bug > Components: analysis-collector > Affects Versions: current > Environment: Jenkins ver. 1.455 > Analysis Collector 1.20 > Tomcat 6 > Reporter: Martin Ziel > Assignee: Ulli Hafner > Labels: exception, plugin > Attachments: jenkins.log > > > The Analysis Collector Plugin prevents other plugins from loading when the Dashboard View Plugin is not installed and activated. In my case, this effectively disables the SCM Plugins and thus prevents Jenkins from fetching SCM changes. Log attached. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-13101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161224#comment-161224 ] Ulli Hafner commented on JENKINS-13101: --------------------------------------- Ok, I can reproduce the problem with 1.458. > Analysis Collector Plugin prevents other plugins from loading when the Dashboard View Plugin is not installed > ------------------------------------------------------------------------------------------------------------- > > Key: JENKINS-13101 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13101 > Project: Jenkins > Issue Type: Bug > Components: analysis-collector > Affects Versions: current > Environment: Jenkins ver. 1.455 > Analysis Collector 1.20 > Tomcat 6 > Reporter: Martin Ziel > Assignee: Ulli Hafner > Labels: exception, plugin > Attachments: jenkins.log > > > The Analysis Collector Plugin prevents other plugins from loading when the Dashboard View Plugin is not installed and activated. In my case, this effectively disables the SCM Plugins and thus prevents Jenkins from fetching SCM changes. Log attached. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-13101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161255#comment-161255 ] SCM/JIRA link daemon commented on JENKINS-13101: ------------------------------------------------ Code changed in jenkins User: Ulli Hafner Path: src/main/java/hudson/plugins/analysis/collector/dashboard/AnalysisGraphDescriptor.java src/main/java/hudson/plugins/analysis/collector/dashboard/WarningsOriginGraphPortlet.java src/main/java/hudson/plugins/analysis/collector/dashboard/WarningsTablePortlet.java src/main/resources/hudson/plugins/analysis/collector/Messages_fr.properties http://jenkins-ci.org/commit/analysis-collector-plugin/9b7918907bf37ed25b4ba7e57ad825978df41e2e Log: [FIXED JENKINS-13101] Don't use dashboard classes in abstract base classes that do not define an extension. > Analysis Collector Plugin prevents other plugins from loading when the Dashboard View Plugin is not installed > ------------------------------------------------------------------------------------------------------------- > > Key: JENKINS-13101 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13101 > Project: Jenkins > Issue Type: Bug > Components: analysis-collector > Affects Versions: current > Environment: Jenkins ver. 1.455 > Analysis Collector 1.20 > Tomcat 6 > Reporter: Martin Ziel > Assignee: Ulli Hafner > Labels: exception, plugin > Attachments: jenkins.log > > > The Analysis Collector Plugin prevents other plugins from loading when the Dashboard View Plugin is not installed and activated. In my case, this effectively disables the SCM Plugins and thus prevents Jenkins from fetching SCM changes. Log attached. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-13101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] SCM/JIRA link daemon resolved JENKINS-13101. -------------------------------------------- Resolution: Fixed > Analysis Collector Plugin prevents other plugins from loading when the Dashboard View Plugin is not installed > ------------------------------------------------------------------------------------------------------------- > > Key: JENKINS-13101 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13101 > Project: Jenkins > Issue Type: Bug > Components: analysis-collector > Affects Versions: current > Environment: Jenkins ver. 1.455 > Analysis Collector 1.20 > Tomcat 6 > Reporter: Martin Ziel > Assignee: Ulli Hafner > Labels: exception, plugin > Attachments: jenkins.log > > > The Analysis Collector Plugin prevents other plugins from loading when the Dashboard View Plugin is not installed and activated. In my case, this effectively disables the SCM Plugins and thus prevents Jenkins from fetching SCM changes. Log attached. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-13101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161258#comment-161258 ] dogfood commented on JENKINS-13101: ----------------------------------- Integrated in !http://ci.jenkins-ci.org/images/16x16/blue.png! [plugins_analysis-collector #334|http://ci.jenkins-ci.org/job/plugins_analysis-collector/334/] Result = SUCCESS > Analysis Collector Plugin prevents other plugins from loading when the Dashboard View Plugin is not installed > ------------------------------------------------------------------------------------------------------------- > > Key: JENKINS-13101 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13101 > Project: Jenkins > Issue Type: Bug > Components: analysis-collector > Affects Versions: current > Environment: Jenkins ver. 1.455 > Analysis Collector 1.20 > Tomcat 6 > Reporter: Martin Ziel > Assignee: Ulli Hafner > Labels: exception, plugin > Attachments: jenkins.log > > > The Analysis Collector Plugin prevents other plugins from loading when the Dashboard View Plugin is not installed and activated. In my case, this effectively disables the SCM Plugins and thus prevents Jenkins from fetching SCM changes. Log attached. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
| Powered by Nabble | Edit this page |
