CPM-BSC - Java Application Error in BI 7.0. - CauseEffectApplet Not found

We have recently migrated from BW 3.5 to BI 7.0.
We are making tests in our test system and we found an error executing a BSC via web.
Trying to execute the balanced scorecard via web, with the UMB_LAUNCHPAD_WEB transaction, when you select an scorecard to view the cause effect chain, the java application doesn´t load and you get the next error in the internet explorer:
- CauseEffectApplet notinited.
If you check the Java console the next error appears:
- class com.sap.sem.cpm.causeeffect.CauseEffectApplet.class not found.
Anybody knows how to solve this problem?
Thanks in advance!
Edited by: Ivan Lopez on Feb 14, 2008 6:05 PM
EDIT:
Solution: implement notes 855881 and 622453.
Edited by: Ivan Lopez on Feb 18, 2008 4:24 PM

Hi,
I have the same problems. Below BSP-Applications -> BALANCED_SCORECARD  in SE80 I only can find default.htm.
There are the following eventhandler entries
onCreate
onRequest
onInitialization
onManipulation
onInputProcessing
onDestroy
<font color="#FF0000"><b>What has been the solution from OSS?</b></font>
causeandeffect.htm                   -> Applet Exception
drilldown.htm                              -> Applet Exception
overview.htm                             -> Applet Exception
strategymap_demo.htm            -> Applet Exception
Load: Klasse com.sap.sem.cpm.causeeffect.CauseEffectApplet.class not found
java.lang.ClassNotFoundException: com.sap.sem.cpm.causeeffect.CauseEffectApplet.class
Caused by: java.io.IOException: open HTTP connection failed:
.../sap(bD1kZSZjPTgwMA==)/bc/bsp/sap/sem_bsc/com/sap/sem/cpm/causeeffect/CauseEffectApplet/class.class
     at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
     at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
     at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
     at java.security.AccessController.doPrivileged(Native Method)
Exception: java.lang.ClassNotFoundException: com.sap.sem.cpm.causeeffect.CauseEffectApplet.class
strategymap_demo.htm :
event handler for data retrieval
data lt_image type  w3mimetabtype.
data l_size type i.
data lt_data_xml type w3mimetabtype.
data l_data_size type i.
data lt_parameters_xml type  w3mimetabtype.
data l_parameters_size type i.
data.xml
call function 'UMB_GENERATE_SAMPLE_XML'
  exporting
    objectid       = '454BF624AD99694783C8CF60FC07AD1E'
importing
   xml            = lt_data_xml
   size           = l_data_size
parameters.xml
call function 'UMB_GENERATE_SAMPLE_XML'
  exporting
    objectid       = '34CB53C2ECF9F748A804F8FE73084832'
importing
   xml            = lt_parameters_xml
   size           = l_parameters_size
call function 'UMB_EBB_GET_CECHAIN_IMAGE' destination 'J2EECONNECTOR'
The services are tested in TA SICF and they work in SICF testing just up to the applet exception.
TA ST22 showed me the exception in the missing  J2EECONNECTOR . I resolved that in SM59. So now I get no more exeption message in
ST22. But com.sap.sem.cpm.causeeffect.CauseEffectApplet.class is still missing. I tried to find it in  the Admin Tool. But there is no entry for com.sap.sem.cpm neither in -> services -> web container nor in -> ejb container etc.
<font color="#FF0000"><b>Where is this com.sap.sem.cpm.causeeffect.CauseEffectApplet.class to be found in the Admin Tool?</b></font>
scorecardcomparison.htm          -> Working
pomanalysis.htm                         -> Working
analysis.htm                                -> Working 
persoverview.htm                       -> Working 
Axel Arnold Bangert - Herzogenrath 2010

Similar Messages

  • HT201413 I am having a problem updating itunes to the latest version on my windows xp i get the error message 126 and the sign that says this application has failed because MSVCR80.dll was not found.

    I am having a problem updating itunes to the latest version on my windows xp i get the error message 126 and the banner that says this application has failed because MSVCR80.dll was not found. anyone have a fix suggestion? thanks

    Click here and follow the instructions.
    (98724)

  • HT1199 I updated Itunes on my PC and now when i try to open Itunes i get a error message saying "application failed to start because MSVCR80 was not found" then whenI close that pop up I get a error message saying "windows was not installed correctly Erro

    I updated my itunes the other day and now it won't open I get error message saying "application failed to start because MSVCR80 was not found"  When I close that window I get message stating Itunes was not installed correctly Error 7 Windows error 126.  My PC is a Acer and I'm running Windows Visa.  I tried to uninstall Itunes and reinstall it and get same message.  Can anyone help.

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99659)

  • My operating system is Windows XP SP3.  I have Adobe 11.0.08 installed.  I cannot print a pdf file/document. Error message - AeroRd32.exe - Unable To Locate Component  -  "Application failed to start because lxdautil.dll not found."  Any suggestions?

    My operating system is Windows XP SP3.  I have Adobe 11.0.08 installed.  I cannot print a pdf file/document. Error message - AeroRd32.exe - Unable To Locate Component  -  "Application failed to start because lxdautil.dll not found."  Any suggestions?

    That DLL is part of your printer driver; reinstall or update the device driver for your printer, and the message should go away.

  • What does (JavaScript Application) Error: TypeError. JSON stringify is not a function, mean and how do I stop it popping up.

    Several times a day I get the message '(JavaScript Application)
    Error: TypeError. JSON stringify is not a function' popping up - how do I stop it?

    Hi!
    Does this problem appear on many different sites or just one?

  • Compiler error "oracle.xml.parser.v2.XMLElement" not found in class com.ora

    Compiler error "oracle.xml.parser.v2.XMLElement" not found in class com.oracle.demos......?
    I am currently testing a simple sample application with a java code similar to the one shown at
    the bottom of this post.
    However during deployment/compilation the compiler gives an error:
    Error(26,23): XMLElement not found in class com.oracle.demos.orderbooking.ApproveImpl
    Additionally similar other errors appear:
    Error(23,66): JAXBException not found in class com.oracle.demos.orderbooking.ObjectFactory
    Error(51,58): UnmarshalException not found in class com.oracle.demos.orderbooking.ObjectFactory
    Error(9,92): Element not found in interface com.oracle.demos.orderbooking.Approve
    What's wrong?
    It seems to me that I have to add some (more) *.jar files/libraries to the project?
    Which *.jars and where should I add them in JDeveloper?
    source code:
    package com.oracle.demos.orderbooking;
    public class ApproveImpl extends com.oracle.demos.orderbooking.ApproveTypeImpl implements com.oracle.demos.orderbooking.Approve
    public ApproveImpl(oracle.xml.parser.v2.XMLElement node)
    super(node);
    }

    Hai James this the response I am getting can you please tell what should I write inside ora:getNodeValue() to get the value of node <genReturnText>
    The drag and dropping the variable name is not working, I have to write the path manually but I dont know how.
    <ns1:getRoutingAndFrameJumpersResponse xmlns:ns1="com.NetworkInstallations">
    -<com.GetRoutingAndFrameJumpersOutput>
    <destination>
    SW
    </destination>
    <e2EData>
    busProcOriginator
    </e2EData>
    <genReturnCode>
    40777
    </genReturnCode>
    <genReturnText>
    EMW_Get_Routing_And_FrameJumpers_Succeeded
    </genReturnText>
    <supplCode>
    ISY002
    </supplCode>
    <supplText>
    Transaction successfully completed.
    </supplText>
    <severityCode>
    S
    </severityCode>
    <retriable>
    false
    </retriable>
    </com.GetRoutingAndFrameJumpersOutput>
    </ns1:getRoutingAndFrameJumpersResponse>

  • Java.sql.SQLDataException, msg=ORA-01882: timezone region not found

    Hi,
    I am new to ADF. I am using Jdev 11.1.1.1 version.
    I created sample application , in that i added one jspx AM, VO and droppping the VO to the jspx file.
    when i try to run the page i am getting the following error.
    " java.sql.SQLDataException, msg=ORA-01882: timezone region not found"
    please can anybody tell what's went wrong...
    Thanks,
    mahi.

    there you go http://baigsorcl.blogspot.com/2009/11/ora-01882-timezone-region-not-found.html

  • Error while invoking bean "finder": Instance not found in datasource

    Hi All
    I am facing Error while trying to execute a BPEL processing using Notification service for sending out mail .
    Following is the Error Stack :
    <ERROR> <default.collaxa.cube> <BaseCubeSessionBean::logError> Error while invoking bean "finder": Instance not found in datasource.
    The process domain was unable to fetch the instance with key "677c0310e56e2b26:26d607:10dca65e80a:-7ffc" from the datasource.
    Please check that the instance key "677c0310e56e2b26:26d607:10dca65e80a:-7ffc" refers to a valid instance that has been started and not removed from the process domain.
    ORABPEL-02152
    Instance not found in datasource.
    The process domain was unable to fetch the instance with key "677c0310e56e2b26:26d607:10dca65e80a:-7ffc" from the datasource.
    Please check that the instance key "677c0310e56e2b26:26d607:10dca65e80a:-7ffc" refers to a valid instance that has been started and not removed from the process domain.
         at com.collaxa.cube.engine.data.AdminFinder.__lookupInstanceMetaData(AdminFinder.java:314)
         at com.collaxa.cube.engine.data.AdminFinder.__lookupInstanceMetaData(AdminFinder.java:262)
         at com.collaxa.cube.engine.data.AdminFinder.lookupInstanceByConversationId(AdminFinder.java:235)
         at [b]com.collaxa.cube.ejb.impl.FinderBean.lookupInstanceByConversationId(FinderBean.java:177)
         at IFinderBean_StatelessSessionBeanWrapper42.lookupInstanceByConversationId(IFinderBean_StatelessSessionBeanWrapper42.java:669)
         at com.oracle.bpel.client.Locator.lookupInstance(Locator.java:420)
         at displayInstance.jspService(_displayInstance.java:111)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:350)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:222)
         at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:152)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    <2006-09-20 14:55:44,109> <ERROR> <default.collaxa.cube.services> <PCException::<init>> Error in sending e-mail message.
    <2006-09-20 14:55:44,119> <ERROR> <default.collaxa.cube.services> <PCException::<init>> Error in sending e-mail message.
    The understanding formed till now is that the service is trigged using a stateless session bean wrapper and the lookup for the same is failing.
    One option will be to write the java code for performing the lookup using method
    lookupInstanceByConversationId(String convId, DomainAuth auth)
    but certain information e.g DomainAuth is not available.
    I have tried locating information about the dynamic wrapper which is being created.
    Any inputs/comments/direction for the above problem are welcomed
    Cheers

    Thanks Marc.
    I checked the domain log (ORA_BPEL_HOME\bpel\domains\default\logs\domain.log) for information. It repeats the same error displayed in the bpel server window.
    I have now put some SOPs in my Java embedding activity to see if the process gets instantiated or not. On the BPEL server window, I am able to see these SOPs upto the point where I invoke a method invocation on my remote Java class. Which clearly means the BPEL process is instantiated, contrary to the information in the error (that the BPEL instance cannot be found) I am getting.

  • When starting my computer I get the error message "AppleSyncNotifier.exe Entry point not found. this has only appeared since my last upgrade.

    Since recently upgrading to the latest ITunes,on start up I get an error message:
    "AppleSyncNotifier.exe Entry point not found .
    Procedure entry point xml TextReader Constname could not be located in
    the dynamic link library libxml2.dll"
    Any body come across this? Any solutions? 

    Doublechecking, Dad:
    I have also reloaded all other iTunes software.
    Did you use the following document as a guide?
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    (If we're looking at program file damage down in Apple Application Support or Apple Mobile Device Support, the 2. Verify iTunes and related components are completely uninstalled section is very important.)

  • TS1286 At my PC startup, I get an error message "AppleSyncNotifier.exe--Entry Point Not Found"  My iPhone now doesn't show up as a Device in either iTunes or My Computer on my PC. I've uninstalled/ reinstalled iTunes & run diagnostics-no luck. Ideas?

    At my PC startup, I get an error message "AppleSyncNotifier.exe--Entry Point Not Found"  My iPhone now doesn't show up as a Device in either iTunes or My Computer on my PC. I've uninstalled/ reinstalled iTunes & run diagnostics-no luck. Ideas?

    I think my problem is fixed now.
    For the fun of it, I reinstalled iTunes 9.2.1 today (using the exact same installer as I did yesterday), but this time I didn't uninstall iTunes first. As expected, iTunes recognized my iPhone (as I expected it to, until my next reboot).
    A few minutes later, Software Update showed up and among the updates is "iPhone SDK Compatibility Update". The description indicates that installing this should fix an issue where iPhones and iPod touches aren't recognized by iTunes. Isn't that interesting?
    I installed that update and most of the others waiting for me (including Java, Safari 5.0.1, and a few others - not 10.6.4 though, due to the issues with nVidia graphics cards). After the reboot, I started iTunes, and it saw my iPhone!
    So, if you're having this same problem, I'd recommend tracking down this update and see if that does the trick for you. Hopefully it will.

  • Java.io.IOException: /opt/sun/portal/bin/psconfig: not found

    I have installed JES 2005Q4 and then I try to setup Portal Server 7 and at the beginnig of the installation it gave thsi error: Is there any thing you can suggest?
    1. Install
    2. Start Over
    3. Exit Installation
    What would you like to do [1] {"<" goes back, "!" exits}?
    Java Enterprise System
    |-1%--------------25%---
    java.io.IOException: java.io.IOException: /opt/sun/portal/bin/psconfig: not found
    at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
    at java.lang.ProcessImpl.start(ProcessImpl.java:65)
    at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
    at java.lang.Runtime.exec(Runtime.java:591)
    at java.lang.Runtime.exec(Runtime.java:464)
    at com.sun.orion.installer.common.config.OrionConfigurator.executeCmdWithArgs(Unknown Source)
    at com.sun.orion.installer.portalserv.config.PortalServerConfigurator.unconfigure(Unknown Source)
    at com.sun.orion.installer.common.config.OrionConfigurator.performUnconfiguration(Unknown Source)
    at com.sun.orion.installer.common.config.ConfigLeaf.uninstall(Unknown Source)
    at com.sun.install.products.InstallComponent.performUninstallation(InstallComponent.java:1637)
    at com.sun.install.products.InstallNode.finishUninstall(InstallNode.java:1270)
    at com.sun.install.products.InstallComponent.performUninstallation(InstallComponent.java:1642)
    at com.sun.install.products.InstallNode.finishUninstall(InstallNode.java:1270)
    at com.sun.install.products.InstallComponent.performUninstallation(InstallComponent.java:1642)
    at com.sun.install.products.Product.performUninstallation(Product.java:223)
    at com.sun.install.products.InstallNode.CheckCancelledAndWriteToLog(InstallNode.java:965)
    at com.sun.install.products.InstallNode.startInstall(InstallNode.java:1090)
    at com.sun.install.products.InstallComponent.performInstallation(InstallComponent.java:1457)
    at com.sun.install.products.Product.performInstallation(Product.java:651)
    at com.sun.install.tasks.ProductTask.perform(ProductTask.java:153)
    at com.sun.wizards.core.Sequence.perform(Sequence.java:343)
    at com.sun.wizards.core.SequenceManager.run(SequenceManager.java:226)
    at java.lang.Thread.run(Thread.java:595)
    Error in executing command : /opt/sun/portal/bin/psconfig --unconfig /tmp/psunconfig_bla.bla_114286064037648246.xml
    --------------50%-----------------75%--------------100%|
    Installation Failed
    No software was installed.

    at the installation log file containing these:
    Installation Log
    Installing Java Enterprise System
    Log file: /var/opt/sun/install/logs/Java_Enterprise_System_install.
    B03201513
    Installed: /var/sadm/prod/sun-ps7_0-
    entsys/uninstall_Sun_Java_tm__Enterprise_System_2005Q4.class
    Uninstaller is at: /var/sadm/prod/sun-ps7_0-
    entsys/uninstall_Sun_Java_tm__Enterprise_System_2005Q4.class
    OrionUninstallersun-ps7_0-entsys
    Installing RPM: sun-ps7_0-entsys
    RPM sun-ps7_0-entsys successfully installed.
    Installing RPM: sun-ps7_0-entsys-l10n
    error: ../Product/entsys/Packages/sun-ps7_0-entsys-l10n-4.0-1.i386.rpm: MD5
    digest: BAD Expected(50518d27bb86729827e12611f261333a) !=
    (9bff1755f96e04bebe270aa64f9d9d4c)
    error: ../Product/entsys/Packages/sun-ps7_0-entsys-l10n-4.0-1.i386.rpm cannot
    be installed
    Error: RPM sun-ps7_0-entsys-l10n install failed}.
    Install complete. Package: sun-ps7_0-entsys-l10n
    rpm: Skipping rpm remove of sun-ps7_0-entsys-l10n, not installed.
    rpm: Skipping rpm remove of sun-portal-search, not installed.
    rpm: Skipping rpm remove of sun-portal-portlets, not installed.
    rpm: Skipping rpm remove of sun-portal-base, not installed.
    rpm: Skipping rpm remove of sun-portal-admin, not installed.
    Installing RPM: sun-mobileaccess-config
    package sun-mobileaccess-config-1.0-25 is already installed
    Error: RPM sun-mobileaccess-config install failed}.
    Install complete. Package: sun-mobileaccess-config

  • Error: CIM_ERR_FAILED: HTTP response code: 404 Not found

    Hi, we had finished to install Sap Netweaver Usage type PI (Abap +Java), now we are running Post Installation task, but we are getting an error when we ran "Configuration Wizard"
    In the step: Configure the integration server for sld
    Error: CIM_ERR_FAILED: HTTP response code: 404 Not found
    Any Idea?
    Thanks
    Elias Mendoza
    The following lines are part of the error log:
    Debug Events
    InvokeService:Configure the integration server for sld
    Library: sap.com/tclmctctemplateslevel1_4_tcc
    SourcePath ./PIPostInstallProcess/configureIntegrationServer8
    Time 2008/07/07 at 20:47:33
    WSDL /content/NetWeaver/PI/service/SLDConfig_configureIntegrationServer_configureIntegrationServer.wsdl
    Execute Java Service
    Library:sap.com/tclmctcutilbasic_ear
    Class:com.sap.ctc.util.SLDConfig
    Method:void com.sap.ctc.util.SLDConfig.configureIntegrationServer(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)
    InvokeService- Result: Failed
    Exception Message:CIM_ERR_FAILED: HTTP response code: 404 Not found
    Exception Class:com.sap.sld.api.wbem.exception.CIMCommunicationException

    Dear
    Possibly CIM content is not uploaded to your SLD.
    Is your SLD running properly ?
    Did you install this SLD as a local SLD at the installation of your SAP system (along with other stuff using sapinst) ?
    <removed_by_moderator>
    Kind regards
    Tom
    Edited by: Julius Bussche on Jul 8, 2008 1:55 PM

  • I have downloaded a movie from ITunes.  It shows up in my video app.  When I go to play it I get an error message: "The requested URL was not found on this server". When I checked back on iTunes, where you click to rent or buy a movie it says "Downloaded"

    I have downloaded a movie from ITunes.  It shows up in my video app.  When I go to play it I get an error message: "The requested URL was not found on this server". When I checked back on iTunes, where you click to rent or buy a movie it says "Downloaded".  Any advice on what I can do in order to watch this movie that I rented a couple of weeks ago?

    Select the content which is causing a problem and use the 'Report a problem' button in Your Purchase History on your computer.

  • I am trying to authorize my computer and I get an error message: The required directory was not found or has a permissions error. Correct this permissions problem and try again, or deauthorize this computer if the permissions cannot be changed. Help?

    I am trying to authorize my computer and I get an error message: The required directory was not found or has a permissions error. Correct this permissions problem and try again, or deauthorize this computer if the permissions cannot be changed. Help?

    I used Terminal to change the permissions on the folder in question.  I followed the instructions in this article:
    iTunes: Missing folder or incorrect permissions may prevent authorization
    In my case, the folder was there, so I needed the command to change permissions on the folder, not to create one.   I was hesitant to use Terminal b/c I know that if I made an error I could wipe out my hard drive or render my computer unusable.  So to be SURE I didn't make an error, I carefully copied the command from that page and *pasted* it into Terminal.  Also, before I could do anything in Terminal, I had to go change my admin password (it had been a blank password before and that's not acceptable for making changes in Terminal).  I was just super careful when entering my password or doing anything else while Terminal was open (making sure I didn't accidently hit the spacebar or another key, etc.)  And it fixed the problem right away.
    What was confusing for me was that the iTunes error message said to change permissions in the FINDER, which is what I was trying to do.  It didn't mention Terminal.  What would really be helpful is if Apple included a link to a page like this in their error message.

  • Error in allocating Despatch number Interval not found Number object J_1IIN

    Dear All,
    I am facing a problem while doing an excise invoice. System is throwing an error saying that " Error in allocating Despatch number Interval not found Number object J_1IINTPR2.
    Can somebody help me with a solution ?
    Rgds,
    Indrajit Dey

    Dear Indrajit
    Go to SNUM, input object J_1IINTPR2 and click on Number Ranges.  Enter [Excise Group]  and click on Intervals (with pencil icon).  Maintain the number range and save.  Now try the process once again.
    thanks
    G. Lakshmipathi

Maybe you are looking for

  • REJECT statment to break GET event is Obsolete in ECC 6.0 - Alternative?

    Hi Developers, REJECT statment is used to break from GET event (say GET PERNR event in Logical Database) used to process for an Employee. This REJECT statement is Obsolete . Is there any alternative for this ? If so, please reply at the earliest as i

  • HELP! HP LaserJet Pro M1217nfw MFP Wireless setup

    I cannot set up my HP LaserJet Pro M1217nfw MFP to print wirelessly. I do not have a router and bought this machine because I was told this printer was an easy ad hoc install. I have a MacBook that runs OS X 10.6.8. 4 hours later and I'm dying here!

  • ITunes home sharing and store unable to open due to errors

    For some reason I am unable to connect to home sharing (error -2146885613) , the iTunes store (error 0x80092013) and basically anything else that involves internet off iTunes.  I also can't update to the latest version of iTunes (yet another error oc

  • 10.2.1 update

    After i did the 10.2.1 update, whenever i go on snapchat or watch instagram videos once, the second time i try doing so, the camera bugs out.. When it bugs, i can't open my camera and i cant watch videos.... until i restart the phone

  • AED and SED not getting posted at the time of J1IEX

    Hi, I have an issue related to CIN. I have created PO with proper tax code and the excise taxes are calculated properly for BED,AED and SED Then I did MIGO with only Part1 update. After that I tried to captured the excise invoice by using the transac