Upload: AzureLoadbalancing to local Storage emulator fail

Options
vmarquis
vmarquis
edited October 2014 in Photon Server
Hello,

I try to use PASK and i have the following error when i Upload AzureLoadbalancing
C:\Users\Vincent\Dropbox\Poker\Photon\Azure\src-server\Azure\azure.build.proj(1
48,3): error : MSB3073 : La commande "C:\Users\Vincent\Dropbox\Poker\Photon\Azu
re\src-server\Azure\Tools\AzureFileTransfer\bin\Photon.Azure.FileTransfer.exe U
 photonapps-loadbalancing.zip photon-deploy-azureloadbalancing devstoreaccount1
 Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHB
eksoGMGw==" s'est arrêtée avec le code -1.

and
"C:\Users\Vincent\Dropbox\Poker\Photon\Azure\src-server\Azure\azure.build.proj"
 (Upload cible) (1) ->
(Upload cible) ->
  C:\Users\Vincent\Dropbox\Poker\Photon\Azure\src-server\Azure\azure.build.proj
(148,3): error : MSB3073 : La commande "C:\Users\Vincent\Dropbox\Poker\Photon\A
zure\src-server\Azure\Tools\AzureFileTransfer\bin\Photon.Azure.FileTransfer.exe
 U photonapps-loadbalancing.zip photon-deploy-azureloadbalancing devstoreaccoun
t1 Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KB
HBeksoGMGw==" s'est arrêtée avec le code -1.

Is there something I can do for this issue

Best

MARQUIS Vincent

Comments

  • Can you please attach the full Upload.log?

    Have you made sure that you started the Storage emulator?

    Which version of the Azure SDK do you have installed?
  • vmarquis
    Options
    Hello Nicole

    Log file is join.

    I'm sure Storage emulator is started

    I'm using azure sdk for .net (vs2012) V2.4

    Best
  • C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3245: Impossible de résoudre cette référence. Impossible de trouver l'assembly "Microsoft.WindowsAzure.StorageClient". Vérifiez que l'assembly existe sur le disque. Si elle est requise par votre code, vous risquez d'obtenir des erreurs de compilation.
    

    Thanks for the additional information. This issue should be fixed by our latest "Photon Server for Azure SDK v 3.4.25.7052". Please make sure that you use that version.



    https://www.exitgames.com/Download/OnPr ... 5-7052.exe

    Also note that we currently support Azure SDK 2.2 - it might work with 2.4, but we have not verified it yet.
  • vmarquis
    Options
    I'm using Photon Server for Azure SDK v 3.4.25.7052

    I have desinstall Azure SDK 2.4 and install Azure SDK 2.2, it work!!
    Microsoft is hard with you :=(

    Best
  • Yes... we figured that out as well :(

    The "actual" Azure Storage and the Storage Emulator don't support the same operations, the Storage Emulator is a bit behind... (at least, it was in v2.2) - seems like they worked on it again and introduced another incompatiblity. :/ We'll check that out in our next release and will probably upgrade to Azure SDK 2.4 then, but we don't have a schedule for that yet.

    As a side note - the "Photon Server for Azure SDK" is only useful if you want to host Photon on Azure Worker Roles, especially useful for autoscaling. The downside is that it is quite difficult to understand and to get it to work...

    If you just want to use Azure VMs, please use the regular Photon Server SDK, it is MUCH easier.
  • vmarquis
    Options
    The matter with vm is maintenance update whitch i don't have to carry with work. Also i haven't succed to install framework 3.5 on a 2012 vm only succed with a 2008r2

    Best