Hi,
I downloaded the TFS plugin but I'm having trouble uploading the plugin through the Upload Add-on option in Bamboo.
The Uploading pop up windown shows up and it spins forever.
Any help on this would be highly appreciated.
Thanks,
Hi,
Try to refresh the page after waiting for a minute and check installed plugins list. Also take a look at bamboo logs.
Hi Sergey,
Thanks for your quick response.
I tried refreshing in multiple attempts but the only plugin that I see in the list is the Atlassian Universal Plugin manager. I also tried updating the plugin manager but I keep getting the following error:
Failed to install add-on https://marketplace.atlassian.com/download/plugins/com.atlassian.upm.atlassian-universal-plugin-manager-plugin/version/138381
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What about bamboo log? Are there any errors?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here's the error that I'm getting in the Bamboo log:
2014-04-23 08:50:05,595 ERROR [http-bio-8085-exec-3] [ThrowableExceptionMapper] Uncaught exception thrown by REST service
java.lang.RuntimeException: org.apache.commons.fileupload.FileUploadBase$IOFileUploadException: Processing of multipart/form-data request failed. C:\Program Files\Bamboo\temp\upload_12be2448_1458a1fe2dd__7fee_00000009.tmp (Access is denied)
.
.
. I deleted the stuff in this section
.
.
Caused by: org.apache.commons.fileupload.FileUploadBase$IOFileUploadException: Processing of multipart/form-data request failed. C:\Program Files\Bamboo\temp\upload_12be2448_1458a1fe2dd__7fee_00000009.tmp (Access is denied)
at org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:367)
at com.atlassian.plugins.rest.common.multipart.fileupload.CommonsFileUploadMultipartHandler.getForm(CommonsFileUploadMultipartHandler.java:84)
... 167 more
Caused by: java.io.FileNotFoundException: C:\Program Files\Bamboo\temp\upload_12be2448_1458a1fe2dd__7fee_00000009.tmp (Access is denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at org.apache.commons.io.output.DeferredFileOutputStream.thresholdReached(DeferredFileOutputStream.java:178)
at org.apache.commons.io.output.ThresholdingOutputStream.checkThreshold(ThresholdingOutputStream.java:224)
at org.apache.commons.io.output.ThresholdingOutputStream.write(ThresholdingOutputStream.java:128)
at org.apache.commons.fileupload.util.Streams.copy(Streams.java:101)
at org.apache.commons.fileupload.util.Streams.copy(Streams.java:64)
at org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:362)
... 168 more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It looks like bamboo service cannot write to C:\Program Files\Bamboo\temp.
Running Bamboo as a Windows Service says:
If you start as a Windows service Bamboo version 5.1 or later, make sure that the user has 'Full Control' access to BambooInstall/temp directory (otherwise this might cause problems when installing/upgrading plugins).
Also you can change temp directory location.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sergey,
The permission did the trick and I got it installed.
Now it's asking me to restart the application. Do I need to restart bamboo in order to enable the add-on?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, repository plugins require bamboo restart.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same error. I have downloaded TFS plugin for Bamboo (jar file) . When I upload the addon using Manage add on its taking forever. There is nothing in the log. I am using Bamboo On demand
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Shashank,
Unfortunately Bamboo On-Demand doesn't support 3rd-party addons.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.