How to edit Webi Server's setting of "stopped 5 times in 60 minutes"

It is knows that Webi Server will be considered failed while it has stopped 5 times in 60 minutes.
Could we edit it's setting so that Webi Server could be considered failed while stopped at 6(7,8,...) times at Linux Environment or Windows?

Yes, If you have rights to "CMC"(Central Management Console) then you can edit all servers properties.
Thank You!

Similar Messages

  • How to change web server from inbuilt Tomcat to IIS in already configured Cold Fusion 10

    how to change web server from inbuilt Tomcat to IIS in already configured Cold Fusion 10

    You just need to run the Web Server Configuration Tool to connect ColdFusion to IIS.  It can be found in the ColdFusion program group off of the Start menu.  Be sure to run it "As Administrator".
    -Carl V.

  • Why can't I set a stop time for a song in itunes?

    I would like to shorten a song that I purchased on itunes.  When I set the stop time in options it continues to play to the end of the song and will not accept the shortened time I have set.  Why can I not shorten the stop time on a song?

    I had a similar problem, with strange times appearing in the stop time field after I entered it.
    I eventually realised that the song must not be playing, or even selected for playing, when you attempt the stop time edit. This is counter-intuitive; both of us wanted to edit the stop time for a song we were playing.
    What worked for me was to first select another song and start it playing. Then select the song whose stop time you want to edit, and make the edit.
    I hope that solves your problem.
    However, a warning: Start and stop times do not seem to propagate to the home shared library, e.g., accessed by an iPad, or Apple TV; they only work when playing music directly from iTunes.

  • How do I find and clear all ticked Stop Times in music tracks?

    I have lots of music tracks which have the Stop Time ticked under the Options tab in Get Info. I don't know why they are ticked as I didn't do it, but now I want to clear them all as it causes tunes to stop abruptly in playback. I've looked for a script that would do this, but no luck. If there's no available script, perhaps if I could at least find all of the songs with Stop Time ticked, that would be a start. Does anyone either know of a way to clear all ticked Stop Times, or at least create a playlist of all songs with Stop Time ticked? If anyone knows why Stop Time gets ticked for some songs and not others, that would also be useful information. Thanks in advance.

    barney97,
    Maybe this script in can be of help:
    tell application "iTunes"
    if selection is not {} then
    set sel to selection
    repeat with this_track in selection
    try
    set finish of this_track to 1000
    end try
    end repeat
    display dialog "Done!" buttons {"Thanks"} default button 1 giving up after 5
    end if
    end tell
    Replace the "1000" with the number of seconds of your longest track, compile and run the script. The script tries to set the Stop Time to 1000 seconds. If your tracks are shorter in duration, the Stop times just will be cleared.
    Run Script Editor (in ./Applications/Applescript) and copy the script (grey block above) to it.
    Click the 'Compile' button and save it as a script in ./Library/iTunes/Scripts.
    It will then appear in the Script menu in iTunes.
    Next, select all tracks in your Music Library (Command-A) and run the script.
    It's not a very elegant solution, but it works.
    If anyone knows why Stop Time gets ticked for some songs and not others, that would also be useful information.
    I can't tell you that. I've never experienced a phenomenon like that.
    Maybe some iTunes related Widget or iTunes supporting application is responsible for that.
    Hope this helps.
    M
    17' iMac 800 MHz, 768 MB RAM, 200 GB HD, DL burner   Mac OS X (10.4.9)   iTunes 7.2

  • Webi server property setting.

    Hi Experts,
    I would like to ask 2 question regarding webi issue.
    1. On XI3.1 version >  WebIntelligenceProcessingServer property > displays Maximum Document Cache Reduction Space  is MB
       On XIR2 version   >  WebIntellgenceProcessingServer Property > displays Maximum Document Cache Reduction Space  is %
    Is it changed from % to MB size?
    2. On Xi3.1 verison > WebIntelligenceProcessingServer property > Server Polling Interval
    About Server Polling Interval, following acknowledge is right?
    - Polling interval is the time how often Central Management Server looks for any reports that are to be scheduled. The default interval is 15 seconds
    Your kindly update is appreciated.
    Thanks
    Shengjun

    Yes, If you have rights to "CMC"(Central Management Console) then you can edit all servers properties.
    Thank You!

  • How to Edit Webi or Crystal report in New BO 4.0 LaunchPad

    Hi,
    Can someone guide me how to edit a webi or crystal report in new BO4.0 LaunchPad
    Thanks,
    VB

    Hi all,
    I can not display report as modify mood. When I do right click on report, it displays like as below :
    I only updated java with the latest version 8 update 45.
    Can anybody help me ? Because I can't get modify mode, so I can't edit my reports.
    Thanks.

  • How to access web server with SSH client

    I need to access my web server via SSH. I do not have clue how to go about. I have transmit for ftp but looks like I cannot use SSH with Tranmit.
    I guess I need to know:
    - What ssh client to I need to get?
    - If not detailed instruction provided How do I go about? I know I need the port # and my ip address and I have both of those but not sure what else I am to do.
    TIA for the help!

    Open up Terminal. It's in the Utilities folder.ssh -p <port#> <ipaddress> or, if you need to log on with a different user namessh -p <port#> <username>@<ipaddress>

  • HOW TO FIND Web Server  ...?

    when i try to find web server (tomcat ) on my computer with the program below ... iam getting the output like this ....
    Web server of sitehttp://localhost:8080is null
    note : my tomcat is running at http://localhost:8080
    can anyone help me out .....
    import java.io.*;
    import java.net.*;
    public class findServer
    public static void main(String a[])
    try
    URL u=new URL(a[0]);
    System.out.println("Web server of site"+a[0]+"is-"+u.openConnection().getHeaderField ("Server"));
    catch(Exception e)
    System.out.println(e);
    thanx

    The tomcat won't send the "Server" field; it will send you
    the "Servlet-Engine" field instead. This should work:
    private static final String getWebServerInfo(String url)
      try
        URL u = new URL(url);
        String server = u.openConnection().getHeaderField("Server");
        if(server == null) server = u.openConnection().getHeaderField("Servlet-Engine");
        return server == null ? "Unknown (got null)" : server;
      catch(Throwable t) { return "Unknown (got exception: " + t.toString() +")"; }
    }

  • Sun Java Web Server 6.1SP4 deadlock, stops responding

    Hi, i have a java web app on a Java Web SErver 6.1SP4 and when there are a lot of users the web server hangs, it stops responing. After a while (from 2 to 15 minutes) it start responding again. This serves neither dinamic nor static content. CPU usage is 100%. Just stoping and restarting the web server instance it works properly (even with the same or greater number of clients).
    Reading many posts some one wrote to use pstack to see whats happening. I did it, but i can't interpret results (i think there is a deadlock but don't know if thats true and how to resolve it).
    Any hint will be appreciated
    There are a lot of blocks like this:
    ----------------- lwp# 3468 / thread# 3468 --------------------
    fe11f950 lwp_mutex_lock (918c18)
    fd692384 __1cNObjectMonitorGenter26MpnGThread__v_ (5000, 525c, 5000, 50dc, 4800, 4af0) + 2d8
    fd6324d4 __1cSObjectSynchronizerKfast_enter6FnGHandle_pnJBasicLock_pnGThread__v_ (e104f604, e104f77c, 831ff50, 0, 35d654, fd6328ec) + 68
    fd632954 __1cQinstanceRefKlassZacquire_pending_list_lock6FpnJBasicLock__v_ (e104f77c, fd970000, e7330000, 4491d4, fd61bc2c, 0) + 78
    fd63167c __1cPVM_GC_OperationNdoit_prologue6M_i_ (e104f764, 4400, fd970000, 2cdc0, 4a6268, 1) + 38
    fd62e0b0 __1cIVMThreadHexecute6FpnMVM_Operation__v_ (e104f764, 80e9b0, 0, 0, 1, 0) + 90
    fd52c2a4 __1cbCTwoGenerationCollectorPolicyRmem_allocate_work6MIii_pnIHeapWord__ (2e368, fd9c29ec, fd9c297c, fd931a26, 4800, 4998) + 160
    fd522940 __1cNinstanceKlassRallocate_instance6MpnGThread__pnPinstanceOopDesc__ (f3c09020, 831ff50, 81e33e0, 4000, 4178, 0) + 180
    fd7b7744 __1cQjava_lang_StringQbasic_create_oop6FpnQtypeArrayOopDesc_ipnGThread__pnHoopDesc__ (f0a5e910, 0, 831ff50, 0, 1, 1) + a8
    fd63228c jni_NewStringUTF (831ffe4, 605b9c8, fd587824, 80e9f8, 4800, 4998) + b8
    fdafdefc __1cKNSJavaUtilQsetStringElement6FpnHJNIEnv__pnN_jobjectArray_Ipkc_v_ (831ffe4, ace7e4, 2, 605b9c8, 4, 605b828) + 34
    fdb068dc __1cONSAPIConnectorOgetRequestInfo6MpnHJNIEnv__pnN_jobjectArray_4pnK_jintArray__v_ (e104fabc, 831ffe4, ace7e4, ace7e0, ace7dc, 4) + 9c
    fdb042e4 __1cONSAPIConnectorHservice6MpnRJ2EEVirtualServer__i_ (e104fabc, ea9560, 8, 84b9464, 6d137e0, ace7dc) + 260
    fdb02734 service_j2ee (3c1c0, 84b97f0, 84b9868, 0, fdb11d57, 132414) + 40
    ff1cf994 __1cNfunc_exec_str6FpnKFuncStruct_pnGpblock_pnHSession_pnHRequest__i_ (668, 3c1c0, 84b97f0, 84b9868, 0, 0) + 248
    ff1d0db4 INTobject_execute (77308, 84b97f0, 84b9868, 0, 37ff8, 80d290) + 5e8
    ff1d5de4 INTservact_service (84b97f0, 84b9868, ff2e7b58, 0, 0, ff2e7b30) + 4d8
    ff1d64f4 INTservact_handle_processed (84b97f0, 84b9868, 20, 2, 605bee0, 76858) + 158
    ff218a9c __1cLHttpRequestUUnacceleratedRespond6Mpc_v_ (84b9750, ff2e7b7c, 2f48, 1bb, 84b9868, 84b97f0) + 3c8
    ff21818c __1cLHttpRequestNHandleRequest6MpnGnetbuf__i_ (84b9750, 6059290, 605b3f0, 605b3d8, 2000, 60592f0) + 62c
    ff216588 __1cNDaemonSessionDrun6M_v_ (84b9348, 2000, ff2ed7bc, 0, 0, ff2ed774) + 17c
    ff106dec ThreadMain (84b9348, 84fcef0, 3, 0, 1, 4b8) + 24
    fedd0028 ptroot (84fcef0, 0, 0, 0, 20000, fede8d70) + d0
    fe165c94 lwpstart (0, 0, 0, 0, 0, 0)

    hi
    sorry for the delayed response.
    well, the problem that you are trying to run into is very common when your server is getting good amount of load and uses large amount of servlet/jsp web applications running.
    here is a url that you might find it a useful read
    http://java.sun.com/docs/hotspot/gc1.4.2/index.html#4.%20Types%20of%20Collectors|outline
    if you do not want to take this trouble reading this document and want a quick solution, you do can do couple of things:
    - first understand how to size the heap
    http://java.sun.com/docs/hotspot/gc1.4.2/index.html#3.%20Sizing%20the%20Generations|outline
    - understand that the system is paused because jvm is busy doing garbage collection before allowing the web server to continue.
    - this can be avoided by properly tuning the jvm to how you think the server should behave. unfortunately, there is no miracle one one line to fix this issue
    - by careful and decent analysis of your system, you can tune your jvm properly that it can scale very well without any glitches.
    though, you will need to take the pain to learn the garbage collection acronyms and see what's best suited for you.
    - first, you want to know what is happening inside the jvm before you proceed to optimize . you can do this by adding this option
    -verbose:gc -XX:+PrintGCDetails
    How to add this option in the server.xml , is by doing something like
    start admin server -> manager your server -> click Java tab
    -> click on JVM Option in the left side
    -> Add this JVM option -verbose:gc -XX:+PrintGCDetails
    -> restart the server
    -> note, you do NOT want to leave the above option in the production environment as this will tremendously slow your application and this is meant to be only for development purposes.
    - if your server is a multi processor server (has more than 1 CPU) and you want less pause time, you can typically try adding this jvm option to your server and restarting it.
    -XX:+UseParNewGC -XX:+CMSParallelRemarkEnabled
    here are few other short cut , jvm options that you also try in your devleopment environment before going to production.
    Server application(Like Web Server 6.1) running alone on a large multi-processor server with 4gb of physical memory.
    #java -server -XX:+AggressiveHeap
    Two applications running on a large multi-processor server with 4gb of physical memory. Each java application instance is allocated a part of total system memory by an explicit specification of the maximum and minimum heap sizes.
    #java -server -XX:+AggressiveHeap -Xms1024m -Xmx1024m
    (again, do your research before you use this option in the production environment)

  • No response from web server after a process ran for 1-2 minutes

    Hi,
    I have a proven pl/sql code, it took about 2+ minutes to complete in sqlplus.
    But when I created a button to process the exactly same code in APex application, the process runs about 2 minutes and
    applications bombs with this msg "No Response from web server".
    Has anyone gotton this msg before?
    Thanks,
    Julie

    Hi Julie,
    See this thread - it may had some extra considerations for you: OHS Webserver Timeout for long running requests
    Do you know if your error message is returned at a fixed time each time? You could test this by creating a procedure that sleeps for X amount of time and then vary X to see if you can find a cutoff point for losing the connection.
    Also - I assume that your process keeps running on the database, despite the webserver connection being lost?
    If it's not a limitation in your httpd.conf file (the default is 5 mins as others have pointed out), then perhaps your network colleagues have set something in your network configuration to kill connections longer than a certain period of time? This is what happened in my case.
    Hope this helps.
    Alan

  • How to loop an swf a set number of times?

    I need to loop a banner animation a set number of times, then
    get it to gotoandstop on a final frame. I know in the past I could
    use:
    counter++; if (counter<5) { gotoAndPlay (1); }
    At least for the looping part (don't even know yet about the
    stop pon a particular frame part).
    but now in Flash 8 I can't get my test swf to do that using
    this statement. Am I missing something? (Of course, obviously I am
    or I wouldn't be here!)

    This works for me as well, but i don't want it to jump to the
    final still frame. i need mine to loop three times, then plan
    through to the frame i want, stopping there. the frame i want is
    not the final frame in the swf. it is somewhere in the middle.
    does that make sense?

  • How to setup process chains to run during office times every 30 minutes

    I want to set up a process chain to run only during 8 am to 6 pm MST every 30 minutes. How do I do such a setting in the process chain?
    Regards
    Ram

    Hello,
    You can do this by creating a daemon chain which runs once every 30 mins and triggers a event.
    You can use the event triggered by the daemon chain in the start variant of the PC which you require to run every 30 mins.
    But before doing that, make sure that one run of your process chain completes definetly in 30 mins.
    Let me know if you are looking for additional information.
    Cheers,
    MS.

  • Web server and setting up mime type

    All,
    We have written a httpd server program that handles http calls. I want to use this server to execute jnlps. I am confused as how to set the jnlp mime type on this server. Anybody has their own server and able to set the mime type? or is there any idea anyone has to set up mime type?
    Please reply. It is very critical.
    Thanks,
    Rama

    We have written a httpd server program that handles
    http calls. I want to use this server to execute
    jnlps. I am confused as how to set the jnlp mime type
    on this server. Anybody has their own server and able
    to set the mime type? or is there any idea anyone has
    to set up mime type?This is easy. Your server does not execute the jnlps. It just tells Java Web Start (the jnlp client) this is a jnlp and then hands it the jnlp file.
    For this the header part of the HTTP response needs to prove the jnlp mime type as content type.
    Example:
    If I log in by hand and hack in a request for a jnlp doc
    $ telnet zope 8080
    Trying 192.168.0.250...
    Connected to zope
    Escape character is '^]'.
    GET http://zope:8080/public/GUI/WebStart/Versant.jnlp HTTP/1.0then the server replies with
    HTTP/1.0 200 OK
    Server: Zope/Zope 2.2.2 (source release, python 1.5.2, linux2) ZServer/1.1b1
    Date: Fri, 21 Sep 2001 10:01:30 GMT
    Connection: close
    Content-Type: application/x-java-jnlp-file
    Content-Length: 1223
    Last-Modified: Mon, 03 Sep 2001 15:30:13 GMT
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="http://zope:8080/public/GUI/WebStart" href="Versant
    jnlp">
      <information>
      <!-- ... -->
    </jnlp>
    Connection closed by foreign host.You should use such a content type like above.
    Regards,
    Marc

  • How to Edit Web Gallery Output from CS5?

    Hello!  I just upgraded from Photoshop CS3 to CS5.  (Got some scrambling to do to catch up!)  I had been using the old File>Automate>Web Photo Gallery to create galleries for my Web site.  Massaged a little in Dreamweaver MX (I know, I know...) they look something like this:
    http://www.techno-imaging.com/gal10spring/alden_b2/index.html
    I found out how to add the old Web Photo Gallery back into Photoshop CS5, but was curious to find out what Bridge CS5 would do with Output>Web Gallery.  I experimented with the Standard template and was mostly happy with the result.  Here's what I got:
    http://www.techno-imaging.com/gal10spring/alden_b2_test1/index.html
    Trouble is I'd like to be able to customize the output a little more than allowed within the template itself.  It looks like the output has Flash, JavaScript, XML, HTML and maybe other programming resources.  I'm fairly familiar with HTML 3 and CSS, but am not a programmer.  Can anybody recommend what high-level editing tools (example: Microsoft Word for fancy text editing) I could use to make some modest tweaks?  The default modules are fine, but I'd at least like to be able to add a link back to my main gallery page like you see at the top right of my old Web Photo Gallery pages.
    Also- are there 3rd party templates for Bridge CS5 Web Gallery?
    Thanks, - Dave

    Hi i7nvd
    Oh my, I missed that completely!  Thanks very much for bringing that to my attention.  In the meantime I found that ACDSee would do a Web gallery that works OK for me.  However I will go back to Bridge Output Web Gallery this afternoon and five it a whirl.  Again, many thanks for jumping in and pointing that out to me.  I appreciate it a lot!
    BTW, thanks for the link to your site built with the Bridge plug-in.  And congratulations on the wedding!
    - Dave

  • How to edit web.xml deployment descriptor from console in weblogic 8.1?

    In weblogic 7.0, deployment descriptor such as web.xml can be edited from the admin
    console, but on weblogic 8.1 I can't find a way to do so.
    Is this function taken out? Why is it taken out? Do I have an alternative to edit
    it without unpacking and packing the EAR or WAR?
    Thanks in advance.
    Bill

    In weblogic 7.0, deployment descriptor such as web.xml can be edited from the admin
    console, but on weblogic 8.1 I can't find a way to do so.
    Is this function taken out? Why is it taken out? Do I have an alternative to edit
    it without unpacking and packing the EAR or WAR?
    Thanks in advance.
    Bill

Maybe you are looking for

  • How do I get my iphoto library to be available when I browse my computer from a website?

    When I try to upload a photo or video to a website, I click on browse my computer, but the iphoto library is always greyed out so I can't access it to pick the photo I want, how can I make it available please? thanks

  • Cards app - unable to purchase cards

    I'm having trouble purchasing cards in the Cards app. This has been going on for a couple of days. Usually Apple support is fantastic, but it seems like nobody can point me in the right direction and it's beginning to get frustrating. When I create a

  • Screen Capture of Classic Window

    I wish to capture the contents of a Classic application's window. None of the OS X keyboard shortcuts seem to work with the Classic window. If I capture only the window (Command-Shift-4), the result is a blank file. If I capture the entire screen (Co

  • EXIT or BADI

    Can anyone provide me any exit or badi for the background execurion of COHVPI ? Moderator message: please do more research before asking, show what you have done yourself when asking. Edited by: Thomas Zloch on Jun 14, 2011 1:18 PM

  • Keep on getting exception when trying to start ManagedServer wit h NodeManager in wls 7.0

    hi all, i am trying to start a managed server using nodeManager, but i keep on getting following exception: weblogic.nodemanager.NodeManagerException: [Could not execute command start for server managedServer via the Node Manager - reason: [CommandIn