I am trying to create a Hello World plugin and following the steps as mentioned in the documentation.
However, I am getting stuck indefinitely and I guess the atlassian server is hung.
[talledLocalContainer] 2023-06-06 16:24:58,503 Caesium-1-2 INFO [c.a.jira.i18n.I18nWarmer] Initialised i18n cache in 21065
[INFO] [talledLocalContainer] 2023-06-06 16:24:58,503 Caesium-1-2 INFO [c.a.jira.startup.CacheWarmerLauncher] Warmed cache(s) in 21129 ms.
[INFO] [talledLocalContainer] 2023-06-06 16:25:04,299 Caesium-1-1 INFO [c.a.j.p.h.service.connect.InstallGlancesJobHandler] Running InstallGlancesJobHandler...
[INFO] [talledLocalContainer] 2023-06-06 16:25:04,299 Caesium-1-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] getService bundle [com.atlassian.plugins.base-hipchat-integration-plugin-api]
[INFO] [talledLocalContainer] 2023-06-06 16:25:04,299 Caesium-1-1 INFO [c.a.j.p.h.service.connect.InstallGlancesJobHandler] There is no link to HipChat, no need to install glances.
[INFO] [talledLocalContainer] 2023-06-06 16:25:04,767 Caesium-1-2 INFO [c.a.j.p.h.service.ping.RefreshConnectionStatusJobHandler] Running RefreshConnectionStatusJobHandler...
[INFO] [talledLocalContainer] 2023-06-06 16:25:36,410 Caesium-1-3 INFO ServiceRunner [c.a.jira.upgrade.UpgradeScheduler] Running scheduled upgrades
[INFO] [talledLocalContainer] 2023-06-06 16:25:36,488 Caesium-1-3 INFO ServiceRunner [c.a.jira.upgrade.LoggingUpgradeService] run upgrades has started
[INFO] [talledLocalContainer] 2023-06-06 16:25:36,662 Caesium-1-3 INFO ServiceRunner [c.a.j.upgrade.util.BuildNumberDao] Setting current build number to 713000
[INFO] [talledLocalContainer] 2023-06-06 16:25:36,693 Caesium-1-3 INFO ServiceRunner [c.a.jira.upgrade.UpgradeIndexManager] There is no reindex requests of type [IMMEDIATE, DELAYED] so none will be run
[INFO] [talledLocalContainer] 2023-06-06 16:25:36,693 Caesium-1-3 INFO ServiceRunner [c.a.j.upgrade.util.BuildNumberDao] Setting current version to 7.13.0
[INFO] [talledLocalContainer] 2023-06-06 16:25:36,693 Caesium-1-3 INFO ServiceRunner [c.a.j.upgrade.util.BuildNumberDao] Setting downgrade version to 7.1.2
[INFO] [talledLocalContainer] 2023-06-06 16:25:36,732 Caesium-1-3 INFO ServiceRunner [c.a.jira.upgrade.LoggingUpgradeService] run upgrades has finished successfully, and took 244 milliseconds to process.
[INFO] [talledLocalContainer] 2023-06-06 16:25:36,732 Caesium-1-3 INFO ServiceRunner [c.a.jira.upgrade.UpgradeScheduler] JIRA upgrades completed successfully
[INFO] [talledLocalContainer] 2023-06-06 16:25:36,748 Caesium-1-3 INFO ServiceRunner [c.a.jira.upgrade.UpgradeScheduler] Plugins upgrades completed successfully
[INFO] [talledLocalContainer] 2023-06-06 16:25:36,748 Caesium-1-3 INFO ServiceRunner [c.a.jira.upgrade.UpgradeIndexManager] Reindexing is not allowed after this upgrade and there is no immediate reindex requests
[INFO] [talledLocalContainer] Jun 06, 2023 4:25:37 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
[INFO] [talledLocalContainer] INFO: Initiating Jersey application, version 'Jersey: 1.19 02/11/2015 03:25 AM'
[INFO] [talledLocalContainer] 2023-06-06 16:25:41,477 Caesium-1-2 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] getService bundle [com.atlassian.troubleshooting.plugin-jira]
It is not able to proceed ahead from here. Any fixes for this?
This log looks perfect! It is a not full log, but the fragment visible here suggests that your Jira started successfully.
Have you tried to access Jira from your browser? (Its URL at localhost is there in the log. Just open that in the browser.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.