This is a migrated thread and some comments may be shown as answers.

Build timeouts?

6 Answers 83 Views
AppBuilder extension for Visual Studio
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Mark
Top achievements
Rank 1
Mark asked on 01 Oct 2013, 07:50 AM
Hi,

I've used Graphite to build projects for many months now without too many problems. I've just started using VS 2012 and am getting the following Timeout error.

1. Is the Visual Studio Build process in any way different to that of Graphite?
2. Has anyone else had this problem?
3. Is this really a Timeout or could the error be caused by something else?

C:\Users\Mark\AppData\Local\Microsoft\VisualStudio\11.0\Extensions\s1u43xnv.qi4\Targets\Build.targets(98,3): error : Build failed: One or more errors occurred..
System.AggregateException: One or more errors occurred. ---> System.TimeoutException: The operation has timed out.
   at Telerik.BlackDragon.Client.ServerClient.HttpServiceContext.TimeoutHandler.<SendAsync>d__1b.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Telerik.BlackDragon.Client.ServerClient.HttpServiceContext.<ProcessRequestAsync>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---


Any help would be appreciated.

Thanks
Mark

6 Answers, 1 is accepted

Sort by
0
Accepted
Steve
Telerik team
answered on 01 Oct 2013, 08:23 AM
Hello Mark,

The Icenium extension for Visual Studio 2012 is currently in Beta and this is one of the limitations in the current version, which would be addressed for the official release in mid November. The problem is the size of the project, which is archived and send to the Icenium cloud server so it could be build by our service. That process is time consuming and for larger projects (>25 Mb) might time out.

Please excuse us for the temporary inconvenience.

Regards,
Steve
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
0
test
Top achievements
Rank 1
answered on 05 Aug 2015, 12:59 PM

hello i m getting the same error as above but successfully generate in case of windows phone ,but get erroe in case of android platform.

please reply as soon as possible.

 

thanks 

sanjeev 

 

0
Tina Stancheva
Telerik team
answered on 05 Aug 2015, 02:18 PM
Hi sanjeev,

We would need more information in order to investigate the issue. Can you please send us the following information:
  • The AppBuilder logs which you will find under the %localappdata%\Telerik\BlackDragon\Logs folder
  • A capture of the HTTP requests AppBuilder performs when you run an Android build. You can capture those using Fiddler and following these steps:
    1. Download Fiddler from here and install it.
    2. Run Fiddler and go to Tools -> Fiddler Options.
    3. On the HTTPS page, verify that Capture HTTPS Connects is enabled.
    4. Verify that Decrypt HTTPS traffic is enabled with the ...from all processes option and minimize Fiddler to tray.
    5. Run Visual Studio and use the AppBuilder menu to build your project for Android
    6. In Fiddler, go to File -> Save -> All Sessions, save the archive to disk. This will produce a SAZ file.
    7. Zip the .saz file and attach it in a ticket

Note that you would need to submit a support ticket in order to attach the above information. Apart from the ability to attach the logs, the support ticket will ensure the information you sent is kept private. We can still update this thread once we get to the bottom of the issue.

Regards,

Tina Stancheva
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
0
test
Top achievements
Rank 1
answered on 06 Aug 2015, 06:20 AM

I am getting below given error when build for android

please follow below error:-

please guide as soon as possible.

 

SeverityCodeDescriptionProjectFileLine
ErrorServer build failed. Server output: Project "AcroTrac.tmp.proj" (default targets):
android Build Tooling revision 2015.08.04.1r
Warning: [aapt]     (skipping file '.bower.json' due to ANDROID_AAPT_IGNORE pattern '.*')
Warning: [aapt]     (skipping file '.jshintrc' due to ANDROID_AAPT_IGNORE pattern '.*')
Warning: [aapt]     (skipping file '.jshintrc' due to ANDROID_AAPT_IGNORE pattern '.*')
Warning: [aapt]     (skipping file '.jscsrc' due to ANDROID_AAPT_IGNORE pattern '.*')
Warning: [aapt]     (skipping file '.csscomb.json' due to ANDROID_AAPT_IGNORE pattern '.*')
Warning: [aapt]     (skipping file '.csslintrc' due to ANDROID_AAPT_IGNORE pattern '.*')
Warning: [aapt]     (skipping file '.bower.json' due to ANDROID_AAPT_IGNORE pattern '.*')
Error: [crunch] ERROR: 9-patch image /tmp/builds/FgTSmhxqF4mIQKhit9/app/res/drawable-nodpi/splashscreen.9.png malformed.
Done building project "AcroTrac.tmp.proj" -- FAILED.
.AcroTracC:\Users\Sanjeev\AppData\Local\Microsoft\VisualStudio\14.0\Extensions\mphhr02b.toc\Targets\Build.targets189

 

 

thanks

sanjeev


0
test
Top achievements
Rank 1
answered on 06 Aug 2015, 07:28 AM

Hi Tina

           as i got mail i haves send your the attached file with log and fiddler file. 

            my ticket id= 959518

 

 

 

      

0
Tina Stancheva
Telerik team
answered on 10 Aug 2015, 03:07 PM
Hello guys,

As an update in this thread I wanted to elaborate on the stack trace posted in the previous posts. The build fails with an error coming from a malformed 9-patch image used as a splash screen for the Android package.

This article provides a simple guide to 9-patch images and describes how one can create a valid 9-patch image file. Generally speaking, in order to create such an image, one can either use a photo editor or this online tool. You can find more about the 9-patch images concept here.

In AppBuilder, in order to configure the icons and splash screens for different platforms, you can follow this tutorial.


Regards,
Tina Stancheva
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
Tags
AppBuilder extension for Visual Studio
Asked by
Mark
Top achievements
Rank 1
Answers by
Steve
Telerik team
test
Top achievements
Rank 1
Tina Stancheva
Telerik team
Share this question
or