Cannot restart website using Azure/azure-sdk-for-node

I have a couple of websites working and running and I am trying to build a monitoring service for them.
One of the operations its supposed to do is restart the website. The SDK contains a restart function which issues a POST request to the azure management server. For some reason the request doesn't return the Pipeline's callback, it doesn't even enter there.
I have opened an issue on Github about it but for almost 2 weeks no answers : https://github.com/Azure/azure-sdk-for-node/issues/1407
Other requests work properly. The documentation says i can read more about it here: http://msdn.microsoft.com/en-us/library/windowsazure/dn236425.aspx , but this link isn't available anymore.
Can someone please help me?
Regards :) 

I have a couple of websites working and running and I am trying to build a monitoring service for them.
One of the operations its supposed to do is restart the website. The SDK contains a restart function which issues a POST request to the azure management server. For some reason the request doesn't return the Pipeline's callback, it doesn't even enter there.
I have opened an issue on Github about it but for almost 2 weeks no answers : https://github.com/Azure/azure-sdk-for-node/issues/1407
Other requests work properly. The documentation says i can read more about it here: http://msdn.microsoft.com/en-us/library/windowsazure/dn236425.aspx , but this link isn't available anymore.
Can someone please help me?
Regards :) 

Similar Messages

  • How we create .cspack and cscfg and csdef file for deployement service for azure sdk for php

    my project is on php .I want create virtual machine on azure using azure sdk for php but in deployment it need cspack and cssfg file . I want the way to which i get those file .

    Hi Nasreen,
    Thanks for posting here!
    Refer to :
    http://blogs.msdn.com/b/rmattsampson/archive/2014/04/03/azure-development-in-the-azure-sdk-2-3-and-update-2-rc.aspx and
    https://msdn.microsoft.com/library/azure/jj157194.aspx
    Hope this helps!
    Regards,
    Sadiqh

  • Azure SDK for Java on Mac/Linux

    I need to develop a part (communication with Service Bus) of a solution in Java (normally I use C# for development) on Mac/Linux. Can I just use the microsoft-windowsazure-api-0.4.6.jar file of the Azure SDK for Mac/Linux in my project, because I don't
    use Maven?
    Thanks.
    Guy

    When trying out some code using the Windows Azure SDK for Java (on a Mac) obviously just adding the jar to my project and adding it to my build path isn't just enough. I get error messages such as:
    Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
    at com.microsoft.windowsazure.services.core.Configuration.<clinit>(Configuration.java:48)
    at com.microsoft.windowsazure.services.serviceBus.ServiceBusConfiguration.configureWithWrapAuthentication(ServiceBusConfiguration.java:88)
    at xx.yyy.zzzz.aaaaa.ServiceBusClient.<init>(ServiceBusClient.java:20)
    at xx.yyy.zzzz.aaaaa.Main.main(Main.java:7)
    Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory
    at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 4 more
    When clicking e.g. on Configuration.java:48 I get: Source not found.
    The JAR file microsoft-windowsazure-api-0.4.6.jar has no source attachment.
    What am I missing. Thanks for your help.

  • Can I use Adobe acrobat SDK for commercial products of our company.

    Hi Adobe guys,
    One of our new project need to  print a pdf file (Application form) from local computer. So I'm looking for some API to print PDF files and I heard about acrobat SDK provide by Adobe. So my question is can I use this SDK for our companey commercial product development?

    Sure.
    Of course, the user will need to have either Acrobat or Reader installed – depending on which APIs you choose to use.

  • Using Office 365 SDK for Android and IOS

    Hi,
    is it possible to to use the SDK's in offline mode?
    I would like to add to my app a functionality of editing office files (such as word, power-point and excel),
    and i want this functionality to work without internet connection. no problem that the first log-in  will be in online mode.
    is it possible using the office365 SDK?
    if not, what other solution does microsoft provide me?
    Thanks!
    ​yarin

    You can easy modify the data in word or power-point files since they are now XML (plain text) files.
    As for opening files? It not clear how you need/want to open such files, but there is a version of office for iOS and for Android that allows you to open such files. I would assume that any SDK for such platforms has some means to “launch” a given file that
    will use a given application, but that’s a question beyond this newsgroup (try the iOS and Android forums).
    So you can certainly write code to modify and manipulate office files (since they are plane txt XML now – the only excepton to this is ms-Access! – not available nor is data stored as XML).
    And you can certainly install the free edition of office on iOS or Android.
    I don’t know if the iOS or Android development tools allows one to launch any file on the device, but I would certainly think such a feature exists.
    And it not clear why you are posting in "Access", which is a database product as part of the office suite.
    Regards,
    Albert D. Kallal (Access MVP)
    Edmonton, Alberta Canada

  • Character encoding problems when using javascript client-sdk for remoting

    Hi,
    I have recently downloaded LCDS to try.  I was interested in using Javascript for remoting.  I have a Java-based web application on the server side, and use HTML + Javascript (dataservices-client.js) to send/receive messages asynchronously in AMF format.
    I can both send and receive data (not only simple types, but objects with several attributes), however when I receive data from the server side that contains special chars (e.g. á, ï), I get some gibberish in my javascript objects. This is not same when I send content to the server: All special characters are received (printed) correctly in Java (server side).
    I inspired my coding with the simple example shown in https://blogs.adobe.com/LiveCycleHelp/2012/07/creating-web-applications-using-html5javascr ipt-remoting-client-sdk-with-livecycle-data-services.html
    Is there any bug on the serialization?
    My software version is Adobe LiveCycle es_data_services_JEE_4_7_all_win
    Java container is WebLogic 11g.
    Thanks
    =======
    Edited Apr 11 2014
    In my attempts, I tried using AMFX serialization so that I could see the message in a more comprehensible format inside my browser (eg using firebug).  After configuring an HTTP channel and destination in the server side, and adjusting accordingly in the client side code, the Javascript API still sends binary!
    Sadly, I concluded that client-SDK isn't mature enough...
    By the way, if you send an String like "&aacute" from the server, in the client you get "á"... instead of the raw "&aacute" ... they forgot escaping.

    hey,
    I had a similar experience. I was interfacing between 4.6 (RFC), PI and ECC 6.0 (ABAP Proxy). When data was passed from ECC to 4.6, RFC received them incorrectly. So i had to send trimmed strings from ECC and receive them as strings in RFC (esp for CURR and QUAN fields). Also the receiver communication channel in PI (between PI and  RFC) had to be set as Non unicode. This helped a bit. But still I am getting 2 issues, truncation of values and some additional digits !! But the above changes resolved unwanted characters problem like "<" and "#". You can find a related post in my id. Hope this info helps..

  • Cannot open websites using firefox

    firefox stopped working double click on icon nothing happens uninstalled firefox rebooted reinstalled firefox rebooted still double click on any icon with fired=fox does nothing does not show firefox as an option to pick as a browser

    It is possible that your security software (firewall, anti-virus) blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full, unrestricted, access to install for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls
    *https://support.mozilla.org/kb/fix-problems-connecting-websites-after-updating
    You can check if you can start Firefox in <u>[[Safe Mode|Safe Mode]]</u> by holding down the Shift/Options key.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *https://support.mozilla.org/kb/upgrade-graphics-drivers-use-hardware-acceleration
    You can create a new profile as a test to check if your current profile is causing the problem.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer files from a previously used profile to the new profile, but be cautious not to copy corrupted files to avoid carrying over problems.
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • Cannot login website using Toshiba 32RL958 browser

    Maybe that should be "Not so smart TV..."
    Attempting to log into any site which requires a password fails. I know I'm not using the wrong password, but depending on the site I'm either returned to the logon screen or remain as 'Guest'.
    Any ideas please. I'm starting to get rather hacked off with the non functioning Smart elements of the set.

    I found this on BT page:
    http://bt.custhelp.com/app/answers/detail/a_id/44489/~/what-do-i-need-to-access-the-bt-sport-app%3F
    +You can access btsport.com on a Smart TV's browser, but you'll need the Microsoft Silverlight plug-in to access premium video content.+
    In my opinion this is not fully correct. Of course you can access the page and browse the content but video streaming using TVs internal internet browser is another story .
    It looks like BT sport provides two apps for iOS and Android devices. But its not known to me if BT sport would provide a special App for Smart TVs as other providers (video sharing platforms) do.

  • Azure SDK 2.5.1 install issues

    Using Visual Studio 2013 Professional, using the web platform installer I select Microsoft Azure SDK for .NET (VS 2013) - 2.5.1.  
    I add and click install.
    The next screen tells me what it's installing, showing 0MB in terms of size.
    The operation finishes, however I create the new project and here is what I see.
    When I go back to the web platform installer, it indicated 2.5.1 sdk was not installed.

    I have this same issue.  When I try what you said I get the error message:
    when trying to install.
    Interestingly listing out the packages lists both VWDOrVs2013AzurePack (with a description of 'Microsoft Azure SDK for .NET (VS 2013) - 2.5.1') and VWDOrVs2013AzurePack.2.5 (with a description of 'Microsoft Azure SDK for .NET (VS 2013) - 2.5.1').  As
    you can see above I tried it with the ....2.5 package for that command but I tried both and get the same error message for both.
    It would be nice to know how to uninstall the sdk to try from the beginning again.  I think that's some functionality that the Platform installer needs.
    Robin H. Sanner

  • Using Azure 2.5 cspack throws System.Runtime.Serialization.SerializationException: Type 'System.Xml.Linq.XElement' in Assembly 'System.Xml.Linq Not marked as serializable

    Hi,
    I am using Azure SDK 2.5 package, and when I run cspack from build window it throws me below error:
     error MSB4018: The "CSPack" task failed unexpectedly.
    System.Runtime.Serialization.SerializationException: Type 'System.Xml.Linq.XElement' in Assembly 'System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' is not marked as serializable.
    But when I use the 2.4 SDK it works fine for me. Please advice how to fix this issue.
    Thanks,
    Ravi

    Hi,
     I am not sure about the root cause, but I did find a workaround for this at the following stackoverflow article
     http://stackoverflow.com/questions/26910773/azure-2-5-sdk-upgrade-causes-cspack-fail
     "Copy the Azure SDK 2.4 version cspack.exe, ServiceDescription.dll & Microsoft.ServiceHosting.Tools.MsBuildTasks.dll to Azure SDK 2.5 cspack.exe location and replace. This would using cspack 2.4 to pack with Azure SDK 2.5 runtimes."
     Let us know if this helps.
    Regards,
    Nithin Rathnakar

  • Slower internet after using Azureas?

    I briefly used Azureas/Vuze for a week or two and now my internet seems to be slower, even after uninstalling it. Its not drastically slow but Youtube videos for example are taking a lot longer to load than before. Is there any chance that Azureas created the problem, or am I just getting paranoid......

    herstil wrote:
    Every time I use the Envy 100 (or to be precise: when the Envy has made a wireless connection) I lose internetconnectivity. But only after I end a session at my router (Linksys WRT610N). When I turn the router off and the next time on, It can't connect to my internetmodem (Linksys AM200) at all. Wifi is up, but I have only local access, apparently router can't establish a connection with my modem (which indicates both the cableconnection with the router as the internetconnection is up.
    This happens only after sessions where I have used the Envy, otherwise everything is OK. During those sessions there is no problem, only after starting a new one. The only way to re-establish connection is to hard reset my router and reconfigure.
    Btw. I am one of the Envy users who can't get a connection for the webapps, but has working ePrint - which is another thread on this forum. Not sure if both problems are or aren't connected.
    Any help, or pointers?
    A FW update was released recently to resolve the issue with apps access...if you haven't received notification on the Envy of an available update, you should be able to go to your Envy display and select Settings (wrench icon)>Web>Product Updates>Check for product updates to get the most recent FW installed on your printer. 
    Regarding the other issue - routers aren't intended to be turned off/on constantly, but it should still connect to your modem reliably after restart.  Complete the FW update and see if the issue persists.  Also, can you share why you turn off the router regularly - there really is no need to do so.  
    I am an HP employee.

  • SAP Netweaver RFC SDK bindings for Node.js

    Hi all,
    I have just completed a first version of bindings to the SAP Netweaver RFC SDK for [Node.js|www.nodejs.org].
    You are encouraged to inspect and download the source code on [https://github.com/jdorner/node-sapnwrfc|https://github.com/jdorner/node-sapnwrfc]. For further convenience, I have also supplied a package for use with the node package manager (npm). Nevertheless, you will have to download the SAP NW RFC SDK beforehand. Thus, you should carefully read the README on GitHub for more detailed instructions.
    Please let me know if you have problems installing/compiling the module. At the moment it has only been tested on a x86_64 linux platform.
    Regards,
    Joachim

    Thanks Mike,
    For example we want to executie Function Module and need to prepare/allocate TABLE parameter.
    In doing so we need to invoke function RfcGetStructureDescHandle is described in doc.
    However, we cannot find it anywhere in H files under SAP NW SDK 7.10 dir structure.
    Do you have an example of how to create a TABLE parameter (export for example).
    We are going to reproduce the symptom with the demo source distributed with the SDK.
    Any help/suggestions is greatly appreciated,
    Alfonso

  • How to import SDK for python?

    Hi!
    I want to use the eBay SDK for python.
    How can i install the sdk?
    I'm ussing in VS2013.
    tnx.

    Hi Ori_H,
    Thank you for posting in the MSDN forum.
    Reference:
    http://developer.ebay.com/devzone/windowssdk/docs/getting%20started/GettingStartedGuide.html
    Based on the above link, it seems that the eBay SDK is the third party product, am I right? If so, actually it is out of support range of VS general forum.
    I did some research and found some information here:
    https://forums.developer.ebay.com/questions/8157/visual-studio-2010-not-compatible-with-ebay-sdk.html
    https://go.developer.ebay.com/developers/ebay/documentation-tools/sdks/dotnet
    It seems that it would be related to the real version, to help you resolve this issue, my suggestion is that you could discuss this issue with the eBay Developer Support experts, so we could know that whether it supports the VS2013 or which version you would
    install. I suggestion you post this issue to the eBay forum.
    The forum link:
    https://forums.developer.ebay.com/spaces/14/ebay-apis-net-sdk-for-trading-api.html
    Note: This response contains a reference to third party World Wide Web sites. Microsoft is providing this information as a convenience to you.
    Microsoft does not control these sites and has not tested any software or information found on these sites;
    Therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there.
    There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Use of WIN-SDK Import libraries

    How can we use Win32 SDK import libraries( *.lib) in our forms. I am not asking of DLL,
    of course we can use a DLL with ora_ffi, But my problem is the use of Microsoft SDK for windows. Because Microsoft windows API documentation is based on Import libraries(*.lib) so we can not have the detailed information of DLLs, Thats why i am interested in use of (*.lib) import libraries.

    Adding the lib file to your project is not sufficient to use its functions.
    You also need the function definitions. According to MSDN, CMC function definitions
    are located in "xcmc.h" header file, which should be present in cvi\sdk\include.
    So, simply add the following line at the beginning of your source file "smtp.c":
    #include
    [email protected] wrote:
    >Hi,> I am trying to use win32 calls that are not included in kernel32.lib,>gdi32.lib
    and user32.lib thus I have to add import libraries to the>project. Reading
    cvi\sdk\sdkfuncs.txt I determined that the three>functions I need (cmc_logon,
    cmc_logoff and cmc_send) are located in>mapi32.lib.>> So in project I do
    Edit->Add files to project->library and select>cvi\sdk\lib\mapi32.lib. It
    pops into the project
    view.>> After build project I get>Undefined symbol
    'cmc_logoff' referenced in "smtp.c">Undefined symbol 'cmc_logon' referenced
    in "smtp.c">Undefined symbol 'cmc_send' referenced in "smtp.c">>Which are
    exactly the same errors if I don't include mapi32.lib in the>project.>>Where
    have I gone wrong? As far as I can tell these routines should now>link.>>This
    is using NT 4.0, service pack 6a, Labwindow version 5.0>>Thanks,> Bob>>>Sent
    via Deja.com http://www.deja.com/>Before you buy.

  • XMP File Info SDK for CS4

    Hi,
    on our SDK page, the link to the CS4 SDK accidentally got lost,
    but you can still download it here.
    Here is short guideline which SDK to use:
    If you or your customer are using only CS5, use the the CS5 SDK
    When your custom panel shall be used with both CS4 and CS5, please use the CS4 SDK
    For users of CS3 or earlier, you can create custom panels using a textual syntax, please use this SDK
    When you have existing "EVE panels", you can convert them to MXML,
    please read the forum discussion "Convert CS3 XMP Panels to work with CS
    -- Stefan

    Acrobat X custom panels are still compatible to Acrobat 8/9.
    You can neither use the File Info SDK CS4 nor CS5.
    To create a custom panel, please use this package on DevNET.
    -- Stefan

Maybe you are looking for