jira启动失败

sd3396435 2015-06-17 06:29:09
JIRA Startup Failed
The following plugins are required by JIRA, but have not been started:
Atlassian JIRA - Plugins - Gadgets Plugin (com.atlassian.jira.gadgets)
Atlassian Navigation Links Plugin (com.atlassian.plugins.atlassian-nav-links-plugin)
Atlassian JIRA - Plugins - Issue Search (com.atlassian.jira.jira-issue-nav-plugin)
Atlassian JIRA - Plugins - Quick Edit Plugin (com.atlassian.jira.jira-quick-edit-plugin)
Atlassian REST - Module Types (com.atlassian.plugins.rest.atlassian-rest-module)
JIRA Project Config Plugin (com.atlassian.jira.jira-project-config-plugin)
Atlassian JIRA - Plugins - REST Plugin (com.atlassian.jira.rest)
Opensocial Plugin (com.atlassian.gadgets.opensocial)
Applinks Product Plugin (com.atlassian.applinks.applinks-plugin)
Atlassian OAuth Service Provider Plugin (com.atlassian.oauth.serviceprovider)
Atlassian JIRA - Plugins - Look And Feel Logo Upload Plugin (com.atlassian.jira.lookandfeel)
Embedded Gadgets Plugin (com.atlassian.gadgets.embedded)
Gadget Directory Plugin (com.atlassian.gadgets.directory)
Gadget Dashboard Plugin (com.atlassian.gadgets.dashboard)

大致意思是说jira启动失败 所需的插件未启动。求助,运行环境为win2003,jdk1.6,数据库类型:mysql.5.6.jira版本6.3.11
木有大神指导下嘛。。。。。第一次安装jira,都是按照教程做滴啊。。。教程里面有些漏的mysql驱动我也找了半天才处理好,到现在服务已经可以启动,但是启动失败。。。。感觉就是临门一脚过不去了。
...全文
11517 6 打赏 收藏 转发到动态 举报
写回复
用AI写文章
6 条回复
切换为时间正序
请发表友善的回复…
发表回复
二苟 2017-07-14
  • 打赏
  • 举报
回复
楼主解决了么?请教解决方案~
qq_20492221 2016-01-29
  • 打赏
  • 举报
回复
chmod a+x start-jira.sh 当我自动jira为什么没有反应
YepZore 2015-07-16
  • 打赏
  • 举报
回复
http://blog.itpub.net/26230597/viewspace-1271155 我根据上述连接中的说明,删除...\Atlassian\Application Data\JIRA路径下的dbconfig.xml文件解决了这个问题
sd3396435 2015-06-19
  • 打赏
  • 举报
回复
日志里面环境配置、数据库连接信息等都没有报错,均显示正常。就这个插件系统无法启动。。。。。。。 采用的是jira的安装包(非安装包也尝试过,非安装包在服务里面找不到Jira服务,使用jira/bin目录下startup.bat也无法启动服务,日志内容完全空白。),安装完毕什么都没做,仅是运行config.bat进行jira-home及数据库的环境配置后,就是直接这个错误。 如果我上面提供的信息不全,回复下我提供。。。。
sd3396435 2015-06-19
  • 打赏
  • 举报
回复
第三天了。。。。。坐等大神求教。附上日志报错内容:只复制了部分,后面还一大串就不复制了。。。。。 ___ Starting the JIRA Plugin System _________________ 2015-06-19 14:20:05,171 localhost-startStop-1 INFO [atlassian.plugin.manager.DefaultPluginManager] Plugin system earlyStartup begun 2015-06-19 14:21:23,156 localhost-startStop-1 ERROR [plugin.osgi.factory.OsgiPluginInstalledHelper] Cannot determine required plugins, cannot resolve bundle 'com.pyxis.greenhopper.jira' 2015-06-19 14:22:09,609 ThreadPoolAsyncTaskExecutor::Thread 37 INFO [spring.scanner.util.ProductFilterUtil] Detected product: JIRA 2015-06-19 14:22:30,515 localhost-startStop-1 ERROR [plugin.osgi.factory.OsgiPlugin] Detected an error (BundleException) enabling the plugin 'com.pyxis.greenhopper.jira' : Unresolved constraint in bundle com.pyxis.greenhopper.jira [145]: Unable to resolve 145.0: missing requirement [145.0] package; (package=com.atlassian.core.action). This error usually occurs when your plugin imports a package from another bundle with a specific version constraint and either the bundle providing that package doesn't meet those version constraints, or there is no bundle available that provides the specified package. For more details on how to fix this, see https://developer.atlassian.com/x/mQAN 2015-06-19 14:22:30,515 localhost-startStop-1 WARN [plugin.osgi.factory.OsgiPlugin] Unable to enable plugin 'com.pyxis.greenhopper.jira' 2015-06-19 14:22:30,515 localhost-startStop-1 WARN [plugin.osgi.factory.OsgiPlugin] Because of this exception com.atlassian.plugin.osgi.container.OsgiContainerException: Cannot start plugin: com.pyxis.greenhopper.jira at com.atlassian.plugin.osgi.factory.OsgiPlugin.enableInternal(OsgiPlugin.java:486) at com.atlassian.plugin.impl.AbstractPlugin.enable(AbstractPlugin.java:309) at com.atlassian.plugin.manager.PluginEnabler.actualEnable(PluginEnabler.java:134) at com.atlassian.plugin.manager.PluginEnabler.enable(PluginEnabler.java:104) at com.atlassian.plugin.manager.DefaultPluginManager.addPlugins(DefaultPluginManager.java:1061) at com.atlassian.plugin.manager.DefaultPluginManager.earlyStartup(DefaultPluginManager.java:400) at com.atlassian.jira.plugin.JiraPluginManager.earlyStartup(JiraPluginManager.java:97) at com.atlassian.jira.plugin.JiraPluginManager.start(JiraPluginManager.java:87) at com.atlassian.jira.ComponentManager$PluginSystem.start(ComponentManager.java:767) at com.atlassian.jira.ComponentManager.quickStart(ComponentManager.java:258) at com.atlassian.jira.ComponentManager.start(ComponentManager.java:232) at com.atlassian.jira.upgrade.PluginSystemLauncher.start(PluginSystemLauncher.java:29) at com.atlassian.jira.startup.DefaultJiraLauncher$3.run(DefaultJiraLauncher.java:135) at com.atlassian.jira.config.database.DatabaseConfigurationManagerImpl.doNowOrEnqueue(DatabaseConfigurationManagerImpl.java:324) at com.atlassian.jira.config.database.DatabaseConfigurationManagerImpl.doNowOrWhenDatabaseActivated(DatabaseConfigurationManagerImpl.java:214) at com.atlassian.jira.startup.DefaultJiraLauncher.postDbLaunch(DefaultJiraLauncher.java:118) at com.atlassian.jira.startup.DefaultJiraLauncher.access$100(DefaultJiraLauncher.java:32) at com.atlassian.jira.startup.DefaultJiraLauncher$1.run(DefaultJiraLauncher.java:81) at com.atlassian.jira.util.devspeed.JiraDevSpeedTimer.run(JiraDevSpeedTimer.java:34) at com.atlassian.jira.startup.DefaultJiraLauncher.start(DefaultJiraLauncher.java:76) at com.atlassian.jira.startup.LauncherContextListener.contextInitialized(LauncherContextListener.java:71) <+5> (StandardContext.java:4992) (StandardContext.java:5490) (LifecycleBase.java:150) (ContainerBase.java:1575) (ContainerBase.java:1565) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: org.osgi.framework.BundleException: Unresolved constraint in bundle com.pyxis.greenhopper.jira [145]: Unable to resolve 145.0: missing requirement [145.0] package; (package=com.atlassian.core.action) at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3409) at org.apache.felix.framework.Felix.startBundle(Felix.java:1709) at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:905) at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:892) at com.atlassian.plugin.osgi.factory.OsgiPlugin.enableInternal(OsgiPlugin.java:462) 2015-06-19 14:22:30,734 Timer-1 WARN [internal.dependencies.startup.DependencyWaiterApplicationContextExecutor] Timeout occurred before finding service dependencies for [NonValidatingOsgiBundleXmlApplicationContext(bundle=com.atlassian.plugins.rest.atlassian-rest-module, config=osgibundle:/META-INF/spring/*.xml)] 2015-06-19 14:22:30,734 Timer-1 ERROR [internal.dependencies.startup.DependencyWaiterApplicationContextExecutor] Unable to create application context for [com.atlassian.plugins.rest.atlassian-rest-module], unsatisfied dependencies: Dependency on [(objectClass=com.atlassian.sal.api.user.UserManager)] (from bean [&org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean#1]), Dependency on [(objectClass=com.atlassian.sal.api.websudo.WebSudoManager)] (from bean [&org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean#2]), Dependency on [(objectClass=com.atlassian.sal.api.xsrf.XsrfTokenAccessor)] (from bean [&xsrfTokenAccessor]), Dependency on [(objectClass=com.atlassian.sal.api.web.context.HttpContext)] (from bean [&httpContext]), Dependency on [(objectClass=com.atlassian.sal.api.net.NonMarshallingRequestFactory)] (from bean [&requestFactory]), Dependency on [(objectClass=com.atlassian.sal.api.xsrf.XsrfTokenValidator)] (from bean [&xsrfTokenValidator]) org.springframework.context.ApplicationContextException: Application context initialization for 'com.atlassian.plugins.rest.atlassian-rest-module' has timed out at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.timeout(DependencyWaiterApplicationContextExecutor.java:454) at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.access$000(DependencyWaiterApplicationContextExecutor.java:50) at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$WatchDogTask.run(DependencyWaiterApplicationContextExecutor.java:105) at java.util.TimerThread.mainLoop(Timer.java:555) at java.util.TimerThread.run(Timer.java:505)
sd3396435 2015-06-18
  • 打赏
  • 举报
回复
在线等哦,第二天了。。。。。。

1,265

社区成员

发帖
与我相关
我的任务
社区描述
软件工程/管理 管理版
社区管理员
  • 研发管理社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧