In java standalone alerts are not triggering

Hi All ,
We have configured alerts in solution manager ( in --> RZ20 -->  all j2ee components) for standalone java system
But the issue is they are not getting triggred . i.e we are not receving any  alert if there is any change in values.
But this work fine in DEV and Qua System
Please help me to solve this issue
Thanks in advance ,
Kamal Kumar

Hi Kalyan,
Please dont post same queries again and again. Please are watching your thread but they are not getting idea thats why you are not getting replies.
Please follow below points and check
Use sender namespace only in alert rule and leave remaining all *.
Uncheck Supress multple alerts this rule in alert rule.
Check alert inbox for alert instead of your mailbox.
check below thread also for the same...
/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide
thanks,
madhu

Similar Messages

  • MouseEvents are not triggered for JMenu

    I would like to listen for MouseEvents but i'm not sure if it is a bug in java or some lack of knowledge on my side concerning event handling.
    I have a simple menu with one mouse listener and seems that mouseReleased and mouseClicked events are not triggered always as i would expect.
    if i run the code that has been attached below, than i have the following strange scenarios.
    Menu0 is not opened and click on it once:
    pressed Menu0
    clicked Menu0
    There is no mouseReleased received. why?
    Menu0 is opened and click on it once again:
    pressed Menu0
    released Menu0
    clicked Menu0
    Menu0 is collapsed and i have all the events. ok
    Menu0 is opened and click on Menu1:
    pressed Menu1
    released Menu1
    Menu0 is collapsed and there is no mouseClicked event. why?
    Menu0 is opened and go over Menu2 and click on it:
    pressed Menu2
    clicked Menu2
    There is no mouseReleased event. why?
    Press the mouse over Menu2 and release it over Menu3:
    pressed Menu2
    released Menu2
    why is it 'released Menu2' and not 'released Menu3' if it is pressed and released Menu2 than where is the clicked event anyway.
    import java.awt.event.MouseAdapter;
    import java.awt.event.MouseEvent;
    import java.awt.event.MouseListener;
    import java.awt.event.WindowAdapter;
    import java.awt.event.WindowEvent;
    import javax.swing.JFrame;
    import javax.swing.JMenu;
    import javax.swing.JMenuBar;
    import javax.swing.JMenuItem;
    public class MouseEventTest
         public static void main( String[] args )
              JFrame frame;
              JMenuBar menuBar;
              JMenu menu, subMenu;
              JMenuItem menuItem;
              MouseListener mouseListener;
              mouseListener = new MouseAdapter() {
                   public void mouseEntered( MouseEvent e )
                   public void mouseExited( MouseEvent e )
                   public void mouseClicked( MouseEvent e )
                        System.err.println( "clicked " + ((JMenuItem) e.getSource()).getText());
                   public void mousePressed( MouseEvent e )
                        System.err.println( "pressed " + ((JMenuItem) e.getSource()).getText());
                   public void mouseReleased( MouseEvent e )
                        System.err.println("released " + ((JMenuItem) e.getSource()).getText());
              menuBar = new JMenuBar();
              menu = new JMenu( "Menu0" );
              menu.addMouseListener( mouseListener );
              menuBar.add( menu );
              menuItem = new JMenuItem( "Menu1" );
              menuItem.addMouseListener( mouseListener );
              menu.add( menuItem );
              subMenu = new JMenu( "Menu2" );
              subMenu.addMouseListener( mouseListener );
              menu.add( subMenu );
              menuItem = new JMenuItem( "Menu3" );
              menuItem.addMouseListener( mouseListener );
              subMenu.add( menuItem );
              menuItem = new JMenuItem( "Menu4" );
              menuItem.addMouseListener( mouseListener );               
              subMenu.add( menuItem );
              frame = new JFrame();
              frame.setTitle( "MouseEvent test for JMenu" );
              frame.setBounds( 320, 240, 320, 240 );
              frame.setJMenuBar( menuBar );
              frame.addWindowListener( new WindowAdapter() {
                   public void windowClosing( WindowEvent e ) {
                        System.exit(0);
              frame.setVisible( true );
    }

    Well there are differences across Operating Systems. For example I'm using JDK1.4.2 on XP. When I click on Menu0 I get:
    pressed Menu0
    released Menu0
    clicked Menu0
    It is always better to use a "higher" level event when possible. In this case you should be using an ActionListener, if you want to know when a menu or menuItem is clicked. Or maybe you could use a MenuListener to know when a menu is opened and closed.

  • Ical alerts are not working on Lion

    I've got a problem with the new ical on Lion: alerts are not working. Any clues?
    (The "turn off all alerts" is unchecked )

    Same problem, alerts are not being triggered. I am getting fast and perfect syncronizing between iCal, MobileMe Cal, and iPhone. But alerts are not happening consistantly.
    Unreliable notification is a big problem.
    I looked in my user preferences as noted by "xbarn" but there's no iCal login item. Can't imagine that iCal would need to be running for events to activate, since they are syncing correctly without iCal open.

  • Report Alerts are not shown on crystal server 2011

    Hi,
    I have created alerts on From date and To Date. The alert is shown when the difference between From Date and To Date is more than an year. It is shown properly in the crystal report designer. When I am uploading the same report to the server the alerts are not shown on the server.
    Can someone help me with the same.
    Thanks,
    Simran

    Hi Jawahar,
    I have uploaded the report in CMC using Add--> Local Document.
    For Alerts I have checked the Box 'Enable Alert'. Still I am not getting a Pop Up which I get in the crystal report designer. Is the Alert sent on Crystal Server by email? I have currently selected default setting in Configure Alert Notification.
    Regards,
    Simran

  • Alerts are not sending mails

    Hi All,
    Alerts are not sending any mails in my oracle applications 11i.
    Wf test mails are working fine.Periodic Alert Scheduler also scheduled and run smoothly.
    I am not understand where we missed any setups.
    any one can help me...
    Regards
    Raghu

    Raghu,
    See other threads for the same issue in this forum.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=alert+%2Bnot+%2Bsending+email&objID=f475&dateRange=all&userID=&numResults=30&rankBy=10001
    Hope this helps,
    Sandeep Gandhi

  • Alerts are not working for Site collections in a content database

    Hi,
    We have been into a strange issue that alerts are not working for site collections from a particular content database. When user subscribed for the alerts, they are getting mail about their subscription but not after that for any new items/documents added
    or changes happen in the list/document library.
    We have tried with Immediate as well as scheduled alerts both are not working.
    FYI, Alerts for all other site collections from different content database for the same web application are working without any issues.
    Any help would be appreciated.
    Thanks
    Ramkumar

    Looks like an Timer job Issue for your web application. Can you please check if these jobs are enabled and check error log for the alerts Timer jobs .Check whether the "Immediate Alerts" job is enabled for your web application.
    job-immediate-alerts
    job-daily-alerts
    job-weekly-alerts
    Please check this wiki -
    Troubleshooting Steps for SharePoint Alert Email Does Not Go Out
    Thanks
    Ganesh Jat [My Blog |
    LinkedIn | Twitter ]
    Please click 'Mark As Answer' if a post solves your problem or 'Vote As Helpful' if it was useful.

  • Alerts are not showing in solman bpm

    I configured a bussiness process monitoring for shot dumps(Application Monitors),
    Whenever there is a dump i dont see the errors in BPMON,
    Can somebody please help me in finding out why the alerts are not being sent to the BPMON.
    Thanks
    Srinivas

    even i am facing the same problem

  • Exchange Online Protection (standalone) permissions are not working as expected

    Exchange Online Protection (standalone)  permissions are not working as expected.
    we provided access to Hygiene Management to some members and they not able to access EOP site.
    This is standalone EOP.
    ksrugi

    Hi,
    what roles did you have assigned to them and what error message do you get?
    Greetings
    Christian
    Christian Groebner MVP Forefront

  • My Customized Workflows are not triggering

    Hi All,
    I customized workflows.But in SWEL my all customized workflows are not triggering from the last two days..Before it was working..In SWE2 also done properly and SWU3 also fine.
    Please give suggession whereis the Problem?
    Regards,
    Soni

    If you look at the details of your event linkage entry (transaction SWE2) you will find that the "Check function module" field is not empty. The function module, when executed for the event you created, raised an exception - which is the standard way for a check function module to prevent a workflow from starting.
    The check function module could be one set up for a workflow start condition, namely SWB_CHECK_FB_START_COND_EVAL. If so, check the workflow start conditions for your workflow (transaction SWB_COND).
    Otherwise, examine the check function module's code to determine what it checks and why it prevents your workflow from starting.
    <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/c5/e4b027453d11d189430000e829fbbd/content.htm">SAP documentation: Using (event) linkages</a>

  • Alerts are not coming in Alert Inbox SLG1

    Hi Experts,
    We have SAP NW2004s PI/XI system.
    We have defined alert configuration step by step with following,
    http://help.sap.com/saphelp_nw04s/helpdata/en/3f/81023cfa699508e10000000a11402f/frameset.htm
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step
    And I have checked configuration through many other threads, but don't why alerts are triggered.
    Logging Entry is checked,
    TCODE - ALRTCATDEF ->choose Settings->configuration , make sure you have the logging parameter checked.
    TCODE - SICF - AlertInbox and other services are active.
    But, I am not getting alert in Alert Inbox or SLG1 transaction.
    Error message can see through SXMB_MONI.
    When I do testing with report 'RSALERTTEST', it shows entry in both SLG1 and AlertInbox.
    Do we need to setup anything from triggering side?
    Pease help with this, it is urgent.
    Thanks,
    SamV.

    Hi Jean,
    are you looking at the SXMB_MONI on the XI system?
    Yes, It shows Mapping Error there...
    did you put your user on that alert when you configured it?alerts are asociated to specific users.
    Can you please tell me detail, I didnt get it.
    Thanks,
    SamV.

  • PrintJobFailed,printJobCompleted,printJobCanceled events are not triggering

    Hi,
    In my application we are printing some data. For that we are adding PrintStatusTracker listner class which impliments PrintJobListener to DocPrintJob.
    Now the problem is... after print is given i am getting only 2 events triggered in PrintJobListener i.,e printDataTransferCompleted, printJobNoMoreEvents even though it is failed to print. But other events like printJobFailed, printJobCompleted, printJobCanceled are not at all triggering.
    Please help me in this.
    Thanks
    Edited by: Bamgaram on Dec 31, 2009 9:12 AM

    Hi Andrew,
    I dont know how to post an SSCCE. if u want code pls find below.
         import javax.print.*;
         import javax.print.event.*;
         import javax.print.attribute.*;
         import java.awt.print.*;
         import java.awt.*;
         import java.awt.geom.*;
         import java.awt.event.*;
         import javax.swing.*;
    import java.io.*;
         public class PrintJob {
         static class MyComponent extends JPanel
         implements Printable {
         Font theFont = new Font("Serif", Font.ITALIC, 48);
         public void paint(Graphics g) {
         super.paint(g);
         String msg = "Hello, Printer";
         g.setFont(theFont);
         FontMetrics fm = g.getFontMetrics();
         // Center line
         int width = getWidth();
         int stringWidth = fm.stringWidth(msg);
         int x = (width - stringWidth)/2;
         int height = getHeight();
         int stringHeight = fm.getHeight();
         int ascent = fm.getAscent();
         int y = (height - stringHeight)/2 + ascent;
         g.drawString(msg, x, y);
         g.drawRect(x, y-ascent, stringWidth, stringHeight);
         public int print(Graphics g, PageFormat pageFormat, int pageIndex) {
         int x = (int)pageFormat.getImageableX();
         int y = (int)pageFormat.getImageableY();
         g.translate(x, y);
         if (pageIndex == 0) {
         paint(g);
         return Printable.PAGE_EXISTS;
         } else {
         return Printable.NO_SUCH_PAGE;
         public static void main(String args[]) throws Exception {
         final JFrame frame = new JFrame("Printing Graphics");
         frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
         Container contentPane = frame.getContentPane();
         final Component printIt = new MyComponent();
         contentPane.add(printIt, BorderLayout.CENTER);
         JButton button = new JButton("Print");
         contentPane.add(button, BorderLayout.SOUTH);
         ActionListener listener = new ActionListener() {
         public void actionPerformed(ActionEvent e) {
         DocFlavor flavor = DocFlavor.SERVICE_FORMATTED.PRINTABLE;
         PrintService printService =
         PrintServiceLookup.lookupDefaultPrintService();
         DocPrintJob job = printService.createPrintJob();
         PrintJobListener pjlistener = new PrintJobAdapter() {
         public void printDataTransferCompleted(PrintJobEvent e) {
         System.out.println("DataTransferCompleted");
         public void printJobCompleted(PrintJobEvent objPJEvent) {
              System.out.println("printJobCompleted");
         public void printJobFailed(PrintJobEvent objPJEvent) {
              System.out.println("Failed");
         public void printJobNoMoreEvents(PrintJobEvent objPJEvent) {
              System.out.println("NoMoreEvents");
         job.addPrintJobListener(pjlistener);
         PrintRequestAttributeSet pras =
         new HashPrintRequestAttributeSet();
         DocAttributeSet das = new HashDocAttributeSet();
         Doc doc = new SimpleDoc(printIt, flavor, das);
         try {
         job.print(doc, pras);
         } catch (PrintException pe) {
         pe.printStackTrace();
         button.addActionListener(listener);
         frame.setSize(350, 250);
         frame.show();
         }

  • Adapter engine alerts are not working ..

    We have been using SAP PI 7.1 version  and SP08 and recently i have been configured XI alerts . When i have do IE errors alerts are recieving in Alert inbox as well as to mail but when i try to create error in Adapter engine iam not recieving any alert . I had been gone through most of the links but didnt get any and according to sap Note 913858 :
    Q10: I do not receive any alerts, but when I test the alert
    category using the report RSALERTTEST, an alert is delivered.
    - A10: In transaction ST22, search for dumps caused by the user
    XIRWBUSER stating that the authorization is missing for RFC
    calls or for the function group SXMSALERT. If this is the case,
    you probably have to regenerate the roles and profiles for the
    XIRWBUSER.
    But same procedure i have been followed but ST22 i couldnt able to see any dump and when try to run the program by giving alert category Adpater engine alerts are reaching inbox as well as to mail. I have tried each and every configuration but some thing is missing here couldnt able to find it.Anybody help me on this.
    Thanks,
    Aparna.

    Hi Gabriel,
    Thanks for reply. When i open the URL which was given by you i found below options .Could you please explain some more on this.
    Initialize aii.properties
    Execute function module RWB_PING on monitoring server
    Send test alert via Alert.sendTestAlert(true) with MsgID
    Send test alert via Alert.sendTestAlert(false) without MsgID
    Get AdapterTypes from SLD
    Get URL for Alert Monitor
    Set URL for MDT
    Get URL for MDT
    Clear URL for MDT
    Could you please explain how it is going to work
    Thanks,
    Aparna.
    Edited by: aparna_karnam on Feb 27, 2012 5:23 PM

  • Java related processes are not comingup

    Hi,
    We have copied our current kernel into a new library and had switched to new kernel library. There after, the processes, DISPATCHER, SERVER0, SDM AND JCONTROL are not coming up. Remaining all processes are normal. Afterwards, we had revert back to the same old kernel and even then there is no change in the situation. What could I do to make the Java processes up?
    We are on V5R4.
    Thanks
    Kiran

    Hello Kiran,
    sorry for the inconvenience but note 904977 didn't told you all the things. I updated the note by today but it is not yet translated. If you apply the latest R3OPT file as described in note 904977 and you have an Java instance running as add-in, then you have to run following command after APYR3KRN:
      APYJ2EELIB SID()
    BTW, the file R3OPT is not a real patch (unless you can find the file in the patch download area). It leads always into a completely new kernel library. You may not apply this file to an existing kernel library. After the APYJ2EELIb, the ABAP and Java instances are using the same kernel library. If you do not prefer this you can create also a 2nd library from the R3OPT file for the Java instance. But both parts have to fit together.
    Best regards,
    René Lang
    SAP on System i Development

  • Approvals are not triggered via DI

    Approvals are still not triggered via DI.
    The only note relevant I was able to find is 915573. Tested with 8.82, still the same behaviour occours.

    Hi,
    You are right. This is still on the schedule that without deadline. Unless you can find this new feature in the roadmap, it will never be available soon.
    Thanks,
    Gordon

  • SCSM 2012 R2 workflows and connectors are not triggered

    Hi All,
    Suddenly in my SCSM 2012 R2 Production environment , the connectors stopped synchronising at the schedule time and the Service request was in New state for very long time (stuck in New state).
    When I started troubleshooting , I saw the workflow status in SCSM console , oops!! no entries
    In operations manager event log , no logs generated regarding the connector issue or the SR workflow issue .
    Then I tried starting the AD connector manually , two event logs (information-LFX service) generated
    SyncBegin:Connector Id
    SyncEnd:Connector Id
    Then I stopped the services
    Microsoft Monitoring Agent
    System Center Data Access Service
    System Center Management Configuration
    deleted the health service state folder content and restarted the services
    Then issue is solved , the connector started syncg and the service request state changed from New to In progress and all the workflows were triggered.
    Since there is no events logged for this issue , this gonna make a huge impact in SCSM environment since workflows are the key feature in SCSM .
    Is this  a known issue in SCSM 2012 R2 and are there is any fix in the update rollups
    Are there is any reason behind why we need to flush the SCSM health service state and how this affect the functioning of SCSM?
    since we have the SCOM agent installed as part of SCSM installation and scom uses the same Health service state folder to monitor the SCSM server ??
    sorry for too many questions , just to clarify my all doubts
    Is there any permanent solution ?
    Thanks,
    Kalai

    Hi,
    This issue seems like a performance issue. It is recommended that you schedule the AD/SCCM connectors to run when console/system usage is low since it can have an impact on performance.  You can use the following instructions to reschedule the AD connectors.
    http://blog.scsmsolutions.com/2012/03/update-ad-and-sccm-connector-scheduler-with-powershell/
    And here is a similar thread for you referenc, please go through it for more details:
    Connectors are not Syncing in Service manager 2012 Sp1 RTM
    https://social.technet.microsoft.com/Forums/systemcenter/en-US/2824c769-99ea-4ec6-ab7b-1007efdcb339/connectors-are-not-syncing-in-service-manager-2012-sp1-rtm?forum=connectors
    Here is a link about Description of Update Rollup 2 for System Center 2012 R2 Service Manager:
    https://support.microsoft.com/kb/2904710?wa=wsignin1.0
    It seems that it does not have fix for this.
    In addition, the newest one is Update Rollup 4 for System Center 2012 R2 Service Manager:
    http://support.microsoft.com/kb/2989601
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

Maybe you are looking for

  • A lot of blocking locks on NRIV daily

    Hi experts,   Our system has a lot of blocking locks on NRIV. I use DMV to check and find many processes update RF_BELEG frequently. I find note 840901 can solve using parallel buffering, but our FI users do not agree sale document number without con

  • Database Link to Mysql Database.

    Hi Guys. I need to Create a Database Link a Mysql database that is running over a Red Hat server to my Oracle 10g Database that is running over SUSE. I Have an Application server where the user runs forms and Report. The user access the Application S

  • How to set the settings

    for such a file: to get it out in the same size? ~Karl

  • Af:inputListOfValues without values throws NullPointerException

    Hello! In some cases we have an af:inputListOfValues without any values, due to restrictions in the query. Unfortunately, a NullPointerException is thrown in this case. Actually, we are using JDev 11.1.1.5. Is there any solution or workaround to allo

  • Unplanned cost

    hi, i would like to ask on unplanned. 1) unplanned cost for moving average price material when post in miro, cost will go to price difference or stock? why? 2) unplanned cost for standard price material. when post in miro, cost will go to price diffe