Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to install trial version of 'BigPicture - Project Management & PPM' Plugin

Piyal Nanayakkara April 16, 2019 edited

Hi

I tried to install the trial version of 'BigPicture - Project Management & PPM' Plugin in my local dev environment but it failed with a message "Problem accessing the file BigPicture - Project Management & PPM."

 

Additionally I tried to install by manually uploading  the related jar file (bigpicture-jiraserver-7.1.10-jira7.jar) and it was saying "Installing bigpicture-jiraserver-7.1.10-jira7.jar..." forever and observed "An unexpected error occurred. Please refer logs for more detail" message.

Appreciate if you could provide any ideas to get this Plugin installed.

Note:

I checked the atlassian-jira.log file but could not find any related entry for this scenario

Regards

Piyal

 

2 answers

1 vote
Dastin_Kuwałek__SoftwarePlant_
Atlassian Partner
April 24, 2019

Hi @Piyal Nanayakkara !

Looking at the tack trace which you have pasted it looks like the problems is network connection between your Jira instance and the marketplace. This is visible in the line

[c.a.u.c.r.resources.install.InstallFromUriTask] Error downloading plugin from https://marketplace.atlassian.com/download/apps/1212259/version/40002002251

I would suggest downloading the file directly from the marketplace website and then upload the jar via manual upload - Jira documentation https://confluence.atlassian.com/upm/installing-add-ons-273875715.html#InstallingMarketplaceapps-Installingbyfileupload

 

If this does not help, please write to us at Support@SoftwarePlant.com and we will dig deeper :)

Best

Dastin

0 votes
Rambabu Patina _Appfire_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 16, 2019 edited

Hi @Piyal Nanayakkara ,

Can you go through the below points and check the installation for every step.

1) Is the server base URL matching with the URL that you are using to access Jira.
2) Please check the proxy settings in your server.xml when accessing Jira behind a proxy.
3) Try t
o correct the plugin loading order, follow the steps below:

  • Shut Jira down
  • Backup <JIRA_HOME>/plugins directory
  • Remove the following directories. They will be rebuilt when Jira starts again.
  • <JIRA_HOME>/plugins/.bundled-plugins/
  • <JIRA_HOME>/plugins/.osgi-cache/
  • Restart Jira.

4) Upgrade your UPM if using the old version and try again. 

Hope this helps you.

Thanks,
Ram.

Piyal Nanayakkara April 17, 2019

Hi Rambadu

Thanks for the response. Here is my response on the steps you mentioned:

1) Yes

2) No issues with proxy settings since I installed a plugin (Epic to Feature Translator) last week without any issue.

3) I am wondering why STASH_HOME is mentioned here. It should be JIRA_HOME right?

If so, there is no such <JAVA_HOME>/plugins/.osgi-cache/ folder, instead it has a folder <JAVA_HOME>/plugins/.osgi-plugins. Please confirm

4) I tried to upgrade UPM and it also failed with the message "Problem accessing the file Atlassian Universal Plugin Manager Plugin."

 

Regards

Piyal

Rambabu Patina _Appfire_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 17, 2019

Yes, it should be JIRA_HOME in point 3. I corrected in my earlier post, please try.

By the way, can you check is your application behind the firewall.

Piyal Nanayakkara April 17, 2019

Yes, my Jira application is behind the firewall.

After Jira restart, I was able to see the log entry in atlassian-jira.log file and here is the stack trace in the log file. Note that when I enter https://marketplace.atlassian.com/download/apps/1212259/version/40002002251 in a browser, it shows "<h1>Not found.</h1>" message.

 

2019-04-17 08:32:10,249 UpmAsynchronousTaskManager:thread-3 ERROR UNANAPI 511x104x1 1stnrvn 10.52.69.4 /rest/plugins/1.0/ [c.a.u.c.r.resources.install.InstallFromUriTask] Error downloading plugin from https://marketplace.atlassian.com/download/apps/1212259/version/40002002251
2019-04-17 08:32:53,323 Caesium-1-4 ERROR anonymous [c.a.j.p.devstatus.provider.DefaultDevSummaryPollService] Refresh failure
com.atlassian.jira.plugin.devstatus.provider.DataProviderRefreshFailure: Data Provider refresh failed with error code -1 and message - com.atlassian.sal.api.net.ResponseException: java.net.SocketException: Connection reset]
at com.atlassian.jira.plugin.devstatus.provider.DefaultCachingProviderHelper.refreshProvider(DefaultCachingProviderHelper.java:79)
at com.atlassian.jira.plugin.devstatus.provider.DefaultDevSummaryPollService.handlePollingSuccess(DefaultDevSummaryPollService.java:69)
at com.atlassian.jira.plugin.devstatus.provider.DefaultDevSummaryPollService.lambda$performPull$1(DefaultDevSummaryPollService.java:51)
at com.atlassian.jira.plugin.devstatus.provider.source.applink.PollResult$PollResultSuccess.fold(PollResult.java:51)
at com.atlassian.jira.plugin.devstatus.provider.DefaultDevSummaryPollService.performPull(DefaultDevSummaryPollService.java:47)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.Iterator.forEachRemaining(Iterator.java:116)
at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
at com.atlassian.jira.plugin.devstatus.provider.DevSummaryUpdateJob.runJob(DevSummaryUpdateJob.java:85)
at com.atlassian.scheduler.core.JobLauncher.runJob(JobLauncher.java:153)
at com.atlassian.scheduler.core.JobLauncher.launchAndBuildResponse(JobLauncher.java:118)
at com.atlassian.scheduler.core.JobLauncher.launch(JobLauncher.java:97)
at com.atlassian.scheduler.caesium.impl.CaesiumSchedulerService.launchJob(CaesiumSchedulerService.java:443)
at com.atlassian.scheduler.caesium.impl.CaesiumSchedulerService.executeClusteredJob(CaesiumSchedulerService.java:438)
at com.atlassian.scheduler.caesium.impl.CaesiumSchedulerService.executeClusteredJobWithRecoveryGuard(CaesiumSchedulerService.java:462)
at com.atlassian.scheduler.caesium.impl.CaesiumSchedulerService.executeQueuedJob(CaesiumSchedulerService.java:390)
at com.atlassian.scheduler.caesium.impl.CaesiumSchedulerService$1.consume(CaesiumSchedulerService.java:285)
at com.atlassian.scheduler.caesium.impl.CaesiumSchedulerService$1.consume(CaesiumSchedulerService.java:282)
at com.atlassian.scheduler.caesium.impl.SchedulerQueueWorker.executeJob(SchedulerQueueWorker.java:65)
at com.atlassian.scheduler.caesium.impl.SchedulerQueueWorker.executeNextJob(SchedulerQueueWorker.java:59)
at com.atlassian.scheduler.caesium.impl.SchedulerQueueWorker.run(SchedulerQueueWorker.java:34)
at java.lang.Thread.run(Thread.java:748)

Rambabu Patina _Appfire_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 17, 2019

Can you try the resolution in the https://confluence.atlassian.com/jirakb/upm-couldn-t-update-plugin-939499479.html and try to install. Thanks

Piyal Nanayakkara April 23, 2019

Hi 

I checked the above html file but I could not find the below argument in the setenv.sh

 -Djsse.enableSNIExtension=false 

Here are the JVM Arguments in my  setenv.sh.

JVM_REQUIRED_ARGS='-Djava.awt.headless=true -Datlassian.standalone=JIRA -Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true -Dmail.mime.decodeparameters=true -Dorg.dom4j.factory=com.atlassian.core.xml.InterningDocumentFactory'

JVM_SUPPORT_RECOMMENDED_ARGS="-Dnon.admin.upgrade=true -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8099 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false"

 

As a workaround, I also tried to copy the related jar file (bigpicture-jiraserver-7.1.10-jira7.jar) to the Jira server's /home/jira/pcf3-uat/home/plugins/installed-plugins folder, but it also failed saying "error in file write"

Appreciate your further help to overcome it.

Regards

Piyal

Suggest an answer

Log in or Sign up to answer
TAGS
atlassian, atlassian government cloud, fedramp, webinar, register for webinar, atlassian cloud webinar, fedramp moderate offering, work faster with cloud

Unlocking the future with Atlassian Government Cloud ☁️

Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.

Register Now
AUG Leaders

Atlassian Community Events