Error 408 on saving server side script

When I save my server side scripts via the azure portal I receive an error 408 on one of my mobile services account. The same problem occurs when trying to create a new custom api, for example:
The following API was not created: 'user'. Error 408
At first I thought there was a problem with the azure service, but it seems to only occur on this one specific mobile service. I think it started after I added a dependency to the package.json file. But that could have been coincidence. The exact same dependency
doesn't cause any problems on another mobile service.
Looking at the deployment logs I do see an error occured during deployment, however I have no idea what caused it:
<entry time="2015-01-13T15:52:18.9642615Z" id="1223e0a4-bb6a-4cb1-938e-835ad4cf4761" type="1">
<message>npm http 304 https://registry.npmjs.org/delayed-stream/0.0.5</message>
</entry>
<entry time="2015-01-13T15:52:20.3087714Z" id="8f7719a5-aa24-4743-8240-446dc47b69a9" type="1">
<message>npm ERR! error rolling back Error: ENOTEMPTY, rmdir 'D:\home\site\wwwroot\App_Data\config\scripts\node_modules\azure\node_modules\request\node_modules\hawk\images'</message>
</entry>
<entry time="2015-01-13T15:52:20.3869327Z" id="8ede872b-daab-4127-bc72-bfb890dc7648" type="1">
<message>npm ERR! error rolling back [email protected] { [Error: ENOTEMPTY, rmdir 'D:\home\site\wwwroot\App_Data\config\scripts\node_modules\azure\node_modules\request\node_modules\hawk\images']</message>
</entry>
<entry time="2015-01-13T15:52:20.511891Z" id="47245fe1-ad7d-4e99-a467-75dd9fa18232" type="1">
<message>npm ERR! error rolling back errno: 53,</message>
</entry>
<entry time="2015-01-13T15:52:21.8254287Z" id="9288c66b-d8bb-4179-82fd-02b08546d507" type="1">
<message>npm ERR! error rolling back code: 'ENOTEMPTY',</message>
</entry>
<entry time="2015-01-13T15:52:23.7804257Z" id="c23a4cc5-e497-4b8c-84fc-0c6c304ff29a" type="1">
<message>npm ERR! error rolling back path: 'D:\\home\\site\\wwwroot\\App_Data\\config\\scripts\\node_modules\\azure\\node_modules\\request\\node_modules\\hawk\\images' }</message>
</entry>
<entry time="2015-01-13T15:52:23.9366651Z" id="a14fdc0d-be4d-4b14-a479-ffa6a36e36b7" type="1">
<message>npm ERR! Error: ENOENT, lstat 'D:\home\site\wwwroot\App_Data\config\scripts\node_modules\azure\node_modules\request\node_modules\hawk\images\logo.png'</message>
</entry>
<entry time="2015-01-13T15:52:23.9679168Z" id="337c4826-caff-4d99-9f92-5464ce8cc99a" type="1">
<message>npm ERR! If you need help, you may report this log at:</message>
</entry>
<entry time="2015-01-13T15:52:23.9835398Z" id="46ecc393-37b3-4cf9-a859-12f76f9c030a" type="1">
<message>npm ERR! &lt;http://github.com/isaacs/npm/issues&gt;</message>
</entry>
<entry time="2015-01-13T15:52:23.999164Z" id="5fac5a33-7872-4ec8-9e0b-ce9c9f240ed4" type="1">
<message>npm ERR! or email it to:</message>
</entry>
<entry time="2015-01-13T15:52:24.0304132Z" id="2224019c-bfbf-48a6-90ff-59680d7e6047" type="1">
<message>npm ERR! &lt;[email protected]&gt;</message>
</entry>
<entry time="2015-01-13T15:52:24.0460472Z" id="ea8d4851-85e1-48cf-91f7-6be16a597af1" type="1">
<message></message>
</entry>
<entry time="2015-01-13T15:52:24.0616631Z" id="09eaab34-9f11-496c-8f50-309bdc314c96" type="1">
<message>npm ERR! System Windows_NT 6.2.9200</message>
</entry>
<entry time="2015-01-13T15:52:24.0929218Z" id="d646da46-b3b2-4379-8d44-a735cb0a9907" type="1">
<message>npm ERR! command "D:\\Program Files (x86)\\nodejs\\0.10.32\\node.exe" "D:\\Program Files (x86)\\npm\\1.2.30\\node_modules\\npm\\bin\\npm-cli.js" "install" "--production"</message>
</entry>
<entry time="2015-01-13T15:52:24.1085411Z" id="d60966f6-446f-49a8-97fc-0f38c27a8ba3" type="1">
<message>npm ERR! cwd D:\home\site\wwwroot\App_Data\config\scripts</message>
</entry>
<entry time="2015-01-13T15:52:24.1241618Z" id="10815e3a-3e4c-48c7-aac1-1c3cb5252505" type="1">
<message>npm ERR! node -v v0.10.32</message>
</entry>
<entry time="2015-01-13T15:52:24.1554232Z" id="0de65cd4-815b-4c3f-a31f-167c1e152d07" type="1">
<message>npm ERR! npm -v 1.2.30</message>
</entry>
<entry time="2015-01-13T15:52:24.1710425Z" id="0f993ac5-8cfb-494e-8982-d998020886c0" type="1">
<message>npm ERR! path D:\home\site\wwwroot\App_Data\config\scripts\node_modules\azure\node_modules\request\node_modules\hawk\images\logo.png</message>
</entry>
<entry time="2015-01-13T15:52:24.1866604Z" id="0caad3ad-2379-4fe3-845e-3399eddb616e" type="1">
<message>npm ERR! fstream_path D:\home\site\wwwroot\App_Data\config\scripts\node_modules\azure\node_modules\request\node_modules\hawk\images\logo.png</message>
</entry>
<entry time="2015-01-13T15:52:24.217915Z" id="40d4f06a-bc1c-4f08-b4df-77d873ee9170" type="1">
<message>npm ERR! fstream_type File</message>
</entry>
<entry time="2015-01-13T15:52:24.2335402Z" id="5a4b280b-b082-4d82-9575-f8cb178b9745" type="1">
<message>npm ERR! fstream_class FileWriter</message>
</entry>
<entry time="2015-01-13T15:52:24.2491849Z" id="2703e3b8-4590-4ff5-888d-b3a7843b2bf6" type="1">
<message>npm ERR! code ENOENT</message>
</entry>
<entry time="2015-01-13T15:52:24.2804115Z" id="e3202f5b-5f42-4494-8b1c-d86a5884f1e0" type="1">
<message>npm ERR! errno 34</message>
</entry>
<entry time="2015-01-13T15:52:24.2960331Z" id="fe0a0140-4cd3-4102-8197-d569d299e967" type="1">
<message>npm ERR! fstream_stack D:\Program Files (x86)\npm\1.2.30\node_modules\npm\node_modules\fstream\lib\writer.js:284:26</message>
</entry>
<entry time="2015-01-13T15:52:24.3116669Z" id="07059322-a9ce-420f-bde4-850cd4527447" type="1">
<message>npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)</message>
</entry>
<entry time="2015-01-13T15:52:24.3429074Z" id="69129620-b805-4c22-8fb3-cefbe08d66d4" type="1">
<message>npm ERR! Error: EPERM, chmod 'D:\home\site\wwwroot\App_Data\config\scripts\node_modules\azure\node_modules\request\node_modules\form-data\node_modules\combined-stream\node_modules\delayed-stream\lib\delayed_stream.js'</message>
</entry>
<entry time="2015-01-13T15:52:24.3585325Z" id="84ca01c0-06d9-48b6-9e57-703dd29718f2" type="1">
<message>npm ERR! { [Error: EPERM, chmod 'D:\home\site\wwwroot\App_Data\config\scripts\node_modules\azure\node_modules\request\node_modules\form-data\node_modules\combined-stream\node_modules\delayed-stream\lib\delayed_stream.js']</message>
</entry>
<entry time="2015-01-13T15:52:24.3741576Z" id="d86b04ac-7bf3-4388-8ee3-d97d7e296302" type="1">
<message>npm ERR! errno: 50,</message>
</entry>
<entry time="2015-01-13T15:52:24.4054063Z" id="f6143c63-fe6d-48f4-b734-a52fe92e8f5a" type="1">
<message>npm ERR! code: 'EPERM',</message>
</entry>
<entry time="2015-01-13T15:52:24.421031Z" id="455275dd-3b61-41de-b987-7e56ee68bc05" type="1">
<message>npm ERR! path: 'D:\\home\\site\\wwwroot\\App_Data\\config\\scripts\\node_modules\\azure\\node_modules\\request\\node_modules\\form-data\\node_modules\\combined-stream\\node_modules\\delayed-stream\\lib\\delayed_stream.js',</message>
</entry>
<entry time="2015-01-13T15:52:24.4522803Z" id="980e3f64-1dc2-4a91-85a8-9b0349f93517" type="1">
<message>npm ERR! fstream_finish_call: 'chmod',</message>
</entry>
I've been trying to save my scripts for the better part of a day, so any help would be greatly appreciated.

Second day and I still can't save my scripts and thus not able to continue my work. Is there anyone from microsoft that could shed some light on this problem? For some reason adding dependencies to the node.js project stops it from being able to deploy.

Similar Messages

  • Server side script not running on stand-alone XE

    Hello,
    In my application I created a Server side script (AJAX) which presents a select-list based on other fields on the page. The very same application runs on a 10g+APEX3.0.1 database AND on a standard XE+APEX2.1 database, which are both accessed via a HTTP-server. The application with the script runs fine on this platform (XP).
    I have two other XP-machines on which I also installed XE+APEX2.1. Both are stand-alone versions NOT accessed via a HTTP-server. I installed exactly the same application which runs on the platform with HTTP server on both of the machines. While testing the correct functioning, I noticed that everything works ok, EXCEPT the server side script which gives me a better select list. Instead of this I get the old-fashioned version of the select-list which is not able to use the value elsewhere on the page.
    I found a similar problem on the XE forum (Re: Server side scripts features ) but it doesn't answer my question how to get the script working on a standalone version of XE (= without access via a HTTP-server).
    Can anybody please help me?
    Thanks & regards,
    Jan.
    Message was edited by: Jan
    J. Hulsing

    Carl,
    Thanks for your suggestion to install FireFox and the Firebug tool (which I wasn't aware of).
    After having looked at the problem for hours, I found what I think is the problem: the htmldb_html_elements.js script.
    As already mentioned, the properly functioning XE on my local PC is accessed via a HTTP-server, as well as the 10gR2+APEX3.0.1 version also running on that PC.
    On the laptop, not running HTTP-server, I get the message: <br>
    <FONT COLOR="RED">$x is not defined <BR>
    <FONT COLOR="BLUE"> f_21_select_kpn<FONT COLOR="RED">(<FONT COLOR="BLUE">input<FONT COLOR="BLACK">#P21_GBREKNR 405<FONT COLOR="RED">, "P21_KOSTENPOST") <BR>
    <FONT COLOR="BLUE">onblur<FONT COLOR="RED">(<FONT COLOR="BLACK">blur <FONT COLOR="RED">)
    </FONT><BR>
    That is in the 'Console' of Firebug.
    When changing to Script I do see a remarkable difference.
    On the PC there the following text is found in the first lines of htmldb_html_elements.js:
    /*htmld_elements will contain the lower level html access js*/<br>
    var gDebug = true;<br>
    var gkeyPressTime;<br>
    var gLastTab=false;<br>
    var gRegex=false;<br>
    var ie=(document.all)?true:false;<br>
    if(ie){document.expando=true;}<br>
    var gDebugWindow = false;<br>
    /*<br>
    $x functions have to do with either single elements or array of elements<br>
    $v functions have to have to do with manipulating values or interaction based off a value<br>
    $xml function have to do with manipulating xml values<br>
    $a functions are based on ajax<br>
    $d functions are specific dhtml constructs<br>
    */<br>
    /* begin $x functions */<br>
    function $x(pNd){<br>
    try{<br>
    var node;<br>
    ...<br><br>
    On the laptop however the first few lines are:<br><br>
    /*htmld_elements will contain the lower level html access js*/<br>
    <br>
    var gDebug = true;<br>
    var gkeyPressTime;<br>
    var gLastTab=false;<br>
    var gRegex=false;<br>
    if(document.all){document.expando = true;}<br>
    // Elements //<br>
    <br>
    function html_GetElement(pNd){<br>
    try{<br>
    var node;<br>
    switch(typeof (pNd)){<br>
    ...<br><br>
    I think that the difference is in these two scripts.
    But why are the scripts different: it is the same XE that is installed on the laptop and the PC.<br>The answer I found in the images/javascript directory of APEX3.0.1 which is located in the APACHE directory-tree (you have to copy the images to APACHE when you use the HTTP-server). And indeed: the htmldb_html_elements.js has exactly the same text as what I see in Firebug on the PC. So XE on the PC is using the javascripts in the image-directory of APACHE on the PC and not the XE-version of the scripts, embedded in XE.
    <br><br>
    So the answer seems to be: copy the APEX3.0.1 versions of the script over to the PC and try to get them into the database. Or...???
    <br>
    Can it be loaded into the database? Will XE accept it?
    <BR><br>
    Would be nice to have answers if the conclusion I found is the right one and if it can be fixed by loading the js into XE.
    <br>
    Best regards and thanks for your help so far.
    <br>
    Jan.

  • Updating form with server-side scripts

    Hi
    For security reasons, we want to do a web service call with only server side scripts. That way we have full control over the access to the wsdl and no problems with the security.
    However, if I try to run the scripts on server-side I get no update of the data in the form... so what to do to solve that problem? Anybody with experience from that?

    To make a small update I've been messing around with various different things to be able to achieve the goal. One of the initial problems was that the Designer actually manages to create two different SOAP addresses, one of them is the correct and secure way and the other one is direct to the data source, which would be an unsecure and blocked route. That changed things a bit when I realized that.
    But still, the problem remains. If I run the script Client-Side, it works but is not an acceptable solution. If I run it Server-Side, it can't read the data and doesn't recognize the call to SOAP.connect()...
    Does anybody have any experience in webb service connection with server side scripts?

  • Email without Server Side scripting

    My client's webside does not have any server side scripting support. Is it possible to send email without server side scripting and email programs? Can HTML's emailto send emails from flash?

    You can use a mailto: link in Flash just as you would in html.  It will open the whatever defauklt email program the user has with the email address in the address bar.

  • Server side script changes while migrate from FMS3.5 to FMS4.5

    hi,
    Someone has any tutorial or document link when migrate from FMS 3.5 to Fms 4.5.
    thanks in advance,
    vishal

    If you are talking about Server-side script - your server-side script should work as it - if its working in 3.5 it should work without any changes in 4.5

  • Main.asc server side script not working

    Here the simple script i put at server seem like is not working also enclosed screenshot for the adminconsole
    my server side file main.asc save at /opt/adobe/fms/application/playtechmnflive/
    my doing FMS edge server.
    application.allowDebug= true;
    application.onAppStart = function(){
            this.eventTime = (new Date().valueOf() + 10000);
            this.timer_int = setInterval(checkForEvent, 1000, this);
    function checkForEvent(app){
            var now = new Date().valueOf();
            if(now > app.eventTime) {
                    trace("something");
            }else{
                    trace("damn");

    The script is fine (at least i assume u want the timer working with no errors). The thing is that u can't put any code nor apps on the edge node. Put it on the origin and hook up your edge to that origin.

  • Send e-mail from server side script

    I'm currently implementing a web-site that will contain
    a form for user input. The input from the form then needs
    to be sent to an e-mail address. (Always the same e-mail address).
    Rather than use the HTML "mailto:" command, I wish to send the
    data from the form to a JSP page, then send the data from the JSP
    page to the e-mail address.
    I'm new to JSP, so any help on this subject would be much appreciated.

    Well first of all u have to user javamail api, when u dowload this from sun site there u would find an example on how to use the api. Either u can use it in the JSP or a Bean .

  • Allowing server side script for an explicit page

    Works with SP2010, but not with SP2013:
    <PageParserPath VirtualPath="/_catalogs/masterpage/InternalSystems.master" CompilationMode="Always" AllowServerSideScript="true" />
    I don't want to use the "VirtualPath=/*"-workaround.
    Any solutions ?

    <PageParserPath VirtualPath="/*" CompilationMode="Always" AllowServerSideScript="true" IncludeSubFolders="true" />
    As i mentioned above: Don't want do use "/*" as virtual path. As soon as i change this to a particular site (e.g. "/pages/*"), it does not work. Always get an exception.

  • "RABAX" occurs on server side error while testing asynchoronous web service

    I got error while testing asynchronous web service in WS navigator. I have created asynchronouse web service using RFC. Then I configured it in SOAMANAGER. When I tested it, got error "RABAX occurs on server side". Also I got dump in ST22. It is 'UNCHAUGHT_EXCEPTION - CX_SOAP_SEQ_SCD_ERROR'.
    I have tested for synchronous web service it works fine.  I found a difference in both web service WSDL file for below parameters value -
    commit
    blocking
    transaction
    wsrm
    I tried different way .. but no solution .. Plz suggest if someone have any idea.....Its very helpfull....

    your problem:
    Missing class: oracle.tip.adapter.jms.JmsManagedConnectionFactory
    Dependent class: oracle.tip.adapter.fw.wsdl.WSDLUtils
    Loader: oracle.bpel.common:10.1.3
    Code-Source: /oraclesoa/oraclesoa/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel.jar
    Configuration: <code-source> in /oraclesoa/oraclesoa/product/10.1.3.1/OracleAS_1/j2ee/home/config/server.xml
    It happens when server is custom installed, try to reinstall it as full version and problem should disappear otherwise your need another full installation to retrieve and replace orabpel.jar file from (or maybe more)

  • How do I send a raw (push) notification from the server side using an Azure mobile service?

    Hi there!
    Currently I'm able to send toast notifications to my user from my Azure mobile service using the following line of code in one of my server side scripts:
    push.wns.send(opponent_id, payload, 'wns/toast', {
    success: function(pushResponse) {
    console.log("Sent push:", pushResponse);
    request.respond(statusCodes.OK, {});
    error: function(pushResponse) {
    console.log("Error Sending push:", pushResponse);
    request.respond(500, { error: pushResponse });
    But I would like to send a raw notification to my user now, not a toast notification. I've set up a background tasks which runs as soon as a raw notification arrives(I've tested this through the diagnose option of my mobileservicehub and it works).
    I want to send a raw notification now from the server side and I'm kind off lost on how to do that. I've looked for it but can't seem to find an answer to that question, I might be looking for the wrong stuff though.
    I'm looking for a solution that looks the same as the one for a toast notification(as demonstrated in the code above).
    Your help would be greatly appreciated!
    Thanks in advance!
    Jan

    I found the solution to this it was in fact really really easy, I should have read the documentation more properly since it clearly said that the payload for raw notifications could be literally anything but the client has to take care of it.
    So I figured that out!

  • Can I open a recordset On Client Side Script?

    Hi Guys,
    On a form I have a client side VBscript thet checks the email
    addy a user has added into a text box in a form and if its in the
    array of values set in the script it gets refused. This works.....
    I would like to adapt this a little if possible and make it
    so that instead of hardcoding the array values into the script, I
    would like to have the array values taken from a recordset because
    it will allow the user to add and delete bad domains via a form and
    not need to go into the page code to add to the array I have at the
    moment.
    I have tried serval times to replace my array loop with a
    recordset while loop to get the badDomains from the field in the
    database but I just get script error on page in my task bar.
    Can I open a recordset from a client side script?
    Id apprecaiate eny thoughts on how I can do this.
    Thanks again
    Tag

    Hi Envision,
    Its actually VBScript im in at the moment...
    I have tried to get my client script to run but im still just
    not getting it although I dont think im far away, mixing client
    side and server side scripts to get this array loaded is still
    throwing me a bit !!!!!!
    I tried to follow the For loop suggested in JS but did it in
    VBS and wondered if anyone could give it a look and point me to my
    errors?
    I dont like just posting code without being asked as its a
    bit presumptious of me but Im not asking anyone to write this for
    just point me to my problems hopefully.....
    Here is what I have , when the page loads I used DW to make a
    recordset for me to open the table with stored bad domains and this
    client script is supposed to harness the recordset created server
    side by DW and loop through the field and compare whats in the
    forms email textbox..
    [code]
    Sub CheckMail()
    Dim sValidationMessage
    Dim sEmail
    Dim sBadDomains()
    Dim nIndex
    dim counter
    sValidationMessage = ""
    sEmail = Document.Form2.email.value
    nIndex = 0
    counter =<%=(rsGetBadDomains_total)%>
    If Not (InStr(1, sEmail, "@") > 0 And InStr(1, sEmail,
    ".") > 0) Then
    sValidationMessage = "You have entered an invalid email
    address!"
    End If
    If Len(sValidationMessage) = 0 Then
    For nIndex = 0 to counter
    sBadDomains(nIndex) =
    <%=(rsGetBadDomains.Fields.Item("sBadDomains").Value)%>
    If InStr(1, sEmail, sBadDomains(nIndex)) > 0 Then
    sValidationMessage = "You have entered an unsuitable E-Mail
    address please use your main ISP E-Mail address"
    Exit For
    End If
    nIndex=nIndex+1
    Next
    End If
    If Len(sValidationMessage) > 0 Then
    MsgBox sValidationMessage
    document.Form2.email.select
    Else
    document.Form2.submit()
    End If
    End Sub
    [/code]
    Thanks again for all the support so far.
    Regards
    Tag

  • NeoDynamic Barcode Proffessional Upload Error in SSRS Report Server 2012

    Hi,
    I am Developing a SSRS Report for Displaying Barcode . I am Using Neodynamic Barcode Proffessional and the Report is Working fine in Developer Machine (MY Machine). When i try to Upload the Report into SSRS Report Server i get this Error Can any one Help on
    this. Thanks in Advance
    Note : I am Using SSRS 2012 Version and The Report Server is also the Same
    Error : Error while loading code module: ‘Neodynamic.ReportingServices.Barcode, Version=7.0.2000.0, Culture=neutral, PublicKeyToken=c6b33c3093a0d4cd’. Details: Could not load file or assembly 'Neodynamic.ReportingServices.Barcode, Version=7.0.2000.0, Culture=neutral,
    PublicKeyToken=c6b33c3093a0d4cd' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) (rsErrorLoadingCodeModule) Get Online HelpError in class instance declaration
    for class Neodynamic.ReportingServices.Barcode: [BC30002] Type 'Neodynamic.ReportingServices.Barcode' is not defined. (rsCompilerErrorInClassInstanceDeclaration) Get Online Help There is an error on line 4 of custom code: [BC30451] Name 'Neodynamic' is not
    declared. (rsCompilerErrorInCode) Get Online Help

    Hi cbazrm,
    According to your description, you add an external assembly to display barcode in your report. It works properly in developing environment. But it throw the above error after deploying onto report server. Right?
    Based on the error message, the report server side doesn't have the assembly added, so it can't use the assembly to render the barcode.
    In this scenario, we should copy the AgeAssembly.dll to the “C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer\bin” folder then drag and drop the assembly to the C:\Windows\assembly too.
    Reference:
    SSRS - Custom Code with External Assemblies
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • How to use Ajax Web method in v4.master page to pass value to server side from JavaScript?

    Hi,
    I am customizing my v4.master page. Just adding jquery "Multiselect" dropdown .
    I want to pass selected value to code behind to perform some database activities.
    Here no code behind for me. Just i have added "Server side script" as a code behind.
    How to pass the value?
    Anyone give me the idea on it.
    Thanks & Regards
    Poomani Sankaran

    try using asp.net variables as per below links:
    http://sharepoint.stackexchange.com/questions/88777/how-to-use-a-variable-in-the-masterpage
    http://sharepoint.stackexchange.com/questions/80074/how-can-i-use-the-current-language-as-a-variable-in-my-masterpage
    https://msdn.microsoft.com/en-us/library/ms476046%28v=office.12%29.aspx
    http://www.dotnetfunda.com/articles/show/1507/how-to-access-master-page-variableproperty-from-the-content-page
    Please mark answer as correct if it is correct else vote for it if you find it useful Happy SharePointing

  • Flash and server-side Java interaction

    If I have a graphic designer who is going to build a Flash
    front-end that needs to interact with server-side Java code running
    in a web server (Tomcat), should we be using Flash Remoting with a
    front-end that the designer creates with the Flash builder? It
    seems like that would be the easiest way for them to build it
    rather than having them get into Flex and all that. However, if
    there's a better way, please point it out to me, because I've never
    tried using any of these Adobe products. Thanks...

    hi Naija
    If you need to communicate with flash and java , then you
    need to move to the flash remoting concept. it the better way to
    communicate with the server side scripting language.
    ~~
    SK

  • Why the server side behavior of LoadVars() not consistent?

    In my server side script for FMS app,there is such code:
    var lv = new LoadVars();
    var params = new LoadVars();
    lv.send("http://mysite.com/registerVideo.php", params, "POST");
    The expected behavior is that the request will be as if sent directly from the browser,thus SESSION information is not lost ,which is the exact behavior for my computer.
    But it's not the case for my boss --- session information is lost for him.
    Why the server side behavior of LoadVars() not consistent?
    What do I need to do to make sure session information is not lost @ server side ?

    Oops,why this feature has always worked like charm for me only??
    Below is the server side request caught from firebug:
    POST registerVideo.php
    http://mysite.net/registerVideo.php
    200 OK
    mysite.net
    115ms
    ParamsHeadersPostPutResponseCacheHTML
    Response Headersview source
    Server
    nginx/0.7.67
    Date
    Tue, 29 Mar 2011 14:45:31 GMT
    Content-Type
    text/html
    Transfer-Encoding
    chunked
    Connection
    keep-alive
    Vary
    Accept-Encoding
    X-Powered-By
    PHP/5.2.14
    Expires
    Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control
    no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Pragma
    no-cache
    Content-Encoding
    gzip
    Request Headersview source
    Host
    mysite.net
    User-Agent
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.13) Gecko/20100914 Firefox/3.5.13
    Accept
    text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Language
    en-us,en;q=0.5
    Accept-Encoding
    gzip,deflate
    Accept-Charset
    ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive
    300
    Connection
    keep-alive
    Cookie
    pass=angel333; user=liying123; PHPSESSID=8m966mbd070tsdqqodnncesbj5
    Source
    Referer: http://mysite.net/flash/main.swf?sessionId=8m966mbd070tsdqqodnncesbj5 Content-type: application/x-www-form-urlencoded Content-length: 35 name=test&record=live&action=insert

Maybe you are looking for