Problem in End-to-End Monitoring - frog.jar

Hi!
I'm trying to use end-to-end monitoring but I'm getting an error during jnet applet load.
I've tried running with different java versions 1.5 and 1.6 but is useless.
Did any of you got a similar error?
JNet 1.1077.7332
Built on:
  Date: 28-Nov-2007 18:57:43
  Host: pwdfm190
  VM: Java HotSpot(TM) Client VM 1.4.2_14-b05 (Sun Microsystems Inc.)
  P4 Server: perforce3002.wdf.sap.corp:3002
  Changelist: 469231
  DC Release: 7.10
  Make Release: FrwkDev_stream
Built with:
  Source Version: 1077
  Changelist: $Change: 469231 $
  Revision: $Revision: #67 $
  From: $DateTime: 2007/11/28 12:36:16 $
Running on:
  ACF=false
  os.name = 'Windows XP'
  os.version = '5.1'
  java.vendor = 'Sun Microsystems Inc.'
  java.vm.name = 'Java HotSpot(TM) Client VM'
  java.vm.version = '11.0-b16'
  java.vm.vendor = 'Sun Microsystems Inc.'
  path.separator = ';'
  file.separator = '\'
  freeMem : 2292720
  totlMem : 5177344
With Permissions:
  [SYSTEM_PROPERTIES]=false
  [JAVA_RUNTIME]=false
  [LOCAL_FILES]=false
  [NET]=false
  [SOCKETS]=false
  [AWT]=false
  [CLIPBOARD]=false
  [SERVER_SAVE]=true
  [DOM_BUILDER]=false
Using parameters:
   0:*DEBUG_PARAM = ''
   1:*TRACELEVEL = '1'
   2:*SERVER_URL = 'http://HOSTNAME.ORG.CORP:8006/sap/public/bsp/sap/public/graphics/jnet_handler'
   3: SERVER = 'cgi-bin/jnet-cgi.exe'
   4: SERVER_HOST = ''
   5: SERVER_PROTOCOL = ''
   6: SERVER_PORT = ''
   7: SERVER_PATH = ''
   8: SERVER_ENCODING = 'UTF-8'
   9: SERVER_SESSION_ID_METHOD = 'URL'
  10: SERVER_RESERVED1 = ''
  11: SERVER_RESERVED2 = ''
  12: INPUT_ENCODING = 'UTF-8'
  13: OUTPUT_ENCODING = 'UTF-8'
  14:*DATA = 'http://HOSTNAME.ORG.CORP:8006/sap/bc/bsp/sap/spi_monitor/8003BACE953F1DDDBDF3D96DE0AE439A.xml'
  15: DATA_TYPEREPOSITORY = ''
  16: DATA_APPLICATION = ''
  17: DATA_USERINTERFACE = ''
  18: DATA_GRAPH = ''
  19: LOADGUID = ''
  20: STOREINITIALDATA = 'false'
  21: FN_TMP = ''
  22: FN_HTML = ''
  23: APPNAME = 'JNET'
  24:*JS_EVENT_HANDLER = 'jnetpassJNetEventToControler'
  25: FRAME = '800,600'
  26:*JS_EVENTS = 'NODE_SELECTED,NODE_DOUBLE_CLICKED,EDGE_SELECTED,MODEL_SAVED,JNET_INITIALIZED,TRACELEVEL_CHANGED'
  27: JAVA_EVENTS = ''
  28: HTTP_EVENTS = ''
  29: IGS_HOST = 'localhost'
  30: IGS_PORT = '8030'
  31:*LOOK_AND_FEEL = 'Frog'
  32: LOCALE_LANGUAGE = ''
  33: LOCALE_COUNTRY = ''
  34: LOCALE_VARIANT = ''
  35: NO_JS = ''
  36: SERVLET_MODE = 'IMAGE'
  37: IMAGE_FORMAT = 'PNG'
  38: IMAGE_FILENAME = ''
  39: IMAGE_PROPERTIES = ''
  40: SERVLET_DOCBASE = ''
  41: APP_LOAD_LAST = 'false'
  42: PROPERTIES = ''
  43: IMAGEMAP_NAME = 'JNetImageMap'
  44: IMAGEMAP_HREF = ''
  45: IMAGEMAP_TARGET = ''
  46: IMAGEMAP_ALT = ''
  47: MODEL_DIRTY_EVENTS = ''
  48: RAW_DATA = ''
  49: CLIPBOARD_POLICY = 'STRICT'
  50: WAIT_FOR_DATA = 'FALSE'
  51: STRICT_TYPE_RETRIEVAL = 'FALSE'
  52: REPLY_MODE = 'STRING'
  53: SAVE_POLICY = ''
  54: XML_OUTPUT_PROPERTIES = ''
  55: TIMEOUT_WAIT_COMMAND_RESULT = '3'
  56: INPUT_COMPRESSION = 'IMPLICIT'
  57: OUTPUT_COMPRESSION = 'NONE'
  58: RESOURCE_POLICY = 'SERVER_FIRST'
  59: INPUT_MONITORING = '1'
  60: EVENT_QING = '0'
  61: LAYOUTER_THREAD = ''
  62: TIMEOUT_DOUBLECLICK = ''
  63: SESSION_ID = ''
  64: RENDERING_HINTS = ''
<<< frog.jar  version 4.9.3  08/28/03 >>>
SAXParser.read: com.inqmy.lib.jaxp.SAXParserImpl
<<< yFiles version 2.4.0.3 >>>
java.lang.NullPointerException
     at com.sap.plaf.frog.FrogScrollPaneUI$1.propertyChange(FrogScrollPaneUI.java:113)
     at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
     at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
     at java.awt.Component.firePropertyChange(Unknown Source)
     at javax.swing.JScrollPane.setHorizontalScrollBar(Unknown Source)
     at javax.swing.plaf.basic.BasicComboPopup.createScroller(Unknown Source)
     at javax.swing.plaf.basic.BasicComboPopup.<init>(Unknown Source)
     at com.sap.plaf.frog.FrogComboPopup.<init>(FrogComboPopup.java:21)
     at com.sap.plaf.frog.FrogComboBoxUI.createPopup(FrogComboBoxUI.java:410)
     at com.sap.plaf.frog.FrogComboBoxUI.installUI(FrogComboBoxUI.java:178)
     at javax.swing.JComponent.setUI(Unknown Source)
     at javax.swing.JComboBox.setUI(Unknown Source)
     at javax.swing.JComboBox.updateUI(Unknown Source)
     at javax.swing.JComboBox.init(Unknown Source)
     at javax.swing.JComboBox.<init>(Unknown Source)
     at com.sap.jnet.clib.JNcToolBar$ComboBox.<init>(JNcToolBar.java:68)
     at com.sap.jnet.clib.JNcToolBar.addComboBox(JNcToolBar.java:196)
     at com.sap.jnet.clib.JNcAppWindow.newUI(JNcAppWindow.java:878)
     at com.sap.jnet.clib.JNcAppWindow.newData(JNcAppWindow.java:1520)
     at com.sap.jnet.JNetData.createGraphFromDOM(JNetData.java:594)
     at com.sap.jnet.JNetData.load(JNetData.java:815)
     at com.sap.jnet.JNetApplet.initJNetApplet(JNetApplet.java:508)
     at com.sap.jnet.JNetApplet.access$000(JNetApplet.java:40)
     at com.sap.jnet.JNetApplet$1.run(JNetApplet.java:283)
     at java.awt.event.InvocationEvent.dispatch(Unknown Source)
     at java.awt.EventQueue.dispatchEvent(Unknown Source)
     at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
     at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
     at java.awt.EventDispatchThread.run(Unknown Source)
Thanks,

Hey,
The Below thread might help you
End-to-End Monitoring
Cheers
Agasthuri Doss

Similar Messages

  • Problem in XI 30 with End-to-End Monitoring

    Hi people,
    I'm acceding to the End-to-End Monitoring in the Runtime Workbench.
    After I introduce all the data for monitoring messages and click
    Display.
    It shows the error:
    [code]java.lang.NullPointerException
         at com.sap.plaf.frog.FrogScrollPaneUI$1.propertyChange(FrogScrollPaneUI.java:113)
         at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
         at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
         at java.awt.Component.firePropertyChange(Unknown Source)
         at javax.swing.JScrollPane.setHorizontalScrollBar(Unknown Source)
         at javax.swing.plaf.basic.BasicComboPopup.createScroller(Unknown Source)
         at javax.swing.plaf.basic.BasicComboPopup.<init>(Unknown Source)
         at com.sap.plaf.frog.FrogComboPopup.<init>(FrogComboPopup.java:21)
         at com.sap.plaf.frog.FrogComboBoxUI.createPopup(FrogComboBoxUI.java:410)
         at com.sap.plaf.frog.FrogComboBoxUI.installUI(FrogComboBoxUI.java:178)
         at javax.swing.JComponent.setUI(Unknown Source)
         at javax.swing.JComboBox.setUI(Unknown Source)
         at javax.swing.JComboBox.updateUI(Unknown Source)
         at javax.swing.JComboBox.init(Unknown Source)
         at javax.swing.JComboBox.<init>(Unknown Source)
         at com.sap.jnet.clib.JNcToolBar$ComboBox.<init>(JNcToolBar.java:64)
         at com.sap.jnet.clib.JNcToolBar.addComboBox(JNcToolBar.java:192)
         at com.sap.jnet.clib.JNcAppWindow.newUI(JNcAppWindow.java:538)
         at com.sap.jnet.clib.JNcAppWindow.newData(JNcAppWindow.java:966)
         at com.sap.jnet.JNetData.createGraphFromDOM(JNetData.java:488)
         at com.sap.jnet.JNetData.load(JNetData.java:674)
         at com.sap.jnet.JNetData.load(JNetData.java:710)
         at com.sap.jnet.JNetApplet.init(JNetApplet.java:545)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    [/code]
    The version of my JVM is: build 1.5.0_08, but also I have test in
    another computer with version 1.4.2_12 of the JVM. Additionally, the
    version of JAVA Web Start is 1.0.1_02.
    What could be happening?
    Is a problem with my clients??? Is a problem with .jar????
    Kind regards,

    Himadri,
    In the exchange profile the port and host name are correct.
    Venkat,
    Yes, it shows the log-in pop up and I have access to the next window (it's divided in two parts, to the left I select the values; and to the right with the client java). But before acceding this window, it shows the error that I comment and the right part shows "JNET Aborted...".
    If I press “Start Selection”, the java client try to load and shows the same error.

  • End-to-End Monitoring problem

    Hi SDN Experts,
    i am trying to use End-to-End Monitoring in XI, but got an Exception as below
    <b>
    java.lang.NullPointerException</b>
         at com.sap.plaf.frog.FrogScrollPaneUI$1.propertyChange(FrogScrollPaneUI.java:113)
         at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
         at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
         at java.awt.Component.firePropertyChange(Unknown Source)
         at javax.swing.JScrollPane.setHorizontalScrollBar(Unknown Source)
         at javax.swing.plaf.basic.BasicComboPopup.createScroller(Unknown Source)
         at javax.swing.plaf.basic.BasicComboPopup.<init>(Unknown Source)
         at com.sap.plaf.frog.FrogComboPopup.<init>(FrogComboPopup.java:21)
         at com.sap.plaf.frog.FrogComboBoxUI.createPopup(FrogComboBoxUI.java:410)
         at com.sap.plaf.frog.FrogComboBoxUI.installUI(FrogComboBoxUI.java:178)
         at javax.swing.JComponent.setUI(Unknown Source)
         at javax.swing.JComboBox.setUI(Unknown Source)
         at javax.swing.JComboBox.updateUI(Unknown Source)
         at javax.swing.JComboBox.init(Unknown Source)
         at javax.swing.JComboBox.<init>(Unknown Source)
         at com.sap.jnet.clib.JNcToolBar$ComboBox.<init>(JNcToolBar.java:61)
         at com.sap.jnet.clib.JNcToolBar.addComboBox(JNcToolBar.java:189)
         at com.sap.jnet.clib.JNcAppWindow.newUI(JNcAppWindow.java:598)
         at com.sap.jnet.clib.JNcAppWindow.newData(JNcAppWindow.java:1112)
         at com.sap.jnet.JNetData.createGraphFromDOM(JNetData.java:525)
         at com.sap.jnet.JNetData.load(JNetData.java:722)
         at com.sap.jnet.JNetApplet.initJNetApplet(JNetApplet.java:479)
         at com.sap.jnet.JNetApplet.access$000(JNetApplet.java:39)
         at com.sap.jnet.JNetApplet$1.run(JNetApplet.java:268)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    how to rectify this error.
    Thank you,
    <b>MK</b>

    Hi,
    Reinstall your client side java webstart. if you still face the same problem Search for the files starting with frog.jar and rename it. Before renaming the files you have to stop your j2ee engine. I hope this will resolve the issue.
    Regards
    Sangeetha

  • PMI Problem (End-to-End Monitor does not show data)

    (End-to-End Monitor does not show data)
    As I know that XML Messages Alerts T-code: SXMB_NOMI shows all alerts including errors as well I put date Range: 01-01-2008 to 01-08-2008 and filters for "Errors" system does show more then 300 errors
    But problem in RWB - End-to-End Monitoring, when I click on display and date range 01-01-2008 to 01-08-2008 its give me graphical overview in right of window
    and shows summary:
    Errors:                     0  Average
    Open                  904  Maximum
    Successfully Completed         0  Minimum
    Overall:                  904
    I thing End-to-End Monitor doesn't get data from PMI...
    why does't show any errors, which is shows in SXMB_MONI
    Please tell me how to resolve that problem
    Thanks in Advanced
    Edited by: issue2008 issue on Aug 26, 2008 12:02 PM

    Hi,
    A destination pointing to the Integration Server is created on the J2EE engine to collect the data for the end-to-end monitoring. If this destination is incorrect or if there are several clients in the system of the integration server, the data may be sent to the incorrect client.
    This might be a reason so you can  implement the correction of the destination in a manual way as follows:
    Open the J2EE visual administrator.
    Select the Destination service.
    Select the HTTP "pmistore" destination.
    Enter the URL for the ICF service spi_gate of the Integration Server in the following form "http://<host>:<port>/sap/bc/spi_gate?sap-client=<xxx>", where 'host' denotes the host of the integration server, 'port' denotes the HTTP port, and xxx is the client of the Integration Server.
    Thanks,
    Hemant

  • Problem in End to end monitoring in RWB

    Hello Experts,
    In RWB --> End-to-End monitoring if we give full range or some specific search criteria it shows error as below.
    Error: No process defined for this domain
    Please help!
    Thanks in advance,
    ~Suraj

    hello aamir,
    now im getting the following error:
    java.lang.NullPointerException
         at com.sap.plaf.frog.FrogScrollPaneUI$1.propertyChange(FrogScrollPaneUI.java:113)
         at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
         at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
         at java.awt.Component.firePropertyChange(Unknown Source)
         at javax.swing.JScrollPane.setHorizontalScrollBar(Unknown Source)
         at javax.swing.plaf.basic.BasicComboPopup.createScroller(Unknown Source)
         at javax.swing.plaf.basic.BasicComboPopup.<init>(Unknown Source)
         at com.sap.plaf.frog.FrogComboPopup.<init>(FrogComboPopup.java:21)
         at com.sap.plaf.frog.FrogComboBoxUI.createPopup(FrogComboBoxUI.java:410)
         at com.sap.plaf.frog.FrogComboBoxUI.installUI(FrogComboBoxUI.java:178)
         at javax.swing.JComponent.setUI(Unknown Source)
         at javax.swing.JComboBox.setUI(Unknown Source)
         at javax.swing.JComboBox.updateUI(Unknown Source)
         at javax.swing.JComboBox.init(Unknown Source)
         at javax.swing.JComboBox.<init>(Unknown Source)
         at com.sap.jnet.clib.JNcToolBar$ComboBox.<init>(JNcToolBar.java:68)
         at com.sap.jnet.clib.JNcToolBar.addComboBox(JNcToolBar.java:196)
         at com.sap.jnet.clib.JNcAppWindow.newUI(JNcAppWindow.java:878)
         at com.sap.jnet.clib.JNcAppWindow.newData(JNcAppWindow.java:1520)
         at com.sap.jnet.JNetData.createGraphFromDOM(JNetData.java:594)
         at com.sap.jnet.JNetData.load(JNetData.java:815)
         at com.sap.jnet.JNetApplet.initJNetApplet(JNetApplet.java:512)
         at com.sap.jnet.JNetApplet.access$000(JNetApplet.java:40)
         at com.sap.jnet.JNetApplet$1.run(JNetApplet.java:287)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    please help
    ~Suraj

  • Problem in End-to-End Monitoring

    When i try to search in end-to-end monitoring section , it says that "No process defined for this domain".
    Why could be the reason?
    PS: I have already set port as 8000 instead of 50000.
    Thanks

    in RWB click on "Configuration" link and select your Integration engine,then save and try to open End to End monitoring again.it should work
    Thanks
    Aamir

  • RWB Java exception in end-to-end monitoring

    Hello,
    I'm facing following problem when clicking on link 'End-to-End Monitoring': The Java Applet for displaying the graphic doesn't work, instead I receive the exception
    "load: class com.sap.jnet.JNetApplet.class not found.
    java.lang.ClassNotFoundException: com.sap.jnet.JNetApplet.class ..."
    Seems to be a problem with the service jnet_handler (sap/public/bsp/sap/public/graphics/jnet_handler).
    Unfortunately I don't have any clue how to solve this problem.
    Any help is appreciated
    Thanks, Regards,
    Marc
    problem solved - not all CIF services were activated
    Message was edited by: Marc Arnold

    Hi Denis,
    Search the files starting with frog.jar in your machine and rename to some thing else .It will work . bfore renanming this files you have to stop your j2ee engine
    U will get atleast 6 to 7 files.
    Pl restart your j2ee engine if you r working that.
    If found use full pl provide some points
    Regards
    Ayyapparaj.

  • Jnet exception in RWB in end-to-end-monitoring

    hi,
    i have problems with jnet in end-to-end-monitoring:
    java.lang.NullPointerException
         at com.sap.plaf.frog.FrogScrollPaneUI$1.propertyChange(FrogScrollPaneUI.java:113)
         at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
         at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
         at java.awt.Component.firePropertyChange(Unknown Source)
         at javax.swing.JScrollPane.setHorizontalScrollBar(Unknown Source)
         at javax.swing.plaf.basic.BasicComboPopup.createScroller(Unknown Source)
         at javax.swing.plaf.basic.BasicComboPopup.<init>(Unknown Source)
         at com.sap.plaf.frog.FrogComboPopup.<init>(FrogComboPopup.java:21)
         at com.sap.plaf.frog.FrogComboBoxUI.createPopup(FrogComboBoxUI.java:410)
         at com.sap.plaf.frog.FrogComboBoxUI.installUI(FrogComboBoxUI.java:178)
         at javax.swing.JComponent.setUI(Unknown Source)
         at javax.swing.JComboBox.setUI(Unknown Source)
         at javax.swing.JComboBox.updateUI(Unknown Source)
         at javax.swing.JComboBox.init(Unknown Source)
         at javax.swing.JComboBox.<init>(Unknown Source)
         at com.sap.jnet.clib.JNcToolBar$ComboBox.<init>(JNcToolBar.java:68)
         at com.sap.jnet.clib.JNcToolBar.addComboBox(JNcToolBar.java:196)
         at com.sap.jnet.clib.JNcAppWindow.newUI(JNcAppWindow.java:878)
         at com.sap.jnet.clib.JNcAppWindow.newData(JNcAppWindow.java:1520)
         at com.sap.jnet.JNetData.createGraphFromDOM(JNetData.java:594)
         at com.sap.jnet.JNetData.load(JNetData.java:815)
         at com.sap.jnet.JNetApplet.initJNetApplet(JNetApplet.java:508)
         at com.sap.jnet.JNetApplet.access$000(JNetApplet.java:40)
         at com.sap.jnet.JNetApplet$1.run(JNetApplet.java:283)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    my jre is 1.6.0_11
    thanks christoph

    hi,
    now, i have anothe problem. i am in end-to-end-monitoring ans start the selection from the past. on right site - i see the jnet flowchart. in the final error box i do a doubleclick and a attribute display popup is coming. when i am calling the application: message id i become a popup window with an error message 'ashost' is missing. in exchangeprofile under Runtime Workbench the parameter: com.sap.aii.rwb.server.centralmonitoring.r3.ashost is set to normally hostname not fqdn.
    do you have an idea?
    christoph

  • RFC Connection Error (for end-to-end Monitoring)

    Hi,
    I am configure End-to-End monitoring in XI 3.0 SP20, PMI does't show data in end-to-end monitoring... anyway!!! I check RFC connection PMI
    RFC destination name: PMIXQA90020080827
    in TEST connection I am getting an error: "Group PUBLIC not Found" where may I define that PUBLIC to solve this problem please let me know.... thanks
    and what is Group PUBLIC in RFC ??? what does it do???
    Is there any notes I can read for related issue, please help me out this
    Thanks a lot in advanced
    Edited by: issue2008 issue on Aug 28, 2008 10:03 AM

    Thanks for reply... SURE I can tell you
    Connection Type: 3 R/3 connection
    ScreenShot shows blow:
    http://www.flickr.com/photos/25222280@N03/2806290586/sizes/o/
    Thanks
    Edited by: issue2008 issue on Aug 28, 2008 10:20 AM

  • End to End Monitoring is not working

    Hi All,
    I don't see the msgs in End to End Monitoring. I have checked all connections in SM59, full host name parameters is present in profile.
    I cannot select the "instance" radio button either. Anyone had these problems in SP12, XI3.0 SR1.
    thanks
    tony

    Hi All,
    I have also same problem of end to end monitoring ,it does not refreshing statistics after certain interval,
    currently statitical data is showing like
    Errors 0
    Open 0
    Successfully Completed 0
    Overall 0
    I have set frequency of hourly  in furthur settings.
    But messages are not seen , it is showing only starting (when we configured end to end monitoring) days message statistics .
    Expecting some clue to resolve this.
    Thanks in advance
    Regards,
    Santosh

  • A document page opens that is too big for the display and runs off the end of the monitor

    How do you fix a problem where document pages open that are too big for the display and runs off the end of the monitor? The borders are off the monitor so there is no window edge to grab and adjust.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, or by a peripheral device. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output and  Wi-Fi on certain iMacs. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • End-to-end monitoring error!!!!!!

    hi.
    i have a problem.
    i trying to start a new selection in end-to-end monitoring, but i have an error with JNET: java.lang.NullPointerException. can anybody help me to resolve it please??
    another question is: What is JNET?
    is the fist time i configure CCMS and have thousands  problems
    be patiends with me!
    thanks very much!!!

    java.lang.NullPointerException in End-to-End monitoring
    java.lang.NullPointerException in End-to-End monitoring
    Ref. the above threads.

  • ** End-to-End Monitoring - RFC destination error while save config in RWB

    Hi Friends,
    We have 2 RFC destinations in our XI server. 1) PMI<client>001 2) PMI<client><client>800. First one is for XI server. Next one is for Sender/Receiver System.
    We want to activate End-to-End Monitoring in RWB. For this, when I save configuration, it throws the following error.
    Incorrect RFC Destinations: When the configuration is saved, an RFC destination is created on the monitoring server for each XI component to enable end-to-end monitoring of the respective XI component. However, the test call failed for the destinations listed. Therefore, you must check the call and the authorization on the monitoring server for the destinations concerned, by using transaction SM59. Also check whether RFC user used for the destination is maintained in the relevant XI component. Note that a component can only be monitored when its RFC destination is maintained correctly.
    I have checked the user in the above destinations. For the first destination, we have assigned PIRWBUSER of XI system. Test Connection is OK, but unable to login remote. At the same time, PIRWBUSER is not locked.
    For the second destination, I have assigned some login user of sender/receiver system. Test connection is OK. Able to login remotely.
    There is no RFC user in our XI system. (I tried using RFCUSER* thru SU01 tcode).
    There is no PIRWBUSER in the Sender/Receiver System.
    In RWB, Configuration, 3 components are there. 1) XIIntegrationServer 2) Business System (for Sender/Receiver System) 3) XI Adapter Framework. I selected last two. (First one is already selected). Monitoring Level : Medium (for all 3). Send and Receive Check box is selcted for the last two.
    So, what could be the problem for the above error?
    Could you kindly clarifiy friends.
    Thanking you
    Kind Regards,
    Jeg P.

    Hi friends,
    I have one RFC Destination PMI<sysid>001. (Abap Connction) in my XI system. This destination is for  XI server. Connection Test is OK. Remote Logon by using the PIRWBUSER is also ok.
    In the 'Configuration' tab of the Runtime Workbench, when we select 'Save Configuration', (Business System and Adapter Framework is not activated) with the default activation for XI Integration Server, the system throws the following error.
    Incorrect RFC Destinations: When the configuration is saved, an RFC destination is created on the monitoring server for each XI component to enable end-to-end monitoring of the respective XI component. However, the test call failed for the destinations listed. Therefore, you must check the call and the authorization on the monitoring server for the destinations concerned, by using transaction SM59. Also check whether RFC user used for the destination is maintained in the relevant XI component. Note that a component can only be monitored when its RFC destination is maintained correctly.
    When we save configuration, an one more destination is automatically created in the name as below.
    PMI<sysid>001<yyyymmdd>. For Example, PMIPID00120080207. 
    When we test  newly created RFC destination, connection is OK, but not able to remot login using the same user PIRWBUSER.
    The difference between old and new RFC destination, in old, we have selected Load Balancing is 'Yes', but in the new it is 'No'. The system also tells the error below.
    Name or Password is incorrect (repeat logon) - PMIPID00120080207
    But, still remote login is possible in the old RFC destination using the PIRWBUSER.
    So, What could be the problem ...?
    Kindly reply, friends.

  • End-to-End workload monitor too slow

    Hello,
    have anyone found that while working with end-to-end workload monitor the perfornance of webdrynpro is really bad and slowly ?
    what tool can we use to check performance of solution manager end-to-end worload monitor ?
    thanks,
    Luis

    Hi Luis,
    which LMService are you running ?
    you could have a look at the Wily Introscope to check if there is any performance problem.
    Have a look at  document
    Wily Introscope WebView User Guide 8.1
    under
    http://service.sap.com/diagnostics
    -> media library
    regards, Javier

  • End-to-end monitoring No process defined for this domain

    Hi,
    I'm having problems to configure the end-to-end monitoring (RWB)on the XI.
    When the button Display is choosed by mouse click, the following message appears:
    ! No process defined for this domain!
    Thanks
    Regards

    Hi,
    First you need to configure the End to End monitoring.
    For this , go to RWB->COnfiguration and do the configuration
    Some links-
    http://help.sap.com/saphelp_nw04/helpdata/en/82/9e8dfe9eadbd4b9194c433e646b84e/frameset.htm
    end-to-end monitoring
    Hope this helps.
    Regards,
    Moorthy

Maybe you are looking for

  • Follow up about Excel and Numbers

    I sent an Excel spreadsheet from my MacBook to my IPad and fit is in an email on my iPad.  How can I get it out of the email into Numbers on hype iPad?

  • CK-200 poor music playback quality

    Hi, I've just installed the car kit CK-200 (ISO cable version) into my car and I'm very disappointed by the music playback quality. I have Nokia C7 with the latest firmware (14.002) and I have also updated the car kit firmware into 3.0. There's no pr

  • ALV GRID Using oo abap example

    Hi Friends, I am new to oo abap, Can any one give me a basic example how i can create alv grid in oo abap. regards, DVNS

  • Use OLEDB in Chinese windows Server

    Hello.. I have a problem in using OLEDB in Chinese windows system. If i write sql statement that include Chinese Language in ASP code, then I can not return record correctly. For example,in case of col1 of table1 is varchar2 type and data inserted ch

  • Moving data between volumes

    We have Netware 6.5 SP8. I need to move approximately 150G of data (and retain all the user rights) from one volume to another volume. Both volumes are on the same server. Is doing a backup/restore the best way to do this? Or is there some other fast