Chronos.js getting appended

Hello,
In our portal we turned our web cache end user performance monitoring.
Since then we have are facing with the issue of the following script gets appended to all the files being uploaded to Portal and this is corrupting the html or CSV files.
Could someone provide some workaround to solve this issue?
Thanks

Hi!
If I understood correctly, chronos.js is getting appended because you enabled end user performance monitoring. This is usually done for shorter periods for testing purposes. If you disable, it should work as usual.

Similar Messages

  • Topic: TCP/IP Message gets Appended with two dots...(Urgent)

    Dear All,
    I am working on a requirement where I am sendind a message
    (underlying protocol used TCP/IP) using a program
    developed using Java Sockets.
    It sends the messgage on desired mechine and port but two dots(..)
    gets appended with this message .
    I am really not able to figure out from where these dots are coming ,
    is it the network that appends these dots.
    Any clue will be helpful.
    An early response is highly appriciable.
    Thanks and Regards
    Dushyant Bhardwaj

    You should use a BufferedWriter instead of a PrintWriter, since you're using a BufferedReader. these streams tend to work best in pairs. The readLine requires a newline, so
    import java.io.*;
    import java.net.*;
    public class TestSW
            public static void main(String[]args)
                    BufferedWriter output;
                    BufferedReader networkBin;
                    Socket socket=null;
                    try{
                            socket = new Socket("127.0.0.1",5050); // connect to echo server
                            output = new BufferedWriter(new OutputStreamWriter(socket.getOutputStream()));
                            networkBin = new BufferedReader(new InputStreamReader(socket.getInputStream()));
                            output.write("testing");
                            output.newLine();
                            output.flush();
                            System.out.println(networkBin.readLine());
                    }catch(IOException e){
                            e.printStackTrace();
                    }finally{
                            if(socket != null){
                                    try{socket.close();}catch(IOException ce){}
    }

  • Multiple Billing Documents (from VF03) getting appended to a single spool

    Hi All,
    We have a requirement where in user wants all the billing documents which were given for printing should get appended to a single spool. The billing documents will be given for printing from VF03.
    Now what's happening is, for each billing document, one spool is getting printed.
    Note 742538 was implemented and now, when a document is given for printing for the second time then it is getting appended to the exisiting spool( the spool whcih was generated when the documented was given for printing for the first time.). But, now i want to append all the billing documents to a single spool.
    Thanks in advance.
    Regards,
    Razia Shaheen.

    you probabaly have to adopt the part of OPEN_FORM.
    At first if you have ITCPO-TDNEWID checked you will get a new spool everytime so make sure this one is space, or its analogon in SMARTFORMS interface.
    Even tho Spooltitle and suffix are not keyfields in spooltable i have made the expierince that you will get different spools for different titles. So you better synchronize the title and the suffixes for those spools you wish to add in one spool.

  • Sapce getting append to the value in textfield

    Hi All,
    In my project, for the value in one inputfiled i am calucating some value in new child,opening window like this
    var win = window.open("fetchprice.htm?matnr="+matnr_value,"FETCH_VALUE",);
    In the child window after calucating the value it posted back to the input filed in the parent using the following
    opener.document.forms['myform'].elements['value1'].value = '<%=wr_test%>';
    The input filed in the parent getting the value is
    <htmlb:inputField id         = "value1"
                          type       = "bcd"
                          alignment  = "right"
                          doValidate = "TRUE"
                          decimals   = "2"
                          size       = "20"
                          maxlength  = "20" />
    The problem is while the value is posted to parent inputfiled from child window a space is getting append to the last of the digits .How can i fix this problem?
    Thanks & Regards
    Sujith

    is it only happenning when posted to parent input field from child window?
    i just tried this code and i dont get any space at the end.
    <%
    data: test type i .
    test = '1234.45' .
    %>
    <htmlb:inputField id         = "IP"
                            alignment  = "right"
                            size       = "20"
                            type       = "BCD"
                            value      = "<%= test %>"
                            maxlength = "20"
                            doValidate = "TRUE"/>
    Regards
    Raja

  • Mail sent by the program are getting appended for every line item in ITAB.

    Hello Experts,
    My program has to send mail for every line item in my internal table. Each line itme will provide the data to be filled in body of the mail .Now the problem is when i recieve mail in outlook the body of the mail is getting appended every time i recieve the mail
    For example , if the mail has to go for 3 entry in itab out of five then i'm getting 3 mails but 2nd has body of 1 also and 3d has body of 1st and 2nd.
    I'm using loop - endloop and it is happening due to this but is there any other way out to send mails for each line without body getting appended.
    Please see the code below i'm using:-
    LOOP AT lt_bg INTO lw_bg.
    PERFORM populate_message_table.>>>>>>Preparing body
    PERFORM send_email_message.>>>>>>>>> need to capture in loop as evry line itme has distinct subject of mail
    ENDLOOP.
    PERFORM initiate_mail_execute_program.
    Thanks,
    Naveen

    Hi,
    I'm using Clear wa and refresh ITAB but still i'm getting the body appended.
    Thanks

  • XML Parsing of a file which keeps getting appended by another process

    Hi:
    What's the best method to parse an XML file as it's getting appended by another process. I need a functionality similar to UNIX "tail -f" where the reader waits for more input after reading is complete.
    I am getting SAXParseException because the end root tag is not yet written but the parser thinks it has finished reading the file.
    Any help will be appreciated.

    I would not use a file, a better solution would be to use a message pipeline. The (JAXM) Java API for XML Messaging, is designed to do this type of task.
    http://search.java.sun.com/ClickThru?url=http%3A%2F%2Fjava.sun.com%2Fxml%2Fjaxm%2F&qt=JAXM&pathInfo=%2Fjava&hitNum=1&col=jsun0&col=jsun1

  • Jsessionid getting appended to the dsp:a tag

    Hi,
    We have a requirement to strip off jsession id getting generated from every url.
    However, in a non-secure page (http), the link (which uses <dsp:a> tag) automatically appends the jsessionid to the url. We are not able to manually strip it out.
    Is there a way we can tell ATG10 to strip out jsession id upon link creation?
    Any idea is highly appreciated.

    I have been in contact w/ a remote user who has this same issue.
    He has a rather large volume of local mail in a POP account. He recently had to migrate his data from one Macbook Pro running Snow Leopard to another so that we could send his older machine in to get repaired.
    Now that he's working on the loaner with all his data migrated over, he gets this error when he tries to send mail. He cannot send any mail from within Mail.app. I'm currently having him back up his ~/Library/Mail/ and ~/Library/Mail Downloads/ and ~/Library/Preferences/com.apple.mail.plist files to an external drive before we really start messing about with anything too scary. I had him try to remove the envelope index file to "import" all the mail, but mail crashed twice at about 30% complete, so he put the old envelope index file back.
    Something interesting: he has two accounts, The one which does not work is the work account which is set up for POP3 and one is a personal account which is set up using IMAP.
    He just sent me a test message from the personal account and mail had no problem writing to that account's (do they have separate outboxes?) outbox.
    He does have like 400,000 messages total in a variety of folders in mail, but... it was working before he used the Migration Assistant to move his data to this temporary laptop.

  • Too many redirects occurred & the address gets appended to automatically

    I have started getting...
    "Too many redirects occurred trying to open “http://www.SOMEADDRESS.com/index.php?option=com_virtuemart&page=shop.registratio n&vmcchk=1&Itemid=100017”. This might occur if you open a page that is redirected to open another page which then is redirected to open the original page."
    ...type messages when I attempt to go to certain web sites. Many times in the past I have used the same links to be transferred to the same sites. I have cleared my history and emptied cache without any help.
    Following, I have cleared my history and emptied cache, I Quit Safari and Opened it again. Manually typed the address I wanted to go to and my address was appended to automatically with the same address I was having problems with! I cannot go to the Home page of the web site because of this.
    Can someone tell me how to resolve this, please?

    Use OpenDNS to prevent redirects by your ISP.
    Use OpenDNS for better speed and more security. It's free and includes anti phishing filters.
    Open System Preferences / Preferences then select the Network tab. Click the Advanced tab then click the DNS tab.
    Enter these numbers exactly as you see them here.
    Click +
    208.67.222.222
    Click +
    208.67.220.220
    Then click OK.
    More about OpenDNS here.
    Topic : Manually provided DNS server addresses are higher priority than DHCP's

  • Elements on page getting appended

    Hi all,
    the problem I'm facing is, whenever i change option from drop down, it appends left menus to same menus again and again.
    I'm using Myfaces and facelets. I've header, left navigation and a body part.
    On header page, to show languages, I used selectOneLanguage component from Tomahawk library. also asigned valueChangeListener to it.
    On left navigation page, I used panelNavigation2 component from Tomahawk.
    the code for valueChangeListener is like :
    public void changeLocale(ValueChangeEvent event) {
    String strLang = event.getNewValue().toString();
    Locale locale = new Locale(strLang);
    getLanguages(locale);
    FacesContext fc = FacesContext.getCurrentInstance();
    fc.getViewRoot().setLocale(locale);
    fc.getRenderResponse();
    and code to display navigation menus is like:
    <t:panelNavigation2 id="menu1" layout="list" styleClass="breadcrumb"
    itemClass="navitemList" activeItemClass="selected" >
    <t:navigationMenuItems id="navitems" value="#{navigationMenuBean.panelList}" />
    </t:panelNavigation2>
    and
    import java.util.ArrayList;
    import java.util.List;
    import javax.faces.event.ActionEvent;
    import org.apache.myfaces.custom.navmenu.NavigationMenuItem;
    import org.apache.myfaces.custom.navmenu.htmlnavmenu.HtmlCommandNavigationItem;
    import org.apache.myfaces.custom.navmenu.jscookmenu.HtmlCommandJSCookMenu;
    public class NavigationMenuBean {
    private List<NavigationMenuItem> panelList ;
    * @return the panelList
    public List<NavigationMenuItem> getPanelList() {
    this.panelList = getPanelNavigationItems();
    return panelList;
    * @param panelList the panelList to set
    public void setPanelList(List<NavigationMenuItem> panelList) {
    this.panelList = panelList;
    public NavigationMenuItem[] getInfoItems() {
    String label = "Menu1";
    NavigationMenuItem[] menu = new NavigationMenuItem[1];
    menu[0] = new NavigationMenuItem(label, null, null, true);
    NavigationMenuItem[] items = new NavigationMenuItem[2];
    menu[0].setNavigationMenuItems(items);
    label = "contact";
    items[0] = new NavigationMenuItem(label, "go_contact", "", false);
    label = "copy right";
    items[1] = new NavigationMenuItem(label, "go_copyright", "", false);
    return menu;
    public List<NavigationMenuItem> getJSCookMenuNavigationItems() {
    List<NavigationMenuItem> menu = new ArrayList<NavigationMenuItem>();
    menu.add(getMenuNaviagtionItem("Home", "go_home"));
    return menu;
    public List<NavigationMenuItem> getPanelNavigationItems() {
    List<NavigationMenuItem> menu = new ArrayList<NavigationMenuItem>();
    // Products
    NavigationMenuItem products = getMenuNaviagtionItem("Menu1", null);
    menu.add(products);
    products.add(getMenuNaviagtionItem("Menu2", "#{navigationMenu.getAction2}"));
    products.add(getMenuNaviagtionItem("Menu3", "#{navigationMenu.getAction2}"));
    NavigationMenuItem item = getMenuNaviagtionItem("Menu4", "#{navigationMenu.getAction2}");
    item.setActive(true);
    item.setOpen(true);
    item.setTarget("_blank");
    products.add(item);
    // Shop
    menu.add(getMenuNaviagtionItem("Menu5", "#{navigationMenu.getAction2}"));
    // Corporate Info
    NavigationMenuItem corporateInfo = getMenuNaviagtionItem("Menu6", null);
    menu.add(corporateInfo);
    corporateInfo.add(getMenuNaviagtionItem("Menu7", "#{navigationMenu.getAction2}"));
    item = getMenuNaviagtionItem("Menu8", "#{navigationMenu.getAction3}");
    //item.setIcon("images/arrow-first.gif");
    item.setDisabled(true);
    corporateInfo.add(item);
    // Contact
    menu.add(getMenuNaviagtionItem("Menu9", "#{navigationMenu.getAction2}"));
    // External Link
    item = getMenuNaviagtionItem("Menu10", null);
    item.setExternalLink("Menu11");
    item.setTarget("_blank");
    menu.add(item);
    return menu;
    private static NavigationMenuItem getMenuNaviagtionItem(String label, String action) {
    NavigationMenuItem item = new NavigationMenuItem(label, action);
    item.setActionListener("#{navigationMenu.actionListener}");
    item.setValue(label);
    return item;
    public String getAction1() {
    return "go_panelnavigation_1";
    public String actionListener(ActionEvent event) {
    if (event.getComponent() instanceof HtmlCommandNavigationItem) {
    return getAction1();
    else {
    String outcome = (String) ((HtmlCommandJSCookMenu) event.getComponent()).getValue();
    return outcome;
    public String getAction2() {
    return "go_panelnavigation_2";
    public String getAction3() {
    return "go_panelnavigation_3";
    public String goHome() {
    return "go_home";
    public boolean getDisabled() {
    return true;
    now the problem I'm facing is, whenever i change laguage, it appends left menus to same menus again and again.

    I changed context param
    <context-param>
    <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
    <param-value>server</param-value>
    </context-param>
    which was client before.
    Try this

  • URL getting appended with the code

    Hi All,
    When I am trying to open a window as a pop-up in my BSP application it is appending the URL with the code I have written .
    It looks as below :
    http://sample.htmwindow.open('test.htm','width=100,height=200').
    The above URL is opening the Test.htm page but not as pop-up.Its overridding the new page and in the URL of this page I am able to see the above URL
    Can anyone tell me where I have done a mistake to open this window.
    Thanks ,
    Ghousia Naaz

    Hi,
    Could you please provide the code you've written?
    Did you try putting "javascript:" in front of your window.open code?
    Best regards,
    Guillaume

  • Extra characters getting appended after decoding

    Hi All,
    I am trying to decode the special characters by using the following function
    public static String decode(String str) throws Exception
    byte[] b0 = new byte[str.length()];
    Pattern p = Pattern.compile(
    "\\G(?:=(\\p{XDigit}{2})|[\\p{Graph}\\p{Blank}&&[^=]])");
    Matcher m = p.matcher(str);
    int idx = 0;
    while (m.find())
    b0[idx++] = m.start(1) != -1
    ? (byte)(Integer.parseInt(m.group(1), 16))
    : (byte)m.group().charAt(0);
    // byte[] b1 = Arrays.copyOf(b0, idx);
    return new String(b0, "UTF-8");
    But if i decode "=C2=A365=20sheetal " to £65 sheetal..,the decode is proper but it is adding extra characters like £65 sheetal?????? at the end .
    How can i make my decode function not to add extra characters?OR HOW CAN I JUST SAVE "£65 sheetal " THIS VALUE??
    THANKX

    The problem got solved..,its decoding every extended bit values.
    The function was changed little bit.Array copy is done using for loop.
    public static String decode(String str) throws Exception
    byte[] b0 = new byte[str.length()];
    Pattern p = Pattern.compile(
    "\\G(?:=(\\p{XDigit}{2})|[\\p{Graph}\\p{Blank}&&^=])");
    Matcher m = p.matcher(str);
    int idx = 0;
    while (m.find())
    b0[idx++] = m.start(1) != -1
    ? (byte)(Integer.parseInt(m.group(1), 16))
    : (byte)m.group().charAt(0);
    // byte[] b1 = Arrays.copyOf(b0, idx);
    byte[] b1=new byte[idx];
    for(int i=0;i<idx;i++){
    b1=b0[i];
    return new String(b1, "UTF-8");
    Can any one say me,why euro symbol appears as ? in web-ui ,but it is saved in database as euro symbol itself?
    Thankx

  • Would like emails from a particular sender to automatically get exported to a text file or appended to an existing text file on my hard drive

    Emails from a particular sender I would like to get appended to a single or to multiple csv or text files.
    I think I've read that Mozilla can use filters to get all emails from a particular sender put in a particular folder.
    That might be useful but does not get me all the way to goal.
    I've also read about 3rd party plugins that give you export options through additional menu options
    However, I need something that just automatically exports (without me having to be there and does not require any mouse commands) whenever an email from a particular sender shows up. And that exports to a csv or txt file.
    thanks for any time you spend on this question.
    Chris

    ok I answered my own question on this one.
    According to Filtaquilla online documentation:
    ''(Beginning in Filtaquilla version 1.3.0): By default, the message is saved with the default Thunderbird extension .eml The filter will use a different extension if you append to the file spec a | followed by the extension. So for example if the filespec is C:\temp\saveas\ for the default extension type, change this to C:\temp\saveas\|txt and the extension will be “txt”.''
    I was able to verify this works in my test.

  • Append the data in file at receiver side

    Hi All,
    I want dump the data frm SAP tables. the data is hughe so we are sending the data in slots from ECC like 50K recoerds at a time and after that to collect that i using the append parameter at file receiver side and records are getting appended in file only that is correct 
    but my one doubt is
    let say monday the records get append into file at receiver side and on tuesday again the records will get appended in same file....it will be problem for this i used create parameter with overrite my question if i am using create then we can not use append ........
    please suggest...........
    Regards

    Hi gangadhar,
                             Append will work like this..
    if there is no file ..create the file and if file already exists then appends the data to the existing file..
    in your case when you create the file with day i.e file_day ..first time when you send 50K records file will get created..
    if you send another 50k in the same then will get appended to the same...
    in case if you send the another 50K set another day..then a new file will get create as there is no file available with taht file name
    i.e filename_nextday...
    Hope this clears all your queries
    HTH
    Rajesh

  • Problem appending multiple lines with StringBuffer()

    I have problem executing this code -
    I am reading a line from keyboard. And after every line I store a space as well.
    O/p shows just the first line, space and then null.
    Why would it not print the next lines.
        StringBuffer buf = new StringBuffer();
    do {
    str = br.readLine();
        buf.append(str).append(" ");
       } while (str != null);

    Well, when I input 3 lines and press ^C to end the
    input , the above lines get appended but the last
    line does not append.Why are you pressing ^C? That should make your app abend if you're reading from the System.in stream.
    Anyway, I'd guess you're entering the last line without pressing Enter, so it doesn't actually get entered (nor read).

  • Append structure

    hi ,
    i am getting an error message while am creating an append structure.
    what i have done is ..
    i created a structure in SE11 with 4 fields with name zstruct .
    and i have one ztable with 5 fields. when i am trying to append  a structure through Append Structure button , system is asking for the name of the structure.
    here is my problem...
    when trying to giving the structure name which i was created earlier ie., zstruct, it giving error that " structure name is already created."
    can any please help me in this regard.
    cheers,
    srak.

    hi..
    u cannt append the structure with the same name as it is already created.....
    u have to give the different name and thier u specify the field names....
    the u r table will get appended  with the new fields...
    hope it works...
    thanks
    sam

Maybe you are looking for