Porta Runtime error in MDT

Hi All,
         When a single user access the MDT role in his portal he faces the below error:
Portal Runtime Error
An exception occurred while processing a request for :
iView : pcd:portal_content/com.cw.folder.Content/com.cw.folder.content.roles/com.cw.fol.OtherSAPRoles/com.cw.rol.SAP_Managers_Desktop/com.cw.SAP/com.cw.iview.wingui.PPMDT
Component Name : com.sap.portal.appintegrator.sap.Transaction
Exception in SAP Application Integrator occured: Missing Property 'ClassName' in property file for layer'Transaction/WinguiSSOLayer'..
Exception id: 10:48_08/07/08_0104_327495950
See the details for the exception ID in the log file
He is facing this problem only for the MDT role. We have checked his account and all seems fine at the back end.
The logs are also pasted below:
Exception ID:10:48_08/07/08_0104_327495950
[EXCEPTION]
com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
Component : pcd:portal_content/com.cw.folder.Content/com.cw.folder.content.roles/com.cw.fol.OtherSAPRoles/com.cw.rol.SAP_Managers_Desktop/com.cw.SAP/com.cw.iview.wingui.PPMDT
Component class : com.sapportals.portal.sapapplication.SAPApplicationIntegratorComponent
User : W108291
     at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
     at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
     at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
     at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
     at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
     at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Missing Property 'ClassName' in property file for layer'Transaction/WinguiSSOLayer'.
     at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass(AbstractIntegratorComponent.java:121)
     at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:96)
     at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
     at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
     ... 29 more
Please guide me as how to solve this error.
Thanks in Advance.
Regards,
Ramalakshmi.S

Hi,
Check this Thread,
Transactions give an error message
problem  in Transaction iview
Thanks and Regards,
gopal.sattiraju

Similar Messages

  • Runtime Error that Seems to be Related to Dialog Boxes

    Although I am currently taking a college course in Java and my code is based on a couple of questions from my Java textbook, I would like to make it perfectly clear that this is NOT homework. This is self-assigned for studying purposes and my professor will probably never see this, let alone grade it. Regardless, I suspect this to be a configuration-related issue as I had no such problems running this program in a Vista machine on campus. Assuming I am right, there shouldn't be any issue with any of this community's policies as I won't need to receive any "answer" code to solve this issue.
    In NetBeans, my program compiles and works fine, but produces a couple of runtime errors. Any idea what could be going on here?
    Here's my code:
    import java.util.Scanner;       // Needed for console input.
    import javax.swing.JOptionPane; // Needed for dialog boxes.
       This program performs the actions requested in questions 2.35 and 2.36 in the textbook.
    * @author Dan
    public class Pages98To99 {
        public static void main(String[]args){
            // Asks the user for what answer he/she wants to see.
            System.out.println("Do you want to see the answer to 2.35 or 2.36?");
            Scanner keyboard = new Scanner(System.in);  // Creates a scanner object.
            double answer = keyboard.nextDouble();
            if (answer == 2.35){
                //2.35
                JOptionPane.showMessageDialog(null, "Greetings Earthling.");
                JOptionPane.showInputDialog("Enter a number.");}
            else if (answer == 2.36){
                //2.36
                String str = JOptionPane.showInputDialog("Please enter your age.");
                                                     // Gets age.
                int age = Integer.parseInt(str);}    /* Converts age from a string to an
                                                        integer.*/
            else
                JOptionPane.showMessageDialog(null, "Go to another program.");
            System.exit(0); // Ends the program
    }Here are the runtime errors produced by NetBeans:
    2010-02-15 21:23:54.659 java[3891] CFLog (0): CFMessagePort: bootstrap_register(): failed 1103 (0x44f), port = 0xf203, name = 'java.ServiceProvider' See /usr/include/servers/bootstrap_defs.h for the error codes. 2010-02-15 21:23:54.660 java[3891] CFLog (99): CFMessagePortCreateLocal(): failed to name Mach port (java.ServiceProvider)The following is a troubleshooting terminal session using both the newer version of JDK courtesy of SoyLatte ( [http://landonf.bikemonkey.org/static/soylatte/|http://landonf.bikemonkey.org/static/soylatte/] ), which fails to produce a dialog box) as well as the older one supplied by Apple as part of my OS (which like in NetBeans works fine otherwise) as well.
    Last login: Sat Feb 20 00:12:55 on ttyp1
    Welcome to Darwin!
    Dans-MacBook:~ Dan$ cd /Volumes/Lexar/NetBeansProjects/MacBook-Made/test/;echo $PATH;java -version;javac -version;javac Pages98To99.java;java Pages98To99;PATH=/sw/bin:/sw/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin;java -version;javac -version;javac Pages98To99.java;java Pages98To99
    /sw/bin:/sw/sbin:/Applications/soylatte16-i386-1.0.3/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin
    java version "1.6.0_03-p3"
    Java(TM) SE Runtime Environment (build 1.6.0_03-p3-landonf_19_aug_2008_14_55-b00)
    Java HotSpot(TM) Server VM (build 1.6.0_03-p3-landonf_19_aug_2008_14_55-b00, mixed mode)
    javac 1.6.0_03-p3
    Do you want to see the answer to 2.35 or 2.36?
    0
    Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class sun.awt.X11GraphicsEnvironment
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Class.java:169)
            at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:68)
            at sun.awt.X11.XToolkit.(XToolkit.java:89)
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Class.java:169)
            at java.awt.Toolkit$2.run(Toolkit.java:836)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:828)
            at sun.swing.SwingUtilities2$AATextInfo.getAATextInfo(SwingUtilities2.java:120)
            at javax.swing.plaf.metal.MetalLookAndFeel.initComponentDefaults(MetalLookAndFeel.java:1556)
            at javax.swing.plaf.basic.BasicLookAndFeel.getDefaults(BasicLookAndFeel.java:130)
            at javax.swing.plaf.metal.MetalLookAndFeel.getDefaults(MetalLookAndFeel.java:1591)
            at javax.swing.UIManager.setLookAndFeel(UIManager.java:537)
            at javax.swing.UIManager.setLookAndFeel(UIManager.java:577)
            at javax.swing.UIManager.initializeDefaultLAF(UIManager.java:1331)
            at javax.swing.UIManager.initialize(UIManager.java:1418)
            at javax.swing.UIManager.maybeInitialize(UIManager.java:1406)
            at javax.swing.UIManager.getDefaults(UIManager.java:656)
            at javax.swing.UIManager.getString(UIManager.java:802)
            at javax.swing.UIManager.getString(UIManager.java:819)
            at javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:592)
            at Pages98To99.main(Pages98To99.java:29)
    java version "1.5.0_19"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_19-b02-306)
    Java HotSpot(TM) Client VM (build 1.5.0_19-138, mixed mode, sharing)
    javac 1.5.0_19
    javac: no source files
    Usage: javac 
    where possible options include:
      -g                         Generate all debugging info
      -g:none                    Generate no debugging info
      -g:{lines,vars,source}     Generate only some debugging info
      -nowarn                    Generate no warnings
      -verbose                   Output messages about what the compiler is doing
      -deprecation               Output source locations where deprecated APIs are used
      -classpath           Specify where to find user class files
      -cp                  Specify where to find user class files
      -sourcepath          Specify where to find input source files
      -bootclasspath       Override location of bootstrap class files
      -extdirs             Override location of installed extensions
      -endorseddirs        Override location of endorsed standards path
      -d              Specify where to place generated class files
      -encoding        Specify character encoding used by source files
      -source           Provide source compatibility with specified release
      -target           Generate class files for specific VM version
      -version                   Version information
      -help                      Print a synopsis of standard options
      -X                         Print a synopsis of nonstandard options
      -J                   Pass  directly to the runtime system
    Do you want to see the answer to 2.35 or 2.36?
    0
    2010-02-20 00:16:09.967 java[4618] CFLog (0): CFMessagePort: bootstrap_register(): failed 1103 (0x44f), port = 0xf103, name = 'java.ServiceProvider'
    See /usr/include/servers/bootstrap_defs.h for the error codes.
    2010-02-20 00:16:09.968 java[4618] CFLog (99): CFMessagePortCreateLocal(): failed to name Mach port (java.ServiceProvider)
    Dans-MacBook:/Volumes/Lexar/NetBeansProjects/MacBook-Made/test Dan$ Edited by: Viewer07 on Mar 6, 2010 12:15 AM

    In terminal I've been using a JDK from Soylatte. I haven't tampered with the JDK that NetBeans uses.
    About NetBeans (from the menubar returns the following):
    Product Version: NetBeans IDE 6.8 (Build 200912041610)
    Java: 1.5.0_19; Java HotSpot(TM) Client VM 1.5.0_19-138
    System: Mac OS X version 10.4.11 running on i386; MacRoman; en_US (nb)
    Userdir: /Users/Dan/.netbeans/6.8

  • Webdynpro application runtime error CX_FQDN

    Hi experts,
    I am encountering following error when running a sample webdynpor application from SE80. I have included details of my Hosts file entries and profile parameter in the details below.
    My SAP system is installed on my desktop computer as a standalone on a wrkgroup. Name of the host is 'ecc6'.
    Step by step instructions preferably with some example will be greatly appreciated.
    Thanks in advance. AP
    What has happened?
    The URL http://ecc6:8006/sap/bc/webdynpro/sap/z_tutorial_1 was not called due to an error.
    Note
    The following error text was processed in the system ECC : Die URL enthält keine vollständige Domainangabe (ecc6 statt ecc6.).
    The error occurred on the application server ecc6_ECC_06 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    ST22 dump is:
    Runtime Errors         UNCAUGHT_EXCEPTION
    Exception              CX_FQDN
    Error analysis
        An exception occurred which is explained in detail below.
        The exception, which is assigned to class 'CX_FQDN', was not caught and
        therefore caused a runtime error.
        The reason for the exception is:
        Die URL enthält keine vollständige Domainangabe (ecc6 statt
        ecc6.).
    System environment
        SAP-Release 700
        Application server... "ecc6"
        Network address...... "192.168.100.1"
        Operating system..... "Windows NT"
        Release.............. "5.2"
        Hardware type........ "4x Intel 801686"
        Character length.... 16 Bits
        Pointer length....... 32 Bits
        Work process number.. 0
        Shortdump setting.... "full"
        Database server... "ECC6"
        Database type..... "ORACLE"
        Database name..... "ECC"
        Database user ID.. "SAPSR3"
    User and Transaction
        Client.............. 001
        User................ "SAPUSER"
        Language Key........ "E"
        Transaction......... " "
        Program............. "CX_FQDN=======================CP"
        Screen.............. "SAPMHTTP 0010"
        Screen Line......... 2
        Information on Caller ofr "HTTP" Connection:
        Plug-in Type.......... "HTTP"
        Caller IP............. "192.168.100.1"
        Caller Port........... 8006
        Universal Resource Id. "/sap/bc/webdynpro/sap/z_tutorial_1"
    Information on where terminated
        Termination occurred in the ABAP program "CX_FQDN=======================CP" -
         in "CHECK".
        The main program was "SAPMHTTP ".
        In the source code you have the termination point in line 10
        of the (Include) program "CX_FQDN=======================CM002".
    Entries in C:WINDOWSsystem32driversetchosts
    127.0.0.1                 localhost
    192.168.100.1     ecc6
    Instance Profile in SAP transaction RZ10 is ECCDVEBMGS06_ECC6_
                Parameter Name                                      Parameter value
    login/no_automatic_user_sapstar                      0
    login/system_client                                            001
    SAPSYSTEMNAME                                           ECC
    SAPGLOBALHOST                                           ecc6
    SAPSYSTEM                                                    06
    INSTANCE_NAME                                             DVEBMGS06
    DIR_CT_RUN                                                 $(DIR_EXE_ROOT)$(OS_UNICODE)NTI386
    DIR_EXECUTABLE                                         $(DIR_INSTANCE)exe
    PHYS_MEMSIZE                                             512
    rdisp/wp_no_dia                                             6
    rdisp/wp_no_btc                                            3
    icm/server_port_0                                          PROT=HTTP,PORT=80$$
    ms/server_port_0                                          PROT=HTTP,PORT=81$$
    rdisp/wp_no_enq                                   1
    rdisp/wp_no_vb                                    1
    rdisp/wp_no_vb2                                  1
    rdisp/wp_no_spo                                   1
    DIR_CLIENT_ORAHOME                              $(DIR_EXECUTABLE)

    HI ,
    SAP has recommended it like that
    for accessing SAP web dynpro abap application you have to give the full FQDN i.e. host name with domain.
    simply hostname alone wont work.
    http://help.sap.com/saphelp_nw70/helpdata/en/67/be9442572e1231e10000000a1550b0/content.htm
    Pls go through the link.This mite help
    Thanks,
    Aditya.

  • HT203175 I have no problem signing on to iTunes my issue is once on the site I can not use the "search". It says there is a runtime error R6025 pure virtual function call. Has anyone had this problem and how do I fix it. Thanks

    I do not have a problem getting in the iTunes stores. My issue is once on the site I can not use the "search". It says there is a pure virtual function call R6025. How can I solve this problem? Do I have to create a new account? Do I have to uninstall and re-install? Thanks

    Thanks so much for your feedback. I really appreciate any input here.
    If someone from Adobe could GUARANTEE that this problem would go away if I
    purchased CS4, I would pony up the cash and do it. However, I'm skeptical
    about that because I just saw someone else post a message on the forum today
    who is running CS4 and getting the exact same runtime error as me.
    I'll try un-installing and re-installing as Admin, and if that doesn't work,
    maybe I can find a used copy of CS3.
    In the meantime, I'm also wondering if a Photoshop file can carry any sort
    of corrupt metadata inside it once it has errored out? Reason I ask is, I
    had to port all of my old PSD files to the new computer, and I only seem to
    be getting this error when I attempt to work on one of the files that
    previously got the runtime error when they were sitting on my XP machine.
    When I create new files from scratch on this new computer, they seem to be
    working just fine (at least, for now).
    If so, I would probably be smart to never open those troublesome
    "errored-out" files again.

  • Getting runtime error while running HTTPS client

    hi
    i have return https client in java,which does not give error while compiling but its giving runtime error as shown below.
    java.security.NoSuchAlgorithmException: Algorithm RSA not available
    at javax.net.ssl.SunJSSE_b.a(DashoA6275)
    at javax.net.ssl.KeyManagerFactory.getInstance(DashoA6275)
    at SSLSocketClientWithClientAuth.main(SSLSocketClientWithClientAuth.java
    :65)
    java.lang.NullPointerException
    at SSLSocketClientWithClientAuth.main(SSLSocketClientWithClientAuth.java
    :78)
    and this is the code
    import java.net.*;
    import java.io.*;
    import javax.net.ssl.*;
    //import javax.security.cert.X509Certificate;
    import java.security.KeyStore;
    import java.security.*;
    * This example shows how to set up a key manager to do client
    * authentication if required by server.
    * This program assumes that the client is not inside a firewall.
    * The application can be modified to connect to a server outside
    * the firewall by following SSLSocketClientWithTunneling.java.
    public class SSLSocketClientWithClientAuth {
    public static void main(String[] args) throws Exception {
         //String host = null;
         //int port = -1;
         String host="10.11.25.251";
         int port = 443;
         SSLSocket socket;
         String path = null;
         for (int i = 0; i < args.length; i++)
         System.out.println(args);
         /*if (args.length < 3) {
         System.out.println(
              "USAGE: java SSLSocketClientWithClientAuth " +
              "host port requestedfilepath");
         System.exit(-1);
         /*try {
         host = args[0];
         port = Integer.parseInt(args[1]);
         //path = args[2];
         } catch (IllegalArgumentException e) {
         System.out.println("USAGE: java SSLSocketClientWithClientAuth " +
              "host port requestedfilepath");
         System.exit(-1);
         try {
         * Set up a key manager for client authentication
         * if asked by the server. Use the implementation's
         * default TrustStore and secureRandom routines.
         SSLSocketFactory factory = null;
         try {
              SSLContext ctx;
              KeyManagerFactory kmf;
              KeyStore ks;
              char[] keystorepass = "123456".toCharArray();
              char[] keypassword ="13051983".toCharArray();
              ctx = SSLContext.getInstance("TLS");
              //kmf = KeyManagerFactory.getInstance("RSA");
              ks = KeyStore.getInstance("JKS");
              ks.load(new FileInputStream("testkeys"), keystorepass);
    kmf = KeyManagerFactory.getInstance("RSA");
              kmf.init(ks, keypassword);
              ctx.init(kmf.getKeyManagers(), null, null);
              factory = ctx.getSocketFactory();
         } catch (Exception e) {
              //throw new IOException(e.getMessage());
         e.printStackTrace();
              socket = (SSLSocket)factory.createSocket(host, port);
              socket.startHandshake();
         * send http request
         * See SSLSocketClient.java for more information about why
         * there is a forced handshake here when using PrintWriters.
    PrintWriter out = new PrintWriter(new BufferedWriter(new OutputStreamWriter(socket.getOutputStream())));
         // out.println("GET " + path + " HTTP/1.1");
         out.println();
         out.flush();
         * Make sure there were no surprises
         if (out.checkError())
              System.out.println(
              "SSLSocketClient: java.io.PrintWriter error");
         /* read response */
         BufferedReader in = new BufferedReader(
                        new InputStreamReader(
                        socket.getInputStream()));
         String inputLine;
         while ((inputLine = in.readLine()) != null)
              System.out.println(inputLine);
         in.close();
         out.close();
    socket.close();
         } catch (Exception e) {
         e.printStackTrace();
    please help me out .
    regards,
    sunil

    Hi
    Please do a fetch from the database and then change the information in DRM console for the CSS parameter. This error I received only due to the CSS details in DRM 11.1.2.
    Thanks
    Rupak
    Mantra to Win | WinMantras.com | http://hyperion.winmantras.com

  • Portal runtime error on creating Travel Request

    I have copied the standard ESS Role and created my own ESS Role. I then assigned this to my portal user.
    Then when I log into the portal as the user and click on "Create Travel Request" or "Create Expense Report" URLs, I get the following error:
    Portal runtime error.
    An exception occurred while processing your request. Send the exception ID to your portal administrator.
    Exception ID: 04:53_02/02/10_0021_23623650
    Refer to the log file for details about this exception.
    Is there any portal/IMG setup that is missing? Or any authorization missing?

    Thanks I made changes to Resources node in IMG.
    Before making these changes I was getting the following error:
    Portal Runtime error. An exception occured while processing your request... Exception ID:.... Refer to log for details....
    I just changed the URL of PCD page in the Resources node.
    Note:
    (1) In Portal I have made my own folder structure:
    -> Portant Content
    -->My Travel Setup
    --->Employee Self-Service
    >Roles
    >MyTravelESS (role copy of the original Portal ESS role, Delta link. i.e. ESS role under End User Content-->Employee Self-Service)
    (2) I have not copied the iviews, pages worksets etc. under my new folder structure.
    But Now I am getting another error:
    500 Internal Server Error...
    Root Cause
    The initial exception that caused the request to fail, was:
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Failed in WD JNDI lookup. javax.naming.NameNotFoundException: No child found in WebDynproContext with name base

  • Portal Runtime Error : Any ideas?

    Hello There,
    Please help. I'm having a 'Portal Runtime Error' and would appreciate any lead: This is appearing in the MSS overview Page..
    Portal Runtime Error
    An exception occurred while processing your request
    Exception id: 10:37_27/03/08_0005_7368050
    See the details for the exception ID in the log file.
    Here's what i cld get from the log file: Notice the exception id in bold.
    Thanks.
    #1.5 #001CC4D8C23E005F000000370000145000044968C5923ABE#1206614246811#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#MANAGER1#102##LBBEPDEV_EPD_7368050#MANAGER1#a6d16470fbe711dcc1bd001cc4d8c23e#SAPEngine_Application_Threadimpl:3_24##0#0#Error#1#/System/Server#Java###Exception ID:10:37_27/03/08_0005_7368050
    EXCEPTION
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : pcd:portal_content/com.sap.pct/line_manager/com.sap.pct.erp.mss.bp_folder/com.sap.pct.erp.mss.roles/com.sap.pct.erp.mss.manager_self_service/com.sap.pct.erp.mss.manager/overview/com.sap.pct.erp.mss.work_overview/com.sap.pct.erp.mss.workoverview/com.sap.pct.erp.common.key_figure_monitor
    Component class : com.sapportals.portal.sapapplication.SAPApplicationIntegratorComponent
    User : MANAGER1
    at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:973)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Unable to parse template &\#39;<System.Access.WAS.protocol>://<System.Access.WAS.hostname>/sap/bc/webdynpro/<WebDynproNamespace>/<WebDynproApplication>/;sap-ext-sid=<ESIDURL_ENCODE>?sap-ep-iviewhandle=007<ESIDHASH>&sap-wd-configId=<WebDynproConfiguration>&sap-ep-iviewid=<IView.ShortID>&sap-ep-pcdunit=<IView.PCDUnit.ShortID>&sap-client=<System.client>&sap-language=<Request.Language>&sap-accessibility=<User.AccessibilitySAP_BOOL>&sap-rtl=<LAF.RightToLeftSAP_BOOL>&sap-ep-version=<Portal.VersionURL_ENCODE>&<ProducerInfo>&sap-explanation=<User.ExplanationSAP_BOOL>&<StylesheetIntegrationIF_true PROCESS_RECURSIVE>&<Authentication>&<DynamicParameterPROCESS_RECURSIVE>&<ForwardParametersQUERYSTRING>&<ApplicationParameterPROCESS_RECURSIVE>&\#39;; the problem occured at position 310. Cannot process expression <System.client> because Invalid System Attribute:
    System: &\#39;SAP_LocalSystem&\#39;,
    Attribute: &\#39;client&\#39;.
    at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass(AbstractIntegratorComponent.java:123)
    at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    ... 29 more
    #1.5 #001CC4D8C23E005F000000390000145000044968C5924083#1206614246811#com.sap.portal.prt.runtime#sap.com/irj#com.sap.portal.prt.runtime#MANAGER1#102##LBBEPDEV_EPD_7368050#MANAGER1#a6d16470fbe711dcc1bd001cc4d8c23e#SAPEngine_Application_Threadimpl:3_24##0#0#Error##Java###10:37_27/03/08_0005_7368050
    EXCEPTION
    #1#com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Unable to parse template &\#39;<System.Access.WAS.protocol>://<System.Access.WAS.hostname>/sap/bc/webdynpro/<WebDynproNamespace>/<WebDynproApplication>/;sap-ext-sid=<ESIDURL_ENCODE>?sap-ep-iviewhandle=007<ESIDHASH>&sap-wd-configId=<WebDynproConfiguration>&sap-ep-iviewid=<IView.ShortID>&sap-ep-pcdunit=<IView.PCDUnit.ShortID>&sap-client=<System.client>&sap-language=<Request.Language>&sap-accessibility=<User.AccessibilitySAP_BOOL>&sap-rtl=<LAF.RightToLeftSAP_BOOL>&sap-ep-version=<Portal.VersionURL_ENCODE>&<ProducerInfo>&sap-explanation=<User.ExplanationSAP_BOOL>&<StylesheetIntegrationIF_true PROCESS_RECURSIVE>&<Authentication>&<DynamicParameterPROCESS_RECURSIVE>&<ForwardParametersQUERYSTRING>&<ApplicationParameterPROCESS_RECURSIVE>&\#39;; the problem occured at position 310. Cannot process expression <System.client> because Invalid System Attribute:
    System: &\#39;SAP_LocalSystem&\#39;,
    Attribute: &\#39;client&\#39;.
    at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass(AbstractIntegratorComponent.java:123)
    at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)

    Looks like the issue is related to the system that is referencing the ERP System. Check if the connection tests of the system is passing.
    Verify the hostname and ports of the R3 System. Also check the system referencing the Netweaver Application Server.
    Also check if SSO is working fine.
    Regards,
    Abhishek

  • ABAP Runtime Error : STRING_LENGTH_TOO_LARGE In Solution Manager 7.0

    Hi All,
    In SolMan 7.0 when i am using T-code Solution_Manager->Business process Monitoring tab System is give as give below ABAP DUMP . Please Share your idea to resolve this issue.
    Runtime Errors                                                       STRING_LENGTH_TOO_LARGE
    Except.                                                       CX_SY_RANGE_OUT_OF_BOUNDS
    Date and Time                                                       24.11.2009                    12:16:08
         Short text
                   Illegal access to a string (length too large)
         What happened?
                   Error in the ABAP Application Program
                   The current ABAP program "CL_CRM_CCKPT_CFS_SERVICE_HTTP=CP" had to be
                    terminated because it has
                   come across a statement that unfortunately cannot be executed.
         What can you do?
                   Note down which actions and inputs caused the error.
                   To process the problem further, contact you SAP system
                   administrator.
                   Using Transaction ST22 for ABAP Dump Analysis, you can look
                   at and manage termination messages, and you can also
                   keep them for a long time.
         Error analysis
                   An exception occurred that is explained in detail below.
                   The exception, which is assigned to class 'CX_SY_RANGE_OUT_OF_BOUNDS', was not
                    caught in
                   procedure "IF_HTTP_EXTENSION~HANDLE_REQUEST" "(METHOD)", nor was it propagated
                    by a RAISING clause.
                   Since the caller of the procedure could not have anticipated that the
                   exception would occur, the current program is terminated.
                   The reason for the exception is:
                   In the running program "CL_CRM_CCKPT_CFS_SERVICE_HTTP=CP", part of a string was
                    about to be accessed
                   with an explicitly specified length.
                   However, this length (8) exceeded the current length of the string
                   (5).
                   This kind of access is illegal.
         How to correct the error
                   Reduce the length with which to access the string.
                   If the error occurred in your own ABAP program or in an SAP
                   program you modified, try to remove the error.
                   If the error occures in a non-modified SAP program, you may be able to
                   find an interim solution in an SAP Note.
                   If you have access to SAP Notes, carry out a search with the following
                   keywords:
                   "STRING_LENGTH_TOO_LARGE" "CX_SY_RANGE_OUT_OF_BOUNDS"
                   "CL_CRM_CCKPT_CFS_SERVICE_HTTP=CP" or "CL_CRM_CCKPT_CFS_SERVICE_HTTP=CM004"
                   "IF_HTTP_EXTENSION~HANDLE_REQUEST"
                   If you cannot solve the problem yourself and want to send an error
                   notification to SAP, include the following information:
                   1. The description of the current problem (short dump)
                      To save the description, choose "System->List->Save->Local File
                   (Unconverted)".
                   2. Corresponding system log
                      Display the system log by calling transaction SM21.
                      Restrict the time interval to 10 minutes before and five minutes
                   after the short dump. Then choose "System->List->Save->Local File
                   (Unconverted)".
                   3. If the problem occurs in a problem of your own or a modified SAP
                   program: The source code of the program
                      In the editor, choose "Utilities->More
                   Utilities->Upload/Download->Download".
                   4. Details about the conditions under which the error occurred or which
                   actions and input led to the error.
                   The exception must either be prevented, caught within proedure
                   "IF_HTTP_EXTENSION~HANDLE_REQUEST" "(METHOD)", or its possible occurrence must
                    be declared in the
                   RAISING clause of the procedure.
                   To prevent the exception, note the following:
         System environment
                   SAP-Release 701
                   Application server... ".........."
                   Network address...... ""
                   Operating system..... "Windows NT"
                   Release.............. "5.2"
                   Hardware type........ "8x AMD64 Level"
                   Character length.... 16 Bits
                   Pointer length....... 64 Bits
                   Work process number.. 0
                   Shortdump setting.... "full"
                   Database server... "................."
                   Database type..... "ORACLE"
                   Database name..... "SM7"
                   Database user ID.. "SAPSR3"
                   Terminal.......... ".............."
                   Char.set.... "C"
                   SAP kernel....... 701
                   created (date)... "Oct 12 2008 23:34:32"
                   create on........ "NT 5.2 3790 Service Pack 1 x86 MS VC++ 14.00"
                   Database version. "OCI_10201_SHARE (10.2.0.2.0) "
                   Patch level. 15
                   Patch text.. " "
                   Database............. "ORACLE 9.2.0.*.*, ORACLE 10.1.0.*.*, ORACLE 10.2.0.*.*"
                   SAP database version. 701
                   Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows
                    NT 6.0"
                   Memory consumption
                   Roll.... 16192
                   EM...... 4189840
                   Heap.... 0
                   Page.... 0
                   MM Used. 1513920
                   MM Free. 2673296
         User and Transaction
                   Client.............. 100
                   User................ 182836
                   Language Key........ "E"
                   Transaction......... " "
                   Transactions ID..... "09C5D8DE506DF14DB42D001E682F27BB"
                   Program............. "CL_CRM_CCKPT_CFS_SERVICE_HTTP=CP"
                   Screen.............. "SAPMHTTP 0010"
                   Screen Line......... 2
                   Information on Caller ofr "HTTP" Connection:
                   Plug-in Type.......... "HTTP"
                   Caller IP............. "10.226.33.101"
                   Caller Port........... 8080
                   Universal Resource Id. "/sap/bc/solman/defaultUser/graphic/solmangraphic.htm"
         Information on where terminated
                   Termination occurred in the ABAP program "CL_CRM_CCKPT_CFS_SERVICE_HTTP=CP" -
                    in "IF_HTTP_EXTENSION~HANDLE_REQUEST".
                   The main program was "SAPMHTTP ".
                   In the source code you have the termination point in line 130
                   of the (Include) program "CL_CRM_CCKPT_CFS_SERVICE_HTTP=CM004".
                   The termination is caused because exception "CX_SY_RANGE_OUT_OF_BOUNDS"
                    occurred in
                   procedure "IF_HTTP_EXTENSION~HANDLE_REQUEST" "(METHOD)", but it was neither
                    handled locally nor declared
                   in the RAISING clause of its signature.
                   The procedure is in program "CL_CRM_CCKPT_CFS_SERVICE_HTTP=CP "; its source
                    code begins in line
                   6 of the (Include program "CL_CRM_CCKPT_CFS_SERVICE_HTTP=CM004 ".
         Source Code Extract
         Line               SourceCde
           100               *     url of its for WebGUI links (extension for portal cfs)
           101                     WHEN 'its'.
           102                       lv_its = ls_param_fields-value.
           103               *     name of transaction for WebGUI links (extension for portal cfs)
           104                     WHEN 'trans'.
           105                       lv_trans = ls_param_fields-value.
           106               *     name of transaction parameter for WebGUI links
           107               *     (extension for portal cfs)
           108                     WHEN 'trans_keyname'.
           109                       lv_trans_keyname = ls_param_fields-value.
           110               *     info block
           111                     WHEN gc_parameter_name-io.
           112                       lv_io = ls_param_fields-value.
           113               *     portal base url
           114                     WHEN gc_parameter_name-base_url.
           115                       lv_base_url = ls_param_fields-value.
           116
           117               * Note 834787-- Headers of Infoblocks are not translated in Fact sheet
           118               * display set the language
           119                     WHEN 'sap-language'.
           120                       try.
           121                           set locale language ls_param_fields-value.
           122                         catch CX_SY_LOCALIZATION_ERROR.
           123               * No language with this code is installed.
           124               * use the default one
           125                           SET LOCALE LANGUAGE SPACE.
           126                       endtry.
           127
           128                     WHEN OTHERS.
           129               *       additional types for selection
         >>>>>                       IF ls_param_fields-name(8) EQ 'sel-type'.
           131                         CLEAR ls_sel_param.
           132                         MOVE ls_param_fields-value TO ls_sel_param-name.
           133                         lv_num = ls_param_fields-name+8(*).
           134                         CLEAR lv_key.
           135                         CONCATENATE 'sel-value'
           136                                     lv_num
           137                                INTO lv_key.
           138                         READ TABLE lt_param_fields WITH KEY name = lv_key
           139                              INTO ls_param_fields.
           140                         IF sy-subrc = 0.
           141                           MOVE ls_param_fields-value TO ls_sel_param-value.
           142                         ENDIF.
           143                         APPEND ls_sel_param TO lt_sel_param.
           144                       ENDIF.
           145                   ENDCASE.
           146                 ENDLOOP.
           147
           148               * HTML error message if no business partner
           149                 IF bp IS INITIAL.
         Contents of system fields
         Name                         Val.
         SY-SUBRC                         0
         SY-INDEX                         1
         SY-TABIX                         3
         SY-DBCNT                         1
         SY-FDPOS                         17
         SY-LSIND                         0
         SY-PAGNO                         0
         SY-LINNO                         1
         SY-COLNO                         1
         SY-PFKEY
         SY-UCOMM
         SY-TITLE                         HTTP Control
         SY-MSGTY
         SY-MSGID
         SY-MSGNO                         000
         SY-MSGV1
         SY-MSGV2
         SY-MSGV3
         SY-MSGV4
         SY-MODNO                         0
         SY-DATUM                         20091124
         SY-UZEIT                         121608
         SY-XPROG
         SY-XFORM
         Active Calls/Events
         No.               Ty.                              Program                                                            Include                                   Line
                        Name
             4               METHOD                              CL_CRM_CCKPT_CFS_SERVICE_HTTP=CP                                                            CL_CRM_CCKPT_CFS_SERVICE_HTTP=CM004                                     130
                        CL_CRM_CCKPT_CFS_SERVICE_HTTP=>IF_HTTP_EXTENSION~HANDLE_REQUEST
             3               METHOD                              CL_HTTP_SERVER================CP                                                            CL_HTTP_SERVER================CM00G                                     574
                        CL_HTTP_SERVER=>EXECUTE_REQUEST
             2               FUNCTION                              SAPLHTTP_RUNTIME                                                            LHTTP_RUNTIMEU02                                     942
                        HTTP_DISPATCH_REQUEST
             1               MODULE (PBO)                              SAPMHTTP                                                            SAPMHTTP                                      13
                        %_HTTP_START
         Chosen variables
         Name
                   Val.
         No.                   4                    Ty.                         METHOD
         Name               CL_CRM_CCKPT_CFS_SERVICE_HTTP=>IF_HTTP_EXTENSION~HANDLE_REQUEST
         SERVER
                   {O:2*\CLASS=CL_HTTP_SERVER_NET}
                 F0000000
                 D0002000
         LS_PARAM_FIELDS-NAME
                   _appl
                 56776
                 F100C
                 00000
                 00000
         SY-REPID
                   CL_CRM_CCKPT_CFS_SERVICE_HTTP=CP
                 4454545444555445554554445455534522222222
                 3CF32DF33B04F363F3526935F8440D3000000000
                 0000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000
         SPACE
                 2
                 0
                 0
                 0
         GC_PARAMETER_NAME-BASE_URL
                   ep_base_url
                 67566765776
                 50F2135F52C
                 00000000000
                 00000000000
    Regards
    Suresh
    Edited by: Suresh Kumar on Nov 24, 2009 3:21 PM

    Hi Naveen,
    Please find given below BBPCRM & SAP_BW version..
    BBPCRM     500     0013     SAPKU50013     BBPCRM     BBP/CRM Supp. Pack.
    SAP_BW     701     0003     SAPKW70103     SAP Business Warehouse     Component Supp. Pkg.
    This problem is not only with  Bussiness process tab (T-Code: Solution_manage) also System monitoring Still i searching solution for this But once we are restarting System that time this problem is not occuring but after some time system is giving this DUMP
    Regards,
    Suresh

  • "Runtime Error in Zoombrowser EX

    I am using a current edition of Canon ZoomBrowser EX that was working perfectly until I took out the first CF card and inserted another.  I then got a "Runtime Error" message, which extended to "Memory Card Utility has stopped working."
    Message also included "C:\Program Files (x86)\Canon\ZoomBrowser EXMCU\MCU.EXE" in case that helps. 
    I reinstalled a ZB update, tried again, same results.  Turned off the computer, and tried again some hours later -- same results.
    Am using a PC, with Windows 7 64-bit professional.  Card reader is a Lexar Multi-card 24-in-one Reader, high speed USB 2.0.
    Does anyone have any idea what is going on with this and how I can fix it?
    Solved!
    Go to Solution.

    First, I would completely uninstall Zoom Browser.  You may need a clean-up utility to do this  Reinstall it and try again.
    Try a different port.  You know simple little things to eliminate each component.
    Another thing that you might try is a different computer to eliminate your computer as the problem.  And I would try a new memory card as they can become corrupted.
    EOS 1Ds Mk III, EOS 1D Mk IV, EF 50mm f1.2 L, EF 24-70mm f2.8 L,
    EF 85mm f1.2 L II USM, EF 70-200mm f2.8 L IS II,
    Sigma 120-300mm f2.8 EX APO, Photoshop CS6, ACR 9, Lightroom 6

  • Portal runtime error in EP7 SP 11

    Hi,
    I am getting the following error.
    <b>Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/com.t.Preeti/hoverdesktop/frameworkPages/com.sap.portal.hoverpage/hovermenu
    Component Name : hovermenuframe.HoverTLN
    The exception was logged. Inform your system administrator..
    Exception id: 10:08_28/08/07_0015_203196350
    See the details for the exception ID in the log file</b>
    I tried using nwa but I could not get the search criteria to be entered for this .I tried using date ,time. but not possible to find it. What does this signify 0015_203196350 ??
    Can I search in nwa with exception id ? IF so,Please tell me how?
    Also after adding javadeveloper role how  can i c heck logs from portal itself.
    I dont have access to server to check the log files there..
    Is there any other way to check logs?
    Thanks ,
    Preeti

    Hi,
    Well please check that if your server has logviewer installed, if yes then follow these steps -->
    Add the reference in the provider.xml of tc.monitoring.logviewer:
    To do this you have to:
    1. Stop the SAP Webas Engine
    2. Start the "expert tool" i.e. offlinecfgeditor under
    <sapwebas_home>/<instance>/JC<nn>/j2ee/configtool
    3. Navigate to
    cluster_data/<server>|<dispatcher>/cfg/services/tc.monitoring.logviewer-provider.xml
    for both dispatcher and server nodes
    4. switch to edit mode and add the following reference inside the xml, inside the "references" tags:
       <reference type="library" strength="hard">
            tc~ni
      </reference>
    5. Repeat for both dispatcher and server nodes
    6. Restart the SAP Webas Engine
    And if logviewer isnt installed on server then please follow this -->
    Use the download center on the SAP Service Marketplace:
    SAP Service Marketplace service.sap.com
    Support Packages and Patches -> Additional Components ->
    SAP JAVA LOG VIEWER
    Also do the configuration :
    Logviewer_use_NI=true
    Logviewer_NI_port=26000
    The standard port is: 26000
    For more details please folow these SAP NOTES 721854 & 812776.
    Hope this helps,
    Regards,
    Ameya

  • Proxy Runtime error

    Hello..
         In FILE-XI-BW scenario... I'm getting error in adapter monitoring (integration engine --> Proxy runtime )
    Error is..  "Unable to log on to system D03 (BW system) in language en with user XIRWBUSER...
    Can any one tell me what might be the problem..
    Thanks..

    Hi Padma
    Can you check your configuration Tab in Runtime workbench. If there also you are getting this same error.
    Create a port in your business system using Tcode : we21.
    Also have you set in your proxy System the destination to Integration Server?
    If not:
    Goto sxmb_adm -> Integration Engine configuration -> Role of Business System = Application System with corresponding integration server dest//RFCdestinatio2yourIntegrationServer.
    Best Regards
    - lalit -

  • Java.lang.NullPointerException- indicating portal runtime error

    Hi everybody,
    we have configured sso using Header Variable login module  with oracle OAM on sap portal (NW 7.01). which was sucessful.
    when we have done the same configuration on the NW 7.3 we are facing portal runtime error , when accesing the link http://<server>:<port>/irj/portal 
    but the excepted output after the configurartion should be "cannot logon user defined in header variable"  when the link http://<server>:<port>/irj/portal is clicked
    The defaulttrace file indicates the following
    #2.0 #2012 01 31 18:17:12:393#+0530#Error#com.sap.portal.prt.runtime##EP-PIN-PRT#tcepbcprtc~api#C000AC14378C004E0000000100000A2C#2149950000000004#sap.com/com.sap.portal.runtime.system.hooks#com.sap.portal.prt.runtime#Guest#0##F19CBC1A4C0811E1A91F00000020CE3E#27c931b24c0611e1aa2200145e22496a#27c931b24c0611e1aa2200145e22496a],Dedicated_Application_Thread
    06:17_31/01/12_0002_2149950
    [EXCEPTION]
    java.lang.NullPointerException: while trying to invoke the method java.lang.String.equals(java.lang.Object) of an object loaded from local variable 'configId'
    continued ........
    can anyone please look into this and help me figure out where the problem exists
    Thanks and regards,
    keerthi
    Edited by: surfers on Jan 31, 2012 2:22 PM

    Thanks for your reply Detlev..
    Here is the full log file
    #2.0 #2012 02 01 10:42:26:455#+0530#Error#com.sap.portal.prt.runtime#
    #EP-PIN-PRT#tcepbcprtc~api#C000AC14378C00670000000100000A2C#2149950000000004#sap.com/com.sap.portal.runtime.system.hooks#com.sap.portal.prt.runtime#Guest#0##27C931B34C0611E1CF7D00145E22496A#27c931b34c0611e1cf7d00145e22496a#27c931b34c0611e1cf7d00145e22496a#0#Thread[HTTP Worker [@505204716],5,Dedicated_Application_Thread]#Plain##
    10:42_01/02/12_0003_2149950
    [EXCEPTION]
    java.lang.NullPointerException: while trying to invoke the method java.lang.String.equals(java.lang.Object) of an object loaded from local variable 'configId'
         at com.sap.engine.services.security.server.SecurityContextImpl.getPolicyConfigurationContext(SecurityContextImpl.java:302)
         at com.sap.engine.interfaces.security.auth.LoginContextFactory.getLoginContext(LoginContextFactory.java:33)
         at com.sap.security.core.logon.imp.SAPJ2EEAuthenticator.logon(SAPJ2EEAuthenticator.java:663)
         at com.sapportals.portal.prt.service.authenticationservice.AuthenticationService.login(AuthenticationService.java:444)
         at com.sapportals.portal.prt.service.hook.SecurityHookService.doNodeHook(SecurityHookService.java:151)
         at com.sapportals.portal.prt.connection.PortalHook.doNodeHook(PortalHook.java:383)
         at com.sap.portal.prt.pom.factory.ComponentNodeFactory.newInstance(ComponentNodeFactory.java:136)
         at com.sap.portal.prt.pom.factory.ComponentNodeFactory.newInstance(ComponentNodeFactory.java:49)
         at com.sap.portal.prt.pom.PortalNode.createComponentNode(PortalNode.java:270)
         at com.sap.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:445)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:203)
         at com.sap.portal.prt.dispatcher.DispatcherServlet.service(DispatcherServlet.java:129)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
         at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:152)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doCached(RequestDispatcherImpl.java:652)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:485)
         at com.sap.portal.navigation.Gateway.service(Gateway.java:147)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:202)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:103)
         at com.sap.portal.http.EnrichNavRequestFilter.doFilter(EnrichNavRequestFilter.java:49)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:428)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:210)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:441)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:430)
         at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:81)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:276)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.httpserver.filters.SessionSizeFilter.process(SessionSizeFilter.java:26)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:462)
         at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:270)
         at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)
         at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
         at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
         at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)

  • Portal runtime error exception ID: error in init method

    Hi Experts
    I am getting the portal runtime error http://<fqdn>:<port>/irj/portal,  can anybody suggest me what to do.
    "Portal runtime error.
    An exception occurred while processing your request. Send the exception ID to your portal administrator.
    Exception ID: 02:27_06/09/10_68650050"
    Here is the log file
    02:27_06/09/10_68650050
    [EXCEPTION]
    com.sapportals.portal.prt.component.PortalComponentException: Error in init method
    Component : com.sap.netweaver.coll.appl.ui.room.CollaborationDetailedNavigation
    at com.sapportals.portal.prt.component.PortalComponentContext.init(PortalComponentContext.java:251)
    at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refresh(PortalComponentContextItem.java:271)
    at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getContext(PortalComponentContextItem.java:316)
    at com.sapportals.portal.prt.component.PortalComponentRequest.getComponentContext(PortalComponentRequest.java:387)
    at com.sapportals.portal.pb.PageBuilder.createIviewProfile(PageBuilder.java:443)
    at com.sapportals.portal.pb.PageBuilder.createiView(PageBuilder.java:391)
    at com.sapportals.portal.pb.PageBuilder.createAndAddiViews(PageBuilder.java:233)
    at com.sapportals.portal.pb.PageBuilder.doOnNodeReady(PageBuilder.java:635)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:388)
    at com.sapportals.portal.pb.PageBuilder.handleEvent(PageBuilder.java:815)
    at com.sapportals.portal.prt.component.CachablePortalComponent.handleEvent(CachablePortalComponent.java:703)
    at com.sapportals.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:252)
    at com.sapportals.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:368)
    at com.sapportals.portal.prt.pom.AbstractNode.addChildNode(AbstractNode.java:340)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:642)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:235)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:523)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:412)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Caused by: com.sapportals.portal.prt.core.broker.PortalComponentInstantiationException: Could not instantiate implementation class com.sapportals.portal.navigation.CollaborationNavTree of Portal Component com.sap.netweaver.coll.appl.ui.room.CollaborationDetailedNavigation because: Could not instantiate implementation class
    at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getInstanceInternal(PortalComponentItemFacade.java:269)
    at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getComponentInstance(PortalComponentItemFacade.java:160)
    at com.sapportals.portal.prt.core.broker.PortalComponentItem.getComponentInstance(PortalComponentItem.java:732)
    at com.sapportals.portal.prt.component.PortalComponentContext.getComponent(PortalComponentContext.java:103)
    at com.sapportals.portal.prt.component.PortalComponentContext.init(PortalComponentContext.java:242)
    ... 35 more
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: [PortalApplicationItem._prepare]: com.sap.netweaver.coll.appl.ui.room
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:427)
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem._refresh(PortalApplicationItem.java:507)
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.getCoreLoader(PortalApplicationItem.java:1360)
    at com.sapportals.portal.prt.core.broker.PortalComponentItem.getClassLoader(PortalComponentItem.java:569)
    at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getClassLoader(PortalComponentItemFacade.java:102)
    at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getInstanceInternal(PortalComponentItemFacade.java:228)
    ... 39 more
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: [PortalApplicationItem._prepare]: com.sap.netweaver.bc.rf.service
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:427)
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:387)
    ... 44 more
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception during start of application: SAPJ2EE::library:signature_lib
    at com.sapportals.portal.prt.core.broker.SAPJ2EEApplicationItem.prepare(SAPJ2EEApplicationItem.java:323)
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:387)
    ... 45 more
    Caused by: com.sapportals.portal.prt.core.broker.SAPJ2EELibraryNotFoundException: Could not find Library SAPJ2EE::library:signature_lib
    at com.sapportals.portal.prt.core.broker.SAPJ2EEApplicationItem.prepare(SAPJ2EEApplicationItem.java:277)
    ... 46 more. . .
    Thanks in advance
    Uday

    Hi Tobias
    Thanks for your response, i can able to access /nwa. The trace file while is posted got from /nwa.
    I have restarted the portal. Can you please tell me where can we check the errors when portal started?
    Thanks in advance
    Uday

  • ABAP Runtime Error on EP

    Dear SDN,
    While I run particular BW report thru EP i Get ABAP Runtime Error.
    This error is observed only on particular PC, on rest its working fine....
    also we uninstalled SAP GUI & Reinstalled it...
    but still error persist....
    can any one suggest wht can be the way to come out of the problem...
    Regards,
    Purav

    purav,
    I think thr should be prblm in SAP GUI.
    You can display your reports w.o having SAP GUI installed
    by providing ITS (Internet Transaction Server) Deteils in your System.
    Please provide these information to your system in System Administration:
    PARAMETERS VALUE :
    ITS Description :its
    ITS Host Name  : 10.252.3.51:8001 (R/3 System Host:ITS port)
    ITS PATH :sap/bc/gui/sap/its
    ITS PROTOCOL : http
    Note : (V.Impotant)  : SAP GUI Type : GUI for HTML (For ITS )
    Test the system:
    System admin ->support ->sap application ->sap transaction..
    Regrards,
    Ram

  • ======= Xtended Configuration Management-Runtime Error=========

    Hi Experts,
    Need your immediate response/feedback for the below Error explained brieflyu2026
    We are able to download/replicate the Products & KB objects into CRM System from R3.
    After that we have done the followings steps to configure the VC product in CRM.
    1. We have setup the JCO connection and other settings.
    2. We have created the "crmproductsimulation" via URL "http://server:port/ipc/admin/xcm/command.do"
    3. When we test run JCO connectivity it shows TEST SUCCESSFUL under Component Customer
    4. Now after all the settings done when we click on in Product's Configuration Tab it is asking for J2EE Username & Password after which it is navigating to KB Object page which is downloaded from R3.
    5. When we click on KB object it opens up Interactive product configuration page which shows the classes, characteristics etc.....
    6. After selecting some characteristics and when I click on Accept then it is throwing the error as * "Runtime Errors" and "Contact the Administrator" *.
    Can anybody help why am I getting this Error and how can I resolve the Error?
    Needless to say solution to the above issue is worth rewarding.
    Regards...
    Arup Kumar

    Solved. Closing the thread.

Maybe you are looking for

  • How to partition external HD for backups and storage?

    Hey All, I'm just setting up a backup system for my computer for the first time and need some help. I have purchased Super Duper and a 1TB Fantom firewire external HD and am ready to start, but don't fully know how to begin. Here are some questions:

  • Assigning Sourcing rules to Assignment set using API or Interface table

    Hello Gurus, We have a requirement to migrate the data from legacy system to Oracle Apps. We are given with a data file containing sourcing rules and assignment set information which needs to be assigned to assignment sets. Are there any APIs or inte

  • Nested query doesn't return result

    Using CF 8.1.  First field in table is "item" which is a compound filed containing a five digit customer number, a space, then a six digit item number.  I need to produce a list of items for a specific customer based on their customer number, which i

  • Allocating costs to service orders

    Hi All, I have a scenario I'm hoping one of you may be able to help me with. Currently when an external service technician carries out work at a customers site the costs related to that work are booked to a single service order. This work however may

  • Chart Hit Data

    I've got an issue with a chart control which is positioned far right on the screen of a dashboard. When hovering over a column data series, the hitData function is displaying the data off screen. I've tried changing the hitData.x property but this mo