SWF requested multiple times from server

Hi,
We have implemented an SWF in our homepage, using normal object tags. The SWF source is called from our database.
Loading works fine, and the SWF plays OK on the page. However, using firebug or httpwatch, we can see that the same SWF is requested multiple times from the server. We only have 1 instance of the SWF on our page. At the moment I can see 6 requests to the full SWF file (about 360kb) and another 8 requests to the same file, but with a lower filesize (about 98kb).
How is this possible? We tried using different browsers but they are giving the same results. Google doesn't answer my question, so maybe one of you can help me out here?
Thanks in advance!

what's your url?

Similar Messages

  • Message Driven Bean reading multiple times from a jms queue

    Hi,
    I am facing a strange problem with my message driven bean. Its configured to read message from a jms queue. But sometimes it read the same message multiple times from the jms queue.
    We are using weblogic server 8.1 sp5.
    Please find below our descriptor files
    ejb-jar.xml  
    <ejb-jar>  
      <display-name>ClarifyCRM_Process_Manager_13.1</display-name>  
      <enterprise-beans>  
        <session>  
          <display-name>ProcessManager</display-name>  
          <ejb-name>ProcessManager</ejb-name>  
          <home>com.clarify.procmgr.ejb.ProcessManagerHome</home>  
          <remote>com.clarify.procmgr.ejb.ProcessManagerRemote</remote>  
          <ejb-class>com.clarify.procmgr.ejb.ProcessManagerEJB</ejb-class>  
          <session-type>Stateless</session-type>  
          <transaction-type>Container</transaction-type>  
        </session>  
        <message-driven>  
          <display-name>ProcessManagerListener</display-name>  
          <ejb-name>ProcessManagerListener</ejb-name>  
          <ejb-class>com.clarify.procmgr.ejb.ProcessManagerMDB</ejb-class>  
          <transaction-type>Bean</transaction-type>  
          <acknowledge-mode>Auto-acknowledge</acknowledge-mode>  
          <message-driven-destination>  
            <destination-type>javax.jms.Queue</destination-type>  
          </message-driven-destination>  
        </message-driven>  
      </enterprise-beans>  
      <assembly-descriptor>  
        <container-transaction>  
          <method>  
            <ejb-name>ProcessManager</ejb-name>  
            <method-name>*</method-name>  
          </method>  
          <trans-attribute>Required</trans-attribute>  
        </container-transaction>  
      </assembly-descriptor>  
    </ejb-jar>  
    weblogic-ejb-jar.xml  
    <weblogic-ejb-jar>  
      <weblogic-enterprise-bean>  
        <ejb-name>ProcessManager</ejb-name>  
        <stateless-session-descriptor>  
          <pool>  
            <max-beans-in-free-pool>100</max-beans-in-free-pool>  
            <initial-beans-in-free-pool>10</initial-beans-in-free-pool>  
          </pool>  
        </stateless-session-descriptor>  
        <enable-call-by-reference>False</enable-call-by-reference>  
        <jndi-name>ProcessManagerHome</jndi-name>  
        <dispatch-policy>PMExecuteQueue</dispatch-policy>  
        <remote-client-timeout>0</remote-client-timeout>  
      </weblogic-enterprise-bean>  
      <weblogic-enterprise-bean>  
        <ejb-name>ProcessManagerListener</ejb-name>  
        <message-driven-descriptor>  
          <pool>  
            <max-beans-in-free-pool>100</max-beans-in-free-pool>  
            <initial-beans-in-free-pool>10</initial-beans-in-free-pool>  
          </pool>  
          <destination-jndi-name>clarify.procmgr.jms.queue.Execution</destination-jndi-name>  
          <connection-factory-jndi-name>clarify.procmgr.jms.factories.ExecConnection</connection-factory-jndi-name>  
        </message-driven-descriptor>  
        <enable-call-by-reference>True</enable-call-by-reference>  
        <dispatch-policy>PMListenerExecuteQueue</dispatch-policy>  
        <remote-client-timeout>0</remote-client-timeout>  
      </weblogic-enterprise-bean>  
    </weblogic-ejb-jar>   The MDB is sometimes reading multiple times from clarify.procmgr.jms.queue.Execution
    Also i would like to add here that the connection factory we are using clarify.procmgr.jms.factories.ExecConnection is having the following properties
    ServerAffinity Enabled=true
    XA connection factory enabled=false.
    Please help me out here!!

    Maybe, your MDB "sometimes" throws an Exception in onMessage.
    Check if this happens when you set <max-beans-in-free-pool>1</max-beans-in-free-pool>.

  • Calling a servlets multiple times from a servlet

    Hi All,
    Advanced Thanks,
    I have a servlet which calls another servlet to display some records. Second servlet will access some data from XML files and forwards to a JSP file. What i want is I need to call the second servlet multiple times from the the first servlet. I used RequestDispatcher to call the servlet but I can call only one time after a an exceptions is occurred like cannot forward after response is committed.
    I need this scenario in the saem way because each time second servlet is called I am forwarding response to user each time records are accessed based on the request value.
    request.getRequestDispatcher("sample").forward(request, response);          
    Any one please give me a suggestion?
    Thanks in advance

    What are those servlets supposed to do? Sounds like that they are doing too much, e.g. acting like business classes or utility classes or so. Refactor your code.

  • Embed same SWF file multiple times in Flash file

    I want to include the same SWF file multiple times in the same flash file. I have a plain box that is clear, that becomes visible when clicked. I want to create a grid of them (about 50+). If I copy the layers and actions, they interfere with each other so I want to embed multiple SWF files into one file and then save it to embed in an interactive PDF. If I save one square and embed it into the PDF multiple times, the file becomes too big to work. How can I embed interactive SWF files over and over into 1 SWF file? I don't have a ton of knowledge with Flash....

    you edit your html file to embed multiple copies of your swf.
    it's generally easier to control the layout if you use swfobject (but you can just copy the code published by flash pro) to embed the swf.

  • Extracting body with header and trailer multiple times from a multirow file

    Hello Everyone,
    I am new to OSB and currently working on a project where I need to extract data from a flat file containing multiple rows of body and a single header and trailer in the following fashion:
    Original File:
    <Header></Header>
    <Details></Details>
    <Details></Details>
    <Trailer></Trailer>
    Desired format using OSB:
    <Header></Header>
    <Details></Details>
    <Trailer></Trailer> ... in a single file, multiple times
    Please help me in carrying out this functionality. It's really urgent and important.
    Thanks,
    Saurabh

    Some may argue this is not the right forum - database general might have been a little been than downloads - but now the thread is here I'll try an answer.
    As I see it It depends on your spooling tool.
    Lets assume you are using sqlplus.
    I that case the sql prompt command may serve your purpose
    Alternatively
    select 'header' from dual
    union all
    select field1||','||field2||','field3 .... /*must single string expression but may concatentate field */ from somtable
    union all
    select 'trailer' from dual;may suit.
    However I fear either I have not understood the question or if I have understood the question that you may have difficulties implementing this.
    Edited by: bigdelboy on 19-Apr-2009 14:32

  • Stored proceadure is running  multiple times from crystal..Urgent...

    Hi friends,
    I am running the stored proceadure from crystal report. And it is executing two or three times. I can come to know through debug points which i placed in sotered proc.
    It is very urgent...any help is appreciated.
    Thanks,
    Vijay

    I am having the same issue.  I have a very simple XI crystal report that calls a stored procedure. I have checked the report option you mentioned - it is not checked and i have removed all subreports to take away any question about them.  It is still calling the procedure multiple times.
    My oracle stored procedure is getting executed THREE times in one run of my crystal report!
    I have created a crystal report based on a Oracle stored procedure and ODBC driver.  This report is published on a Business Objects Server XI Release 2. 
    In trying to figure out why the report was having efficiency issues, I have modified the procedure to write to another table so I can see what is happening in the report.  After executing the crystal report, I found that the procedure is called THREE times.  Here is the output from the table that I write to after the Crystal Report is executed from Enterprise:
               0 DEBUG - 28-JUL-2008:09:43:50: Starting STPR
             100 DEBUG - 28-JUL-2008:09:43:52: Done with 1
             240 DEBUG - 28-JUL-2008:09:43:52: End Program - Right after opening Cursor
             240 DEBUG - 28-JUL-2008:09:43:52: Right before opening Cursor
               0 DEBUG - 28-JUL-2008:09:43:53: Starting STPR
             100 DEBUG - 28-JUL-2008:09:43:55: Done with 1
             240 DEBUG - 28-JUL-2008:09:43:55: End Program - Right after opening Cursor
             240 DEBUG - 28-JUL-2008:09:43:55: Right before opening Cursor
               0 DEBUG - 28-JUL-2008:09:43:56: Starting STPR
             100 DEBUG - 28-JUL-2008:09:43:58: Done with 1
             240 DEBUG - 28-JUL-2008:09:43:58: End Program - Right after opening Cursor
             240 DEBUG - 28-JUL-2008:09:43:58: Right before opening Cursor
    When calling the report directly in Crystal, I get mixed results, sometimes it is the same, sometimes the procedure is called once but I see debug lines for the first two of the four rows in the second call and sometimes it is only called once. 
    Is there something that can make sure the procedure is called once and only once.  We are running into database efficiencies.
    Thanks!

  • File transfer to multiple clients from server socket

    I have multiple clients connected to my server socket and I need to copy more than 200mb documents from server to all clients over socket. Can we design the issue considering scalability and performance factor? What I am thinking of we should use thread for transferring file from server to client. But at the same time if we have large number of clients then we can't initialize a thread for each client. I think in this case we should initialize less than 10 threads in the pool as the file size is very large. If we keep number of threads in the pool low then probably we have to read multiple times the large server file (once for each group) which might again be a performance bottleneck. Please pour in your suggestions.

    File would be same for an instance only. For example say I have a "SEND File" button & �File Path� text box. In File Path suppose user enters the absolute path of the file and then clicks on Send File button. The responsibility of Send File button would be sending the file mentioned in the "File Path" text box to all connected client. But next time user can choose a different file.

  • Get Time From Server

    Please tell me that how can I get system date & time from network system whose host=135.147.150.9 and port=3128 {It's an address of proxy server). It's urgent; I am very puzzled about it.
    When I run Calendar.getInstance().getTime() then it returns instance of Date for client sytem where as my .jar file is run from server and I want to get time of PC who has .jar file.
    I am using Windows-XP as OS
    Thanks
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    ChuckBing wrote:The code to get the server's time/date must execute on the server. Once the code executes, then you need to get the data to the client using some form of communication between the computers.
    This tutorial may help: http://java.sun.com/docs/books/tutorial/networking/index.htmlThanks for telling me solution.
    I will read [http://java.sun.com/docs/books/tutorial/networking/index.html] later on.
    Presently, If you have same source for server and client program then please provide me.
    I do not have ndt or daytime service.
    Thanks

  • Report runs multiple times (from jsp) - on server

    Hi
    I have rdf reports deployed on the server and when i run them through the jsp, I see that it goes to rwservlet three times. Can anyone put a light into this as to what might be going on?
    Thx!

    what's your url?

  • Getting the same return string while reading multiple times from a GPIB instrument

    I'm having problems reading data from a GPIB instrument.
    I'm using a sequence similiar to this:
    1. Send a "MEASCALRES?" command to the calibrator to measure the current pressure.
    2. Read the result string sent from the calibrator.
    3. Send a "SYST:ERR:NEXT?" query to check if an error has occured.
    4. Recieve the error string from the calibrator.
    When running the program, the error string sometimes contains the same data as the pressure reading. For example, if the calibrator's pressure output string was "1.0000000e2", the error string might be "1.0000000e2" or sometimes just "20, No Errors", with the extra "2" added to the normal "0, No Errors".
    The problem a
    ppears to occure randomly, a rough estimate would be that it happens one time out of 50 readings.
    Are there any relevant GPIB card settings I can change to fix the problem?

    It looks to me that more data is send or data end is signalled to early by hte iocard.
    Maybe you should check the gpib bus cable speed. The default is much too fast for almost all instruments. Put it on 2 microseconds (the slowest speed). And we always disable autopolling, to prevent asynchronous actions.
    greetings from the Netherlands

  • Calling smartform multiple times from driver program

    Hi Experts,
    In a internal table i have multiple records, and my requirement is i need to call the smartform by looping the internal table and i'm geting output N times based on the N record in the internal table
    But my output i need to club all these output into single output i.e Instead of getting a print preview screen N times... i need to get the output during the last record of the internal table displaying all the pages.
    I tried searching the SDN, but the answers were not convincing for my requirement.
    Please advise. Thanks
    Regrds
    Balaji R

    Hi Sravanthi
    Thanks for your quick reply.
    I found your code interesting....
    but in my requirement spool will not be created..
    In my requirement
    I receiving the print preview for each record of the internal table, say 5 page for 5 records in the internal table.
    Now i need to change that only at the end of the itab.....  i need to get the print preview with all the 5 pages...
    Please advise..
    Thanks

  • Apple ID hacked multiple times from Japan

    My Apple ID was hacked several times, and apps was being downloaded by someone from Japan at least twice. How can I improve the security?

    - change the Apple ID password
    - change the password for the email used as the Apple ID
    - add a rescue email: http://support.apple.com/kb/ht5312
    - enable two step verification: http://support.apple.com/kb/HT5570

  • Request a file from server as authenticated user?

    I am working on a file uploade system for my project. It is important that the files not be visible to an anonymous user who may be able to guess a URL. My project is hosted on an IIS server, so I have set "allow anonymous access" to false for the directory I upload to. Trying to access a valid URL results in a 401 error.
    That solves my privacy/security problem, but leaves me with the question of how in my Flex app to access files in the upload directory.
    As an example, I have a simple Image control embedded in my app with its .source property pointing to a URL within the upload directory. When I run the app, my browser asks for a name and password. I need to provide that data to the server when the app starts up, so the user doesn't see the login box.
    Can anyone give me some pointers?
    Thanks.
    Paul

    Got it.
    My image source URL is now in this format and loads properly:
    http://username:[email protected]/privatedirectory/theimage.jpg

  • Jabber for Windows 10.5 shows contacts from Address Book multiple times?

    What would cause Jabber for Windows 10.5.1 to show a contact multiple times from the address book when searching?  See attached screenshot. 

    I tried removing firefox and rebooting/reinstalling Jabber with no luck.  I reimaged my machine and loaded 10.5.2 fresh install with no previous versions and still getting the random crash.  Also, I have users who say it has crashed on them during a WebEx and have had installation problems when upgrading from 9.x to 10.5.x.  Version 9 is very solid, sticking with 9.7.5.  I have about 10% of my test users having varying problems with version 10.5.x, waiting till the next release.  Hopefully Cisco will spend a few more weeks testing the next one before publishing it on their site.
    --edit--
    Also, when you finally get frustrated and want to downgrade, Jabber 10.5.x doesn't uninstall completely and you end up with an error like the image attached when you try to install v9.7.5 for example and can't install Jabber even after rebooting.  I had to run Microsoft Fix It install/Uninstall option and tell it to uninstall Jabber before Windows allowed me to install an older version of Jabber.  Not too happy with this release.  Strange enough though, some of my users have the exact same laptop I do, same windows build, same patches, etc, and it works fine for them.  Anyway, not deploying this one.  Good luck.

  • How to refresh a client's browser from server without using Timer !

    Hi,
    can anyone have the code for refreshing the client's browser from server side with out setting the timer . U can do this by setting the Timer from server. but we need some other solution for this problem.
    Thanks.

    There's a meta tag for it.
    Kind regards,
      Levi

Maybe you are looking for

  • I am having a problem with my 2009 Macbook Pro

    Hello Everyone, I am having a problem with my 2009 Macbook Pro .  A few weeks ago I plugged it into the charger after running it down to reserve battery power. It appeared to be charging, but then all of a sudden my clock and calender reset to year 2

  • I have two Apple IDs. Is there any way to consolidate them into one?

    I have two Apple iTunes accounts and didn't realize it for a while so some of the music I purchased is associated with one account and some music is associated with the other. I was wondering if there is any way to connect the two accounts and consol

  • How to Import .MOV files in Adobe After Effects, I am Using Canon 700d for FilmShooting

    Hello, I have Just brought a canon 700d and started Shooting HD Movies but now i want to add some effects in my video E.G. Twixtor effect for slow motion but I am facing a problem that i cannot import .MOV file in Adobe AE CS4. Please help me. Also I

  • Form template with tick-boxes

    I'm an Indesign novice and would like to create a questionnaire form which is to have tick boxes next to some questions. I intend to print out the document and have people tick with a pen if the question applies to them etc. The document will also ha

  • Hide Personalizse and Details option in webdynpro page

    Hi, I have created a page for webdynpro application through SPRO. When I open a page in portal, i'm able to see Personalize and Details options. How to hide personalize and details options in Options for webdynpro iview/page. Thanks for your advice.