Log Viewer Set up

Hi all,
SAP Portal comes with a log viewer. Some how I am unable to get information on how to set up log viewer. So can any one please help me regarding setting up and running the log viewer?
Thanks and Regards,
Pawan.

Hello Pavan,
Simple way of accessing the log- viewer is
Go to /usr/sap/<SID>/JC50/j2ee/admin/log-viewer folder and run logviewer.sh (Unix)
Windows - c:\usr\sap\<sid>\JC50\j2ee\admin\log-viewer and run logviewer.bat
Or you can log in to visual administrator > Cluster> server --> Logviewer
Hope this helps.
Thanks,
Praveen
PS. Dont forget to assign points

Similar Messages

  • Error when trying to use the Log Viewer

    Hello experts, today I wanted to examine some logs using the Log Viewer on Visual Administrator. However, when clicking on this service, the Visual Administrator would freeze for a long while and after that, an error message was displayed. I do not remember the exact message, but it was something like "A fatal error occurred. For more information, click on the Details button". After clicking on that button, the following error was displayed:
    com.sapmarkets.bam.util.BAMRuntimeException
    at com.sapmarkets.bam.jmx.connector.rmi.AbstractConnectorClient.invoke(AbstractConnectorClient.java:110)
    at $Proxy31.getAttribute(Unknown Source)
    at com.sapmarkets.bam.application.logdepot.AbstractLogDepot.getAttribute(AbstractLogDepot.java:236)
    at com.sapmarkets.bam.application.logdepot.AbstractLogDepot.getLogDescriptors(AbstractLogDepot.java:84)
    at com.sapmarkets.bam.view.config.RemoteViewConfiguration.initializeViewConfiguration(RemoteViewConfiguration.java:65)
    at com.sapmarkets.bam.view.overview.OverviewFacade.populateOverview(OverviewFacade.java:219)
    at com.sapmarkets.bam.view.AbstractLogViewerAppplication.populateOverview(AbstractLogViewerAppplication.java:171)
    at com.sapmarkets.bam.view.AbstractLogViewerAppplication.initOverview(AbstractLogViewerAppplication.java:652)
    at com.sapmarkets.bam.j2ee.services.logviewer.gui.LogViewerRuntimeLogical.setRuntime(LogViewerRuntimeLogical.java:121)
    at com.sapmarkets.bam.j2ee.services.logviewer.gui.LogViewerRuntimeLogical.show(LogViewerRuntimeLogical.java:88)
    at com.sap.engine.services.adminadapter.gui.node.ServiceNodeView.selectSingleService(ServiceNodeView.java:202)
    at com.sap.engine.services.adminadapter.gui.node.ServiceNodeView.selectNode(ServiceNodeView.java:156)
    at com.sap.engine.services.adminadapter.gui.AdminManager.selectServiceNode(AdminManager.java:290)
    at com.sap.engine.services.adminadapter.gui.AdminManager.selectNode(AdminManager.java:170)
    at com.sap.engine.services.adminadapter.gui.AdminManager.valueChanged(AdminManager.java:108)
    at javax.swing.JTree.fireValueChanged(JTree.java:2392)
    at javax.swing.JTree$TreeSelectionRedirector.valueChanged(JTree.java:2763)
    at javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(DefaultTreeSelectionModel.java:629)
    at javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(DefaultTreeSelectionModel.java:1076)
    at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPaths(DefaultTreeSelectionModel.java:287)
    at javax.swing.JTree.setSelectionInterval(JTree.java:2041)
    at javax.swing.plaf.basic.BasicTreeUI$TreeIncrementAction.actionPerformed(BasicTreeUI.java:3268)
    at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1530)
    at javax.swing.JComponent.processKeyBinding(JComponent.java:2438)
    at javax.swing.JComponent.processKeyBindings(JComponent.java:2473)
    at javax.swing.JComponent.processKeyEvent(JComponent.java:2401)
    at java.awt.Component.processEvent(Component.java:4978)
    at java.awt.Container.processEvent(Container.java:1569)
    at java.awt.Component.dispatchEventImpl(Component.java:3684)
    at java.awt.Container.dispatchEventImpl(Container.java:1627)
    at java.awt.Component.dispatchEvent(Component.java:3546)
    at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1713)
    at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:627)
    at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:831)
    at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:741)
    at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:592)
    at java.awt.Component.dispatchEventImpl(Component.java:3575)
    at java.awt.Container.dispatchEventImpl(Container.java:1627)
    at java.awt.Window.dispatchEventImpl(Window.java:1606)
    at java.awt.Component.dispatchEvent(Component.java:3546)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:480)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    Caused by: java.lang.reflect.InvocationTargetException
    at com.sapmarkets.bam.util.FutureResult.get(FutureResult.java:71)
    at com.sapmarkets.bam.jmx.connector.rmi.AbstractConnectorClient.invoke(AbstractConnectorClient.java:104)
    ... 45 more
    Caused by: java.lang.OutOfMemoryError: Java heap space
    at javax.management.ObjectName.construct(ObjectName.java:385)
    at javax.management.ObjectName.readObject(ObjectName.java:1063)
    at sun.reflect.GeneratedMethodAccessor60.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:838)
    at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1736)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:322)
    at java.util.ArrayList.readObject(ArrayList.java:559)
    at sun.reflect.GeneratedMethodAccessor63.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:838)
    at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1736)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:322)
    at java.util.HashMap.readObject(HashMap.java:1015)
    at sun.reflect.GeneratedMethodAccessor64.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:838)
    at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1736)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
    at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1835)
    at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1759)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:322)
    The lines I marked in bold are the ones that caught my attention. What is this error and how can I fix it?

    Hello, thanks for your answers. I checked the JVM Heap size, we are using a 64 bit HW, and it was already set to 2048M, as well as both parameters Xms and Xmx. I also checked our virtual memory and directory space, the virtual memory looks fine, and the <SID> directory uses 5 GB of space.
    If you wish, I can write the configuration found on the Config Tool, where you set the JVM Heap size and other parameters.

  • Audit log viewer

    Hi to all
    I'm newbie to SQL Server.
    I'm trying to configure the server (Enterprise ver. 11) to track change regarding  insert/update/delete of records inside a simple single table.
    I dont know exactly what and how the audit features of SQL Server write and track, but I need a table where I can read the changes on some table or some field of that tables.
    I made some empirical temptatives.
    I created the Audit Server (on Security of database instance). Then I created the "Server Audit Specification"...where I specified UPDATE as type, OBJECT...my table, and entity... my user that connect to database (For this temptative I'm using
    a Access database linked/connected by ODBC. Work good because I see the changes made in Access, inside the SQL Management Studio).
    than I activated the Audit Server... then activated Audit Specification (on my database schema).
    I made some change on table... but I see empty the View Log Viewer.
    I try to configure the audit server as file or as application. I don't know if the problem is there.
    Could someone give me some basic/dummie suggestion?
    thank you.
    Daniele.b75

    Hi,
    Alternately, you can create a trigger to audit the table and then write certain information to another table. Here is a sample code.
    create table demo
    ( c1 varchar(50)),
    c2 varchar(50)),
    go
    create table audit_demo
    old_c1 varchar(50)),
    old_c2 varchar(50)),
    audit_UserID varchar(50)),
    audit_Timestamp datetime,
    audit_action varchar(50))
    go
    create TRIGGER updDemo
    ON demo
    for UPDATE
    as
    if(UPDATE(c2))
    begin
    INSERT INTO audit_demo
    (old_c1,
    old_c2,
    audit_UserID,
    audit_Timestamp,
    audit_action)
    SELECT c1,c2,SUSER_SNAME(),GETDATE(),'update'
    FROM deleted
    end
    insert into demo values('a','p')
    insert into demo values('b','p')
    insert into demo values('c','p')
    insert into demo values('d','p')
    demo for update trigger
    select * from demo
    select * from audit_demo
    update demo set c2='ppp' where c1='b'
    go
    select * from demo
    select * from audit_demo
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Query's log viewer

    Hello,
    I'm trying from inside session management to view query's log but I get this Error
    Log Could Not Be Retrieved
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43100] Log Viewer process reported error 0:. (HY000)
    My server runs SuSE 9 Enterprise Linux.
    Any ideas?

    Just to check your user has got logging level set to 2 or higher so that the SQL is being sent to the file?

  • Unable to view latest default trace in log viewer

    Hello all,
    We have NW 7.0 J2EE production server. We have a CI and two application servers.
    Our SP level is SP18.
    The DB is oracle and the operating system in RHEL 4.
    I have a problem in viewing the default trace files in log viewer using the visual administrator.
    I am able to view the old default trace but unable to view the latest trace data generated.
    I am facing this problem when i try to view the logs of a particular application server.
    Able to view the latest default trace properly for CI and the other application server. Problem lies only with a single application server.
    I have also check the permissions in OS level for the trace files. Everything looks fine.
    Could some one give me a clue on how to solve this issue.
    Regards,
    Chandru

    Hello Joey,
    The trace file isnt too big....
    We have set the file size as 10 MB.
    We have some 15 to 16 default trace files for each of the server process and we have 3 server process in that application server.
    The ForceSingleTraceFile parameter is set as YES in visual admin.
    So the logs will be displayed in visual admin as a single default trace file.
    Hope I had provided the inputs you have asked...
    Regards,
    Chandru

  • Parental control log viewer - still broken after all these years

    I check this with every major OS X update. I know this has been a bug since 10.5, I think it goes back much further.
    First, some background.  In all versions of OS X there's a "logs" feature that allows an admin to see the sites a user has visited. It's the primary way for an involved parent to teach wise computer use. Set parental controls to 'automatic', let the user go, then review the logs with your favorite teen.
    Problem is, the log viewer only expands horizontally. So many entries can't be read. You see only the beginning of many site labels or URLs. The window control has been broken too -- it shows the normal resize control even though it only works in one direction.
    So Apple fixed it in 10.7
    Not the window mind you. They fixed the control. Now it shows the window can only resize vertically.
    Yes. The engineer was in the code. And they left the window broken but fixed the control.
    It's a conspiracy. Apple is trying to drive me crazy.
    I think it's working ...

    Thanks for your help!
    Thanks for your help!
    -----Original Message-----
    From: Bill Hunt [mailto:[email protected]]
    Sent: Monday, May 10, 2010 9:27 AM
    To: Harold Gaskill
    Subject: [Premiere Elements] Re: Still crashing after all these years ....
    What version of PrE are you using? If PrE 8, have you updated to PrE 8.0.1?
    I did upgrade
    Are you running as Administrator?
    Yes
    Is PrE installed on your C:\?
    Yes
    Have you updated your audio driver?
    Yes
    Have you updated Apple QT Player?
    Yes
    This *http://forums.adobe.com/thread/483270?tstart=0* will give you tips on setting up your computer for an editing session.
    This *http://forums.adobe.com/thread/446365?tstart=60* will give you tips on finding clues as to what is happening with your system and your application, when a hang/crash occurs.
    Good luck,
    Hunt
    This message was sent to: Halmeister
    To post a reply to the thread message, either reply to this email or visit the message page: http://forums.adobe.com/message/2801049#2801049
    --end--

  • Slow in accessing Virtual Admin, Log Viewer and ConfigTool

    I'm trying to access the Virtual Admin, Log Viewer and ConfigTool remotely and the accessing speed is awfully slow.
    Slow in terms of when I click on certain menu, it took me about 30-60 seconds just load the items.
    Any particular setting that I can do to improve the loading speed?
    P/S: I'm running SAP EP 7.0 on Sun Solaris 10, Oracle 10g, Java 1.4.3
    Thanks
    Edited by: Brandon Cheah on Sep 4, 2008 7:49 AM

    Hello,
    Check the CPU utilization on the server, maybe the server is very busy.
    Regards,
    Siddhesh

  • Unable to see custom Trace messages in Log Viewer which were defined in UDF

    Hello Experts, I am not able to see my trace messages in Log Viewer. I have a small user defined fuction which takes a variable and returns its uppercase and while do that it writes few warning level trace messages in the trace file. I've tried changing the levels from Warning to Info but I still don't see anything in my Log Viewer. At this point I am not even sure if I am looking at right place. When I test my mapping in Message Mapping's Test tab it works fine and shows me all my trace messages. But when I do end to end it is not writing anything to the trace file. I've tried to use instructions from following blogs:
    1. /people/michal.krawczyk2/blog/2007/04/30/xipi-personalized-logging-tracing(logging and tracing)
    2. /people/michal.krawczyk2/blog/2005/05/10/xi-i-cannot-see-some-of-my-messages-in-the-sxmbmoni (logging and tracing)
    3. /people/michal.krawczyk2/blog/2005/02/25/simple-java-code-in-graphical-mapping--xi(for my UDF)
    but I still don't see traces in my Log Viewer. Please let me know if I am doing anything wrong here.
    Thanks in advance!!
    ==============================================================
    public String TraceVar(String var1, Container container) throws StreamTransformationException{
    AbstractTrace importanttrace; //create an instace of AbstractTrace
    importanttrace = container.getTrace(); //get trace
    importanttrace.addWarning("FiletoFileMP:MyUdflibrary: " + var1); //write first message to the trace
    // fix the naming conventions later
    String SenderName; // declare multiple vars to store infos
    String ReceiverName;
    String interface_name;
    String message_ID;
    String time_Sent;
    java.util.Map map;
    map = container.getTransformationParameters();
    //get interface info into the variables
    time_Sent = (String) map.get(StreamTransformationConstants.TIME_SENT);
    message_ID = (String) map.get(StreamTransformationConstants.MESSAGE_ID);
    interface_name = (String) map.get(StreamTransformationConstants.INTERFACE);
    SenderName = (String) map.get(StreamTransformationConstants.SENDER_NAME);
    ReceiverName = (String) map.get(StreamTransformationConstants.RECEIVER_NAME);
    //post interface info to the trace
    importanttrace.addWarning("Time Sent: " + time_Sent);
    importanttrace.addWarning("Message ID: " + message_ID);
    importanttrace.addWarning("Interface Name: " + interface_name);
    importanttrace.addWarning("Sender Name: " + SenderName);
    importanttrace.addWarning("Receiver Name: " + ReceiverName);
    //convert var1 to uppercase to make sure this function has be executed
    return var1.toUpperCase();
    Edited by: Mayur Patel on May 5, 2009 11:03 PM

    Thank you Prateek for a quick response.
    Yes I was able to see my trace messages in SXMB_MONI. Below is my the info... This is great. I am still not sure why this info is not showing up in Log Veiwer's (default trace) window. Any ideas? Since this XML file contains lots of other information I was wondering how to put my trace messages into the log viewer.
    Thanks!!
      <Trace level="1" type="T">*** START APPLICATION TRACE ***</Trace>
      <Trace level="2" type="T">FiletoFileMP:MyUdfLibrary: Honda</Trace>
      <Trace level="1" type="T">FiletoFileMP:MyUdfLibrary: Honda</Trace>
      <Trace level="1" type="T">Time Sent: 2009-05-05T16:16:39Z</Trace>
      <Trace level="1" type="T">Message ID: 366CEAF14D3B410033AFDDB71CD2AF73</Trace>
      <Trace level="1" type="T">Interface Name: SIC_Car_Outbound</Trace>
      <Trace level="1" type="T">Sender Name: SIC_Car_Outbound</Trace>
      <Trace level="1" type="T">Receiver Name: SI_Car_Inbound</Trace>
      <Trace level="1" type="T">*** END APPLICATION TRACE ***</Trace>

  • Canu00B4t see log with J2EE Visual Admin or Standalone Log Viewer

    Bom dia!
    When logging on Log Viewer, it shows de error message: Unable to invoke LogControllerFacadeMBean method:"getMetaDataOfReaders" In J2EE Visual Admin the error message after click in the item Log Viewer is Error while loading service Log Viewer
    When I click in defaultTrace.trc nothing appears. The same for the others log archives listed in Log Viewer.
    Can someone help me with this?
    Very thanks from Spain.
    In the console I see the following java exception:
    Exception in thread "AWT-EventQueue-0" com.sapmarkets.bam.util.BAMRuntimeExcepti
    on: Unable to invoke LogControllerFacadeMBean method: "getMetaDataOfReaders".
            at com.sapmarkets.bam.application.logdepot.AbstractLogDepot.invokeFacade
    Method(AbstractLogDepot.java:225)
            at com.sapmarkets.bam.application.logdepot.AbstractLogDepot.getMetaDataO
    fReaders(AbstractLogDepot.java:303)
            at com.sapmarkets.bam.view.config.AbstractViewConfiguration.getColumnInf
    oFromServer(AbstractViewConfiguration.java:218)
            at com.sapmarkets.bam.view.config.AbstractViewConfiguration.readSetting(
    AbstractViewConfiguration.java:126)
            at com.sapmarkets.bam.view.config.AbstractViewConfiguration.getColumnSet
    tingForLogType(AbstractViewConfiguration.java:247)
            at com.sapmarkets.bam.view.buffertable.ContentPane.obtainColumnSettings(
    ContentPane.java:915)
            at com.sapmarkets.bam.view.buffertable.ContentPane.<init>(ContentPane.ja
    va:127)
            at com.sapmarkets.bam.view.AbstractLogViewerAppplication.makeTablePane(A
    bstractLogViewerAppplication.java:423)
            at com.sapmarkets.bam.view.AbstractLogViewerAppplication.displayLogs(Abs
    tractLogViewerAppplication.java:474)
            at com.sapmarkets.bam.view.overview.OverviewFilePathTreeWrapper.openLog(
    OverviewFilePathTreeWrapper.java:334)
            at com.sapmarkets.bam.view.overview.OverviewFilePathTreeWrapper$TreeMous
    eListener.mousePressed(OverviewFilePathTreeWrapper.java:359)
            at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:26
    3)
            at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:26
    2)
            at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:26
    2)
            at java.awt.Component.processMouseEvent(Component.java:6038)
            at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
            at java.awt.Component.processEvent(Component.java:5806)
            at java.awt.Container.processEvent(Container.java:2058)
            at java.awt.Component.dispatchEventImpl(Component.java:4413)
            at java.awt.Container.dispatchEventImpl(Container.java:2116)
            at java.awt.Component.dispatchEvent(Component.java:4243)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3983)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
            at java.awt.Container.dispatchEventImpl(Container.java:2102)
            at java.awt.Window.dispatchEventImpl(Window.java:2440)
            at java.awt.Component.dispatchEvent(Component.java:4243)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
    ad.java:273)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
    java:183)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:173)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    Caused by: java.lang.reflect.UndeclaredThrowableException
            at $Proxy0.invoke(Unknown Source)
            at com.sapmarkets.bam.application.logdepot.AbstractLogDepot.invokeMBeanM
    ethod(AbstractLogDepot.java:163)
            at com.sapmarkets.bam.application.logdepot.AbstractLogDepot.invokeFacade
    Method(AbstractLogDepot.java:206)
            ... 33 more
    Caused by: java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at com.sapmarkets.bam.jmx.connector.AbstractLVServer.invoke(AbstractLVSe
    rver.java:184)
            at com.sapmarkets.bam.jmx.connector.rmi.IntegratedConnectorClient.invoke
    (IntegratedConnectorClient.java:107)
            ... 36 more
    Caused by: javax.management.ReflectionException: No such operation: getMetaDataO
    fReaders
            at com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:1
    52)
            at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)
            at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:262)
            at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultM
    BeanServerInterceptor.java:836)
            at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761
            ... 42 more
    Caused by: java.lang.NoSuchMethodException: getMetaDataOfReaders()
            at com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:1
    50)
            ... 46 more

    Hello Ivan,
    Make sure that you are using a supported JDK version as per note below:
    723909 Java VM settings for J2EE 6.40/7.0
    And also, make sure that the necessary environment variables are pointing to the correct JDK version.
    Regards,
    Rafael

  • Do I need to use a custom controller & view set

    Good Day,
    Please excuse the long question.
    I am in the process of creating a new BSP application.  In a nut shell, my application is going to accept a bunch of data in the URL and pass the data to an external system.  Depending on what is returned from the external system, it will prompt the user to either supplement the data or to confirm what the external system has sent back. 
    I would like to have all of the business logic that communicates with the external system and decides what type of user interaction to be located in one central class.  I was thinking that I could have a custom controller that is resident for the life of the application.  It would call the external system and navigate to other views depending on what is required.  When the user responds, the response would go to the custom controller and be sent to the external system.  So, my first question is does this sound reasonable?  For my second question, is it possible to have a view associated with the custom controller.  If so, I can use it for the confirmation "screen".
    While looking at the Web IC cookbook, I ran accross the section on view sets.  Are there pros and cons to using a vew set for an application like this?  I expect the browser window to contain one view at a time and it kind of seems like view sets may intended more for where there are several views displayed within the browser and the view set allows you to change only one.  Is that true?
    Thank you very much for any insight you can offer.  I promise to award points for helpful responses.
    Thanks and kind regards,
    John

    Hi John,
    My suggestions would be to use a model class for the business logic and call to the external system.  The controller would only be for eventing and determining what view to call.  I would create a parameter called view_name on the controller and toogle this between your views depending on what returns from your model methods.  As a personal preference I would pass the 'bunch of data' in the form rather than the URL.  Validate it in a model method before sending it to the external system.  I tend to use URL querystrings for small stuff rather than large application data.  Also what would happen to the application if someone saves your URL as a favorite and launchs the app.
    Those are my thoughts hope it was helpful.
    Regards
    Matt

  • HOW TO VIEW DATA IN LOG VIEW - PROCESS CHAIN?

    HAI FRIENDS,
    I SIMULTANEOUSLY LOADED DATA INTO ODS AND INFOCUBE....I USED THE PROCESS CHAIN TO LOAD DATA.. BUT AFTER ACTIVATING, I COULD N'T VIEW THE DATA IN THE LOG.AFTER THAT I FOUND OUT DATA IS NOT LOADED INTO THE ODS ..SO I ACTIVATED IT AGAIN.. DID THE PROCESS CHAIN ACTIVATE.. EVEN AFTER THAT I COULD NOT VIEW DATA IN LOG VIEW AND ALSO WHEN I CLICK ON LOAD DATA PROCESS(ODS) NO DATA IS FOUND.. PLS HELP OUT
    WITH REGARDS
    APPU

    Hi,
    Go to the manage screen for that ODS. See teh relevent request and find how many records were transferred and how many added.
    If it is zero added records, then check for any rules.
    Arun
    Assign pts if useful

  • Where is the file that contains the folder view setting?

    I know this questions been asked before but I can't find it and cant remember the answer. There is directory file that holds all the file and folder setting and if a persons deletes it, essentially all the files and folder view setting revert back to default view, which is a white back ground and icon view. I can't remember enough the name of the file to know for sure I am getting the right one, could some please quickly refresh my memory for me. I would appreciate it, Thanks Gf.

    I believe that that info is stored in the .DS_Store file in the relevant folder. Since it's invisible, you can either use one of the tricks to make the Mac show invisible files (Google will help you there), or you can use the Terminal. To delete it, in the Terminal, type "cd" (minus the quotes), then a space, then drop the folder in question on the Terminal window and hit return. Then type "rm .DS_Store".

  • When I open Safari, I always type command-plus to enlarge the view.  However, I can't figure out how to permanently set the Safari screen to this view setting in the preferences.  Any ideas?

    When I open Safari, I always type command-plus to enlarge the view.  However, I can't figure out how to permanently set the Safari screen to this view setting in the preferences.  Any ideas?

    Sorry, but you must Command + for every page. It's not permanent.
    If you haven't tried yet, check out Zoom in Safari > Preferences > Accessibility

  • Log Viewer Error In MII 12.1

    Hi All,
    I am getting an error in log viewer in SAP MII 12.1 version(Netweaver 7.1).
    When I am tring to open the log viewer ,It is giving the error Connection refuse.
    Please do let me know if someone know anything about issue.
    Thanks,
    Ritim Jain

    Hi Ritim,
    As I think its roles issue with your user ID
    Can let us know the what roles has been assigned to that user ID
    Regards,
    Praveen Reddy

  • Automatic Activities and Log Viewer

    Hi.
    I'm trying and make a very simple data processing but I need to implement in an automatic activity.
    Someone knows what is an activity which is its automatic or similar activity in the BPM 11G automatic.?
    Also as I can see the output or the log, similar to the log viewer in BPM Version 10.3.?
    Thanks.!

    Hi(Bonjour)!
    Help us to help you. What are:
    -your mac model?
    -RAM amount?
    -Mac OS version ?
    -Quicktime version?
    -your camcorder model?
    -the format it shoots?
    -How (what mac's port)do you connect your camcorder?
    -do you use external hard drive?
    -how this drive is formatted?
    -How is it connected?
    -Dou you use filevault in system preferences?
    -Does timemachine currently performs a backup?
    -Is there any heavy process/application used in background?
    Michel Boissonneault

Maybe you are looking for

  • How do I delete audio files on GarageBand for iPad?

    In GarageBand for iPad, When I click on the audio files button, there are three songs in there that I have  imported to iTunes from my iPad. How do I delete these?

  • Masses of white space, how to get rid of it?

    Hi every body. Im reading in an XMl file, changing a few values then printing it back to the same file. But everytime I read it in and print it back, its putting a blank line after every other line. So if I read in a file that looked like this::: <re

  • Create contact group in iphone

    has somebody found any way to create contacts group in iphone without using any additional app?

  • Shared services

    hello all, i have created a group in HSS under native directory and assigned some users to that group. But i am unable to see the group in EAS. When I am trying to refresh in EAS through security it is asking for current user or all users. please hel

  • DW CS5 Search & Replace within a Found Set

    Can't get this to work in CS5. The actions below used to work in previous DW: Action → Search and Replace See 100 found results using Find All Objective: to replace 50 of those results and leave the other 50 as is Action that used to work ↓ With the