Details

  • Type: Improvement Improvement
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: plugin
  • Labels:
    None
  • Environment:
    Platform: All, OS: Linux

Description

Failed : polarion.hpi

hudson.util.IOException2: Failed to initialize
at hudson.PluginWrapper.(PluginWrapper.java:200)
at hudson.PluginManager.(PluginManager.java:74)
at hudson.model.Hudson.(Hudson.java:183)
at hudson.WebAppMain.contextInitialized(WebAppMain.java:84)
at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3763)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4211)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:809)
at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:698)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:472)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1122)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
at org.apache.catalina.core.StandardService.start(StandardService.java:450)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
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:585)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
Caused by: java.lang.NoClassDefFoundError: hudson/scm/RepositoryBrowsers
at hudson.plugins.polarion.PluginImpl.start(PluginImpl.java:17)
at hudson.PluginWrapper.(PluginWrapper.java:197)
... 27 more

Activity

Hide
Kohsuke Kawaguchi added a comment -

The underlying problem is that the plugin you've installed needs a newer version
of Hudson. Plugin download page should have mentioned the Hudson version number
with which the plugin is compatible.

What we need to do is to automate that check.

I updated the issue to reflect the nature of the work.

Show
Kohsuke Kawaguchi added a comment - The underlying problem is that the plugin you've installed needs a newer version of Hudson. Plugin download page should have mentioned the Hudson version number with which the plugin is compatible. What we need to do is to automate that check. I updated the issue to reflect the nature of the work.
Hide
Kohsuke Kawaguchi added a comment -
      • Issue 2505 has been marked as a duplicate of this issue. ***
Show
Kohsuke Kawaguchi added a comment -
      • Issue 2505 has been marked as a duplicate of this issue. ***
Hide
mindless added a comment -

I added such a warning in the plugin manager in 1.334

Show
mindless added a comment - I added such a warning in the plugin manager in 1.334
Hide
scm_issue_link added a comment -

Code changed in hudson
User: : mindless
Path:
trunk/www/changelog.html
http://fisheye4.cenqua.com/changelog/hudson/?cs=23976
Log:
[FIXED HUDSON-541] add issue link for plugin compatibility warning added in 1.334

Show
scm_issue_link added a comment - Code changed in hudson User: : mindless Path: trunk/www/changelog.html http://fisheye4.cenqua.com/changelog/hudson/?cs=23976 Log: [FIXED HUDSON-541] add issue link for plugin compatibility warning added in 1.334

People

  • Assignee:
    mindless
    Reporter:
    elassad
Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: