Launch monitor failure

At start up I get an alert stating "Application Launch Moiitor. Transport monitor failed to launch" followed by what looks like a specific file. What does this mean and how do I correct the problem?? Thanks.

Using Mac OS X Tiger seems appropriate.

Similar Messages

  • ACS 5.1 "Launch Monitoring & Report Viewer" not working

    I'm trying to view the logs on the ACS server via the web interface.  When I click on "Launch Monitoring & Report Viewer", it opens a new window and I get the error "cannot display the webpage".  This happens on both Firefox and IE.  The URL it's trying to load is this:  https://x.x.x.x/acsadmin/ReportsRedirectorAction.do
    These are relatively new boxes so I don't know if I missed some config bit somewhere to enable that utility or what.
    Any insight would be appreciated.
    Thanks,

    I had the issue in ACS 5.1 no patch and it was fixed after reboot and after applying patch three it didnt showed up. The only difference is i had a standalone ACS.Who is the log collector in your setup?
    Let me know if you can apply patch here is the link for that :
    http://www.cisco.com/cisco/software/release.html?mdfid=282773289&flowid=4409&softwareid=282766937&release=5.1.0.44&rellifecycle=&relind=AVAILABLE&reltype=latest
    here is the procedure to apply patch 3 ( on both primary and secondary)
    downlaod the file : 5-1-0-44-3.tar.gpg
    and place the file in the FTP server in your enviroment
    Login to the ACS CLI :
    Create a repository:
    acs/admin(config)# repository myrepository
    acs/admin(config-Repository)# url sftp://starwars.test.com/repository/system1
    acs/admin(config-Repository)# user luke password skywalker
    acs/admin(config-Repository)# exit
    then run this command :
    acs patch install patch-name.tar.gpg repository repository-name
    #Installing an ACS patch requires a restart of ACS services.
    Would you like to continue? yes/no
    Thanks
    Waris Hussain.

  • 404 FileNotFoundException: launch-monitor.cfm after applying Coldfusion hotfix APSB11-04

    Hi,
    After applying this hotfix I encounter a FileNotFoundException when trying to access a Server Monitor (see below..).
    Any advice most appreciated..
    thanks, Tom
    CF Version: 9,0,1,274733
    Hot fix applied: http://www.adobe.com/support/security/bulletins/apsb11-04.html
    We have a multi server environment: 5 instances (Admin x 1, Application x4).
    Without hotfix:
    ================
    I access the application Server Monitors via following urls:
    http://myserver:8301/CFIDE/administrator/monitor/launch-monitor.cfm
    http://myserver:8302/CFIDE/administrator/monitor/launch-monitor.cfm
    http://myserver:8303/CFIDE/administrator/monitor/launch-monitor.cfm
    http://myserver:8304/CFIDE/administrator/monitor/launch-monitor.cfm
    If logged in I am taken to the server monitor without error.
    If NOT logged in I am presented with the login screen, after submitting I am taken to the server monitor without error.
    Note: The Server Monitors could never be launched via 'Launch Server Monitor' within the Administrator web interface for each application instance; instead the following message display 'The URL is not valid and cannot be loaded'.
    After hotfix:
    =============
    I attempt to access the application Server Monitors via following urls:
    http://myserver:8301/CFIDE/administrator/monitor/launch-monitor.cfm
    http://myserver:8302/CFIDE/administrator/monitor/launch-monitor.cfm
    http://myserver:8303/CFIDE/administrator/monitor/launch-monitor.cfm
    http://myserver:8304/CFIDE/administrator/monitor/launch-monitor.cfm
    If logged in I am taken to the server monitor without error.
    ***If NOT logged in I am presented with the login screen, after submitting I get the following error:
    404
    /CFIDE/administrator/CFIDE/administrator/monitor/launch-monitor.cfm?
    java.io.FileNotFoundException: /CFIDE/administrator/CFIDE/administrator/monitor/launch-monitor.cfm?
        at jrun.servlet.file.FileServlet.service(FileServlet.java:356)
        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
        at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
        at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
        at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    This appears to occur after I overlay the old CFIDE directory(s) with the new. As far as I can see there are not really any config(text) files I could have overwritten, but rather the cfm binaries have changed.
    Questions
    =========
    The workaround is that I make sure I am logged in before attempting to access Server Monitors urls, BUT..
    - How serious is this ?
    - Is there a fix ?
    I am reluctant to apply to Production environment...

    Hi Adam,
    That's what I ended up doing.  I do not know what ESAPIUtils does, so I just modified the return string using my own function:
    <cfset esapiutils = createObject("java", "coldfusion.security.ESAPIUtils")>
    <cffunction name="encodeForError" output="false">
        <cfargument name="str" required="true">
        <cfset var str2 = "">
        <cfset var encodedStr = "" >
        <cftry>
                <cfset str2="#replace(str,"\","/","ALL")#">
                <cfset encodedStr=esapiutils.encodeForHTML(str2)>
            <cfcatch type="Any">
                <cfoutput>
                    <admin:l10n id="error_verify" var="verify_err">
                        #esapiutils.encodeForHTML(CFCATCH.Message)#
                        #esapiutils.encodeForHTML(CFCATCH.Detail)#
                    </admin:l10n>
                </cfoutput>
                <cfthrow message="#verify_err#">
            </cfcatch>
        </cftry>
        <cfreturn repairEncodeForError(encodedStr)>
    </cffunction>
    <!---added by Scott Jibben on 2011-02-19 to correct the display--->
    <cffunction name="repairEncodeForError" output="no">
        <cfargument name="str" type="string" required="yes" hint="output to clean">
        <cfreturn ReplaceList(arguments.str, "&lt;,&gt;,&##x3d;,&##x27;,&##x2f;", "<,>,=,',/")>
    </cffunction>

  • It's dos't work Launch Monitoring & Report Viewer

    It doesn't work "Launch Monitoring & Report Viewer"
    If i click Launch Monitoring & Report Viewer" , that 's show up " The monitoring and reports database is currently unavailable. Attempting to reconnect in 5 seconds.  If problem persists, please contact your ACS administrator " this message...
    where do i check on ACS 5.0 ?
    Regards
    Gangmo.

    ooooops..
    reload the acs.. and database process is on..
    It work well ....
    Thanks...

  • Launch Monitoring & Report Viewer URL

    Hi,
    is there a way to change the URL of Launch Monitoring & Report Viewer? I want to use the IP address of the ACS 5.2 and not the hostname.
    thank you
    Fabrizio

    HI Sebastian,
    What operating system and broswer are you using? Please note the following OS/Browser combinations are supported by ACS 5.1.
    Supported Web Client/Browser Platforms
    ACS 5.1 supports the following Web Client/Browser Platforms:
    •Windows XP Professional (Service Pack 2) and Windows Vista
    –Internet Explorer version 6.x
    –Internet Explorer version 7.x
    –Mozilla Firefox version 3.x
    •MAC OS 10.5
    –Mozilla Firefox version 3.x
    •Linux ReaHat (latest version)
    –Mozilla FireFox version 3.x
    http://www.cisco.com/en/US/partner/docs/net_mgmt/cisco_secure_access_control_system/5.1/device_support/sdt51.html#wp73725
    Regards,
    Steve.

  • Cannot launch Monitoring & Report Viewer

    Hi everybody,
    i just installed ACS 5.1.0.44 with the latest Patch on a VMWare virtual machine and installed the evaluation license.
    Everything works fine except for the "Monitoring & Report Viewer"-Tab:
    When i try to launch the Viewer, it opens a new browser-window/tab, which then again opens another (the same) window/tab, and so on and on. So there would be an infinite number of windows/tabs, if i wouldn't close them all real quickly. Same problem with any client and any browser.
    I already deinstalled ACS 5.1 and tried ACS 5.2 on the same machine -> same problem.
    Am i missing something? Did anybody experience the same issue?
    Thanks in advance,
    Sebastian Jessulat

    HI Sebastian,
    What operating system and broswer are you using? Please note the following OS/Browser combinations are supported by ACS 5.1.
    Supported Web Client/Browser Platforms
    ACS 5.1 supports the following Web Client/Browser Platforms:
    •Windows XP Professional (Service Pack 2) and Windows Vista
    –Internet Explorer version 6.x
    –Internet Explorer version 7.x
    –Mozilla Firefox version 3.x
    •MAC OS 10.5
    –Mozilla Firefox version 3.x
    •Linux ReaHat (latest version)
    –Mozilla FireFox version 3.x
    http://www.cisco.com/en/US/partner/docs/net_mgmt/cisco_secure_access_control_system/5.1/device_support/sdt51.html#wp73725
    Regards,
    Steve.

  • InfoPackage Load Monitoring failures to email

    I need information on how to setup load monitoring to email.  I already do this within process chains but need to do it when I am running an initial load without a process chain.  Is there settings within the system that can be setup to send an email out to the alert me to these failures so that I am not stuck to watching them in the monitor in BW.
    Thank you!
    Caroline De Laurell

    One last question...
    Does SAP have a standard event in this list that will send an email if it passes or fails.  Or do I have to have someone create an abap program for that?
    Thank you for all your assistance!
    I will give you points after the return response.
    Thanks!
    Caroline

  • Launch application failure

    Application XXXX could not be launched because of a shared library error"<BaseInstaller Carbon><CarbonLib><CFMPriv_Launch Services>
    had an Apple Genious fix it and the next day I've got it back... anyone know what gives with this one. Can't open a bunch of programs because of it.
    thanks.
    Mike

    Hi Mike, download and run OnyX. Under Maintenance >>Reset >> be sure to check mark "LaunchServices".
    If that doesn't help, you may be able to repair this with the 10.4.6 Stand Alone Combo Updater.
    This is a fuller install, as opposed to an incremental "delta" update so it should overwrite any files that are damaged or missing. It does not matter if you have applied it before. It has worked well for many.
    Remember to Verify Disk before update and repair permissions before and after update from /applications/utilities/disk utility.
    -mj
    [email protected]

  • Flat panel monitor failure

    My G4 moitor has failed. Does anyone know how I can use a networked mac to see both partitions on the G4 hard drive and and what software is available & necessary to copy the old hard drive contents to a new machine. If there is no way, I am in deep weeds.
    Do you know wheter the G4 hard drive is of a physical size that could be installed in a new Pro desktop?
    Recommendations please.

    Hello and Welcome to Apple Discussions. 
    I wish it were under better circumstances. Unfortunately you aren't the first and won't be the last to see a total loss of video on an iMac G4.
    Firstly I'll answer your questions but after I'll suggest a couple of other options.
    1. Networking this machine will be awkward in this state due to the configuration required. Luckily Apple has built in Firewire Target Disk Mode which allow you to use any Mac as an external hard drive:
    Connect the two Macs with a 6pin-to-6pin Firewire cable.
    Switch on the iMac G4 and hold down the T key.
    Switch on the other Mac.
    The iMac G4's hard disk (and optical disk if there's a DVD in there) will appear on the other Mac's desktop.
    Copy your data across
    When finished drag the iMac G4's hard disk to the Trash on the other Mac.
    Disconnect the FW cable.
    Power down the iMac G4 using the power button.
    2. You can drag and drop your own files but you could use a cloning applications like:
    Carbon Copy Cloner, or,
    SuperDuper.
    3. You don't say exactly which iMac G4 you have but they shipped with between 40Gb and 160Gb. The Mac Pro ships with at least a 160Gb drive. So you should have no issues.
    4. There are also some other considerations:
    Firewire Hard Disk Enclosure. Put the iMac G4's hard drive in an enclosure. For a few dollars you can buy and enclosure and continue to use the drive.
    Use an External Display. You can purchase a $19 adaptor to continue to use the iMac G4 with either a TV or computer monitor.
    Consider the repair cost. If you can shine a Torch on the current display and still make out an image then the repair will be relatively cheap.
    If any of these three sound appealing we can explain further.
    kind regards and let us know how you get on.
    mrtotes

  • Lastest Apple Update Causes ext. Monitor Failure

    I have reason to suspect the latest round of software updates from Apple have caused the colors on my external to not render correctly in Mirror Mode. RGB colors are mixed and scattered across the screen.
    I suspect the update because the monitor's menu system renders fine on top of the color mess and this is first time I've connected to it since updating yesterday.
    The only other possibility I can think of is the DVI port or cable is malfunctioning, but I think that's unlikely because it worked fine right before the update.
    My wire connection is the Apple supplied mini DVI to HDMI cable to Phillips 190B LCD display.
    Appreciate any opinions here
    thx

    I have the same problem, and it also began when I updated to 10.5.5
    I have also noticed that the image is fine when in extended desktop mode, it just won't mirror the desktop correctly.

  • Dual monitor failure! (FX5200)

    Well, 2 days ago I connected a second CRT monitor to my MSI NVidia FX5200 VTD128 card via the addapter given with the card.
    It was working ok, though the refresh rates were noticeably slower on both monitors when both monitors were active.
    Then I started getting little flickers, even though there was nothing going on, which was a little strange...but I figured it was ok.
    So I was working with powerpoint, Macromedia Flash MX, Windows Media Player, etc. and I started having some problems, especially with Powerpoint. I'll use powerpoint to explain what happened: While previewing my presentation the 2nd (older) monitor was where the presentation was being displayed. It usually didn't take long for the screen to flicker a bit, and change the vertical and horizontal size of the display, to something that was just not right. I could reset it back to the orizinal resolution or v/h sync by going into settings and changing the resolution.
    Well, then it happened again, but this time the entire image was lost! Now I can not get an image to that monitor while in windows...works during startup though. Please help.

    Sorry,  I really had to leave earlier.
    I got the two monitors to work together again, but this time there were some limitations, and it eventually led to the same end as before.
    As far as I can tell it is a windows problem or a video card problem, not a power supply or motherboard issue. I should have said that earlier. I believe it to be a video card problem, which is leading to a windows problem.
    So as I said I have the FX5200 VTD128 card, running on a 4x AGP slot with NVidia drivers (not MSI drivers as these do not work on my system). My case temperature is fairly constant at approx. 81 F, and I don't know the temp of the video card.
    The first time I had a problem I was using the DualView option, where both monitors are separate pretty much. After a few hours of working nicely the monitor started having so problems...it would blink an come back with a picture that was very narrow and extremely tall (both more than what could be fixed with the monitor controls). Also the colour was dull and dark. Eventually after fixing this problem a few times by changing the resolution to reset the monitor, the computer crashed. When I restarted windows the second monitor remained black while in windows (though I still see all the start up stuff on it).
    So today since I couldn't get the Dual View option to work I used the option that spreads the image over both monitors. Exact same thing happened a few hours after use.
    Since I had restarted my computer over this period of time, I am pretty sure it is not a memory thing. I'm guessing it is a heat thing. I have a feeling the fan on the video card is not working like it is supposed to without the MSI drivers. If this is the case, MSI should be responsible for informing buyers about this problem.
    Since I was using different programs both times, I'm pretty sure it is not related to what programs were running. And since the monitor was working no problem earlier, I don't think it has anything to do with the hardware in my computer, though I tried to provide some info earlier...though I do believe there was enough info there for a somewhat educated guess as to what my problem could have been.
    I have a feeling this will have to go to MSI support to get any type of answer, but hopefully someone else has a good idea as to what it is and what can be done about it.
    Thanks
    PS.
    Richard, I believe the 4 wheels would be the equivelent of me saying I had a video card....the h/v sync thing would be like saying the car is making a specific noise. Welcome to the life of a mechanic. I appreciate help, but please refrain from the sarcasm.

  • Monitor failure on boot

    I have OSX Leopard fully updated and XP Professional fully updated on MacBook Pro and it keeps overheating and monitor is not working? Has anyone else experienced this? Are there any boot proceedings I can use to get screenback. It's clearly not damaged, there is a software issue somewhere.

    Welcome to Apple discussions!
    While your Mac may seem old to you, Macs last a long time. Your Mac is not a bona fide Older Mac.
    Most readers in this "Older Hardware Products" forum are using Desktop and Tower Macs that were produced before the turn of the century. iMacs have their own forums, too.
    The forums in the link below are visited by users of MacBooks, who are much more likely to be able to offer you accurate advice on a problem like yours. I suggest you choose a specific forum (you don't get a "post new topic" button until you select an individual forum, not the composite one first shown) create e new topic there, then cut and paste your query from above. Adding the processor speed of your Mac is very helpful on homing in on exactly which model it is.
    Apple.com > Support > Discussions > MacBook Pro

  • 10.4.7 and monitor failure after boot up

    10.4.7 again. I have some strange experience with my core duo mini, after installing the 10.4.7 update. After the boot procedure I get a blank grey screen with some flashing in every seconds on my Xerox LCD display. It looks like the monitor is on "energy save" mode or something like that because this flashing is abnormal. So at this stage i cannot do anything, except push the "power on" button of my mini to get it sleep. After the "wake up" the monitor works perfectly.
    I got te same error when my system put my monitor into "energy save" mode after some inactive minutes. For this problem i can switch off this energy saving, but for the problem during the process i have no idea.
    Anyone have the same, or have some guess about the solution?
    Mac Mini Core Duo   Mac OS X (10.4.7)  

    Both. Don't forget to reboot afterwards so the system can generate new files.

  • T61 Dual monitor failure

    I'm using a Lenovo T61 with WinXP.  This problem is a bit odd and lengthy.
    LONG VERSION: 
    I usually work from home, and instead of shutting down my computer for the commute to work, I'll put my laptop into sleep mode.  When I get to work, I'll usually put my laptop into the dock, flip up the screen and take it out of sleep mode.  When I do this, only the external monitor kicks on.  When I try to extend to my laptop monitor for dual monitors, the laptop monitor accepts the change, re-sizes resolution, then turns off.
    SHORT VERSION:
    Dual monitor on the laptop screen will not enable when i dock my computer from sleep mode.
    Thanks for reading!
    Solved!
    Go to Solution.

    Well, if anyone ever has this problem, I actually figured it out while closing to go home today.  If you lower the monitor down just before closing it, the screen will flicker off back to the laptop, then open it back up, and it appears to be able to go into dual monitor mode after that.
    Strange..... or maybe I'M just strange!

  • Monitor Failure

    My monitor won't come on. Every time I try to get it to come on I get "No Input Signal" then it jumps to "Monitor Going to Sleep" before I can even attempt to change the input selection. Is anybody experiencing this problem?

    Hi
    if you're comfortable "getting under the hood", open the box and make sure your video card is properly seated by gently rocking it back and forth in it's slot.  Also make sure the cable are connected tightly.
    or 
    First test your monitor with another system, with the same vidoe cable which are currently using...
    if still getting issue then try changing the video cable..
    if both are ok.. then problem is your video card..
    if you have a video card installed in your system then remove it and clean head of the vide card and put it back...
    if the card is inbilt then problem could be your video chip..
    post result here..
    **Clicking on the Kudos! white star is a nice way to say thank you on any post that helped you or resolved the problem.**
    **Selecting "Accept as Solution" for a reply that solves your issue helps others who are searching the web for an answer**

Maybe you are looking for