Unable to start azure storage emulator

Hi,
I am using Visual Studio 2013, Azure tools 2.3, where i am not able to open the command prompt as
an administrator. Therefore I am trying as a non admin. I am able to initialize the storage emulator  but unable to start it where it leaves an error: unable to start storage emulator.Please could you help me out.
C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator>WAStorageEmulator.e
xe init
Windows Azure Storage Emulator 3.3.0.0 command line tool
The storage emulator was successfully initialized and is ready to use.
C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator>WAStorageEmulator.e
xe start
Windows Azure Storage Emulator 3.3.0.0 command line tool
Error: Unable to start the storage emulator.

hi sir,
Firstly, I recommend you could try to use this method "Run as Administrator" to open the emulator:
Secondly, I suggest you could refer to Gaura's blog about how to Managing Storage Emulator in Azure SDK Version 2.3:
http://gauravmantri.com/2014/04/04/managing-storage-emulator-in-azure-sdk-version-2-3/
And  the compromise approach is that you uninstall all version of Azure SDK from your PC and install the latest version again.
Please try it and any questions, please let me know .
Regards,
Will
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.

Similar Messages

  • Windows Azure Tools: Failed to initialize Windows Azure storage emulator. Unable to start the storage emulator.

    Hi,
    I created a cloud service using Visual Studio 2013. When I tried to run the service, it fails with
    Windows Azure Tools: Failed to initialize Windows Azure storage emulator. Unable to start the storage emulator.
    Is there a way to debug this error? At a bare minimum, it would be great to get an error message on why it could not start.
    Thanks

    I ran Windows Azure Storage Emulator -v3.1 to launch the command line tool. I wanted to see if I could get some debug information, but that failed with the following exception.
    C:\Program Files (x86)\Microsoft SDKs\Windows Azure\Storage Emulator>WAStorageEmulator.exe start
    Windows Azure Storage Emulator 3.1.0.0 command line tool
    Unhandled Exception: System.TimeoutException: Unable to open wait handle.
       at Microsoft.WindowsAzure.Storage.Emulator.Controller.EmulatorProcessController.InternalWaitForStorageEmulator(Int32 timeoutInMilliseconds)
       at Microsoft.WindowsAzure.Storage.Emulator.Controller.EmulatorProcessController.EnsureRunning(Int32 timeoutInMilliseconds)
       at Microsoft.WindowsAzure.Storage.Emulator.StartCommand.RunCommand()
       at Microsoft.WindowsAzure.Storage.Emulator.Program.Main(String[] args)

  • Cannot install Windows Azure Storage Emulator - 3.0 Error: No available SQL Instance was found

    When trying to install Windows Azure SDK for .NET (VS 2013) - 2.3 from Web Platform Installer 4.6, the install fails because  Windows Azure Storage Emulator - 3.0 (Dependency) does not install successfully.  
    Possibly relevant lines from the install log are:
    CAQuietExec:  Entering CAQuietExec in C:\WINDOWS\Installer\MSI1223.tmp, version 3.6.3303.0
    CAQuietExec:  "C:\Program Files (x86)\Microsoft SDKs\Windows Azure\Storage Emulator\WAStorageEmulator.exe" init -forcecreate -autodetect
    CAQuietExec:  Windows Azure Storage Emulator 3.0.0.0 command line tool
    CAQuietExec:  Error: No available SQL Instance was found.
    CAQuietExec:  Error 0xfffffff6: Command line returned an error.
    CAQuietExec:  Error 0xfffffff6: CAQuietExec Failed
    CustomAction RunInitialize returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
    Action ended 11:50:13: InstallFinalize. Return value 3.
    Action ended 11:50:13: INSTALL. Return value 3.
    In terms of SQL Instance, SQL LocalDB is installed and working properly.  SQL Server 2012 is also installed and working properly.

    Hi,
    It is a SDK version issue. I suggest you could remove all azure sdk form your PC and use WPI to install the latest version again.
    If you have any questions, please let me know.
    Regards,
    Will 
    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.

  • Storage Emulator Batch operation fails: JsonFormatNotSupported

    I am having trouble with the Azure storage EMULATOR when I send a a batch containing one changeset.
    Here are the publicly available credentials that I use:
    account name: devstoreaccount1
    key: Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==
    In that changeset I use a json payload. Here is a capture from Fiddler of the HTTP request I send out:
    POST http://127.0.0.1:10002/devstoreaccount1/$batch HTTP/1.1
    Accept: application/json;odata=minimalmetadata
    x-ms-version: 2013-08-15
    Content-Type: multipart/mixed; boundary=batch_a1e9d677-b28b-435e-a89e-87e6a768a431
    x-ms-date: Wed, 20 Aug 2014 15:51:44 GMT
    Authorization: SharedKeyLite devstoreaccount1:pYsBvjqA5gNes4L7PlYrmJuKk+FxWby4Fyplgbl9Nyw=
    Accept-Language: en-US,en-ZA;q=0.7,en;q=0.3
    UA-CPU: AMD64
    Accept-Encoding: gzip, deflate
    User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MSAppHost/2.0; rv:11.0) like Gecko
    Connection: Keep-Alive
    Content-Length: 639
    Host: 127.0.0.1:10002
    Pragma: no-cache
    --batch_a1e9d677-b28b-435e-a89e-87e6a768a431
    Content-Type: multipart/mixed; boundary=changeset_8a28b620-b4bb-458c-a177-0959fb14c977
    --changeset_8a28b620-b4bb-458c-a177-0959fb14c977
    Content-Type: application/http
    Content-Transfer-Encoding: binary
    PUT http://127.0.0.1:10002/devstoreaccount1/boobooboo(PartitionKey='Channel_19',RowKey='1') HTTP/1.1
    Content-Type: application/json
    Accept: application/json;odata=minimalmetadata
    x-ms-version: 2013-08-15
    {"PartitionKey":"Channel_19","RowKey":"1","Rating":9,"Text":".NET..."}
    --changeset_8a28b620-b4bb-458c-a177-0959fb14c977--
    --batch_a1e9d677-b28b-435e-a89e-87e6a768a431--
    And here is the response I get back from the emulator:
    HTTP/1.1 202 Accepted
    Cache-Control: no-cache
    Content-Type: multipart/mixed; boundary=batchresponse_b459ba99-58f8-4a60-9b4e-bca74afc0e39
    Server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0
    x-ms-request-id: dfc8e1c3-4a99-4299-9252-dbc177bf6db3
    x-ms-version: 2013-08-15
    X-Content-Type-Options: nosniff
    Date: Wed, 20 Aug 2014 15:51:44 GMT
    Content-Length: 779
    --batchresponse_b459ba99-58f8-4a60-9b4e-bca74afc0e39
    Content-Type: multipart/mixed; boundary=changesetresponse_66204595-1aa3-4e93-873f-8b66905e9550
    --changesetresponse_66204595-1aa3-4e93-873f-8b66905e9550
    Content-Type: application/http
    Content-Transfer-Encoding: binary
    HTTP/1.1 415 Unsupported Media Type
    X-Content-Type-Options: nosniff
    DataServiceVersion: 3.0;
    Content-Type: application/json;odata=minimalmetadata;streaming=true;charset=utf-8
    {"odata.error":{"code":"JsonFormatNotSupported","message":{"lang":"en-US","value":"0:JSON format is not supported.\nRequestId:dfc8e1c3-4a99-4299-9252-dbc177bf6db3\nTime:2014-08-20T15:51:44.8561252Z"}}}
    --changesetresponse_66204595-1aa3-4e93-873f-8b66905e9550--
    --batchresponse_b459ba99-58f8-4a60-9b4e-bca74afc0e39--
    The weird thing is, I am able to post a json payload PERFECTLY fine if I don't try batching.
    Can anyone see if there is something missing from my request? What can I do/use to help me debug the issue more?

    It turns out that I was missing a header:
    MaxDataServiceVersion: 3.0;NetFx
    So my request header should look something like:
    POST http://127.0.0.1:10002/devstoreaccount1/$batch HTTP/1.1
    Accept: */*
    x-ms-version: 2014-02-14
    DataServiceVersion: 3.0;
    Content-Type: multipart/mixed; boundary=batch_263c1534-47a0-4721-a76b-80b58cdf31ff
    x-ms-date: Wed, 20 Aug 2014 20:20:01 GMT
    Authorization: SharedKeyLite devstoreaccount1:Q2XtDBKtwlIgNoGU8r3ltXtf6R4LmVfvNs12vhI/cLg=
    MaxDataServiceVersion: 3.0;NetFx
    Accept-Language: en-US,en-ZA;q=0.7,en;q=0.3
    UA-CPU: AMD64
    Accept-Encoding: gzip, deflate
    User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MSAppHost/2.0; rv:11.0) like Gecko
    Connection: Keep-Alive
    Content-Length: 572
    Host: 127.0.0.1:10002
    Pragma: no-cache
    --batch_263c1534-47a0-4721-a76b-80b58cdf31ff
    Content-Type: multipart/mixed; boundary=changeset_52746636-83b9-4d69-85ac-9b921b0df99b
    --changeset_52746636-83b9-4d69-85ac-9b921b0df99b
    Content-Type: application/http
    Content-Transfer-Encoding: binary
    PUT http://ipv4.fiddler:10002/devstoreaccount1/boobooboo(PartitionKey='Channel_19',RowKey='1') HTTP/1.1
    Accept: application/json;odata=minimalmetadata
    Content-Type: application/json
    DataServiceVersion: 3.0;
    --changeset_52746636-83b9-4d69-85ac-9b921b0df99b--
    --batch_263c1534-47a0-4721-a76b-80b58cdf31ff--

  • Windows azure storage DevelopmentStorageAccount CloudTable.CreateIfNotExists() always get 400 http error

    environment:
    windows 8.1,  Visual Studio 2013,  Windows Azure SDK2.2 ,  Microsoft.WindowsAzure.Storage V3.0.0.0,  Windows Azure Storage Emulator 2.2
    Code snippet:
    CloudStorageAccount account = CloudStorageAccount.DevelopmentStorageAccount;
    CloudTableClient tableClient = account.CreateCloudTableClient();
    CloudTable table = tableClient.GetTableReference(tableName);
    table.CreateIfNotExists();  // this line cause error
    Error Message:
    System.Net.HttpWebRequest.GetResponse() +6594148
    Microsoft.WindowsAzure.Storage.Core.Executor.Executor.ExecuteSync(RESTCommand`1 cmd, IRetryPolicy policy, OperationContext operationContext) +1948
    [StorageException: remote server return error: (400) bad request]Microsoft.WindowsAzure.Storage.Core.Executor.Executor.ExecuteSync(RESTCommand`1 cmd, IRetryPolicy policy, OperationContext operationContext) +7389
    Microsoft.WindowsAzure.Storage.Table.TableOperation.Execute(CloudTableClient client, CloudTable table, TableRequestOptions requestOptions, OperationContext operationContext) +206
    Microsoft.WindowsAzure.Storage.Table.CloudTable.Exists(Boolean primaryOnly, TableRequestOptions requestOptions, OperationContext operationContext) +394
    I have search many threads on internet.  And I cannot get any solution.  Who can help? Thanks a lot.

    Hi,
    I didn’t find any issue in the code that you provided, I also try it and in my PC it created a new table in my storage, my system is windows 8, Visual Studio 2012, Windows Azure SDK2.2, Microsfot.WindowsAzure.Storage V2.0.0.0. From my experience, there is
    something wrong in you Windows Azure SDK, I recommended you to reinstall, and then try the code again. If you have any further issue, please feel free to let me know.
    Best Regards
    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.

  • Latest Azure Storage SDK 4.2.1 fails under dev emulator when called at CloudTableClient.CreateIfNotExists()

    I am using Azure SDK 2.2 and Azure Storage SDK 4.2.1 and storage config. 2.0 in my cloud solution.  I am trying to initialize the storage as follows.
    CloudStorageAccount storageAccount = CloudStorageAccount.Parse(connectionKey);
                    // Create the table client.
                    CloudTableClient tableClient = storageAccount.CreateCloudTableClient();
                    // Create the table if it doesn't exist.
                    table = tableClient.GetTableReference(tableName);
                    table.CreateIfNotExists();
    Table.CreateIfNotExists() throws an exception in my dev emulator. I have been seeing this issue for quite sometime. It looks like MSFT has not fixed this issue at all. The same code works fine when I connect to the real Azure storage in the cloud. It just
    does not work under emulator. How can I debug anything. If I use Storage SDK 2.1, it works fine in dev emulator. After 3.0, nothing seems to work. Am I only one or anybody else have the same issue. Is there any workaround for this version or should I stick
    to the old version. Any help is appreciated.
    here is the detail exception.
    ex {"The remote server returned an error: (400) Bad Request."}
    System.Exception {Microsoft.WindowsAzure.Storage.StorageException}
    + [Microsoft.WindowsAzure.Storage.StorageException]
    {"The remote server returned an error: (400) Bad Request."}
    Microsoft.WindowsAzure.Storage.StorageException
    _className
    null string
    + _data
    {System.Collections.ListDictionaryInternal}
    System.Collections.IDictionary {System.Collections.ListDictionaryInternal}
    _dynamicMethods
    null object
    _exceptionMethod
    null System.Reflection.MethodBase
    _exceptionMethodString
    null string
    _helpURL
    null string
    _HResult
    -2146233088 int
    + _innerException
    {"The remote server returned an error: (400) Bad Request."}
    System.Exception {System.Net.WebException}
    + _ipForWatsonBuckets
    8791483017288 System.UIntPtr
    _message
    "The remote server returned an error: (400) Bad Request."
    string
    _remoteStackIndex
    0 int
    _remoteStackTraceString
    null string
    + _safeSerializationManager
    {System.Runtime.Serialization.SafeSerializationManager}
    System.Runtime.Serialization.SafeSerializationManager
    _source
    null string
    + _stackTrace
    {sbyte[192]} object {sbyte[]}
    _stackTraceString
    null string
    _watsonBuckets
    null object
    _xcode
    -532462766 int
    + _xptrs
    0 System.IntPtr
    + Data
    {System.Collections.ListDictionaryInternal}
    System.Collections.IDictionary {System.Collections.ListDictionaryInternal}
    HelpLink
    null string
    HResult
    -2146233088 int
    + InnerException
    {"The remote server returned an error: (400) Bad Request."}
    System.Exception {System.Net.WebException}
    + IPForWatsonBuckets
    8791483017288 System.UIntPtr
    IsTransient
    false bool
    Message
    "The remote server returned an error: (400) Bad Request."
    string
    RemoteStackTrace
    null string
    Source
    "Microsoft.WindowsAzure.Storage" string
    StackTrace
    "   at Microsoft.WindowsAzure.Storage.Core.Executor.Executor.ExecuteSync[T](RESTCommand`1 cmd, IRetryPolicy policy, OperationContext operationContext)\r\n   at Microsoft.WindowsAzure.Storage.Table.TableOperation.Execute(CloudTableClient client,
    CloudTable table, TableRequestOptions requestOptions, OperationContext operationContext)\r\n   at Microsoft.WindowsAzure.Storage.Table.CloudTable.Exists(Boolean primaryOnly, TableRequestOptions requestOptions, OperationContext operationContext)\r\n  
    at Microsoft.WindowsAzure.Storage.Table.CloudTable.CreateIfNotExists(TableRequestOptions requestOptions, OperationContext operationContext)\r\n   at PSI.Applications.RemoteManagement.TraceLogManagement.AzureTableStore.InitializeStorageTable(String tableName,
    String connectionKey) in c:\\AzureTraceCloudService\\AzureTableStoreLib\\AzureTableStore.cs:line 27"
    string
    + TargetSite
    {T ExecuteSync[T](Microsoft.WindowsAzure.Storage.Core.Executor.RESTCommand`1[T], Microsoft.WindowsAzure.Storage.RetryPolicies.IRetryPolicy, Microsoft.WindowsAzure.Storage.OperationContext)}
    System.Reflection.MethodBase {System.Reflection.RuntimeMethodInfo}
    WatsonBuckets
    null object
    + Static members
    Thanks,
    Ravi

    Hi Ravi,
    This issue maybe caused by storage client library is still not compatible with storage emulator and that's why your code is failing. I would recommend downgrading your storage client library to the previous version and your code should work just fine,
    the best option I think is to upgrade the SDK to the latest version, refer to
    http://azure.microsoft.com/blog/2014/08/04/announcing-release-of-visual-studio-2013-update-3-and-azure-sdk-2-4/ for more details.
    Best Regards,
    Jambor
    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.

  • TS4009 unable to start ipad because not enough storage?

    unable to start ipad because not enough storage? Why

    You're iPad won't start?  Try resetting it by holding the power and home buttons at the same time until you see the Apple logo, then release.

  • Unable to start xorg after latest nvidia update

    Hi,
    I have NVIDIA GeForce GTX 750 card. I did update to version 346.47 of nvidia driver and figured out that after reboot SDDM dont start. I disabled login manager and tried to start xorg server manually but without success. I see that there is segmentation fault in log but don't understand where it comes from exectly.
    Output of /var/log/Xorg.0.log:
    [ 18.250]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 18.251] X Protocol Version 11, Revision 0
    [ 18.251] Build Operating System: Linux 3.18.6-1-ARCH x86_64
    [ 18.251] Current Operating System: Linux lolik-pc 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015 x86_64
    [ 18.251] Kernel command line: \boot\vmlinuz-linux rw root=UUID=d0592c05-2ed2-4bd2-be47-6a2762e5c3c3 rootfstype=ext4 initrd=boot\initramfs-linux.img
    [ 18.252] Build Date: 22 February 2015 12:50:32PM
    [ 18.253]
    [ 18.253] Current version of pixman: 0.32.6
    [ 18.254] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 18.254] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 18.255] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb 28 13:33:14 2015
    [ 18.260] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 18.261] (==) No Layout section. Using the first Screen section.
    [ 18.261] (==) No screen section available. Using defaults.
    [ 18.261] (**) |-->Screen "Default Screen Section" (0)
    [ 18.261] (**) | |-->Monitor "<default monitor>"
    [ 18.261] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 18.261] (==) Automatically adding devices
    [ 18.261] (==) Automatically enabling devices
    [ 18.261] (==) Automatically adding GPU devices
    [ 18.267] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    [ 18.267] Entry deleted from font path.
    [ 18.267] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    [ 18.271] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 18.271] Entry deleted from font path.
    [ 18.271] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 18.272] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 18.272] Entry deleted from font path.
    [ 18.272] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 18.272] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 18.272] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 18.272] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 18.272] (II) Loader magic: 0x815d80
    [ 18.272] (II) Module ABI versions:
    [ 18.272] X.Org ANSI C Emulation: 0.4
    [ 18.272] X.Org Video Driver: 19.0
    [ 18.272] X.Org XInput driver : 21.0
    [ 18.272] X.Org Server Extension : 9.0
    [ 18.273] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 18.273] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 18.273] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
    [ 18.273] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 18.273] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 9 paused 0
    [ 18.274] (--) PCI: (0:0:2:0) 8086:0412:1458:d000 rev 6, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
    [ 18.274] (--) PCI:*(0:1:0:0) 10de:1380:1462:3102 rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 18.274] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 18.274] (II) LoadModule: "glx"
    [ 18.275] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 18.342] (II) Module glx: vendor="NVIDIA Corporation"
    [ 18.342] compiled for 4.0.2, module version = 1.0.0
    [ 18.342] Module class: X.Org Server Extension
    [ 18.343] (II) NVIDIA GLX Module 346.47 Thu Feb 19 18:09:07 PST 2015
    [ 18.343] (II) Applying OutputClass "nvidia" to /dev/dri/card0
    [ 18.343] loading driver: nvidia
    [ 18.343] (==) Matched nvidia as autoconfigured driver 0
    [ 18.343] (==) Matched nouveau as autoconfigured driver 1
    [ 18.343] (==) Matched nv as autoconfigured driver 2
    [ 18.343] (==) Matched intel as autoconfigured driver 3
    [ 18.343] (==) Matched nouveau as autoconfigured driver 4
    [ 18.343] (==) Matched nv as autoconfigured driver 5
    [ 18.343] (==) Matched modesetting as autoconfigured driver 6
    [ 18.343] (==) Matched fbdev as autoconfigured driver 7
    [ 18.343] (==) Matched vesa as autoconfigured driver 8
    [ 18.343] (==) Assigned the driver to the xf86ConfigLayout
    [ 18.343] (II) LoadModule: "nvidia"
    [ 18.344] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 18.349] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 18.349] compiled for 4.0.2, module version = 1.0.0
    [ 18.349] Module class: X.Org Video Driver
    [ 18.350] (II) LoadModule: "nouveau"
    [ 18.350] (WW) Warning, couldn't open module nouveau
    [ 18.350] (II) UnloadModule: "nouveau"
    [ 18.350] (II) Unloading nouveau
    [ 18.350] (EE) Failed to load module "nouveau" (module does not exist, 0)
    [ 18.350] (II) LoadModule: "nv"
    [ 18.350] (WW) Warning, couldn't open module nv
    [ 18.350] (II) UnloadModule: "nv"
    [ 18.350] (II) Unloading nv
    [ 18.350] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 18.350] (II) LoadModule: "intel"
    [ 18.350] (WW) Warning, couldn't open module intel
    [ 18.350] (II) UnloadModule: "intel"
    [ 18.350] (II) Unloading intel
    [ 18.350] (EE) Failed to load module "intel" (module does not exist, 0)
    [ 18.350] (II) LoadModule: "modesetting"
    [ 18.350] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 18.350] (II) Module modesetting: vendor="X.Org Foundation"
    [ 18.350] compiled for 1.17.1, module version = 1.17.1
    [ 18.350] Module class: X.Org Video Driver
    [ 18.350] ABI class: X.Org Video Driver, version 19.0
    [ 18.350] (II) LoadModule: "fbdev"
    [ 18.350] (WW) Warning, couldn't open module fbdev
    [ 18.350] (II) UnloadModule: "fbdev"
    [ 18.350] (II) Unloading fbdev
    [ 18.350] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 18.350] (II) LoadModule: "vesa"
    [ 18.350] (WW) Warning, couldn't open module vesa
    [ 18.350] (II) UnloadModule: "vesa"
    [ 18.350] (II) Unloading vesa
    [ 18.350] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 18.350] (II) NVIDIA dlloader X Driver 346.47 Thu Feb 19 17:47:18 PST 2015
    [ 18.350] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 18.351] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 18.351] (++) using VT number 1
    [ 18.351] (--) controlling tty is VT number 1, auto-enabling KeepTty
    [ 18.351] (II) Loading sub module "fb"
    [ 18.351] (II) LoadModule: "fb"
    [ 18.351] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 18.352] (II) Module fb: vendor="X.Org Foundation"
    [ 18.352] compiled for 1.17.1, module version = 1.0.0
    [ 18.352] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 18.352] (II) Loading sub module "wfb"
    [ 18.352] (II) LoadModule: "wfb"
    [ 18.352] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 18.353] (II) Module wfb: vendor="X.Org Foundation"
    [ 18.353] compiled for 1.17.1, module version = 1.0.0
    [ 18.353] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 18.353] (II) Loading sub module "ramdac"
    [ 18.353] (II) LoadModule: "ramdac"
    [ 18.353] (II) Module "ramdac" already built-in
    [ 18.354] (II) modeset(G0): using drv /dev/dri/card1
    [ 18.354] (WW) Falling back to old probe method for modesetting
    [ 18.354] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 18.354] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 18.354] (==) NVIDIA(0): RGB weight 888
    [ 18.354] (==) NVIDIA(0): Default visual is TrueColor
    [ 18.354] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 18.354] (**) NVIDIA(0): Enabling 2D acceleration
    [ 18.948] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
    [ 18.948] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 750 Ti (GM107-A) at PCI:1:0:0 (GPU-0)
    [ 18.948] (--) NVIDIA(0): Memory: 2097152 kBytes
    [ 18.948] (--) NVIDIA(0): VideoBIOS: 82.07.32.00.18
    [ 18.948] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 18.952] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 750 Ti at PCI:1:0:0
    [ 18.952] (--) NVIDIA(0): CRT-0
    [ 18.952] (--) NVIDIA(0): DELL U2211H (DFP-0) (boot, connected)
    [ 18.952] (--) NVIDIA(0): DFP-1
    [ 18.952] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 18.952] (--) NVIDIA(0): DELL U2211H (DFP-0): Internal TMDS
    [ 18.952] (--) NVIDIA(GPU-0): DELL U2211H (DFP-0): 330.0 MHz maximum pixel clock
    [ 18.952] (--) NVIDIA(0): DFP-1: Internal TMDS
    [ 18.952] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
    [ 18.952] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 18.952] (**) NVIDIA(0): device DELL U2211H (DFP-0) (Using EDID frequencies has
    [ 18.952] (**) NVIDIA(0): been enabled on all display devices.)
    [ 18.953] (==) NVIDIA(0):
    [ 18.953] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 18.953] (==) NVIDIA(0): will be used as the requested mode.
    [ 18.953] (==) NVIDIA(0):
    [ 18.953] (II) NVIDIA(0): Validated MetaModes:
    [ 18.953] (II) NVIDIA(0): "DFP-0:nvidia-auto-select"
    [ 18.953] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
    [ 18.983] (--) NVIDIA(0): DPI set to (101, 101); computed from "UseEdidDpi" X config
    [ 18.983] (--) NVIDIA(0): option
    [ 18.983] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
    [ 18.983] (==) modeset(G0): RGB weight 888
    [ 18.983] (==) modeset(G0): Default visual is TrueColor
    [ 18.983] (II) Loading sub module "glamoregl"
    [ 18.983] (II) LoadModule: "glamoregl"
    [ 18.983] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 18.995] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 18.995] compiled for 1.17.1, module version = 1.0.0
    [ 18.995] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 18.995] (II) glamor: OpenGL accelerated X.org driver based.
    [ 19.024] (EE)
    [ 19.024] (EE) Backtrace:
    [ 19.025] (EE) 0: /usr/lib/xorg-server/Xorg (OsLookupColor+0x119) [0x5949c9]
    [ 19.026] (EE) 1: /usr/lib/libc.so.6 (__restore_rt+0x0) [0x7fc93cef353f]
    [ 19.028] (EE) 2: /usr/lib/libX11.so.6 (_XSend+0x2b) [0x7fc932e6a0bb]
    [ 19.028] (EE) 3: /usr/lib/libX11.so.6 (_XFlush+0x15) [0x7fc932e6a575]
    [ 19.028] (EE) 4: /usr/lib/libX11.so.6 (_XGetRequest+0x65) [0x7fc932e6d055]
    [ 19.028] (EE) 5: /usr/lib/libX11.so.6 (XQueryExtension+0x4d) [0x7fc932e605ed]
    [ 19.028] (EE) 6: /usr/lib/libX11.so.6 (XInitExtension+0x32) [0x7fc932e54392]
    [ 19.028] (EE) 7: /usr/lib/libXext.so.6 (XextAddDisplay+0x4f) [0x7fc932c2338f]
    [ 19.028] (EE) 8: /usr/lib/libnvidia-glsi.so.346.47 (_nv016glsi+0x5f3f7) [0x7fc93322c3d7]
    [ 19.028] (EE) 9: /usr/lib/libnvidia-glsi.so.346.47 (_nv016glsi+0x804) [0x7fc93316ebf4]
    [ 19.028] (EE) unw_get_proc_name failed: no unwind info found [-10]
    [ 19.028] (EE) 10: /usr/lib/libEGL.so.1 (?+0x804) [0x7fc933417ef4]
    [ 19.028] (EE) unw_get_proc_name failed: no unwind info found [-10]
    [ 19.028] (EE) 11: /usr/lib/libEGL.so.1 (?+0x804) [0x7fc933418924]
    [ 19.028] (EE) 12: /usr/lib/libEGL.so.1 (NvEglRegClientApi+0x4f36) [0x7fc933425866]
    [ 19.028] (EE) 13: /usr/lib/xorg/modules/libglamoregl.so (glamor_egl_init+0x99) [0x7fc935930539]
    [ 19.029] (EE) 14: /usr/lib/xorg/modules/drivers/modesetting_drv.so (_init+0x29ce) [0x7fc935fc7e9e]
    [ 19.029] (EE) 15: /usr/lib/xorg-server/Xorg (InitOutput+0xbcc) [0x47b63c]
    [ 19.029] (EE) 16: /usr/lib/xorg-server/Xorg (remove_fs_handlers+0x22a) [0x43c9da]
    [ 19.029] (EE) 17: /usr/lib/libc.so.6 (__libc_start_main+0xf0) [0x7fc93cee0800]
    [ 19.029] (EE) 18: /usr/lib/xorg-server/Xorg (_start+0x29) [0x427039]
    [ 19.029] (EE) 19: ? (?+0x29) [0x29]
    [ 19.029] (EE)
    [ 19.029] (EE) Segmentation fault at address 0x0
    [ 19.029] (EE)
    Fatal server error:
    [ 19.029] (EE) Caught signal 11 (Segmentation fault). Server aborting
    [ 19.029] (EE)
    [ 19.029] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 19.029] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 19.029] (EE)
    [ 19.031] (EE) Server terminated with error (1). Closing log file.
    Output of command "lspci -k | grep -A 2 -i "VGA""
    00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06)
    Subsystem: Gigabyte Technology Co., Ltd Device d000
    Kernel driver in use: i915
    01:00.0 VGA compatible controller: NVIDIA Corporation GM107 [GeForce GTX 750 Ti] (rev a2)
    Subsystem: Micro-Star International Co., Ltd. [MSI] Device 3102
    Kernel driver in use: nvidia
    Output of command "modinfo nvidia"
    filename: /lib/modules/3.18.6-1-ARCH/extramodules/nvidia.ko.gz
    alias: char-major-195-*
    version: 346.47
    supported: external
    license: NVIDIA
    alias: pci:v000010DEd00000E00sv*sd*bc04sc80i00*
    alias: pci:v000010DEd00000AA3sv*sd*bc0Bsc40i00*
    alias: pci:v000010DEd*sv*sd*bc03sc02i00*
    alias: pci:v000010DEd*sv*sd*bc03sc00i00*
    depends: drm,i2c-core
    vermagic: 3.18.6-1-ARCH SMP preempt mod_unload modversions
    parm: NVreg_Mobile:int
    parm: NVreg_ResmanDebugLevel:int
    parm: NVreg_RmLogonRC:int
    parm: NVreg_ModifyDeviceFiles:int
    parm: NVreg_DeviceFileUID:int
    parm: NVreg_DeviceFileGID:int
    parm: NVreg_DeviceFileMode:int
    parm: NVreg_RemapLimit:int
    parm: NVreg_UpdateMemoryTypes:int
    parm: NVreg_InitializeSystemMemoryAllocations:int
    parm: NVreg_UsePageAttributeTable:int
    parm: NVreg_MapRegistersEarly:int
    parm: NVreg_RegisterForACPIEvents:int
    parm: NVreg_CheckPCIConfigSpace:int
    parm: NVreg_EnablePCIeGen3:int
    parm: NVreg_EnableMSI:int
    parm: NVreg_MemoryPoolSize:int
    parm: NVreg_RegistryDwords:charp
    parm: NVreg_RmMsg:charp
    parm: NVreg_AssignGpus:charp
    In addition, in order to disable sddm I downloaded latest Arch linux installation CD (2015.02.01) but I was unable to start PC with this version. Loading stuck after first 3 lines, after "triggering udevevents".
    I had old version 2014.08 and it worked ok.
    Thanks,
    Alexey

    I just wanted to echo eugeneyche's comment. I ran the same steps mentioned by ElectricPrism but that didn't really fix them. I had to add nomodeset to my kernel parameters. I now want to know what's really going on. For the record, this was my backtrace:
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (**) NVIDIA(0): device Ancor Communications Inc ASUS VE278 (DFP-1) (Using
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (**) NVIDIA(0): EDID frequencies has been enabled on all display
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (**) NVIDIA(0): devices.)
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (==) NVIDIA(0):
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (==) NVIDIA(0): will be used as the requested mode.
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (==) NVIDIA(0):
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (II) NVIDIA(0): Validated MetaModes:
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (II) NVIDIA(0): "DFP-0:nvidia-auto-select,DFP-1:nvidia-auto-select"
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (II) NVIDIA(0): Virtual screen size determined to be 3600 x 1080
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (--) NVIDIA(0): DPI set to (90, 88); computed from "UseEdidDpi" X config
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (--) NVIDIA(0): option
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (==) modeset(G0): RGB weight 888
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (==) modeset(G0): Default visual is TrueColor
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (II) Loading sub module "glamoregl"
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (II) LoadModule: "glamoregl"
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (II) Module glamoregl: vendor="X.Org Foundation"
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: compiled for 1.17.1, module version = 1.0.0
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: ABI class: X.Org ANSI C Emulation, version 0.4
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (II) glamor: OpenGL accelerated X.org driver based.
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE)
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE) Backtrace:
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE) 0: /usr/lib/xorg-server/Xorg (OsLookupColor+0x119) [0x5949c9]
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE) 1: /usr/lib/libc.so.6 (__restore_rt+0x0) [0x7fad6053a53f]
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE) 2: /usr/lib/libxcb.so.1 (xcb_writev+0x0) [0x7fad56046100]
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE) 3: /usr/lib/libX11.so.6 (_XSend+0x19e) [0x7fad564b122e]
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE) 4: /usr/lib/libX11.so.6 (_XFlush+0x15) [0x7fad564b1575]
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE) 5: /usr/lib/libX11.so.6 (_XGetRequest+0x65) [0x7fad564b4055]
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE) 6: /usr/lib/libX11.so.6 (XQueryExtension+0x4d) [0x7fad564a75ed]
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE) 7: /usr/lib/libX11.so.6 (XInitExtension+0x32) [0x7fad5649b392]
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE) 8: /usr/lib/libXext.so.6 (XextAddDisplay+0x4f) [0x7fad5626a38f]
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE) 9: /usr/lib/libnvidia-glsi.so.346.47 (_nv016glsi+0x5f3f7) [0x7fad568733d7]
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE) 10: /usr/lib/libnvidia-glsi.so.346.47 (_nv016glsi+0x804) [0x7fad567b5bf4]
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE) unw_get_proc_name failed: no unwind info found [-10]
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE) 11: /usr/lib/libEGL.so.1 (?+0x804) [0x7fad56a5eef4]
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE) unw_get_proc_name failed: no unwind info found [-10]
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE) 12: /usr/lib/libEGL.so.1 (?+0x804) [0x7fad56a5f924]
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE) 13: /usr/lib/libEGL.so.1 (NvEglRegClientApi+0x4f36) [0x7fad56a6c866]
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE) 14: /usr/lib/xorg/modules/libglamoregl.so (glamor_egl_init+0x99) [0x7fad58f77539]
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE) 15: /usr/lib/xorg/modules/drivers/modesetting_drv.so (_init+0x29ce) [0x7fad5960ee9e]
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE) 16: /usr/lib/xorg-server/Xorg (InitOutput+0xbcc) [0x47b63c]
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE) 17: /usr/lib/xorg-server/Xorg (remove_fs_handlers+0x22a) [0x43c9da]
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE) 18: /usr/lib/libc.so.6 (__libc_start_main+0xf0) [0x7fad60527800]
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE) 19: /usr/lib/xorg-server/Xorg (_start+0x29) [0x427039]
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE) 20: ? (?+0x29) [0x29]
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE)
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE) Segmentation fault at address 0x0
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE)
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: Fatal server error:
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE) Caught signal 11 (Segmentation fault). Server aborting
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE)
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE)
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: Please consult the The X.Org Foundation support
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: at http://wiki.x.org
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: for help.
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE) Please also check the log file at "/dev/null" for additional information.
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE)
    Mar 09 19:57:56 dexter gdm-Xorg-:5[448]: (EE) Server terminated with error (1). Closing log file.
    Mar 09 19:57:56 dexter systemd-coredump[449]: Process 448 (Xorg) of user 0 dumped core

  • How to set web job like a ssis which can take xmil file from azure storage to up date azure sql

    Hi,
    I have xml files under azure storage, i would like to set up web job which should be scheduled and
    load xml to update/insert/delete azure database.
    I have done SSIS locally and but cant use in azure.
    According to several advices and forum pages,I need to create azure web job.
    Please advice link or advice.
    Thanks.
    Superman

    Hi,
    To get started with Azure webjobs you could refer the following link:
    http://azure.microsoft.com/en-in/documentation/articles/websites-dotnet-webjobs-sdk-get-started/
    The article shows how to create a multi-tier ASP.NET MVC application that uses the WebJobs SDK to work with Azure blobs in an Azure Website.
    Meanwhile, we will research regarding your specific requirement and revert with our finds.
    Regards,
    Malar

  • Import files, sub folders Into Azure Storage

    Hi,
    Since Azure storage can have containers and blobs within those containers, I like to understand how Microsoft will upload the files / folders to Azure Storage if I start an import job. The situation is, I have a main folder say "c-amazingelephants-wotws"
    that will be container in Azure Storage. In that folder I have some subfolders and files that I need to upload. See snapshot below;
    I have written the utility that uploads "c-amazingelephants-wotws" as a container, uploads flipbook with blob name "files\assets\basic-html\flipbook", uploads "cart.css" in style subfolder as "files/assets/basic-html/style/cart.css"
    etc. Is that how Microsoft would upload the files? If yes then that will make my life easier and I can have Microsoft take care of 300 GB worth of my data.
    Appreciate your help,
    Thanks,
    Ahmar

    hi Ahmar,
    Thanks for you posting!
    Yes, you can upload your files on Azure blob. But you may need set your blob name such as "files/assets/basic-html/style/cart.css". You could coding a project to do this job. About how to use Azure blob, I suggest you refer to this document:
    http://azure.microsoft.com/en-us/documentation/articles/storage-dotnet-how-to-use-blobs/
    Also, for this common issue, I suggest you could refer to this Gaurav's answers in this post(https://social.technet.microsoft.com/forums/azure/en-US/0a184e05-1d20-4b37-9ce5-bee8a5b6d09c/how-to-create-sub-folder-inside-container-in-azure-storage
    Any questions about this issue, Please feel free to let me know.
    Regards,
    Will 
    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.

  • Strange behavior of Windows Azure Compute Emulator (SDK 2.3)

    Today, after an update of the Azure SDK from 2.2 to 2.3, I noticed that only one of the two instances of my web role is started in
    the Azure Compute Emulator, the output of the Start-AzureEmulator is this:
    VERBOSE: Starting Emulator...
    VERBOSE: Role is running at http://127.0.0.1:81/
    Role is running at tcp://127.0.0.1:3389/
    Role is running at tcp://127.0.0.1:3389/
    VERBOSE: Started
    and only one instance is started in the Azure Compute Emulator.
    But in the past was something similar to this one:
    VERBOSE: Starting Emulator...
    VERBOSE: Role is running at http://127.0.0.1:81/
    http://127.0.0.1:82/
    Role is running at tcp://127.0.0.1:3389/
    Role is running at tcp://127.0.0.1:338/
    VERBOSE: Started
    and two instances were started.
    I already found this thread:
    http://stackoverflow.com/questions/13946634/strange-behavior-of-windows-azure-compute-emulator-sdk-1-8-with-multiple-role
    but it was not useful in my case (Microsoft.WindowsAzure.Common.WorkArounds.BindToAllIpsWorkAroundEnabled is False).
    Thanks in advance for any help.
    OS: Windows 8.1
    Azure SDK: 2.3
    Azure Compute Emulator: 2.3.0.0

    Hi,
    As far as I know, powershell didn't have a parameter to start azure emulator with full express, please try to use Command-line to test, refer to
    http://msdn.microsoft.com/en-us/library/gg433130.aspx for more details, if this didn't give you help, please feel free to let me know.
    Best Regards,
    Jambor
    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.

  • Unable to start crs services

    Hi,
    I have completed installation of Oracle Clusterware 10.2.0.1 on Linux X86, RHEL 4 (using OCFS2). This is a two node system.
    After running a few tests we had some disk corruption on the shared storage system and hence we had to reformat the shared filesystem (only the shared FS not the local filesystems on the nodes). I copied the backup OCR and VDISK files into their original directories after the formating, and moved the mirror backups into their original directory. But I am unable to start the cluster services, I have tried the following
    $./crsctl start crs
    Attempting to start CRS stack
    The CRS stack will be started shortly
    $
    Didn't work, no services started up.
    I then tried the following command
    $ ./init.crs start
    Startup will be queued to init within 90 seconds.
    But again I don't see the crs daemons up and running.
    I don't see anything in the logs (crsd, css, evmd etc) the last lines there were before we shutdown everything and then formated the shared storage.
    If anyone has come across a similar issue then please advice on possible errors I could look for or how to work around this to get the crs services started so that I can install the database software. Any help/advice will be appreciated
    Thanks.

    Hi,
    since you mention the reformatting of the shared disks:
    Check /var/log/messages for things like
    "Cluster Ready Services waiting on dependencies. Diagnostics in /tmp/crsctl.xxxx",
    best use cat /var/log/message | grep crsctl.
    After that the mentioned /tmp/crsctl.xxxx file.
    You might find Oracle Error PROC-0026 there:
    "Error while accessing the physical storage".
    What is meant is the OCR.
    Check if user/group of the raw devices is still oracle:oinstall, it might have changed to root:disk by reformatting.
    I myself had this case unexpectedly now some times even WITHOUT any reformatting, I suspect that touching the raw devices with Linux LVM might change ownership.
    regards
    Robert

  • Azure mobile services error cannot find module 'azure-storage'

    this is driving me nuts for past five days now and still no solution. After asking the questing at StackOverflow and azure-storage npm, I thought of now posting the same question here so that it reaches to more targeted 'microsoft azure' experts. 
    in my AzureMobileService, I am using azure-storage npm module in one of my custom API. I have been using this for past couple of months and it was all working great, I was very happy. Until last moday it started throwing the error - 'cannot find module
    'azure-storage'. It was strange, the code that was working till morning , started failing when I came back from work, with no change of a bit in the code. I get this error where I call 'require' for 'azure-module':
    var azure = require('azure-storage');
    var retryOperationFilter = new azure.ExponentialRetryPolicyFilter();
    var tableService= azure.createTableService().withFilter(retryOperationFilter);
    and in package.json, I have
    "dependencies": {"tracer": "0.7.3", "colors" : "1.0.3", "lodash" :"2.4.1", "azure-storage": "0.4.1"},
    Today, I also tried creating a new Mobile service from scratch in my azure account. Then I created the custom API and wrote the code again from scratch. Updated package.json to include azure-storage, updated my client code(HTML/JS) to use this new service
    URL etc. and tested again, everything worked fine till it reached the same line (require('azure-storage') ) and failed again there with
    same error.
    I am at my wits end. please help. 

    ok, got it working.
    I did an npm install 'azure-storage'  to my mobile service's service directory and then it started working. 
    As I remember reading, if I just include the npm module I want to use in my mobile service's package.json, it gets taken care, installed and I don't to install myself manually.
    And thats what has been happening when my code was working till last week. 
    Also, its feels odd because the other node modules I use - like tracer or lodash - work with no manual npm install. 
    anyways, its working for now, but now I am thinking about the azure mobile's reliability

  • Unable to start ICM

    Hi Experts,
    I am unable to start the ICM, whenever I start the SAP ABAP Instance, the below logs are generated in dev_icm
    I also tried changing the services port from 8000 to 8001, but still no luck.
    Can someone help me on this.
    [Thr 9476] Mon Jan 31 07:20:15 2011
    [Thr 9476] *** WARNING => HttpPlugInInit: Parameter icm/HTTPS/trust_client_with_issuer or icm/HTTPS/trust_client_with_subject not set => do not trust any intermediary
    X.509 cert data will be removed from header [http_plg.c   730]
    [Thr 9476] ISC: created 400 MB disk cache.
    [Thr 9476] ISC: created 50 MB memory cache.
    [Thr 9476] HttpSubHandlerAdd: Added handler HttpCacheHandler(slot=0, flags=12293) for /:0
    [Thr 9476] HttpExtractArchive: files from archive D:\usr\sap\CED\DVEBMGS00\exe/icmadmin.SAR in directory D:/usr/sap/CED/DVEBMGS00/data/icmanroot are up to date
    [Thr 9476] HttpSubHandlerAdd: Added handler HttpAdminHandler(slot=1, flags=4101) for /sap/admin:0
    [Thr 9476] CsiInit(): Initializing the Content Scan Interface
    [Thr 9476]            PC with Windows NT (mt,unicode,SAP_CHAR/size_t/void* = 16/64/64)
    [Thr 9476] CsiInit(): CSA_LIB = "D:\usr\sap\CED\DVEBMGS00\exe\sapcsa.dll"
    [Thr 9476] HttpSubHandlerAdd: Added handler HttpAuthHandler(slot=2, flags=12293) for /:0
    [Thr 9476] HttpSubHandlerAdd: Added handler HttpSAPR3Handler(slot=3, flags=1052677) for /:0
    [Thr 9476] Started service 8000 for protocol HTTP on host "GHPLR3DEV.godrejinds.com"(on all adapters) (processing timeout=60, keep_alive_timeout=30)
    [Thr 9476] Mon Jan 31 07:20:20 2011
    [Thr 9476] *** WARNING => IcmNetCheck: NiAddrToHost(10.0.0.1) took 5 seconds [icxxman.c    4616]
    [Thr 9476] *** WARNING => IcmNetCheck: 1 possible network problems detected - please check the network/DNS settings [icxxman.c    4672]
    [Thr 5736] Mon Jan 31 07:35:41 2011
    [Thr 5736] *** ERROR => NiBufIConnect: non-buffered connect pending after 5000ms (hdl 42;10.26.24.44:1090) [nibuf.cpp    4611]
    [Thr 5736] *** WARNING => Connection request from (2/3/0) to host: 10.26.24.44, service: 1090 failed (NIECONN_REFUSED)
    [icxxconn.c 2340]
    [Thr 1812] Mon Jan 31 07:35:46 2011
    [Thr 1812] *** ERROR => NiBufIConnect: non-buffered connect pending after 5000ms (hdl 42;10.26.24.44:1090) [nibuf.cpp    4611]
    [Thr 1812] *** WARNING => Connection request from (2/3/0) to host: 10.26.24.44, service: 1090 failed (NIECONN_REFUSED)
    [icxxconn.c 2340]

    Hi,
    I have the same errors on my production ECC6 EHP4 system where the ICM runs perfectly :
    [Thr 9492] *** WARNING => Connection request from (4/5/0) to host: 10.26.24.44, service: 1090 failed (NIECONN_REFUSED)
    I think this problem is generated by the SAP standard entry HME_CONTENT  in transaction OAC0 (Content Repositories)
    Content Rep.    HME_CONTENT
    Description     TEST CONTENT
    Document Area
    Storage type
    Protocol
    Version no.     0045   Content Server version 4.5
    HTTP server     P25214:1090
    HTTP Script     contentserver/contentserver.dll
    From my understanding, SAP forgot to remove this test entry before shipping to customers...
    This an explantion of the error messages but not an explanation of the non starting ICM...
    Regards,
    Olivier

  • URGENT: Azure Storage Table Outage

    UPDATE: Problem appears to have been fixed, are affected accounts eligible for a refund due to the downtime?
    Hi. I'm having trouble querying an Azure Storage table that is essential to my business operations. The queries seem to simply not be going through, and when using the Azure Storage Explorer (a 3rd party problem); I encounter the same issue. For some reason;
    Azure does not seem to be responding to my storage requests. I also cannot open a support ticket with Microsoft; as our small business does not have a support agreement with Microsoft. The storage account name is chapteradviser, and it is not even possible
    to query the table service for a list of tables (it keeps timing out). This seems to be a problem at the Azure datacenter, not my end. I am also an IT consultant for the company and do not have the binding authority to enter into a support agreement with Azure.
    Thanks for any assistance,
    - Brian Bosak
    - Consulting with ChapterAdviser Llc.

    Yup I see it too.. it looks like tables is really slow :(
    Adding curl tracing if someone from MS is looking ..  (i redacted out the account name..)
    $ curl -v --trace-time -X GET https://xxxxxxxxxx.table.core.windows.net
    17:14:22.296000 * Adding handle: conn: 0x1e67e80
    17:14:22.296000 * Adding handle: send: 0
    17:14:22.296000 * Adding handle: recv: 0
    17:14:22.296000 * Curl_addHandleToPipeline: length: 1
    17:14:22.312000 * - Conn 0 (0x1e67e80) send_pipe: 1, recv_pipe: 0
    17:14:22.312000 * About to connect() to xxxxxxxxxx.table.core.windows.net port 443 (#0)
    17:14:22.312000 *   Trying 23.99.32.80...
    17:14:25.375000 * Connected to xxxxxxxxxx.table.core.windows.net (23.99.32.80) port 443 (#0)
    17:14:25.640000 * successfully set certificate verify locations:
    17:14:25.656000 *   CAfile: C:\Program Files (x86)\Git\bin\curl-ca-bundle.crt
      CApath: none
    17:14:25.656000 * SSLv3, TLS handshake, Client hello (1):
    17:14:30.859000 * SSLv3, TLS handshake, Server hello (2):
    17:14:30.875000 * SSLv3, TLS handshake, CERT (11):
    17:14:30.890000 * SSLv3, TLS handshake, Server finished (14):
    17:14:30.921000 * SSLv3, TLS handshake, Client key exchange (16):
    17:14:30.921000 * SSLv3, TLS change cipher, Client hello (1):
    17:14:30.937000 * SSLv3, TLS handshake, Finished (20):
    17:14:41.937000 * SSLv3, TLS change cipher, Client hello (1):
    17:14:41.953000 * SSLv3, TLS handshake, Finished (20):
    17:14:41.953000 * SSL connection using AES128-SHA
    17:14:41.968000 * Server certificate:
    17:14:41.984000 *        subject: CN=*.table.core.windows.net
    17:14:42.000000 *        start date: 2014-02-20 12:59:18 GMT
    17:14:42.000000 *        expire date: 2016-02-20 12:59:18 GMT
    17:14:42.031000 *        subjectAltName: xxxxxxxxxx.table.core.windows.net matched
    17:14:42.046000 *        issuer: DC=com; DC=microsoft; DC=corp; DC=redmond; CN=MSIT Machine Auth CA 2
    17:14:42.062000 *        SSL certificate verify ok.
    17:14:42.078000 > GET / HTTP/1.1
    17:14:42.078000 > User-Agent: curl/7.30.0
    17:14:42.078000 > Host: xxxxxxxxxx.table.core.windows.net
    17:14:42.078000 > Accept: */*
    17:14:42.078000 >
    17:15:35.078000 < HTTP/1.1 400 The requested URI does not represent any resource on the server.
    17:15:35.093000 < Content-Length: 360
    17:15:35.093000 < Content-Type: application/xml
    17:15:35.093000 * Server Microsoft-HTTPAPI/2.0 is not blacklisted
    17:15:35.109000 < Server: Microsoft-HTTPAPI/2.0
    17:15:35.109000 < x-ms-request-id: f2e0b20e-5888-43ce-bbf0-68589e7ad972
    17:15:35.109000 < Date: Sat, 09 Aug 2014 00:15:30 GMT
    17:15:35.125000 <
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
      <code>InvalidUri</code>
      <message xml:lang="en-US">The requested URI does not represent any resource on the server.
    RequestId:f2e0b20e-5888-43ce-bbf0-68589e7ad972
    Time:2014-08-09T00:15:31.4896331Z</message>
    </error>17:15:35.125000 * Connection #0 to host xxxxxxxxxx.table.core.windows.net left intact

Maybe you are looking for