Monitoring, resource managing & logging application for desktop apps.

Hi,
I am newbie as far as health checking, monitoring applicartions are concerned.
Actually we have several services written in java, & those services/apps. normally runs on differnet machines as a windows service.
I have to write a monitoring & controlling application for all those services.
The monitoring application can atleast
1) Start stop the services(apps) remotely
2) Check the health of all the services running on separate machines.(heart beat)
3) log the details provided by those application so track down if any problem occurs.
Which J2EE technology is usefull for htis, is JMX can used for standalone apps?
-Thanks.
Edited by: kashif10 on Feb 18, 2008 5:56 AM

kashif10 wrote:
HI jtahlborn,
actually lets take an example.
LIke I have a samle java console apploication which is running in lopp & printing some thing.
Now I expose it using JMX by exposing the RMI service url.
Now I can see that the application is running using the jconsole remotely.
Now my task is to stop that application or start the application usng jcolsole or any JMX adapter UI.
I can't find any builtin start(), stop() method.are you attempting to start/stop the entire jvm, or a "service" within the jvm? the former will be tricky (or impossible via java alone), whereas the latter is exactly what jmx is designed for.
note, jboss actually accomplishes jvm restarts via jmx by running the jvm within a script which monitors the return code. a specific return code from the jvm will cause the script to loop and respawn the java process.
As far as logging is concerned.
I mean that the application running remotely send some log messsages to adapter which can be usefull to track where any request stuck. I think notification is the best way to do it.
Or JMS can be useful.jms would probably be overkill for remote logging, but certainly doable. the complication with remote logging is that you probably want to internally buffer some amount of the logs (in case the remote service seems to be hanging), so that you can access some amount of historical information. if you just log through some simple messaging protocol, when you attach to the log, you will only get new messages. like i said, it's not necessarily a trivial thing to implement, so using a 3rd party solution is preferable. for an example of what i'm talking about, check out the jboss jmx appender (adapter for log4j). although i don't think this does any buffering, it can feed another table (the AlarmTable) which can be queried for the current system status.
http://wiki.jboss.org/wiki/Wiki.jsp?page=JMXNotificationAppender

Similar Messages

  • Creative Cloud for Desktop app Launch at login (solved)

    I’ve had an issue with Creative Cloud for Desktop app (using Windows 8.1 Update 1 x64) – regardless of what has been set on my Preferences > General Tab > Launch at login, my app didn’t start at logon (system startup).
    I’ve tried:
    uncheck the ‘Launch at login’ option (Preferences > General Tab). Restart PC. Launch the CC app, check ‘Launch at login’. Restart. Didn’t help.
    uncheck the ‘Launch at login’ option (Preferences > General Tab). Restart PC. Remove the startup Key from registry stored under: [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run]. Restart. Launch the CC app, check ‘Launch at login’. Restart. Didn’t help.
    reinstall Creative Cloud for desktop app. Didn’t help.
    rename the OPM.db file (as described here: http://helpx.adobe.com/creative-cloud/kb/apps-panel-reflect-creative-cloud.html). Didn’t help.
    Finally - since the CC app is actually and x86 application - I’ve moved the startup entry from the x64 Run Key [Wow6432Node\Microsoft\Windows\CurrentVersion\Run] into the common x86 [Microsoft\Windows\CurrentVersion\Run].
    Simply:
    a. Remove:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run]
    "Adobe Creative Cloud"="\"C:\\Program Files (x86)\\Adobe\\Adobe Creative Cloud\\ACC\\Creative Cloud.exe\" --showwindow=false --onOSstartup=true"
    a. Create:
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
    "Adobe Creative Cloud"="\"C:\\Program Files (x86)\\Adobe\\Adobe Creative Cloud\\ACC\\Creative Cloud.exe\" --showwindow=false --onOSstartup=true"
    And you know what? it woooorks!!! Now my app starts with windows!
    I'm sharing this in case someone else has run into the same problem.
    Best Regards,
    Pawel Kuc
    <Removed by Moderator>

    thanks John
    I am an Admin User although I would install using Run As Admin
    64 bit Dell Laptop
    Windows 8.1 - update
    Windows Firewall
    Kaspersky Anti-virus - not tried turning off but will do so and respond
    All my programs have downloaded, installed and are still working (Muse, Photoshop, etc.)
    Not installed any hardware since registering for Adobe, but have installed Articulate Studio 13, and also Articulate Storyline
    Originally received an update for the desktop app, which failed to install
    Tried repeatedly (including turning off firewall) but no luck
    Uninstalled the desktop app - after following a link in one of the forums
    downloaded the new desktop app - installed - perfect
    Other application updates installed perfectly, including the big update for Muse to 64 bit
    Most recent update for desktop app failed to install, so tried the above, removed the desktop app, but cannot now find the link to the new version to download.
    Hopefully just need to find the download link to the desktop app, but travelling at present so do not get enough time to surf to locate it :-(
    Leslie

  • Download creative cloud for desktop app

    I have repeatedly tried to download the app creative cloud for desktop, and each time I get a messaqe saying "we are experiencing difficulties, pleased try later"
    Any advice or link appreciated
    My subscription has not expired :-)

    thanks John
    I am an Admin User although I would install using Run As Admin
    64 bit Dell Laptop
    Windows 8.1 - update
    Windows Firewall
    Kaspersky Anti-virus - not tried turning off but will do so and respond
    All my programs have downloaded, installed and are still working (Muse, Photoshop, etc.)
    Not installed any hardware since registering for Adobe, but have installed Articulate Studio 13, and also Articulate Storyline
    Originally received an update for the desktop app, which failed to install
    Tried repeatedly (including turning off firewall) but no luck
    Uninstalled the desktop app - after following a link in one of the forums
    downloaded the new desktop app - installed - perfect
    Other application updates installed perfectly, including the big update for Muse to 64 bit
    Most recent update for desktop app failed to install, so tried the above, removed the desktop app, but cannot now find the link to the new version to download.
    Hopefully just need to find the download link to the desktop app, but travelling at present so do not get enough time to surf to locate it :-(
    Leslie

  • Microsoft Rights Management Sharing Application for Windows and the connection with AD RMS

    Hi,
    I have installed AD RMS and now installed on end users Microsoft Rights Management Sharing Application for Windows.
    When I choose protect a document in any end user machine, does it connect with AD RMS server to get a certificate and encrypt the content, or does not use at all AD RMS services? What about when choosing to protect  with an AD RMS template distributed
    to end users?
    Thanks 

    Hi Ardi -
    The first time a user creates or consumes protected content, they must contact the RMS server to "bootstrap".  In this process, the user obtains certificates to identity them within the context of RMS.
    Once a user has bootstrapped, he or she can create protected protected content without access to the RMS server.
    To open protected content, a user must connect to the AD RMS server to obtain a "use license".
    Does that help?
    Micah LaNasa
    Synergy Advisors
    synergyadvisors.biz

  • Creative Cloud Teams member cannot log in via Desktop app

    Weird problem I have. Our company have 9 seat teams account, and one of our users cannot log in via the desktop app and use apps. Have worked just fine for the last year until today.
    He has the old Application Manager installed as well as he had upgraded from older apps, and we are renewing our yearly subscription these days. Could any of that be the problem. Odd thing is, he is the only team member that has this problem.
    He can log in to his account on the web just fine.

    Creative Cloud Help | Manage your Creative Cloud for teams membership may help

  • Still getting "Unknown Server Error" when trying to log into CC Desktop App

    Hi -- I signed up for the early access file/font sync and received my email saying "You're In..."
    When I used the link in that email to download the CC Desktop App and when I launch it, I'm still receiving the error "Unknown Server Error" Sign in is currently unavailable. We are unable to access your account. Please try again later.
    Anyone run into a similar situation or have thoughts on how to remedy this?
    Thanks in advance!
    Kristina

    Solution 2 from this help article http://helpx.adobe.com/creative-cloud/kb/unknown-server-error-launching-cc.html should resolve the problem.

  • Seperate Log file for web app

    I am running a web app under WS 6.1 and uses the java logging.
    I i turn the logging to "finest" on the virtual server, i get my app finest and the vertual server finest in the same file!
    What i need is to seperate these 2 in two files.
    or is it possible to say that for the package com.foo.bar i wanted to be finest, but the rest i wanted to be warnning?
    Thanks,

    Kumar,
    I don't know the answer to your "separate log per web-app" question (sorry :-(, but regarding your property changes -- if you are referring to the XML configuration files (like "orion-web.xml"), then they do not get overwritten when you redeploy. You must either edit them manually, or delete all the files/directories created when you first deployed your application before redeploying -- that way, they will be created again when you deploy.
    By the way, why are you so reluctant to upgrade to the latest version of OC4J?
    Hope this has helped you.
    Good Luck,
    Avi.

  • Oracle Functional Testing for Web Applications for Oracle Apps

    I am trying to test Oracle Application 11i and R12 using Oracle Functional Testing for Web Applications.
    In 11i:
    If i open any forms then then the Application is getting crashed whereas it's recording the html events.
    In R12:
    If i open any forms then the Form is getting opened but it's not recording the events happening on the forms
    whereas it's recording the html events.
    Please let me know whether Oracle Functional Testing for Web Applications supports can be used to test Oracle Apps 11i/R12 including the Forms.
    Regards,
    Arun

    Hi,
    AFAIK, there is no official document which states that "Oracle Functional Testing for Web Applications" is certified with Oracle E-Business Suite 11i/R12. I assume it should work with Forms 10g but not with Forms 6i, so it should work (does not mean it is certified) with R12.
    I would suggest you log a SR and confirm this with Oracle Support.
    Regards,
    Hussein

  • Ability to log activity for Mail.app?

    Having a major problem trying to establish an IMAP account with Mail.app. I am getting generic errors and thus haven't found anything on this board or google.
    Is there a way to trace or log a mail account setup? I do see a why to trace mail activity via terminal but I am looking for something that can troubleshoot the setup issue I am having
    Thanks

    Open /Applications/Utilities/Console and do either File > Open Console Log, or File > Open System Log, or both, so that Console displays the contents of both system.log and console.log.
    Apparently, you can tell Mail to provide detailed log information as described in the following article (I haven’t tried it myself):
    Enable detailed Mail.app logging options
    Also, Mail comes with a Turn On Logging AppleScript that I haven’t tried either, but that was discussed some time ago in the following thread:
    MAIL LOG???
    And here is some additional information you may also find useful:
    http://developer.apple.com/bugreporter/bugbestpractices.html#Mail

  • Design for desktop app vs. web app

    I've come up with an idea for a fairly simple application I want to develop and am in the process of designing the objects. I want to start off with just making it work on my desktop, but want to allow for making it a remote-accessible app later.
    Is there anything I should keep in mind while designing my object structure that will make this transition easier?
    For example, should I make my classes Serializable now? Should I have some sort of proxy object to broker multiple requests?
    Thanks for any tips!

    This will help u.
    http://developer.java.sun.com/developer/technicalArticles/InnerWorkings/Burrowing/

  • My Creative Cloud for desktop app show that LR5 is not install, but all my Photography plan is running on my MAC computer. Do I have to click install on LR, and I choose to install again, will I ruin something?

    ...but all my Photography plan is running on my MAC computer (LR5 and Photoshop CC). Do I have to click install on LR, and I choose to install again, will I ruin something?

    Gillesv7884073 please utilize the steps listed in CC desktop lists applications as "Up to Date" when not installed - http://helpx.adobe.com/creative-cloud/kb/aam-lists-removed-apps-date.html to refresh the list of installed applications.

  • Project resource Management: Discoverer reports for Utilization.

    Hello,
    We are planning to use PJRs discoverer reports. Is it mandatory to use PJI for the same?
    Also what is the exact difference in new and old utilizaiton models?
    It will be great f you can point me to some proper docs on this one.
    thanks fo ryour help

    Hi
    After applying patch 18308493 (note 1632924.1) I was able to assign a candidate to a requirement. The LOV in the search candidate form now shows people and the organizations. In HR the organizations marked as Project Expenditure/Event Organizations need the Realted Organization populated with the orgs Operating Unit and the Resource Default with the global calendar (click Others).
    Using PA jobs and HR jobs does work when using the PA job mapping.
    Kind regards
    Chris

  • Call log application for c3-01

    My mum asked me to get her a good nokia phone and I got her the c3-01. But  the problem is she can't view more than the last entry of any number in the call log. She really needs more than that. Some kind of call history which will let her know how many times a particular number was dialed,missed or received showing both time and date. She will really appreciate it, because she's a nokia fan and doesn't want some other brands even when they have this feature. 

    C3-01 call log shows only the last call details of a particular number unlike older phones which showed upto last 5 call details. No app or setting available 2 change it.
    Please mark the post as solution if it solves your problem.
    Current Device - Nokia Lumia 1020/920

  • Icon for Desktop App

    I have created a link to an app on my desktop. Its icon is the general image. Get info of the link has the correct icon. Why doesn't the same icon show on the desktop link?

    You're brilliant!  It worked!  It worked!  Just like that!
    Thank you SO much!

  • Configure the log file for my app?

    How do I set the directory that my app will store logfiles in using Java Web Start and slf4j?
    I am at something of a loss here and don't know where to start.

    Executed "sp_helpbdb tempdb"  and the results are
    name
    db_size owner
    dbid created
    tempdb
    8720.75MB sa
    2  Mar 14 2014
    status
    compatability_level
    Status=Inline,Updateability=READ_WRITE, UserACC....
    80
    Name
    field filename
    filegroup size
    maxsize growth
    uage
    tempdev
    1 F:\
    PRIMARY     8929280KB
    unlimited 10%
        data only templog
    2 F:\ NULL
    768kb Unlimited
    10%     log only  
     Just now restarted the machine and took executed  "sp_helpbdb tempdb"
      command
    There are tags which related to 'PO'

Maybe you are looking for

  • Jax-RPC Client side: How to use multiple X509 client certs ?

    hi, (excuse me for my english) i'm looking for an answer to this question: I'm using the JAX-RPC libraries (JWSDP 2.0) for a web services client application in my app server (tomcat 4 under 1.4 Sun JVM) with HTTPS connection. All works fine when i'm

  • Call Manager Migration 7.1.5 to 9.1 / Trunking : ICT vs. SIP

    Hello All,      Currently studying for CCNA Voice and have been asked by my current employer to upgrade CUCM 7.1.5 to 9.1.1. There has been a time frame put on the deployment however I want to dig pretty deep into the deployment to learn as much as p

  • Sharing photo's in iPhoto

    As admin of my computer, I have another user on my computer and I'd like to give them access to iPhoto to look at photos. Is there a way to allow access without having to upload photos on their side (which of course would be duplicates and take away

  • Customize the look and feel of a portlet

    After I published an application component as a portlet and inserted that portlet into a portal page, there are portlet text header and a thin border around the portlet. How can I get rid of the header and the border, or at least to hide them? Thanks

  • Should I use the fine-grained auditing?

    I need to record the changes (of data) made to serveral tables by users. For example, I have to check the before and after images of the changes and what kind of transactions they do to cause the changes. Sould I program the logging procedure in the