Runtime error: failed to create delegate view

hi all,
We have two applications in two separate projects. But we can deploy only one at a time. If we deploy the second application (or vice-versa)and try to access the first application, it throws up the following error.
P.S. The problem is only with these two applications and they use Adaptive RFC models.
We thought it was because of some Jco conections, but all of them test correctly from the WebDynpro administrator console. Any ideas?
Error stacktrace:
com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create delegate for view com.eac.vendorportal.DisplayNCRView. (Hint: Is the corresponding DC deployed correctly? Does the DC contain the component?)
     at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:110)
     at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.<init>(DelegatingView.java:41)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.createUninitializedView(ViewManager.java:487)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:524)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:398)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:555)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:422)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:130)
     at com.sap.tc.webdynpro.progmodel.view.InterfaceView.initController(InterfaceView.java:41)
     at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
     at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.displayToplevelComponent(ClientComponent.java:134)
     at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:373)
     at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:608)
     at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
     at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:252)
     at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
     at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
     at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:48)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:392)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:345)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:323)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:865)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:240)
     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:37)
     at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
     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:95)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:159)
Caused by: java.lang.ClassNotFoundException: com.eac.vendorportal.wdp.InternalDisplayNCRView
Found in negative cache
Loader Info -
ClassLoader name: [local/ChangeNCR4]
Parent loader name: [Frame ClassLoader]
References:
   common:service:http;service:servlet_jsp
   service:ejb
   common:service:iiop;service:naming;service:p4;service:ts
   service:jmsconnector
   library:jsse
   library:servlet
   common:library:IAIKSecurity;library:activation;library:mail;library:tcsecssl
   library:ejb20
   library:j2eeca
   library:jms
   library:opensql
   common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;service:userstore
   interface:resourcecontext_api
   interface:webservices
   interface:ejbserialization
   sap.com/tcwddispwda
   sap.com/tcwdcorecomp
   service:webdynpro
   service:sld
   library:tcddicddicservices
   library:com.sap.aii.proxy.framework
   library:tcgraphicsigs
   library:com.sap.mw.jco
   library:com.sap.lcr.api.cimclient
   library:sapxmltoolkit
   library:com.sap.aii.util.rb
   library:com.sap.util.monitor.jarm
   library:tcddicddicruntime
   library:com.sap.aii.util.xml
   library:tccolapi
   library:com.sap.aii.util.misc
   library:tc~cmi
   library:tccolruntime
Resources:
   F:\usr\sap\PED\JC00\j2ee\cluster\server0\apps\local\ChangeNCR4\webdynpro\public\lib\app.jar
Loading model: {parent,references,local}
     at com.sap.engine.frame.core.load.ReferencedLoader.loadClass(ReferencedLoader.java:348)
     at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:65)
     ... 33 more

Hallo Vamsee,
you wrote <i>"We use the same package naming conventions in both projects.Is that a problem"!</i> Does this mean that you have two different DCs sap.com/a/b/c/onedc and sap.com/a/b/c/anotherdc which both contain the same Web Dynpro component packages e.g. com.sap.a.b.c.mycomp? If this is true both Deployable DC units will collide on the serverside because the Web Dynpro classloader does not differ between the same Web Dynpro packages in different DCs. The DC namespace is not reflected by the classloader.
Regards, Bertram

Similar Messages

  • Hyperion Smart View Fusion Failed to create Smart View Extension Activator

    Receving error with Office 2007, SP2 XP with SP3.
    We have done a few installs and there seems to be a problem here and there which i was able to resolve but not this one?
    exact error is upon launch of Excel , word 2007.
    Failed to create Smart View Extension Activator object. Verify that it is registered properly (-2147221164).
    Please help or suggest a solution:
    Thank you.

    Each time when I start Excel, msg box appear "Error, Failed to create Smart View Extension Activator object. Verify that it is registered properly.
    Please install the following update from Microsoft Corp.
    "MS Office 2003 update (office2003-KB907417-FullFile-ENU.exe)"
    After installing this suggested update Smart-view causes Excel crash every time it is opened.
    Smart View version 11.1.2.1.102
    MS Office 2003 SP3, Internet Explorer 7
    NOTE : Smatview functionality is working fine, but this error message is extremely annoying the users.
    We have already installed .NET 4.0 but the issue still exists.

  • Failed to create delegate for component (Model Error)

    Dear All,
    I am getting exception while running one webdynpro application. Details of error is attached below.
    I am getting this error just after binding the Component controller node to Model Node, without writing any code for model execution. My model is created from one webservice, and that web service is perfectly fine.
    My server and IDE both running on same service pack SP12.
    I have tried with re-creating model and rebuild the project but still getting the same error.
    Kindly suggest.
    Thanks & Regards
    Manoj Sahoo
    <i><u><b>Root Cause
    The initial exception that caused the request to fail, was:</b></u></i>
    <b>
       java.lang.NoClassDefFoundError: com/sap/tc/webdynpro/model/webservice/gci/WSTypedModelClass -
    Loader Info -
    ClassLoader name: [chep.com/exchangeexchange_dynpro] Parent loader name: [Frame ClassLoader] References: common:service:http;service:servlet_jsp service:ejb common:service:iiop;service:naming;service:p4;service:ts service:jmsconnector library:jsse library:servlet common:library:IAIKSecurity;library:activation;library:mail;library:tcsecssl library:ejb20 library:j2eeca library:jms library:opensql common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;service:userstore interface:resourcecontext_api interface:webservices interface:cross interface:ejbserialization sap.com/tcwddispwda sap.com/tcwdcorecomp chep.com/portglobalportfolio_common_dynpro service:webdynpro service:sld library:tcddicddicservices library:com.sap.aii.proxy.framework library:tcgraphicsigs library:com.sap.mw.jco library:com.sap.lcr.api.cimclient library:sapxmltoolkit library:com.sap.aii.util.rb library:com.sap.util.monitor.jarm library:tcddicddicruntime library:com.sap.aii.util.xml library:com.sap.aii.util.misc library:tccmi Resources: /usr/sap/MTD/JC00/j2ee/cluster/server0/apps/chep.com/exchangeexchange_dynpro/src.zip /usr/sap/MTD/JC00/j2ee/cluster/server0/apps/chep.com/exchangeexchange_dynpro/webdynpro/public/lib/chep.comportglobalportfolio_commonscommonsJAR.jar /usr/sap/MTD/JC00/j2ee/cluster/server0/apps/chep.com/exchangeexchange_dynpro/webdynpro/public/lib/chep.comexchange~exchange_dynpro.jar Loading model: {parent,references,local} -
    The error occurred while trying to load "com.chep.portfolio.exchange.dynpro.model.EMSSummaryTO".
        at com.sap.engine.frame.core.load.ReferencedLoader.loadClass(ReferencedLoader.java:401)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:141)
        at com.chep.portfolio.exchange.dynpro.summary.wdp.InternalExchangeManagementSummaryComp.class$(InternalExchangeManagementSummaryComp.java:25)
        ... 33 more</b>
    <u><b>Detailed Exception Chain</b></u>
    <b>
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create delegate for component com.chep.portfolio.exchange.dynpro.summary.ExchangeManagementSummaryComp. (Hint: Is the corresponding DC deployed correctly? Does the DC contain the component?)
         at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:110)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.<init>(DelegatingComponent.java:51)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:382)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:748)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:283)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:759)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:712)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         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: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
         at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:74)
         ... 27 more
    Caused by: java.lang.NoClassDefFoundError: com/sap/tc/webdynpro/model/webservice/gci/WSTypedModelClass</b>

    hi,
    the problem is that you are missing a jar file called: webdynpromodel_webservice_default.jar
    which should be present inside:
    C:\Documents and Settings\<User Name>\.dtc\3\DCs\sap.com\tc\wd\wslib\_comp\gen\default\public\default\lib\java
    For this you need to add tc/wd/wslib(default) DC as used DC. Go to DC Metadata -> DC Definition and expand used DCs. check whether it is present or not. If not then add it.
    Just check this. Hope this will solve your problem
    thanks & regards,
    Manoj
    Message was edited by:
            Manoj Kumar

  • WDRuntimeException : Failed to create delegate for component

    Hi Friends,
    I encountered the following error while deploying the application to local DC. Actually, i'm trying to create a new view 'HCFileUploadView' in the existing application.
    An error has occurred:
    "Failed to process the request."
    Please contact your system administrator.
    Hide details
    Web Dynpro client:
    HTML Client
    Web Dynpro client capabilities:
    User agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322), version: null, DOM version: null, client type: msie6, client type profile: ie6, ActiveX: enabled, Cookies: enabled, Frames: enabled, Java applets: enabled, JavaScript: enabled, Tables: enabled, VB Script: enabled
    Web Dynpro runtime:
    Vendor: SAP, Build ID: 6.4011.00.0000.20050217164947.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:49:12[UTC], changelist=329752, host=PWDFM026)
    Web Dynpro code generators of DC local/CRRSRatingWDP:
    SapDictionaryGenerationCore: 6.4011.00.0000.20050127161623.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:34:47[UTC], changelist=324383, host=PWDFM026.wdf.sap.corp)
    SapMetamodelWebDynpro: 6.4011.00.0000.20050121170001.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:38:14[UTC], changelist=322883, host=PWDFM026.wdf.sap.corp)
    SapMetamodelCore: 6.4011.00.0000.20050121165648.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:28:49[UTC], changelist=322878, host=PWDFM026.wdf.sap.corp)
    SapWebDynproGenerationTemplates: 6.4011.00.0000.20050217164947.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:53:22[UTC], changelist=329752, host=PWDFM026)
    SapWebDynproGenerationCTemplates: 6.4011.00.0000.20050217164947.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:53:22[UTC], changelist=329752, host=PWDFM026)
    SapGenerationFrameworkCore: 6.4011.00.0000.20041104141254.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:28:00[UTC], changelist=298452, host=PWDFM026.wdf.sap.corp)
    SapIdeWebDynproCheckLayer: 6.4011.00.0000.20050215134310.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:42:02[UTC], changelist=329103, host=PWDFM026.wdf.sap.corp)
    SapMetamodelDictionary: 6.4011.00.0000.20040609163924.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:32:12[UTC], changelist=253570, host=PWDFM026.wdf.sap.corp)
    SapMetamodelCommon: 6.4011.00.0000.20050121165648.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:28:59[UTC], changelist=322878, host=PWDFM026.wdf.sap.corp)
    SapWebDynproGenerationCore: 6.4011.00.0000.20050215134310.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:42:32[UTC], changelist=329103, host=PWDFM026.wdf.sap.corp)
    SapDictionaryGenerationTemplates: (unknown)
    Web Dynpro code generators of DC sap.com/tcwddispwda:
    No information available
    Web Dynpro code generators of DC sap.com/tcwdcorecomp:
    No information available
    J2EE Engine:
    No information available
    Java VM:
    Java HotSpot(TM) Server VM, version: 1.4.2_06-b03, vendor: Sun Microsystems Inc.
    Operating system:
    Windows XP, version: 5.1, architecture: x86
    Error stacktrace:
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create delegate for component com.mbb.crrs.web.webdynpro.component.DefaultRatingController. (Hint: Is the corresponding DC deployed correctly? Does the DC contain the component?)
         at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:110)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.<init>(DelegatingComponent.java:38)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.doInit(ClientComponent.java:775)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:329)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:349)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:599)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
         at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:251)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:48)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:391)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:265)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:345)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:323)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:865)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:240)
         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:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         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:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
         at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:74)
         ... 26 more
    Caused by: java.lang.ExceptionInInitializerError
         at com.mbb.crrs.web.webdynpro.component.wdp.InternalDefaultRatingController.<init>(InternalDefaultRatingController.java:192)
         ... 31 more
    Caused by: com.mbb.crrs.common.exceptions.ApplicationConfigurationException: Cannot load System Properties.
         at com.mbb.crrs.common.SystemContext.<init>(SystemContext.java:39)
         at com.mbb.crrs.common.SystemContext.getInstance(SystemContext.java:47)
         at com.mbb.crrs.common.LoggerFactory.getLogger(LoggerFactory.java:60)
         at com.mbb.crrs.web.webdynpro.component.DefaultRatingController.<clinit>(DefaultRatingController.java:737)
         ... 32 more
    Please help me on this issue.
    Thanks && Regards,
    Vijay.

    Hello!
    I face the same problem with Failed to create delegate for component:
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create delegate for component
    XXX.YYY.ZZZ..ume.Ume. (Hint: Is the corresponding DC deployed correctly? Does the DC contain the component?)
    Caused by: java.lang.reflect.InvocationTargetException
    Caused by: java.lang.NoClassDefFoundError: com.sap.tc.webdynpro.model.webservice.gci.WSTypedModelClass
    I think this started after upgrading from 7.01 SP3 to SP5, but I'm not sure.
    What was it that solved your issue?
    *I found the error. My ProjectProperties.wdProperties did not contain the references it needed.*
    Edited by: Richard Linnander on Nov 23, 2009 2:33 PM

  • Failed to create delegate for component

    Folks,
    I am getting this error when I am trying to create Expense Report in Travel and Expense
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create delegate for component com.sap.xss.essceservices.vcceassignmentselection.VcCEAssignmentSelection. (Hint: Is the corresponding DC deployed correctly? Does the DC contain the component?)
    at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:110)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.<init>(DelegatingComponent.java:51)
    at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:382)
    at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createComponent(ClientComponent.java:940)
    at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createComponent(ClientComponent.java:177)
    at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponentInternal(ComponentUsage.java:149)
    at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponent(ComponentUsage.java:141)
    at com.sap.pcuigp.xssfpm.wd.FPMComponent$ComponentUsageManager.createVACComponentUsage(FPMComponent.java:747)
    at com.sap.pcuigp.xssfpm.wd.FPMComponent.doProcessEvent(FPMComponent.java:563)
    at com.sap.pcuigp.xssfpm.wd.FPMComponent.doEventLoop(FPMComponent.java:438)
    at com.sap.pcuigp.xssfpm.wd.FPMComponent.wdDoInit(FPMComponent.java:196)
    at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdDoInit(InternalFPMComponent.java:110)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:108)
    at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
    at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
    at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:430)
    at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:756)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:291)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:733)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:668)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
    at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)
    at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:860)
    at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.create(AbstractApplicationProxy.java:220)
    at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1288)
    at com.sap.portal.pb.PageBuilder.createPage(PageBuilder.java:355)
    at com.sap.portal.pb.PageBuilder.init(PageBuilder.java:548)
    at com.sap.portal.pb.PageBuilder.wdDoRefresh(PageBuilder.java:592)
    at com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.java:864)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processPhaseListener(WindowPhaseModel.java:755)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doPortalDispatch(WindowPhaseModel.java:717)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:136)
    at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
    at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:684)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    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:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:74)
    ... 57 more
    Caused by: java.lang.NoClassDefFoundError: com.sap.pcuigp.xssutils.pernr.model.grpinfo.Hrxssce_Pernr_Grp_Info
    at com.sap.xss.essceservices.vcceassignmentselection.wdp.InternalVcCEAssignmentSelection.class$(InternalVcCEAssignmentSelection.java:25)
    at com.sap.xss.essceservices.vcceassignmentselection.wdp.InternalVcCEAssignmentSelection.<init>(InternalVcCEAssignmentSelection.java:45)
    ... 62 more

    Here is patch level details
    System GDJ   
    Software Components 
    Vendor  Name  Version  Provider  Location  Applied 
    sap.com  CORE-TOOLS  7.00 SP16 (1000.7.00.16.0.20080610120618)  SAP AG  SAP AG  20081023044040 
    sap.com  JLOGVIEW  7.00 SP16 (1000.7.00.16.0.20080610110700)  SAP AG  SAP AG  20081023044531 
    sap.com  SAP_JTECHF  7.00 SP16 (1000.7.00.16.0.20080610121705)  SAP AG  SAP AG  20081023050236 
    sap.com  SAP_JTECHS  7.00 SP16 (1000.7.00.16.0.20080610122443)  SAP AG  SAP AG  20081023155307 
    sap.com  KM-KW_JIKS  7.00 SP16 (1000.7.00.16.0.20080610120928)  SAP AG  SAP AG  20081023152030 
    sap.com  CAF  7.00 SP16 (1000.7.00.16.0.20080610191445)  SAP AG  MAIN_APL70VAL_C  20081023160337 
    sap.com  SAP-JEE  7.00 SP16 (1000.7.00.16.0.20080610121429)  SAP AG  SAP AG  20081023044803 
    sap.com  CAF-UM  7.00 SP16 (1000.7.00.16.0.20080610191453)  SAP AG  MAIN_APL70VAL_C  20081023135958 
    sap.com  LM-TOOLS  7.00 SP16 (1000.7.00.16.0.20080610191913)  SAP AG  MAIN_APL70VAL_C  20081023163007 
    sap.com  UMEADMIN  7.00 SP16 (1000.7.00.16.0.20080610192745)  SAP AG  MAIN_APL70VAL_C  20081023163215 
    sap.com  VCKITGP  7.00 SP16 (1000.7.00.16.0.20080610174113)  SAP AG  SAP AG  20081023165613 
    sap.com  RTC-STREAM  7.00 SP16 (1000.7.00.16.0.20080610173948)  SAP AG  SAP AG  20081023165553 
    sap.com  LM-PORTAL  7.00 SP16 (1000.7.00.16.0.20080610185557)  SAP AG  MAIN_APL70VAL_C  20081023165537 
    sap.com  VCKITXX  7.00 SP16 (1000.7.00.16.0.20080610174113)  SAP AG  SAP AG  20081023165635 
    sap.com  ADSSAP  7.00 SP16 (1000.7.00.16.0.20080610114809)  SAP AG  SAP AG  20081023150845 
    sap.com  BI_MMR  7.00 SP16 (1000.7.00.16.0.20080610120307)  SAP AG  SAP AG  20081023151034 
    sap.com  EPBC  7.00 SP16 (1000.7.00.16.0.20080610173602)  SAP AG  SAP AG  20081023151916 
    sap.com  KMC-COLL  7.00 SP16 (1000.7.00.16.0.20080610173923)  SAP AG  SAP AG  20081023174438 
    sap.com  CAF-KM  7.00 SP16 (1000.7.00.16.0.20080610185206)  SAP AG  MAIN_APL70VAL_C  20081023185019 
    sap.com  EPBC2  7.00 SP16 (1000.7.00.16.0.20080610173614)  SAP AG  SAP AG  20081023172439 
    sap.com  EP-PSERV  7.00 SP16 (1000.7.00.16.0.20080610173742)  SAP AG  SAP AG  20081023182439 
    sap.com  KMC-CM  7.00 SP16 (1000.7.00.16.0.20080610173859)  SAP AG  SAP AG  20081023183411 
    sap.com  VCFLEX  7.00 SP16 (1000.7.00.16.0.20080610174104)  SAP AG  SAP AG  20081023180223 
    sap.com  VCFRAMEWORK  7.00 SP16 (1000.7.00.16.0.20080610174113)  SAP AG  SAP AG  20081023180423 
    sap.com  EP-WDC  7.00 SP16 (1000.7.00.16.0.20080610152000)  SAP AG  SAP AG  20081023183137 
    sap.com  KMC-BC  7.00 SP16 (1000.7.00.16.0.20080610173803)  SAP AG  SAP AG  20081023183259 
    sap.com  NET-PDK  7.00 SP16 (1000.7.00.16.0.20080610173931)  SAP AG  SAP AG  20081023174549 
    sap.com  RTC  7.00 SP16 (1000.7.00.16.0.20080610173947)  SAP AG  SAP AG  20081023174658 
    sap.com  SAP-JEECOR  7.00 SP16 (1000.7.00.16.0.20080610121600)  SAP AG  SAP AG  20081023045827 
    sap.com  JSPM  7.00 SP16 (1000.7.00.16.0.20080610110700)  SAP AG  SAP AG  20081023042144 
    sap.com  BI_UDI  7.00 SP16 (1000.7.00.16.0.20080610120325)  SAP AG  SAP AG  20081023151704 
    sap.com  BPERP_TECINF  1.31 SP3 (1000.1.31.3.0.20080917075803)  SAP AG  MAIN_ERP53VAL_C  20081212034050 
    sap.com  BP_ERP5***  1.0 SP14 (1000.1.0.14.0.20081002055226)  SAP AG  MAIN_ERP05VAL_C  20081212034140 
    sap.com  DI_CBS  7.00 SP16 (1000.7.00.16.0.20080610190329)  SAP AG  MAIN_APL70VAL_C  20081023181407 
    sap.com  BASETABLES  7.00 SP16 (1000.7.00.16.0.20080610120226)  SAP AG  SAP AG  20081023043731 
    sap.com  VCBASE  7.00 SP16 (1000.7.00.16.0.20080610174033)  SAP AG  SAP AG  20081023185709 
    sap.com  UWLJWF  7.00 SP16 (1000.7.00.16.0.20080610174028)  SAP AG  SAP AG  20081023185248 
    sap.com  SAP_ESS  603 SP3 (1000.603.0.3.0.20081014070904)  SAP AG  MAIN_ERP53VAL_C  20081112171059 
    sap.com  DI_CMS  7.00 SP16 (1000.7.00.16.0.20080610190340)  SAP AG  MAIN_APL70VAL_C  20081023182143 
    sap.com  DI_DTR  7.00 SP16 (1000.7.00.16.0.20080610190347)  SAP AG  MAIN_APL70VAL_C  20081023182244 
    sap.com  SAP-EU  7.00 SP16 (1000.7.00.16.0.20080610185714)  SAP AG  MAIN_APL70VAL_C  20081023184744 
    sap.com  WDEXTENSIONS  7.00 SP16 (1000.7.00.16.0.20080610185851)  SAP AG  MAIN_APL70VAL_C  20081023185819 
    sap.com  BP_ERP5COM  1.31 SP3 (1000.1.31.3.0.20081009055026)  SAP AG  MAIN_ERP53VAL_C  20081212034423 
    sap.com  BP_ERP5ESS  1.31 SP3 (1000.1.31.3.0.20081009055038)  SAP AG  MAIN_ERP53VAL_C  20081112093902 
    sap.com  BP_ERP5MSS  1.31 SP3 (1000.1.31.3.0.20081009055019)  SAP AG  MAIN_ERP53VAL_C  20081112093934 
    Development Components 
    Vendor  Name  Version  Provider  Location  Applied  Software Component 
    com.adobe  AdobeDocumentServices  null (800.20080218110307.448744)  Adobe Systems  Adobe Systems  20081023150832  null/null 
    com.adobe  AdobeDocumentServicesEjbClientLibrary  null (800.20080311023336.454270)  Adobe Systems  Adobe Systems  20081023055529  null/null 
    local  AdobeTest  null (0.2009.01.07.09.33.14)  LOKAL  LOKAL  20090107093343  null/null 
    sap.com  AE_Dictionary  null (2008.05.09.18.44.48)  SAP AG  localhost  20081025123337  null/null 
    sap.com  AEEAR  null (2008.06.04.17.00.19)  SAP AG  localhost  20081025124539  null/null 
    sap.com  AEEAR4WS  null (2007.12.08.00.49.25)  SAP AG  localhost  20081025125257  null/null 
    virsa.com  AEUME  null (20061108172028)  LOCAL  LOCAL  20081025123610  null/null 
    sap.com  AEWFCADApproversServiceWS_5_2  null (2006.11.03.12.29.46)  SAP AG  localhost  20081025134909  null/null 
    sap.com  AEWFExitServiceWS_5_2  null (2006.11.03.12.29.53)  SAP AG  localhost  20081025135241  null/null 
    sap.com  AEWorkFlowWSEAR  null (2006.10.05.19.44.15)  SAP AG  localhost  20081025124851  null/null 
    sap.com  caf/runtime/security/content  null (963383)  SAP AG  MAIN_APL70VAL_C  20080125135930  null/null 
    sap.com  ccume  null (20070326130037)  SAP AG  LOCAL  20081025100634  null/null 
    sap.com  com.sap.netweaver.bc.wf.db  null (7.0014.20071113170027.0000)  SAP AG  SAP AG  20081022134722  null/null 
    sap.com  com.sap.nw.kmc.readonly.sda  null (7.0016.20080601192937.0000)  SAP AG  SAP AG  20081023172911  null/null 
    sap.com  com.sap.nw.kmc.readonlymbean.sda  null (7.0014.20071111033708.0000)  SAP AG  SAP AG  20081022152210  null/null 
    sap.com  com.sap.portal.dotnet.framework  null (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023174516  null/null 
    sap.com  com.sap.portal.dotnet.services.systems  null (7.0012.20070426205038.0000)  SAP AG  SAP AG  20081022152649  null/null 
    sap.com  com.sap.portal.ep.version  null (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170132  null/null 
    sap.com  com.sap.portal.pcd.gl  null (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134627  null/null 
    sap.com  com.sap.visualcomposer  null (7.0010.20061023110711.0000)  SAP AG  SAP AG  20081022152716  null/null 
    sap.com  com.sap.visualcomposer.BIKit  null (7.0010.20061023110711.0000)  SAP AG  SAP AG  20081022152726  null/null 
    sap.com  com.sapportals.supportplatform.portalplugins  null (7.0011.20070128005913.0000)  SAP AG  SAP AG  20081022134553  null/null 
    sap.com  com.sapportals.supportplatformSDA  null (7.0012.20070328121655.0000)  SAP AG  SAP AG  20080125132853  null/null 
    com.adobe  DataManagerService  null (800.20080206162625.174053)  Adobe Systems  Adobe Systems  20081023055543  null/null 
    com.adobe  DocumentServicesBinaries2  null (800.20080206135746.174053)  Adobe Systems  Adobe Systems  20081023055605  null/null 
    com.adobe  DocumentServicesConfiguration  null (800.20080131103506.445884)  Adobe Systems  Adobe Systems  20081023055618  null/null 
    com.adobe  DocumentServicesDestProtoService  null (800.20080218110307.448744)  Adobe Systems  Adobe Systems  20081023055631  null/null 
    com.adobe  DocumentServicesLibrary  null (800.20070220152325.141822)  Adobe Systems  Adobe Systems  20080125135329  null/null 
    com.adobe  DocumentServicesLicenseDatabase  null (705.20051005114147.242570)  Adobe Systems  Adobe Systems  20080125135337  null/null 
    com.adobe  DocumentServicesLicenseManager  null (800.20070306123954.374077)  Adobe Systems  Adobe Systems  20080125135811  null/null 
    com.adobe  DocumentServicesLicenseService  null (800.20080218110307.448744)  Adobe Systems  Adobe Systems  20081023055647  null/null 
    com.adobe  DocumentServicesLicenseSupportService  null (800.20080218110307.448744)  Adobe Systems  Adobe Systems  20081023055703  null/null 
    com.adobe  FontManagerService  null (800.20080218225745.174351)  Adobe Systems  Adobe Systems  20081023055743  null/null 
    sap.com  grc/ccappcomp  null (0.2008.05.27.18.05.23)  SAP AG  LOKAL  20081025102108  null/null 
    local  Janet  null (0.2008.12.03.17.21.32)  LOKAL  LOKAL  20081203182210  null/null 
    local  Kenton_demo2  null (0.2008.12.03.17.26.47)  LOKAL  LOKAL  20081203182719  null/null 
    sap.com  pcd_bizc_authoring  null (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022140711  null/null 
    com.adobe  PDFManipulation  null (800.20080218233546.174351)  Adobe Systems  Adobe Systems  20081023135602  null/null 
    ortho.sne.com  purchase  null (0.2008.11.06.16.01.28)  LOKAL  LOKAL  20081106170201  null/null 
    sap.com  REDictionary  null (2008.05.09.15.54.32)  SAP AG  localhost  20081025133551  null/null 
    sap.com  REEar  null (2008.06.03.13.01.48)  SAP AG  localhost  20081025134510  null/null 
    sap.com  tc/ads/grmg  null (7.0010.20061002104728.0000)  SAP AG  SAP AG  20080125135836  null/null 
    sap.com  tc/ads/lib  null (7.0016.20080423160501.0000)  SAP AG  SAP AG  20081023135753  null/null 
    sap.com  tc/di/sdic/srv  null (7.0013.20070328122858.0000)  SAP AG  SAP AG  20080125132852  null/null 
    sap.com  tc/km/frwk  null (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022152454  null/null 
    sap.com  tc/km/nonwdui  null (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022152457  null/null 
    sap.com  tc/kmc/coll/room  null (7.0012.20070426205038.0000)  SAP AG  SAP AG  20081022152632  null/null 
    com.adobe  TrustManagerService  null (800.20080218110307.448744)  Adobe Systems  Adobe Systems  20081023135624  null/null 
    sap.com  vc_ds_service  null (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023180353  null/null 
    sap.com  virsalib  null (2008.05.27.18.03.00)  SAP AG  localhost  20081025100427  null/null 
    com.adobe  XMLFormService  null (800.20080310103129.448310)  Adobe Systems  Adobe Systems  20081023135724  null/null 
    sap.com  com.sap.engine.jddischema  7.00 (7.0013.20070703112926.0000)  SAP AG  SAP AG  20080125132853  sap.com/BASETABLES 
    sap.com  com.sap.jms.jddi.schema  7.00 (7.0012.20070328121153.0000)  SAP AG  SAP AG  20080125132852  sap.com/BASETABLES 
    sap.com  com.sap.security.dbschema  7.00 (7.0016.20080604112616.0000)  SAP AG  SAP AG  20081023043720  sap.com/BASETABLES 
    sap.com  tc/TechSrv/XML_DAS_Schema  7.00 (7.0014.20071029094644.0000)  SAP AG  SAP AG  20080125132853  sap.com/BASETABLES 
    sap.com  bi/mmr/browser_ea  7.00 (7.0011.20070124085018.0000)  SAP AG  SAP AG  20080125133203  sap.com/BI_MMR 
    sap.com  bi/mmr/core  7.00 (7.0016.20080508113311.0000)  SAP AG  SAP AG  20081023135817  sap.com/BI_MMR 
    sap.com  bi/mmr/cwm_1.0_library  7.00 (7.0016.20080508113311.0000)  SAP AG  SAP AG  20081023135848  sap.com/BI_MMR 
    sap.com  bi/mmr/cwm_1.0_source  7.00 (7.0016.20080508113311.0000)  SAP AG  SAP AG  20081023150941  sap.com/BI_MMR 
    sap.com  bi/mmr/db  7.00 (7.0016.20080508113311.0000)  SAP AG  SAP AG  20081023135907  sap.com/BI_MMR 
    sap.com  bi/mmr/deployer  7.00 (7.0013.20070703112058.0000)  SAP AG  SAP AG  20080125133055  sap.com/BI_MMR 
    sap.com  bi/mmr/dictionary  7.00 (7.0011.20070124085018.0000)  SAP AG  SAP AG  20080125133059  sap.com/BI_MMR 
    sap.com  bi/mmr/jmi  7.00 (7.0011.20070124085018.0000)  SAP AG  SAP AG  20080125133059  sap.com/BI_MMR 
    sap.com  bi/mmr/mini_md350  7.00 (7.0016.20080508113311.0000)  SAP AG  SAP AG  20081023151013  sap.com/BI_MMR 
    sap.com  bi/mmr/miniMetaModel  7.00 (7.0016.20080508113311.0000)  SAP AG  SAP AG  20081023150957  sap.com/BI_MMR 
    sap.com  bi/mmr/performance  7.00 (7.0013.20070703112058.0000)  SAP AG  SAP AG  20080125133100  sap.com/BI_MMR 
    sap.com  com.sap.ip.bi.sdk  7.00 (7.0016.20080508113354.0000)  SAP AG  SAP AG  20081023151106  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.dac.connector.checkj  7.00 (7.0013.20070703112239.0000)  SAP AG  SAP AG  20080125133820  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.dac.connector.checko  7.00 (7.0013.20070703112239.0000)  SAP AG  SAP AG  20080125133824  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.dac.connector.checks  7.00 (7.0013.20070703112239.0000)  SAP AG  SAP AG  20080125133829  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.dac.connector.checkx  7.00 (7.0013.20070703112239.0000)  SAP AG  SAP AG  20080125133833  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.dac.connector.jdbc  7.00 (7.0014.20071002095102.0000)  SAP AG  SAP AG  20080125133818  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.dac.connector.odbo  7.00 (7.0013.20070703112239.0000)  SAP AG  SAP AG  20080125133822  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.dac.connector.odbodll  7.00 (7.0016.20080508113354.0000)  SAP AG  SAP AG  20081023135931  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.dac.connector.sapq  7.00 (7.0016.20080508113354.0000)  SAP AG  SAP AG  20081023151134  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.dac.connector.xmla  7.00 (7.0016.20080508113354.0000)  SAP AG  SAP AG  20081023151210  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.dac.connector.xmla.x  7.00 (7.0014.20071002095102.0000)  SAP AG  SAP AG  20080125133837  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.dac.olap  7.00 (7.0016.20080508113354.0000)  SAP AG  SAP AG  20081023151323  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.datasource.ds  7.00 (7.0015.20080123135010.0000)  SAP AG  SAP AG  20081023151413  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.datasource.fields  7.00 (7.0015.20080123135010.0000)  SAP AG  SAP AG  20081023151456  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.datasource.sync  7.00 (7.0015.20080123135010.0000)  SAP AG  SAP AG  20081023151544  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.datasource.sys  7.00 (7.0015.20080123135010.0000)  SAP AG  SAP AG  20081023151637  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.monitoring  7.00 (7.0013.20070703112239.0000)  SAP AG  SAP AG  20080125133909  sap.com/BI_UDI 
    sap.com  pcui_gp/bp_***  null (2644191)  SAP AG  MAIN_ERP05VAL_C  20081212034136  sap.com/BP_ERP5*** 
    sap.com  ep/bp_com  null (2645150)  SAP AG  MAIN_ERP53VAL_C  20081212034208  sap.com/BP_ERP5COM 
    sap.com  ep/bp_com11  null (2639780)  SAP AG  MAIN_ERP53VAL_C  20081212034214  sap.com/BP_ERP5COM 
    sap.com  ep/bp_com12  null (2645151)  SAP AG  MAIN_ERP53VAL_C  20081212034254  sap.com/BP_ERP5COM 
    sap.com  ep/bp_com13  null (2645152)  SAP AG  MAIN_ERP53VAL_C  20081212034302  sap.com/BP_ERP5COM 
    sap.com  ep/bp_combo  null (2645149)  SAP AG  MAIN_ERP53VAL_C  20081212034412  sap.com/BP_ERP5COM 
    sap.com  ep/bp_comro  null (2639777)  SAP AG  MAIN_ERP53VAL_C  20081212034420  sap.com/BP_ERP5COM 
    sap.com  ess/bp_ess  1.0 (2645153)  SAP AG  MAIN_ERP53VAL_C  20081112093833  sap.com/BP_ERP5ESS 
    sap.com  ess/bp_ess12  1.0 (2645155)  SAP AG  MAIN_ERP53VAL_C  20081112093840  sap.com/BP_ERP5ESS 
    sap.com  ess/bp_ess13  1.0 (2645156)  SAP AG  MAIN_ERP53VAL_C  20081112093850  sap.com/BP_ERP5ESS 
    sap.com  ess/bp_essrowo  null (2645154)  SAP AG  MAIN_ERP53VAL_C  20081112093858  sap.com/BP_ERP5ESS 
    sap.com  mss/bp_mss  1.0 (2645159)  SAP AG  MAIN_ERP53VAL_C  20081112093911  sap.com/BP_ERP5MSS 
    sap.com  mss/bp_mss13  1.0 (2645160)  SAP AG  MAIN_ERP53VAL_C  20081112093918  sap.com/BP_ERP5MSS 
    sap.com  mss/uwl_mss  1.0 (2639787)  SAP AG  MAIN_ERP53VAL_C  20081112093924  sap.com/BP_ERP5MSS 
    sap.com  mss/uwl_mss/tra  null (2639788)  SAP AG  MAIN_ERP53VAL_C  20081112093931  sap.com/BP_ERP5MSS 
    sap.com  mss/uwl_mss2  1.0 (2639791)  SAP AG  MAIN_ERP53VAL_C  20081112093809  sap.com/BP_ERP5MSS 
    sap.com  mss/uwl_mss2/tra  1.0 (2639790)  SAP AG  MAIN_ERP53VAL_C  20081112093814  sap.com/BP_ERP5MSS 
    sap.com  tc/sl.ut.content.erp.bp_erp  null (2639754)  SAP AG  MAIN_ERP53VAL_C  20081212034046  sap.com/BPERP_TECINF 
    sap.com  caf/bw/adapter/assembly  7.00 (1497771)  SAP AG  MAIN_APL70VAL_C  20080125135839  sap.com/CAF 
    sap.com  caf/bw/ear  7.00 (1497856)  SAP AG  MAIN_APL70VAL_C  20080125140019  sap.com/CAF 
    sap.com  caf/core  7.00 (1587306)  SAP AG  MAIN_APL70VAL_C  20081023160259  sap.com/CAF 
    sap.com  caf/core/dict  7.00 (964586)  SAP AG  MAIN_APL70VAL_C  20080125135438  sap.com/CAF 
    sap.com  caf/core/gp/facade/backgroundco/ear  7.00 (1220228)  SAP AG  MAIN_APL70VAL_C  20080125140220  sap.com/CAF 
    sap.com  caf/core/metadata  7.00 (1586814)  SAP AG  MAIN_APL70VAL_C  20081023155527  sap.com/CAF 
    sap.com  caf/km.proxies  7.00 (1528033)  SAP AG  MAIN_APL70VAL_C  20080125135913  sap.com/CAF 
    sap.com  caf/km.proxyejbs.ddic  7.00 (963389)  SAP AG  MAIN_APL70VAL_C  20080125135439  sap.com/CAF 
    sap.com  caf/metamodel  7.00 (1586531)  SAP AG  MAIN_APL70VAL_C  20081023155547  sap.com/CAF 
    sap.com  caf/metamodel/lib  7.00 (1586813)  SAP AG  MAIN_APL70VAL_C  20081023140236  sap.com/CAF 
    sap.com  caf/metamodel/lib/new  7.00 (1496420)  SAP AG  MAIN_APL70VAL_C  20080125135441  sap.com/CAF 
    sap.com  caf/mp/mmr/adapter  7.00 (1533885)  SAP AG  MAIN_APL70VAL_C  20080125135446  sap.com/CAF 
    sap.com  caf/mp/mmr/adapter/ear  7.00 (1220148)  SAP AG  MAIN_APL70VAL_C  20080125135922  sap.com/CAF 
    sap.com  caf/mp/mmr/reader  7.00 (1533844)  SAP AG  MAIN_APL70VAL_C  20080125135444  sap.com/CAF 
    sap.com  caf/mp_mmr_bridge  7.00 (1533886)  SAP AG  MAIN_APL70VAL_C  20080125135924  sap.com/CAF 
    sap.com  caf/mp_mmr_bridge/ddic  7.00 (963396)  SAP AG  MAIN_APL70VAL_C  20080125135442  sap.com/CAF 
    sap.com  caf/runtime/api/lib  7.00 (1533800)  SAP AG  MAIN_APL70VAL_C  20080125135442  sap.com/CAF 
    sap.com  caf/runtime/api/lib/new  7.00 (1496418)  SAP AG  MAIN_APL70VAL_C  20080125135443  sap.com/CAF 
    sap.com  caf/runtime/connectivity  7.00 (1533843)  SAP AG  MAIN_APL70VAL_C  20080125135445  sap.com/CAF 
    sap.com  caf/runtime/connectivity/base  7.00 (1533828)  SAP AG  MAIN_APL70VAL_C  20080125135443  sap.com/CAF 
    sap.com  caf/runtime/connectivity/ddic  7.00 (963382)  SAP AG  MAIN_APL70VAL_C  20080125135502  sap.com/CAF 
    sap.com  caf/runtime/connectivity/impl  7.00 (1552649)  SAP AG  MAIN_APL70VAL_C  20081023140249  sap.com/CAF 
    sap.com  caf/runtime/dict  7.00 (963385)  SAP AG  MAIN_APL70VAL_C  20080125135506  sap.com/CAF 
    sap.com  caf/runtime/ear  7.00 (1587269)  SAP AG  MAIN_APL70VAL_C  20081023155756  sap.com/CAF 
    sap.com  caf/runtime/exceldataimport  7.00 (1496957)  SAP AG  MAIN_APL70VAL_C  20080125135925  sap.com/CAF 
    sap.com  caf/runtime/monitoring/ear  7.00 (1497773)  SAP AG  MAIN_APL70VAL_C  20080125135928  sap.com/CAF 
    sap.com  caf/runtime/uicoupling/api/lib  7.00 (1530461)  SAP AG  MAIN_APL70VAL_C  20080125135932  sap.com/CAF 
    sap.com  caf/tc  7.00 (1587286)  SAP AG  MAIN_APL70VAL_C  20081023160130  sap.com/CAF 
    sap.com  caf/tc/dictionary  7.00 (963672)  SAP AG  MAIN_APL70VAL_C  20080125135507  sap.com/CAF 
    sap.com  caf/tc/metadata  7.00 (1586812)  SAP AG  MAIN_APL70VAL_C  20081023160323  sap.com/CAF 
    sap.com  caf/tc/webdynpro  7.00 (963849)  SAP AG  MAIN_APL70VAL_C  20080125140223  sap.com/CAF 
    sap.com  caf/UI/cladmin  7.00 (1078363)  SAP AG  MAIN_APL70VAL_C  20080125140049  sap.com/CAF 
    sap.com  caf/UI/configbrowser  7.00 (1220365)  SAP AG  MAIN_APL70VAL_C  20080125140051  sap.com/CAF 
    sap.com  caf/UI/configuration  7.00 (1534024)  SAP AG  MAIN_APL70VAL_C  20080125140015  sap.com/CAF 
    sap.com  caf/UI/content/transport  7.00 (1220380)  SAP AG  MAIN_APL70VAL_C  20080125140054  sap.com/CAF 
    sap.com  caf/UI/dynattr/admin  7.00 (1220383)  SAP AG  MAIN_APL70VAL_C  20080125140057  sap.com/CAF 
    sap.com  caf/UI/km/admin  7.00 (964605)  SAP AG  MAIN_APL70VAL_C  20080125140059  sap.com/CAF 
    sap.com  caf/UI/km/cleanjobadmin  7.00 (1497987)  SAP AG  MAIN_APL70VAL_C  20080125140101  sap.com/CAF 
    sap.com  caf/UI/km/configcheck  7.00 (1590301)  SAP AG  MAIN_APL70VAL_C  20081023160146  sap.com/CAF 
    sap.com  caf/UI/ptn/attachments  7.00 (1590296)  SAP AG  MAIN_APL70VAL_C  20081023155849  sap.com/CAF 
    sap.com  caf/UI/ptn/authorization  7.00 (1590293)  SAP AG  MAIN_APL70VAL_C  20081023160056  sap.com/CAF 
    sap.com  caf/UI/ptn/classification  7.00 (1590298)  SAP AG  MAIN_APL70VAL_C  20081023155905  sap.com/CAF 
    sap.com  caf/UI/ptn/collaboration  7.00 (1590297)  SAP AG  MAIN_APL70VAL_C  20081023155922  sap.com/CAF 
    sap.com  caf/UI/ptn/common  7.00 (1534033)  SAP AG  MAIN_APL70VAL_C  20080125140046  sap.com/CAF 
    sap.com  caf/UI/ptn/flextree  7.00 (1587367)  SAP AG  MAIN_APL70VAL_C  20081023155330  sap.com/CAF 
    sap.com  caf/UI/ptn/generalconfig  7.00 (1220375)  SAP AG  MAIN_APL70VAL_C  20080125140110  sap.com/CAF 
    sap.com  caf/UI/ptn/historylog  7.00 (1587374)  SAP AG  MAIN_APL70VAL_C  20081023155347  sap.com/CAF 
    sap.com  caf/UI/ptn/kmfileselect  7.00 (1557293)  SAP AG  MAIN_APL70VAL_C  20081023155404  sap.com/CAF 
    sap.com  caf/UI/ptn/macroeditor  7.00 (964310)  SAP AG  MAIN_APL70VAL_C  20080125140117  sap.com/CAF 
    sap.com  caf/UI/ptn/navigation  7.00 (1587392)  SAP AG  MAIN_APL70VAL_C  20081023155425  sap.com/CAF 
    sap.com  caf/UI/ptn/objectbrowser  7.00 (1587369)  SAP AG  MAIN_APL70VAL_C  20081023155813  sap.com/CAF 
    sap.com  caf/UI/ptn/objecteditor  7.00 (1590133)  SAP AG  MAIN_APL70VAL_C  20081023155831  sap.com/CAF 
    sap.com  caf/UI/ptn/objectselector  7.00 (1587373)  SAP AG  MAIN_APL70VAL_C  20081023155940  sap.com/CAF 
    sap.com  caf/UI/ptn/propedit  7.00 (1590295)  SAP AG  MAIN_APL70VAL_C  20081023160001  sap.com/CAF 
    sap.com  caf/UI/ptn/proxycomp  7.00 (1587377)  SAP AG  MAIN_APL70VAL_C  20081023155441  sap.com/CAF 
    sap.com  caf/UI/ptn/reporting  7.00 (1587366)  SAP AG  MAIN_APL70VAL_C  20081023155457  sap.com/CAF 
    sap.com  caf/UI/ptn/searchbar  7.00 (1587368)  SAP AG  MAIN_APL70VAL_C  20081023160018  sap.com/CAF 
    sap.com  caf/UI/ptn/userassignment  7.00 (1557291)  SAP AG  MAIN_APL70VAL_C  20081023160035  sap.com/CAF 
    sap.com  caf/UI/repositorybackup  7.00 (1534050)  SAP AG  MAIN_APL70VAL_C  20080125140155  sap.com/CAF 
    sap.com  caf/UI/servicebrowser  7.00 (1534047)  SAP AG  MAIN_APL70VAL_C  20080125140158  sap.com/CAF 
    sap.com  caf/UI/servicecustomization  7.00 (964309)  SAP AG  MAIN_APL70VAL_C  20080125140200  sap.com/CAF 
    sap.com  caf/UI/subscriptions  7.00 (964301)  SAP AG  MAIN_APL70VAL_C  20080125140203  sap.com/CAF 
    sap.com  caf/UI/testlauncher  7.00 (964302)  SAP AG  MAIN_APL70VAL_C  20080125140205  sap.com/CAF 
    sap.com  caf/UI/typeeditor  7.00 (1497982)  SAP AG  MAIN_APL70VAL_C  20080125140208  sap.com/CAF 
    sap.com  caf/core/gp/bo/lib  7.00 (964273)  SAP AG  MAIN_APL70VAL_C  20081022155634  sap.com/CAF-KM 
    sap.com  caf/core/gp/container/backgroundco/ear  7.00 (1587345)  SAP AG  MAIN_APL70VAL_C  20081023184808  sap.com/CAF-KM 
    sap.com  caf/core/gp/servicelocator/lib  7.00 (964251)  SAP AG  MAIN_APL70VAL_C  20081022155629  sap.com/CAF-KM 
    sap.com  caf/core/gp/ui/backgroundco/admin  7.00 (964347)  SAP AG  MAIN_APL70VAL_C  20081022155706  sap.com/CAF-KM 
    sap.com  caf/core/gp/ui/visibleco/admin  7.00 (964299)  SAP AG  MAIN_APL70VAL_C  20081022155715  sap.com/CAF-KM 
    sap.com  caf/core/gp/ui/visibleco/container  7.00 (1534120)  SAP AG  MAIN_APL70VAL_C  20081022155728  sap.com/CAF-KM 
    sap.com  caf/gp/ui/ptn/docgen  7.00 (1534043)  SAP AG  MAIN_APL70VAL_C  20081022155737  sap.com/CAF-KM 
    sap.com  caf/km.ep.kmcollaborationsvc  7.00 (1586796)  SAP AG  MAIN_APL70VAL_C  20081023184826  sap.com/CAF-KM 
    sap.com  caf/km.ep.kmindexsearchsvc  7.00 (1586797)  SAP AG  MAIN_APL70VAL_C  20081023184844  sap.com/CAF-KM 
    sap.com  caf/km.ep.kmnodesvc  7.00 (1586798)  SAP AG  MAIN_APL70VAL_C  20081023184910  sap.com/CAF-KM 
    sap.com  caf/km.ep.kmnotifsvc  7.00 (1586799)  SAP AG  MAIN_APL70VAL_C  20081023184928  sap.com/CAF-KM 
    sap.com  caf/km.ep.kmtaskservice  7.00 (1530459)  SAP AG  MAIN_APL70VAL_C  20081022155924  sap.com/CAF-KM 
    sap.com  caf/km.ep.propmetadatasvc  7.00 (1528594)  SAP AG  MAIN_APL70VAL_C  20081022155928  sap.com/CAF-KM 
    sap.com  caf/km.ep.repmanager  7.00 (1586520)  SAP AG  MAIN_APL70VAL_C  20081023184946  sap.com/CAF-KM 
    sap.com  caf/km.ep.uploadsvc  7.00 (1586918)  SAP AG  MAIN_APL70VAL_C  20081023185004  sap.com/CAF-KM 
    sap.com  caf/um/metadata/actions  7.00 (1077265)  SAP AG  MAIN_APL70VAL_C  20080125140226  sap.com/CAF-UM 
    sap.com  caf/um/metadata/api  7.00 (1496398)  SAP AG  MAIN_APL70VAL_C  20080125135508  sap.com/CAF-UM 
    sap.com  caf/um/metadata/content  7.00 (1497172)  SAP AG  MAIN_APL70VAL_C  20080125140254  sap.com/CAF-UM 
    sap.com  caf/um/metadata/example  7.00 (963657)  SAP AG  MAIN_APL70VAL_C  20080125140256  sap.com/CAF-UM 
    sap.com  caf/um/metadata/imp  7.00 (1528581)  SAP AG  MAIN_APL70VAL_C  20080125135509  sap.com/CAF-UM 
    sap.com  caf/um/metadata/testwd  7.00 (963659)  SAP AG  MAIN_APL70VAL_C  20080125140259  sap.com/CAF-UM 
    sap.com  caf/um/relgroups/admin  7.00 (963666)  SAP AG  MAIN_APL70VAL_C  20080125140301  sap.com/CAF-UM 
    sap.com  caf/um/relgroups/api  7.00 (1528016)  SAP AG  MAIN_APL70VAL_C  20080125135509  sap.com/CAF-UM 
    sap.com  caf/um/relgroups/ddic  7.00 (963377)  SAP AG  MAIN_APL70VAL_C  20080125135511  sap.com/CAF-UM 
    sap.com  caf/um/relgroups/imp  7.00 (1586921)  SAP AG  MAIN_APL70VAL_C  20081023135947  sap.com/CAF-UM 
    sap.com  caf/um/relgroups/test  7.00 (963945)  SAP AG  MAIN_APL70VAL_C  20080125140303  sap.com/CAF-UM 
    sap.com  com.sap.engine.client  7.00 (7.0016.20080609135614.0000)  SAP AG  SAP AG  20081023043821  sap.com/CORE-TOOLS 
    sap.com  com.sap.engine.configtool  7.00 (7.0016.20080609135614.0000)  SAP AG  SAP AG  20081023043836  sap.com/CORE-TOOLS 
    sap.com  com.sap.engine.deploytool  7.00 (7.0016.20080609135614.0000)  SAP AG  SAP AG  20081023043903  sap.com/CORE-TOOLS 
    sap.com  com.sap.engine.visualadmin  7.00 (7.0016.20080609135614.0000)  SAP AG  SAP AG  20081023043946  sap.com/CORE-TOOLS 
    sap.com  IAIKSecurityFS  7.00 (7.0016.20080508113401.0000)  SAP AG  SAP AG  20081023043742  sap.com/CORE-TOOLS 
    sap.com  tc/sapinst/fs  7.00 (7.0016.20080508103148.0000)  SAP AG  SAP AG  20081023044008  sap.com/CORE-TOOLS 
    sap.com  tc/template_config_tool  7.00 (7.0016.20050509130405.0000)  SAP AG  SAP AG  20081023044023  sap.com/CORE-TOOLS 
    sap.com  tc.CBS.Appl  7.00 (1552590)  SAP AG  MAIN_APL70VAL_C  20081023181333  sap.com/DI_CBS 
    sap.com  tc.CBS.CommonPart  7.00 (1586926)  SAP AG  MAIN_APL70VAL_C  20081023165510  sap.com/DI_CBS 
    sap.com  tc.CBS.DBDefs  7.00 (1496422)  SAP AG  MAIN_APL70VAL_C  20081022162102  sap.com/DI_CBS 
    sap.com  tc.CBS.Service  7.00 (1552623)  SAP AG  MAIN_APL70VAL_C  20081023165655  sap.com/DI_CBS 
    sap.com  tc.CBS.WebUI  7.00 (1497309)  SAP AG  MAIN_APL70VAL_C  20081022163144  sap.com/DI_CBS 
    sap.com  tc/di/cbs/jlinwd  7.00 (1497311)  SAP AG  MAIN_APL70VAL_C  20081022163154  sap.com/DI_CBS 
    sap.com  tc/cts/appl  7.00 (1552405)  SAP AG  MAIN_APL70VAL_C  20081023182128  sap.com/DI_CMS 
    sap.com  tc/SL/CMS/cleanuptool  7.00 (1552404)  SAP AG  MAIN_APL70VAL_C  20081023165718  sap.com/DI_CMS 
    sap.com  tc/SL/CMS/config/dbschema  7.00 (1496433)  SAP AG  MAIN_APL70VAL_C  20081022162247  sap.com/DI_CMS 
    sap.com  tc/SL/CMS/cvers/proxy  7.00 (1496430)  SAP AG  MAIN_APL70VAL_C  20081022163354  sap.com/DI_CMS 
    sap.com  tc/SL/CMS/PCS  7.00 (1587073)  SAP AG  MAIN_APL70VAL_C  20081023181944  sap.com/DI_CMS 
    sap.com  tc/SL/CMS/PCS/DBSchema  7.00 (1528057)  SAP AG  MAIN_APL70VAL_C  20081022162231  sap.com/DI_CMS 
    sap.com  tc/SL/CMS/TCSEar  7.00 (1530540)  SAP AG  MAIN_APL70VAL_C  20081022163344  sap.com/DI_CMS 
    sap.com  tc/SL/CMS/tsawebui  7.00 (1552677)  SAP AG  MAIN_APL70VAL_C  20081023182049  sap.com/DI_CMS 
    sap.com  tc/SL/CMS/WebUI  7.00 (1552678)  SAP AG  MAIN_APL70VAL_C  20081023182030  sap.com/DI_CMS 
    sap.com  tc/SL/diindex  7.00 (1497556)  SAP AG  MAIN_APL70VAL_C  20081022164212  sap.com/DI_CMS 
    sap.com  tc/dtr/console/sda  7.00 (1586999)  SAP AG  MAIN_APL70VAL_C  20081023165743  sap.com/DI_DTR 
    sap.com  tc/dtr/dbschema  7.00 (1496437)  SAP AG  MAIN_APL70VAL_C  20081022162320  sap.com/DI_DTR 
    sap.com  tc/dtr/enterpriseapp  7.00 (1587256)  SAP AG  MAIN_APL70VAL_C  20081023182229  sap.com/DI_DTR 
    sap.com  tc/jdi/heartbeat/enterpriseapp  7.00 (1497030)  SAP AG  MAIN_APL70VAL_C  20081022164420  sap.com/DI_DTR 
    sap.com  com.sap.dqe.dbcontent  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134249  sap.com/EP-PSERV 
    sap.com  com.sap.dqe.dbschema  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134248  sap.com/EP-PSERV 
    sap.com  com.sap.pct.tools.devstudio  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134251  sap.com/EP-PSERV 
    sap.com  com.sap.portal.activitydatacollector  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023165759  sap.com/EP-PSERV 
    sap.com  com.sap.portal.activityreport  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023165817  sap.com/EP-PSERV 
    sap.com  com.sap.portal.activityreport.db  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023165835  sap.com/EP-PSERV 
    sap.com  com.sap.portal.admin.editorframework  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023165851  sap.com/EP-PSERV 
    sap.com  com.sap.portal.admin.multitenant  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023165908  sap.com/EP-PSERV 
    sap.com  com.sap.portal.admin.portalservermonitor  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134301  sap.com/EP-PSERV 
    sap.com  com.sap.portal.admin.util  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023165925  sap.com/EP-PSERV 
    sap.com  com.sap.portal.appdesigner.advancedops  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023165942  sap.com/EP-PSERV 
    sap.com  com.sap.portal.appdesigner.advancopsapi  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023165959  sap.com/EP-PSERV 
    sap.com  com.sap.portal.appdesigner.pcmobjwiztool  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170017  sap.com/EP-PSERV 
    sap.com  com.sap.portal.cnf.ws.ConfigurationWSEar  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023182318  sap.com/EP-PSERV 
    sap.com  com.sap.portal.common.activation  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023170034  sap.com/EP-PSERV 
    sap.com  com.sap.portal.common.ppse  7.00 (7.0012.20070426205038.0000)  SAP AG  SAP AG  20081022134310  sap.com/EP-PSERV 
    sap.com  com.sap.portal.connectors.SessionManager  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134311  sap.com/EP-PSERV 
    sap.com  com.sap.portal.connectors.ws  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023182339  sap.com/EP-PSERV 
    sap.com  com.sap.portal.connectors.ws.system  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134314  sap.com/EP-PSERV 
    sap.com  com.sap.portal.content.export.gc  7.00 (7.0014.20071112134627.0000)  SAP AG  SAP AG  20081022134316  sap.com/EP-PSERV 
    sap.com  com.sap.portal.contentfetching  7.00 (7.0014.20071112134549.0000)  SAP AG  SAP AG  20081022134317  sap.com/EP-PSERV 
    sap.com  com.sap.portal.contentmigration  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170052  sap.com/EP-PSERV 
    sap.com  com.sap.portal.design.portaldesigndata  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170113  sap.com/EP-PSERV 
    sap.com  com.sap.portal.epsolman  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134324  sap.com/EP-PSERV 
    sap.com  com.sap.portal.fpn  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170149  sap.com/EP-PSERV 
    sap.com  com.sap.portal.genericcreatorapi  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134327  sap.com/EP-PSERV 
    sap.com  com.sap.portal.ivs.contentcreation.utils  7.00 (7.0012.20070426205038.0000)  SAP AG  SAP AG  20081022134329  sap.com/EP-PSERV 
    sap.com  com.sap.portal.ivs.global.admin.consover  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134330  sap.com/EP-PSERV 
    sap.com  com.sap.portal.ivs.global.admin.prodckpt  7.00 (7.0014.20071112134627.0000)  SAP AG  SAP AG  20081022134331  sap.com/EP-PSERV 
    sap.com  com.sap.portal.ivs.sitesemanticsapi  7.00 (7.0013.20070808101344.0000)  SAP AG  SAP AG  20081022134332  sap.com/EP-PSERV 
    sap.com  com.sap.portal.jdbcdrivers  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022140601  sap.com/EP-PSERV 
    sap.com  com.sap.portal.logviewer620  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134334  sap.com/EP-PSERV 
    sap.com  com.sap.portal.namingconventions  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170206  sap.com/EP-PSERV 
    sap.com  com.sap.portal.nav.ws.NavigationWSEar  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023182416  sap.com/EP-PSERV 
    sap.com  com.sap.portal.nav.ws.navwshelperservice  7.00 (7.0014.20071210113331.0000)  SAP AG  SAP AG  20081022134337  sap.com/EP-PSERV 
    sap.com  com.sap.portal.navigation.helperservices  7.00 (7.0011.20070128005913.0000)  SAP AG  SAP AG  20081022134338  sap.com/EP-PSERV 
    sap.com  com.sap.portal.navigation.shorturlsDB  7.00 (7.0014.20071210113331.0000)  SAP AG  SAP AG  20081022134340  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pb.services  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134341  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.admintools.export  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023170225  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.admintools.gl  7.00 (7.0013.20070906050444.0000)  SAP AG  SAP AG  20081022134344  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.admintools.import  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023170241  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.admintools.lockadmin  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023170259  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.admintools.pcdtools  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134349  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.admintools.roleeditor  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170316  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.configuration  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134352  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.customercontent  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023170336  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.initialcontent  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023170402  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.rolemigration  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023170421  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.rolemigrationcomp  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170437  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.rolenavigationservice  7.00 (7.0011.20070128005913.0000)  SAP AG  SAP AG  20081022134400  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.roles.r3authadmin  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023170453  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.roleservice  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170510  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.softcachebrowser  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134405  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.translation  7.00 (7.0014.20071210113331.0000)  SAP AG  SAP AG  20081022134406  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.transportapplication  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170528  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.zorkservice  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134409  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcmbuilderservice  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134411  sap.com/EP-PSERV 
    sap.com  com.sap.portal.reportingframework  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170544  sap.com/EP-PSERV 
    sap.com  com.sap.portal.services.api  7.00 (7.0014.20071112134549.0000)  SAP AG  SAP AG  20081022140628  sap.com/EP-PSERV 
    sap.com  com.sap.portal.services.internal.api  7.00 (7.0012.20070426205038.0000)  SAP AG  SAP AG  20081022140631  sap.com/EP-PSERV 
    sap.com  com.sap.portal.sl.modifiers  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134413  sap.com/EP-PSERV 
    sap.com  com.sap.portal.statelesssessionservice  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134414  sap.com/EP-PSERV 
    sap.com  com.sap.portal.strucfilterservice  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134416  sap.com/EP-PSERV 
    sap.com  com.sap.portal.systemlandscapeoverview  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170600  sap.com/EP-PSERV 
    sap.com  com.sap.portal.textconfiguration  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134419  sap.com/EP-PSERV 
    sap.com  com.sap.portal.util.serverfilebrowser  7.00 (7.0012.20070426205038.0000)  SAP AG  SAP AG  20081022134420  sap.com/EP-PSERV 
    sap.com  com.sap.portal.util.threadreporting  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023170616  sap.com/EP-PSERV 
    sap.com  com.sap.portal.wdintegrator  7.00 (7.0014.20071210113331.0000)  SAP AG  SAP AG  20081022134423  sap.com/EP-PSERV 
    sap.com  com.sap.security.usermapping.par  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023170633  sap.com/EP-PSERV 
    sap.com  com.sap.sp.portalplugins  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134426  sap.com/EP-PSERV 
    sap.com  com.sapportals.appdesigner.appdesfrmwrk  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170650  sap.com/EP-PSERV 
    sap.com  com.sapportals.appdesigner.concatalogapi  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170711  sap.com/EP-PSERV 
    sap.com  com.sapportals.appdesigner.configapi  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023170733  sap.com/EP-PSERV 
    sap.com  com.sapportals.appdesigner.configuration  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023170752  sap.com/EP-PSERV 
    sap.com  com.sapportals.appdesigner.contcatalog  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170817  sap.com/EP-PSERV 
    sap.com  com.sapportals.appdesigner.dltracerapi  7.00 (7.0013.20070808101344.0000)  SAP AG  SAP AG  20081022134432  sap.com/EP-PSERV 
    sap.com  com.sapportals.appdesigner.frameworkapi  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134433  sap.com/EP-PSERV 
    sap.com  com.sapportals.appdesigner.pageeditor  7.00 (7.0014.20071112134549.0000)  SAP AG  SAP AG  20081022134435  sap.com/EP-PSERV 
    sap.com  com.sapportals.backwardscompatibility  7.00 (7.0012.20070426205038.0000)  SAP AG  SAP AG  20081022134436  sap.com/EP-PSERV 
    sap.com  com.sapportals.bidi.rtl  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134437  sap.com/EP-PSERV 
    sap.com  com.sapportals.builder.defaultlayouts  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134439  sap.com/EP-PSERV 
    sap.com  com.sapportals.builder.pagebuilder  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170834  sap.com/EP-PSERV 
    sap.com  com.sapportals.builder.pagebuilder.utils  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170850  sap.com/EP-PSERV 
    sap.com  com.sapportals.builder.portallayouts  7.00 (7.0013.20070906050444.0000)  SAP AG  SAP AG  20081022134443  sap.com/EP-PSERV 
    sap.com  com.sapportals.common  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170908  sap.com/EP-PSERV 
    sap.com  com.sapportals.commonservices  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134446  sap.com/EP-PSERV 
    sap.com  com.sapportals.connectorframework.websrv  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134448  sap.com/EP-PSERV 
    sap.com  com.sapportals.connectors.bi.systems  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134449  sap.com/EP-PSERV 
    sap.com  com.sapportals.connectors.database  7.00 (7.0014.20071111033708.0000)  SAP AG  SAP AG  20081022140637  sap.com/EP-PSERV 
    sap.com  com.sapportals.connectors.jdbc.system  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134451  sap.com/EP-PSERV 
    sap.com  com.sapportals.connectors.sap  7.00 (7.0014.20071112134627.0000)  SAP AG  SAP AG  20081022140643  sap.com/EP-PSERV 
    sap.com  com.sapportals.connectors.sap.authtrace  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134452  sap.com/EP-PSERV 
    sap.com  com.sapportals.connectors.sap.system  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134453  sap.com/EP-PSERV 
    sap.com  com.sapportals.datadirect  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022140646  sap.com/EP-PSERV 
    sap.com  com.sapportals.designservices  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170925  sap.com/EP-PSERV 
    sap.com  com.sapportals.designtools  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170943  sap.com/EP-PSERV 
    sap.com  com.sapportals.dqe.admintools  7.00 (7.0014.20071112134627.0000)  SAP AG  SAP AG  20081022134458  sap.com/EP-PSERV 
    sap.com  com.sapportals.dqe.beans  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022140655  sap.com/EP-PSERV 
    sap.com  com.sapportals.dqe.jdbcdriver.lib  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022140658  sap.com/EP-PSERV 
    sap.com  com.sapportals.dqe.service  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134500  sap.com/EP-PSERV 
    sap.com  com.sapportals.httpconnectivity  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171000  sap.com/EP-PSERV 
    sap.com  com.sapportals.iviewserver.appintegrate  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171017  sap.com/EP-PSERV 
    sap.com  com.sapportals.iviewserver.clientservice  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171034  sap.com/EP-PSERV 
    sap.com  com.sapportals.iviewserver.gencreator  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023171050  sap.com/EP-PSERV 
    sap.com  com.sapportals.iviewserver.global  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171106  sap.com/EP-PSERV 
    sap.com  com.sapportals.iviewserver.http  7.00 (7.0013.20070808101344.0000)  SAP AG  SAP AG  20081022134509  sap.com/EP-PSERV 
    sap.com  com.sapportals.iviewserver.iviewapi  7.00 (7.0013.20070808101344.0000)  SAP AG  SAP AG  20081022134511  sap.com/EP-PSERV 
    sap.com  com.sapportals.iviewserver.landscapeapi  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023171121  sap.com/EP-PSERV 
    sap.com  com.sapportals.iviewserver.masseditor  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134513  sap.com/EP-PSERV 
    sap.com  com.sapportals.iviewserver.portalpcmapi  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023171137  sap.com/EP-PSERV 
    sap.com  com.sapportals.iviewserver.semanticapp  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171154  sap.com/EP-PSERV 
    sap.com  com.sapportals.iviewserver.wsrp  7.00 (7.0016.20080601192937.0000)  SAP AG  SAP AG  20081023171211  sap.com/EP-PSERV 
    sap.com  com.sapportals.nav.defaultheaderiviews  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171226  sap.com/EP-PSERV 
    sap.com  com.sapportals.nav.defaultnaviviews  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171243  sap.com/EP-PSERV 
    sap.com  com.sapportals.navigation.mimeservice  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134523  sap.com/EP-PSERV 
    sap.com  com.sapportals.navigation.navservice  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171258  sap.com/EP-PSERV 
    sap.com  com.sapportals.navigation.navserviceapi  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171313  sap.com/EP-PSERV 
    sap.com  com.sapportals.navigation.portallauncher  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171329  sap.com/EP-PSERV 
    sap.com  com.sapportals.portaladmin.defaultwizard  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023171345  sap.com/EP-PSERV 
    sap.com  com.sapportals.portaladmin.editorselect  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171400  sap.com/EP-PSERV 
    sap.com  com.sapportals.portaladmin.permeditor  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023171416  sap.com/EP-PSERV 
    sap.com  com.sapportals.portaladmin.propeditor  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171433  sap.com/EP-PSERV 
    sap.com  com.sapportals.portaladmin.relitemsedtor  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023171448  sap.com/EP-PSERV 
    sap.com  com.sapportals.portaladmin.wizframework  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023171504  sap.com/EP-PSERV 
    sap.com  com.sapportals.productivitytools.desktop  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171522  sap.com/EP-PSERV 
    sap.com  com.sapportals.productivitytools.dom  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134538  sap.com/EP-PSERV 
    sap.com  com.sapportals.productivitytools.dsktped  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171543  sap.com/EP-PSERV 
    sap.com  com.sapportals.productivitytools.dyntree  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134541  sap.com/EP-PSERV 
    sap.com  com.sapportals.productivitytools.netivie  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134543  sap.com/EP-PSERV 
    sap.com  com.sapportals.productivitytools.resolvr  7.00 (7.0014.20071112134549.0000)  SAP AG  SAP AG  20081022134544  sap.com/EP-PSERV 
    sap.com  com.sapportals.productivitytools.ruleed  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171559  sap.com/EP-PSERV 
    sap.com  com.sapportals.productivitytools.urliviw  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134548  sap.com/EP-PSERV 
    sap.com  com.sapportals.productivitytools.utils  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134549  sap.com/EP-PSERV 
    sap.com  com.sapportals.prt.application.monitor  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134550  sap.com/EP-PSERV 
    sap.com  com.sapportals.prt.jco  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171622  sap.com/EP-PSERV 
    sap.com  com.sapportals.supporttools  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023171639  sap.com/EP-PSERV 
    sap.com  com.sapportals.systemlandscape  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171655  sap.com/EP-PSERV 
    sap.com  com.sapportals.uiservices  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171710  sap.com/EP-PSERV 
    sap.com  com.sapportals.unification.50  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171725  sap.com/EP-PSERV 
    sap.com  com.sapportals.unification.50support  7.00 (7.0012.20070426205038.0000)  SAP AG  SAP AG  20081022134601  sap.com/EP-PSERV 
    sap.com  com.sapportals.unification.50system  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134602  sap.com/EP-PSERV 
    sap.com  com.sapportals.unification.60  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023171744  sap.com/EP-PSERV 
    sap.com  com.sapportals.unification.conctriviewiz  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171800  sap.com/EP-PSERV 
    sap.com  com.sapportals.upgrader.EP5.system  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134607  sap.com/EP-PSERV 
    sap.com  com.sapportals.urdesigndata  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171851  sap.com/EP-PSERV 
    sap.com  com.sapportals.utilities.analyzer  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134612  sap.com/EP-PSERV 
    sap.com  com.sapportals.utilities.portalspider  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171928  sap.com/EP-PSERV 
    sap.com  com.sapportals.utilities.portalspiderDB  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023172004  sap.com/EP-PSERV 
    sap.com  com.sapportals.utilities.uninstall  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134616  sap.com/EP-PSERV 
    sap.com  com.sapportals.wdparamsprovider  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134618  sap.com/EP-PSERV 
    sap.com  com.sapportals.yahoointegration  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134620  sap.com/EP-PSERV 
    sap.com  tc/wd/eptests  7.00 (7.0016.20080123140856.0000)  SAP AG  SAP AG  20081023183019  sap.com/EP-PSERV 
    sap.com  tcepcommon~logWatch  7.00 (7.0014.20071112131518.0000)  SAP AG  SAP AG  20081022134621  sap.com/EP-PSERV 
    sap.com  acc_admin_welcome  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023182457  sap.com/EP-WDC 
    sap.com  adminstudiolite  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023182525  sap.com/EP-WDC 
    sap.com  ar_hook  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023182732  sap.com/EP-WDC 
    sap.com  com.sap.portal.fpn.accessservice  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023182604  sap.com/EP-WDC 
    sap.com  editor_framework  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023182629  sap.com/EP-WDC 
    sap.com  new_iview  null (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023183123  sap.com/EP-WDC 
    sap.com  new_page  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023183103  sap.com/EP-WDC 
    sap.com  obn04tst  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023182648  sap.com/EP-WDC 
    sap.com  pb  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023182801  sap.com/EP-WDC 
    sap.com  pb_api  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023182708  sap.com/EP-WDC 
    sap.com  pb_lyt  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023182822  sap.com/EP-WDC 
    sap.com  pb_test  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023182842  sap.com/EP-WDC 
    sap.com  property_editor  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023182902  sap.com/EP-WDC 
    sap.com  sap.com~gcwebservice  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023182920  sap.com/EP-WDC 
    sap.com  spider_search  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023182938  sap.com/EP-WDC 
    sap.com  tc/pp/ivs/floating_aliases  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023182957  sap.com/EP-WDC 
    sap.com  wizard_framework  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023183044  sap.com/EP-WDC 
    sap.com  com.sap.pcd.dbschema  7.00 (7.0012.20070426205038.0000)  SAP AG  SAP AG  20081022134219  sap.com/EPBC 
    sap.com  com.sap.portal.runtime.config.kmreadonly  7.00 (7.0014.20071111033708.0000)  SAP AG  SAP AG  20081022134231  sap.com/EPBC 
    sap.com  com.sap.prt.application.rfcframework  7.00 (7.0013.20070808101344.0000)  SAP AG  SAP AG  20081022140532  sap.com/EPBC 
    sap.com  com.sapportals.prt.bridge  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134233  sap.com/EPBC 
    sap.com  com.sapportals.prt.portalruntime  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023140022  sap.com/EPBC 
    sap.com  irj  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023151855  sap.com/EPBC 
    sap.com  com.sap.km.bs.ui.wdf  7.00 (7.0015.20080226132937.0000)  SAP AG  SAP AG  20081023172111  sap.com/EPBC2 
    sap.com  com.sap.portal.heartbeat  7.00 (7.0012.20070426205038.0000)  SAP AG  SAP AG  20081022140904  sap.com/EPBC2 
    sap.com  com.sap.portal.htmlb  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023172150  sap.com/EPBC2 
    sap.com  com.sap.portal.pcm.admin.apiservice  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134629  sap.com/EPBC2 
    sap.com  com.sap.portal.pcm.admin.implservice  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134631  sap.com/EPBC2 
    sap.com  com.sap.portal.runtime.admin.log  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023172227  sap.com/EPBC2 
    sap.com  com.sap.portal.runtime.application.soap  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023172302  sap.com/EPBC2 
    sap.com  com.sap.portal.runtime.config.component  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023172337  sap.com/EPBC2 
    sap.com  com.sap.portal.runtime.config.ieu.comp  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134637  sap.com/EPBC2 
    sap.com  com.sap.portal.runtime.flash  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134638  sap.com/EPBC2 
    sap.com  com.sap.portal.runtime.repository.adaptr  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134639  sap.com/EPBC2 
    sap.com  com.sap.portal.runtime.system.console  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134641  sap.com/EPBC2 
    sap.com  com.sap.portal.supportability.isolde  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134642  sap.com/EPBC2 
    sap.com  com.sap.prt.ws.container  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134644  sap.com/EPBC2 
    sap.com  com.sap.security.ume.par  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023172409  sap.com/EPBC2 
    sap.com  com.sapportals.prt.connection  7.00 (7.0012.20070426205038.0000)  SAP AG  SAP AG  20081022134648  sap.com/EPBC2 
    sap.com  com.sapportals.prt.contentconversion  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134650  sap.com/EPBC2 
    sap.com  com.sapportals.prt.hooks  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023172424  sap.com/EPBC2 
    sap.com  com.sapportals.prt.hooks.document  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134653  sap.com/EPBC2 
    sap.com  PRTDatabaseMigrationController  7.00 (7.0015.20080226132937.0000)  SAP AG  SAP AG  20081023172035  sap.com/EPBC2 
    sap.com  tc/monitoring/logviewer-standalone  7.00 (7.0016.20080423161050.0000)  SAP AG  SAP AG  20081023044518  sap.com/JLOGVIEW 
    sap.com  tc/sdt/app/jspm  7.00 (7.0016.20080522095416.0000)  SAP AG  SAP AG  20081023041753  sap.com/JSPM 
    sap.com  tc/sdt/app/jspm/bootstrap  7.00 (7.0016.20080522095416.0000)  SAP AG  SAP AG  20081023041820  sap.com/JSPM 
    sap.com  tc/sdt/app/jspm/ext  7.00 (7.0016.20080522095416.0000)  SAP AG  SAP AG  20081023042135  sap.com/JSPM 
    sap.com  tc/km_tc/kw  7.00 (7.0012.20070328121935.0000)  SAP AG  SAP AG  20080125140307  sap.com/KM-KW_JIKS 
    sap.com  tc/km_tc/sapiks  7.00 (7.0012.20070328121935.0000)  SAP AG  SAP AG  20080125140309  sap.com/KM-KW_JIKS 
    sap.com  tc/km_tc/sapirexthelp  7.00 (7.0012.20070328121935.0000)  SAP AG  SAP AG  20080125140312  sap.com/KM-KW_JIKS 
    sap.com  tc/kw_tc  7.00 (7.0016.20080423162609.0000)  SAP AG  SAP AG  20081023152006  sap.com/KM-KW_JIKS 
    sap.com  com.sap.netweaver.bc.crt  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023172457  sap.com/KMC-BC 
    sap.com  com.sap.netweaver.bc.crt.heartbeat  7.00 (7.0010.20061024142635.0000)  SAP AG  SAP AG  20081022152051  sap.com/KMC-BC 
    sap.com  com.sap.netweaver.bc.db  7.00 (7.0014.20071113170027.0000)  SAP AG  SAP AG  20081022152114  sap.com/KMC-BC 
    sap.com  com.sap.netweaver.bc.logging  7.00 (7.0010.20061024142635.0000)  SAP AG  SAP AG  20081022160039  sap.com/KMC-BC 
    sap.com  com.sap.netweaver.bc.protocol  7.00 (7.0016.20080601192937.0000)  SAP AG  SAP AG  20081023172528  sap.com/KMC-BC 
    sap.com  com.sap.netweaver.bc.rf  7.00 (7.0016.20080601192937.0000)  SAP AG  SAP AG  20081023172551  sap.com/KMC-BC 
    sap.com  com.sap.netweaver.bc.rf.manager  7.00 (7.0016.20080601192937.0000)  SAP AG  SAP AG  20081023172618  sap.com/KMC-BC 
    sap.com  com.sap.netweaver.bc.rf.moni  7.00 (7.0010.20061024142635.0000)  SAP AG  SAP AG  20081022160047  sap.com/KMC-BC 
    sap.com  com.sap.netweaver.bc.rf.service  7.00 (7.0016.20080601192937.0000)  SAP AG  SAP AG  20081023172654  sap.com/KMC-BC 
    sap.com  com.sap.netweaver.bc.sf  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023172724  sap.com/KMC-BC 
    sap.com  com.sap.netweaver.bc.sf.service  7.00 (7.0016.20080601192937.0000)  SAP AG  SAP AG  20081023172802  sap.com/KMC-BC 
    sap.com  com.sap.netweaver.bc.util  7.00 (7.0016.20080601192937.0000)  SAP AG  SAP AG  20081023172836  sap.com/KMC-BC 
    sap.com  com.sap.netweaver.bc.wdf.ext  7.00 (7.0010.20061024142635.0000)  SAP AG  SAP AG  20081022152128  sap.com/KMC-BC 
    sap.com  com.sap.nw.kmc.readonly.monitor  7.00 (7.0014.20071113170027.0000)  SAP AG  SAP AG  20081022152130  sap.com/KMC-BC 
    sap.com  tc/kmc/bc.rf.ws/rfws/ear  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023183243  sap.com/KMC-BC 
    sap.com  com.sap.km.acl  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022152215  sap.com/KMC-CM 
    sap.com  com.sap.km.application  7.00 (7.0014.20071113170027.0000)  SAP AG  SAP AG  20081022152218  sap.com/KMC-CM 
    sap.com  com.sap.km.cm  7.00 (7.0013.20070808101344.0000)  SAP AG  SAP AG  20081022152222  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.command  7.00 (7.0014.20071113170027.0000)  SAP AG  SAP AG  20081022152228  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.etc  7.00 (7.0016.20080602164054.0000)  SAP AG  SAP AG  20081023172959  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.etc.test  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022152241  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.main  7.00 (7.0016.20080602164054.0000)  SAP AG  SAP AG  20081023173034  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.managerservices  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022152246  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.protocols.ice  7.00 (7.0016.20080602164054.0000)  SAP AG  SAP AG  20081023173050  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.protocols.webdav  7.00 (7.0014.20071113170027.0000)  SAP AG  SAP AG  20081022152258  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.repository.filter  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022152302  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.repository.manager  7.00 (7.0016.20080602164054.0000)  SAP AG  SAP AG  20081023173117  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.repository.service  7.00 (7.0016.20080602164054.0000)  SAP AG  SAP AG  20081023173137  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.repository.service.base  7.00 (7.0016.20080602164054.0000)  SAP AG  SAP AG  20081023173212  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.security  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022152315  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.service  7.00 (7.0016.20080602164054.0000)  SAP AG  SAP AG  20081023173237  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.service.base  7.00 (7.0016.20080602164054.0000)  SAP AG  SAP AG  20081023173313  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.tools  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022152332  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.ui  7.00 (7.0016.20080602164054.0000)  S

  • Java.lang.ClassNotFoundException  Failed to create delegate for component

    Hello Experts,
    I am expericing this problem on address iview of  ess. It was workign fine. But, suddenly. Its throwing this error. I am not able to figure whats going on with it. I restarted the server. But it didnt help. can any one suggest me Solution.
    project references : ess~per exists.
    ESS 600/ECC 6.0
    WAS 7.0.13.
    NWDS 7.0.13
    Your help is highly appreciated.
    Thanks,
    java.lang.ClassNotFoundException: com.sap.xss.hr.per.us.address.overview.wdp.InternalVcPerAddressUSOverview -
    Loader Info -
    ClassLoader name: [sap.com/essusaddr] Parent loader name: [Frame ClassLoader] References: common:service:http;service:servlet_jsp service:ejb common:service:iiop;service:naming;service:p4;service:ts service:jmsconnector library:jsse library:servlet common:library:IAIKSecurity;library:activation;library:mail;library:tcsecssl library:ejb20 library:j2eeca library:jms library:opensql common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;service:userstore interface:resourcecontext_api interface:webservices interface:cross interface:ejbserialization sap.com/essper sap.com/pcui_gpxssutils sap.com/tcwddispwda sap.com/pcui_gpxssfpm sap.com/tcwdcorecomp service:webdynpro service:sld library:tcddicddicservices library:com.sap.aii.proxy.framework library:tcgraphicsigs library:com.sap.mw.jco library:com.sap.lcr.api.cimclient library:sapxmltoolkit library:com.sap.aii.util.rb library:com.sap.util.monitor.jarm library:tcddicddicruntime library:com.sap.aii.util.xml library:com.sap.aii.util.misc library:tccmi Resources: /usr/sap/DEP/JC41/j2ee/cluster/server0/apps/sap.com/essusaddr/webdynpro/public/lib/app.jar Loading model: {parent,references,local} -
        at com.sap.engine.frame.core.load.ReferencedLoader.loadClass(ReferencedLoader.java:382)
        at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:65)
        at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.<init>(DelegatingComponent.java:51)
        at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:382)
        at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createComponent(ClientComponent.java:940)
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create delegate for component com.sap.xss.hr.per.us.address.overview.VcPerAddressUSOverview. (Hint: Is the corresponding DC deployed correctly? Does the DC contain the component?)
         at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:110)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.<init>(DelegatingComponent.java:51)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:382)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createComponent(ClientComponent.java:940)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createComponent(ClientComponent.java:177)
         at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponentInternal(ComponentUsage.java:149)
         at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponent(ComponentUsage.java:141)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$ComponentUsageManager.createVACComponentUsage(FPMComponent.java:747)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doProcessEvent(FPMComponent.java:563)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doEventLoop(FPMComponent.java:438)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.wdDoInit(FPMComponent.java:196)
         at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdDoInit(InternalFPMComponent.java:110)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:108)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:430)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:756)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:291)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:733)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:668)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:860)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.create(AbstractApplicationProxy.java:220)
         at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1288)
         at com.sap.portal.pb.PageBuilder.createPage(PageBuilder.java:355)
         at com.sap.portal.pb.PageBuilder.init(PageBuilder.java:548)
         at com.sap.portal.pb.PageBuilder.wdDoRefresh(PageBuilder.java:592)
         at com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.java:864)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processPhaseListener(WindowPhaseModel.java:755)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doPortalDispatch(WindowPhaseModel.java:717)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:136)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:684)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         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(AccessController.java:215)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: java.lang.ClassNotFoundException: com.sap.xss.hr.per.us.address.overview.wdp.InternalVcPerAddressUSOverview
    Loader Info -
    ClassLoader name: [sap.com/essusaddr]
    Parent loader name: [Frame ClassLoader]
    References:
       common:service:http;service:servlet_jsp
       service:ejb
       common:service:iiop;service:naming;service:p4;service:ts
       service:jmsconnector
       library:jsse
       library:servlet
       common:library:IAIKSecurity;library:activation;library:mail;library:tcsecssl
       library:ejb20
       library:j2eeca
       library:jms
       library:opensql
       common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;service:userstore
       interface:resourcecontext_api
       interface:webservices
       interface:cross
       interface:ejbserialization
       sap.com/ess~per
       sap.com/pcui_gp~xssutils
       sap.com/tcwddispwda
       sap.com/pcui_gp~xssfpm
       sap.com/tcwdcorecomp
       service:webdynpro
       service:sld
       library:tcddicddicservices
       library:com.sap.aii.proxy.framework
       library:tcgraphicsigs
       library:com.sap.mw.jco
       library:com.sap.lcr.api.cimclient
       library:sapxmltoolkit
       library:com.sap.aii.util.rb
       library:com.sap.util.monitor.jarm
       library:tcddicddicruntime
       library:com.sap.aii.util.xml
       library:com.sap.aii.util.misc
       library:tc~cmi
    Resources:
       /usr/sap/DEP/JC41/j2ee/cluster/server0/apps/sap.com/essusaddr/webdynpro/public/lib/app.jar
    Loading model: {parent,references,local}
         at com.sap.engine.frame.core.load.ReferencedLoader.loadClass(ReferencedLoader.java:382)
         at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:65)
         ... 57 more
    ====================================================
    ====================================================
    Now, If I run it again its giving me a negative cache error.
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create delegate for component com.sap.xss.hr.per.us.address.overview.VcPerAddressUSOverview. (Hint: Is the corresponding DC deployed correctly? Does the DC contain the component?)
         at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:110)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.<init>(DelegatingComponent.java:51)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:382)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createComponent(ClientComponent.java:940)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createComponent(ClientComponent.java:177)
         at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponentInternal(ComponentUsage.java:149)
         at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponent(ComponentUsage.java:141)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$ComponentUsageManager.createVACComponentUsage(FPMComponent.java:747)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doProcessEvent(FPMComponent.java:563)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doEventLoop(FPMComponent.java:438)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.wdDoInit(FPMComponent.java:196)
         at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdDoInit(InternalFPMComponent.java:110)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:108)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:430)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:756)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:291)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:733)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:668)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:860)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.create(AbstractApplicationProxy.java:220)
         at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1288)
         at com.sap.portal.pb.PageBuilder.createPage(PageBuilder.java:355)
         at com.sap.portal.pb.PageBuilder.init(PageBuilder.java:548)
         at com.sap.portal.pb.PageBuilder.wdDoRefresh(PageBuilder.java:592)
         at com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.java:864)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processPhaseListener(WindowPhaseModel.java:755)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doPortalDispatch(WindowPhaseModel.java:717)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:136)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:684)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         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(AccessController.java:215)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: java.lang.ClassNotFoundException: com.sap.xss.hr.per.us.address.overview.wdp.InternalVcPerAddressUSOverview
    Found in negative cache
    Loader Info -
    ClassLoader name: [sap.com/essusaddr]
    Parent loader name: [Frame ClassLoader]
    References:
       common:service:http;service:servlet_jsp
       service:ejb
       common:service:iiop;service:naming;service:p4;service:ts
       service:jmsconnector
       library:jsse
       library:servlet
       common:library:IAIKSecurity;library:activation;library:mail;library:tcsecssl
       library:ejb20
       library:j2eeca
       library:jms
       library:opensql
       common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;service:userstore
       interface:resourcecontext_api
       interface:webservices
       interface:cross
       interface:ejbserialization
       sap.com/ess~per
       sap.com/pcui_gp~xssutils
       sap.com/tcwddispwda
       sap.com/pcui_gp~xssfpm
       sap.com/tcwdcorecomp
       service:webdynpro
       service:sld
       library:tcddicddicservices
       library:com.sap.aii.proxy.framework
       library:tcgraphicsigs
       library:com.sap.mw.jco
       library:com.sap.lcr.api.cimclient
       library:sapxmltoolkit
       library:com.sap.aii.util.rb
       library:com.sap.util.monitor.jarm
       library:tcddicddicruntime
       library:com.sap.aii.util.xml
       library:com.sap.aii.util.misc
       library:tc~cmi
    Resources:
       /usr/sap/DEP/JC41/j2ee/cluster/server0/apps/sap.com/essusaddr/webdynpro/public/lib/app.jar
    Loading model: {parent,references,local}
         at com.sap.engine.frame.core.load.ReferencedLoader.loadClass(ReferencedLoader.java:360)
         at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:65)
         ... 57 more

    Resolved by addign the missing references

  • Failed to create Smart View Extension Activator when launching MS Excel

    Hi
    I am using EPM Planning 11.1.2.1.
    We have installed Smartview on client (MS Office 2003). No error on installation.
    But when we launch MS Excel, we have the following error message :
    Failed to create Smart View Extension Activator object. Verify that it is (registered) properly
    Please install the following update of Microsoft Corporation :
    MS Office 2003 Update (office 2003-KB907417-FullFile-ENU.exe)
    We have installed the KB907417 MS Office update, but we still have the same error message.
    Thanks in advance for your help
    Fanny

    Fanny,
    One more reason that i can think is Office shared feature that comes along with office suite which is needed for installing office addins. Could you please verify in your system if office shared features is installed.
    to check: Add or remove programs->microsoft office->change->add/remove feature-> you can see the list of office stuffs installed on the machine. Just check if "office shared feature" is present.

  • Failed to create delegate for component - Leave Request

    Hello Guru's,
    We are facing some issues with Time Management Applications:
    From the Portal before rendering the application we're getting the below error.
    Exception occured during processing of Web Dynpro application sap.com/ess~lea/LeaveRequest. The causing exception is nested.
    [EXCEPTION]
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create delegate for component com.sap.xss.essceservices.vcceassignmentselection.VcCEAssignmentSelection. (Hint: Is the corresponding DC deployed correctly? Does the DC contain the component?)
    at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:110)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.<init>(DelegatingComponent.java:51)
    at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:382)
    at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createComponent(ClientComponent.java:940)
    at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createComponent(ClientComponent.java:177)
    at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponentInternal(ComponentUsage.java:149)
    at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponent(ComponentUsage.java:141)
    at com.sap.pcuigp.xssfpm.wd.FPMComponent$ComponentUsageManager.createVACComponentUsage(FPMComponent.java:747)
    at com.sap.pcuigp.xssfpm.wd.FPMComponent.doProcessEvent(FPMComponent.java:563)
    at com.sap.pcuigp.xssfpm.wd.FPMComponent.doEventLoop(FPMComponent.java:438)
    at com.sap.pcuigp.xssfpm.wd.FPMComponent.wdDoInit(FPMComponent.java:196)
    at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdDoInit(InternalFPMComponent.java:110)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:108)
    at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
    at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
    at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:430)
    at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:782)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:302)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:761)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:696)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:253)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
    at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)
    at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:869)
    at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.create(AbstractApplicationProxy.java:229)
    at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1344)
    at com.sap.portal.pb.PageBuilder.createPage(PageBuilder.java:356)
    at com.sap.portal.pb.PageBuilder.init(PageBuilder.java:549)
    at com.sap.portal.pb.PageBuilder.wdDoRefresh(PageBuilder.java:593)
    at com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.java:865)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processPhaseListener(WindowPhaseModel.java:755)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doPortalDispatch(WindowPhaseModel.java:717)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:136)
    at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
    at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:332)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:712)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:253)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    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: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:74)
    ... 57 more
    Caused by: java.lang.NoClassDefFoundError: com.sap.pcuigp.xssutils.pernr.model.grpinfo.Hrxssce_Pernr_Grp_Info
    at com.sap.xss.essceservices.vcceassignmentselection.wdp.InternalVcCEAssignmentSelection.class$(InternalVcCEAssignmentSelection.java:25)
    at com.sap.xss.essceservices.vcceassignmentselection.wdp.InternalVcCEAssignmentSelection.<init>(InternalVcCEAssignmentSelection.java:45)
    ... 62 more
    We're on
    ERP 6.0 Stack 20,
    ECC EhP4 Stack 05
    SAP_APPL     600     0016
    SAP_HR     604     0014
    The other Web Dynpro Java applications are working fine.
    And this is happening only in QA Dev and Prod are working fine.
    Please help me with this issue.
    Thanks & Regards,
    Pramod

    Pramod,
    Check if your assigned resource (if standard, EMPLOYEE_LEAVEREQUEST_SERVICE05) has the same properties in qas agains dev.
    Also, to ensure that your ESS tables are equals in both systems, you can use SCMP transaction (to know the name of any table open it in customizing and press F1).
    If SAP customizing its OK, go for Portal. Check first your Leave Request page in Preview mode (by Content Administration);
    - if its OK, check the Portal Roles
    - if it doesn't work, consider: in a few cases some iview personalizations can produce a permanent error. if you're using custom iview, open the standard Leave Request page in Preview mode. also, some developments done through NWDI; in this case do a redeploy of application.
    - another common issue happens when there is no any absence / attendance defined in backend. so, for this case you can compare the customizing for rules and absence/attendance between qas and dev
    - finally, test with different users, because in another cases when you've a collision time or some incorrect time information for a certain employee, the Leave Request service show an error screen.
    best regards

  • Query doesn't work in APD, Error: column store error: fail to create scenario: [340 2048

    Hi Experts,
    We got a problem here.
    We have a query ran without any problems in RSRT. But when I try to put it as data sources(infoprovider) in APD.
    I got following error:
    column store error: fail to create scenario: [340 2048
    We are in BW731006 & ABAP731006.
    Any advise?
    Thanks in advance!
    Tengran

    Hi,
    Can you check this part in error mentioned by clicking as highlighted in red box. It will give you a correct idea about the issue ::
    Also share the detailed error with us as well.
    Best Regards,
    Arpit

  • PeopleSoft Web Services Connector Error – Failed to create a 'RequestMessageMemberType' . . .

    Hello all,
    I am new to FIM and am currently in the process of setting-up a PeopleSoft
    Web Services MA.  I am receiving the following error in the FIM Sync Manager in the Create Management Agent dialog in the Global Parameters section:
    “Test Connection failed with the following error: Failed
    to create a ‘RequestMessageMemberType’ from the text d:Find__CompIntfc__CI_PERSONAL_DATATypeShape’. Below is the information about configured endpoint address(es): http://<FQDN>:10320/PSIGW/PeopleSoftServiceListeningConnector/HR92DEV”.
    I had no issues with the discovery process in the Web Services Configuration tool.  The following parameters were supplied for the config file:
    WSDL: 
    http://<FQDN>:10320/PSIGW/PeopleSoftServiceListeningConnector/HR92DEV/PSCONNECTORWEBSERVICE.1.wsdl
    Namespace: 
    targetNamespace
    Basic authentication <user>, <password>; Interoperable:
    PasswordText
    Has anyone else received this error message or can anyone give me some advice on how to troubleshoot?  Any help would be greatly appreciated.
    Thanks.

    Hello all,
    I am new to FIM and am currently in the process of setting-up a PeopleSoft
    Web Services MA.  I am receiving the following error in the FIM Sync Manager in the Create Management Agent dialog in the Global Parameters section:
    “Test Connection failed with the following error: Failed
    to create a ‘RequestMessageMemberType’ from the text d:Find__CompIntfc__CI_PERSONAL_DATATypeShape’. Below is the information about configured endpoint address(es): http://<FQDN>:10320/PSIGW/PeopleSoftServiceListeningConnector/HR92DEV”.
    I had no issues with the discovery process in the Web Services Configuration tool.  The following parameters were supplied for the config file:
    WSDL: 
    http://<FQDN>:10320/PSIGW/PeopleSoftServiceListeningConnector/HR92DEV/PSCONNECTORWEBSERVICE.1.wsdl
    Namespace: 
    targetNamespace
    Basic authentication <user>, <password>; Interoperable:
    PasswordText
    Has anyone else received this error message or can anyone give me some advice on how to troubleshoot?  Any help would be greatly appreciated.
    Thanks.

  • ERROR: Failed to retrieve character view of the report.

    While trying to get HTML representation of report I am getting following error trying to get report from crystal reports web services XI R2 (Product: 11.5):
    Source code to reproduce:
                        ViewSupport htmlViewSupport = new ViewSupport();
                        htmlViewSupport.setOutputFormat(OutputFormatType.HTML);
                        htmlViewSupport.setViewType(ViewType.CHARACTER);
                        htmlViewSupport.setViewMode(ViewModeType.REPORT);
                        RetrieveCharacterView retCharView = new RetrieveCharacterView();
                        retCharView.setViewSupport(htmlViewSupport);
                        retBOData = new RetrieveData();
                        retBOData.setRetrieveView(retCharView);
                        boDocInfo = oReportEngine.getDocumentInformation(documentCUID, null, null, null, retBOData);
                        XMLView oBinaryView = (XMLView) boDocInfo.getView();
                        docContents = ((String) oBinaryView.getContent()).getBytes();
    in contrary this works ok (getting PDF):
                        RetrieveBinaryView oRetrieveBinaryView = new RetrieveBinaryView();
                        ViewSupport oViewSupport = new ViewSupport();
                        oViewSupport.setOutputFormat(OutputFormatType.PDF);
                        oViewSupport.setViewType(ViewType.BINARY);
                        oViewSupport.setViewMode(ViewModeType.DOCUMENT);
                        oRetrieveBinaryView.setViewSupport(oViewSupport);
                        oRetrieveData.setRetrieveView(oRetrieveBinaryView);
                        // retrieve binary data
                        boDocInfo = oReportEngine.getDocumentInformation(documentCUID, null, null, null, oRetrieveData);
                        documentCUID = boDocInfo.getDocumentReference();
                        BinaryView oBinaryView = (BinaryView) boDocInfo.getView();
                        docContents = oBinaryView.getContent();
    Error:
    Failed to retrieve character view of the report. (Error: WRE 02505)
    AxisFault
    faultCode: Server.generalException
    faultSubcode:
    faultString: Failed to retrieve character view of the report. (Error: WRE 02505)
    faultActor:
    faultNode:
    faultDetail:
         {reportengine.dsws.businessobjects.com}DSWSException:
         <ID>2505</ID>
         <Message>Failed to retrieve character view of the report. (Error: WRE 02505)</Message>
         <Operation>reportengine.dsws.businessobjects.com/getDocumentInformation</Operation>
         <CallStackTrace>com.businessobjects.dsws.wsc.common.axis.WSExceptionFactory$InvalidViewSupport
         at com.businessobjects.dsws.wsc.reportengine.DocumentAgent.validateCharacterViewSupport(Unknown Source)
         at com.businessobjects.dsws.wsc.reportengine.DocumentAgent.handleGetCharacterView(Unknown Source)
         at com.businessobjects.dsws.wsc.reportengine.DocumentAgent.handleRetrieveData(Unknown Source)
         at com.businessobjects.dsws.wsc.reportengine.DocumentAgent.handleActions(Unknown Source)
         at com.businessobjects.dsws.wsc.reportengine.CrystalReportEngineSoapImpl.getDocumentInformation(Unknown Source)
         at com.businessobjects.dsws.reportengine.ReportEngineSoapImpl.getDocumentInformation(Unknown Source)
         at com.businessobjects.dsws.reportengine.ReportEngineSoapSkeleton.getDocumentInformation(Unknown Source)
         at sun.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:402)
         at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:309)
         at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:333)
         at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
         at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150)
         at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120)
         at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:481)
         at org.apache.axis.server.AxisServer.invoke(AxisServer.java:323)
         at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:854)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:339)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at com.businessobjects.dsws.wsc.common.axis.FlashFilter.doFilter(Unknown Source)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:534)
    </CallStackTrace>
         <CauseException>com.businessobjects.dsws.wsc.common.axis.WSExceptionFactory$InvalidViewSupport</CauseException>
         exceptionName: com.businessobjects.dsws.DSWSException
    Failed to retrieve character view of the report. (Error: WRE 02505)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at java.lang.Class.newInstance0(Class.java:355)
         at java.lang.Class.newInstance(Class.java:308)
         at org.apache.axis.encoding.ser.BeanDeserializer.<init>(BeanDeserializer.java:125)
         at org.apache.axis.encoding.ser.BeanDeserializer.<init>(BeanDeserializer.java:111)
         at com.businessobjects.dsws.DSWSException.getDeserializer(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.axis.encoding.ser.BaseDeserializerFactory.getSpecialized(BaseDeserializerFactory.java:176)
         at org.apache.axis.encoding.ser.BaseDeserializerFactory.getDeserializerAs(BaseDeserializerFactory.java:117)
         at org.apache.axis.encoding.DeserializationContextImpl.getDeserializer(DeserializationContextImpl.java:466)
         at org.apache.axis.encoding.DeserializationContextImpl.getDeserializerForType(DeserializationContextImpl.java:481)
         at org.apache.axis.message.SOAPFaultDetailsBuilder.onStartChild(SOAPFaultDetailsBuilder.java:172)
         at org.apache.axis.encoding.DeserializationContextImpl.startElement(DeserializationContextImpl.java:963)
         at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
         at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
         at javax.xml.parsers.SAXParser.parse(SAXParser.java:395)
         at org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:242)
         at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538)
         at org.apache.axis.Message.getSOAPEnvelope(Message.java:376)
         at org.apache.axis.client.Call.invokeEngine(Call.java:2583)
         at org.apache.axis.client.Call.invoke(Call.java:2553)
         at org.apache.axis.client.Call.invoke(Call.java:2248)
         at org.apache.axis.client.Call.invoke(Call.java:2171)
         at org.apache.axis.client.Call.invoke(Call.java:1691)
         at com.businessobjects.dsws.reportengine.ReportEngineSoapStub.getDocumentInformation(Unknown Source)
         at com.businessobjects.dsws.reportengine.ReportEngine.getDocumentInformation(Unknown Source)
         at com.mobitel.reports.CrReportPdfGenerator.getPdf(CrReportPdfGenerator.java:289)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.axis2.rpc.receivers.RPCUtil.invokeServiceClass(RPCUtil.java:194)
         at org.apache.axis2.rpc.receivers.RPCMessageReceiver.invokeBusinessLogic(RPCMessageReceiver.java:102)
         at org.apache.axis2.receivers.AbstractInOutMessageReceiver.invokeBusinessLogic(AbstractInOutMessageReceiver.java:40)
         at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:100)
         at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:176)
         at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:275)
         at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:133)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:647)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)

    I am not using HTML renderer but PDF renderer. See code below:
                   String format = "pdf";
                   RetrieveData oRetrieveData = null;
                   oRetrieveData = new RetrieveData();
                   if (format == "pdf") {
                        // Get a Document info object in character view format.
                        RetrieveBinaryView oRetrieveBinaryView = new RetrieveBinaryView();
                        ViewSupport oViewSupport = new ViewSupport();
                        oViewSupport.setOutputFormat(OutputFormatType.PDF);
                        oViewSupport.setViewType(ViewType.BINARY);
                        oViewSupport.setViewMode(ViewModeType.REPORT_PAGE);
                        oRetrieveBinaryView.setViewSupport(oViewSupport);
                        oRetrieveData.setRetrieveView(oRetrieveBinaryView);
                        // retrieve binary data
                        boDocInfo = oReportEngine.getDocumentInformation(documentCUID, null, null, null, oRetrieveData);
                        documentCUID = boDocInfo.getDocumentReference();
                        BinaryView oBinaryView = (BinaryView) boDocInfo.getView();
                        docContents = oBinaryView.getContent();
    In the mean time I already figured out that I need to use ViewModeType.REPORT_PAGE as you sugested.
    Problem we are having now is that PDF rendering takes at best 6 seconds on pageserver.exe to render report. But if we render it on CR Developer, it renders imediately.
    Report is referencing stored procedure on oracle.

  • Xcode ERROR: Failed to create an alert for ID "enabled" based on defaults: 1

    I installed OX 10.8 and xcode 4.4 and when I run any simple application for simulator it generated error in console:
    Xcode[7808]: ERROR: Failed to create an alert for ID "enabled" based on defaults: 1
    I reinstalled with clean xcode, but it did not help.  I see the building freeze when "coping 2 of 2 resources to product
    Also, xcode freezes when I jusy click on Mainstoryboard.storyboard file.
    I found a few posts with the same ERROR but no clear fix.  Any help will be appriciated.

    Hi, i had the same problem yesterday and after searching I found no solution to this error.
    Today i just burned the original Mountain Lion.dmg to a portable hard driver then reinstall the OS. And it seemed that the os had been restored and the error had been fixed.
    And, i guess there's some app that changes some documents of the system. So when you rewrite the os, u get the bug fixed.
    Good luck to you guys.

  • SCCM 2012 Client Error Failed to create registration request body. Error: 0x80070057

    Hi,
    While installing sccm 2012 R2 Client on server 2008 R2 ClientManagerStartup.log shows below error
    Failed to create registration request body. Error: 0x80070057
    Kiran

    Torsten is right, please post the entire ccmsetup.log and client.msi.log.
    Daniel Ratliff | http://www.PotentEngineer.com

  • VBoxManage: error: Failed to create a session object!

    When I run
    vagrant up
    I get the following output:
    Bringing machine 'default' up with 'virtualbox' provider...
    There was an error while executing `VBoxManage`, a CLI used by Vagrant
    for controlling VirtualBox. The command and stderr is shown below.
    Command: ["list", "hostonlyifs"]
    Stderr: VBoxManage: error: Failed to create a session object!
    VBoxManage: error: Code NS_ERROR_FACTORY_NOT_REGISTERED (0x80040154) - Class not registered (extended info not available)
    VBoxManage: error: Most likely, the VirtualBox COM server is not running or failed to start.
    I tried directly running
    VBoxManage list
    and I get this output:
    VBoxManage: error: Failed to create a session object!
    VBoxManage: error: Code NS_ERROR_FACTORY_NOT_REGISTERED (0x80040154) - Class not registered (extended info not available)
    VBoxManage: error: Most likely, the VirtualBox COM server is not running or failed to start.
    VirtualBox (and vagrant) were both working earlier today, but I updated a bunch of packages via
    yaourt -Syua
    which I suspect is what caused the problem. Here's (what I think are) the relevant part of
    /var/logs/pacman.log
    [2013-10-22 15:53] [PACMAN] starting full system upgrade
    [2013-10-22 15:55] [PACMAN] upgraded libpng (1.6.5-1 -> 1.6.6-1)
    [2013-10-22 15:55] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2013-10-22 15:55] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2013-10-22 15:55] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2013-10-22 15:55] [ALPM-SCRIPTLET] ==> Starting build: 3.11.6-1-ARCH
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-10-22 15:55] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-10-22 15:55] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2013-10-22 15:55] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-10-22 15:55] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2013-10-22 15:55] [ALPM-SCRIPTLET] ==> Starting build: 3.11.6-1-ARCH
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-10-22 15:55] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2013-10-22 15:55] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
    [2013-10-22 15:55] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-10-22 15:55] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-10-22 15:55] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2013-10-22 15:55] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-10-22 15:55] [PACMAN] upgraded linux (3.11.5-1 -> 3.11.6-1)
    [2013-10-22 15:56] [ALPM] warning: /boot/syslinux/syslinux.cfg installed as /boot/syslinux/syslinux.cfg.pacnew
    [2013-10-22 15:56] [ALPM-SCRIPTLET] Syslinux BIOS update successful
    [2013-10-22 15:56] [ALPM-SCRIPTLET] If you used syslinux-install_update to install syslinux:
    [2013-10-22 15:56] [ALPM-SCRIPTLET] ==> If you want to use syslinux with menu and all modules please rerun
    [2013-10-22 15:56] [ALPM-SCRIPTLET] ==> # /usr/bin/syslinux-install_update -i -a -m
    [2013-10-22 15:56] [ALPM-SCRIPTLET]
    [2013-10-22 15:56] [ALPM-SCRIPTLET] If you manually installed syslinux:
    [2013-10-22 15:56] [ALPM-SCRIPTLET] ==> Please copy or symlink all .c32 modules to your /boot/syslinux directory.
    [2013-10-22 15:56] [ALPM-SCRIPTLET] ==> If (/ and /boot on seperate fs):
    [2013-10-22 15:56] [ALPM-SCRIPTLET] ==> # cp /usr/lib/syslinux/bios/*.c32 /boot/syslinux
    [2013-10-22 15:56] [ALPM-SCRIPTLET] ==> If (/ and /boot on same fs):
    [2013-10-22 15:56] [ALPM-SCRIPTLET] ==> # ln -s /usr/lib/syslinux/bios/*.c32 /boot/syslinux
    [2013-10-22 15:56] [PACMAN] upgraded syslinux (4.07-1 -> 6.02-3)
    [2013-10-22 15:56] [ALPM-SCRIPTLET] In order to use the new version, reload all virtualbox modules manually.
    [2013-10-22 15:56] [PACMAN] upgraded virtualbox-host-modules (4.2.18-7 -> 4.3.0-1)
    [2013-10-22 15:56] [PACMAN] upgraded virtualbox (4.2.18-2 -> 4.3.0-1)
    After merging in the changes from
    /boot/syslinux/syslinux.cfg.pacnew
    , I ran
    /usr/bin/syslinux-install_update -i -a -m
    , and then rebooted the system, and that's when I first discovered VirtualBox was no longer working.
    I tried
    sudo modprobe vboxdrv
    sudo modprobe vboxnetadp
    sudo modprobe vboxnetflt
    and
    sudo modprobe vobxpci
    based on what I saw from https://bbs.archlinux.org/viewtopic.php?id=130317
    I tried
    chown root.root /tmp; chmod ug-s /tmp; chmod 1777 /tmp
    based on what I saw from https://www.virtualbox.org/ticket/2335#comment:4
    The output of
    /bin/ls -ld /tmp
    is
    drwxrwxrwt 4 root root 80 Oct 22 16:46 /tmp
    Not sure what to try next.
    Last edited by Nebu (2013-10-22 21:33:35)

    I also can confirm the same issue as with previous posters, tried all stuff found on the net that seems related to this issue.
    Nothing so far as solved it for me, I also had to downgrade to 4.2.18. Not optimal but atleasat i can work until this has been sorted out.
    Last edited by loxan (2013-10-24 09:02:19)

  • Publish error: failed to create chr_book_op.gif

    I'm using RH10 as part of TCS4. Multiple projects that are routinely updatedfor the past 10 years suddenly (since the last update) now all fail during the Publish operation with an unhelpful error "Failed to create chr_book_op.gif." The projects generate without error so this is not a problem within TCS4. Since the error occurs in multiple projects, I assume it is a connectivity issue. To test, I verified that  I can manually (using Filezilla) FTP all files to the target Web site so I know the FTP settings are valid. I have verified that the Filezilla FTP settings are the same settings as defined in the project's Publish settings. The only thing that changed since the last update is that I swapped out a broadband modem. Everything works correctly with the new modem, and I assume that since I can successfully manually FTP, the modem is not the source of the problem.
    Has anyone seen this error before? I'm at a loss as to how to further troubleshoot.  It would be a nuisance if I cannot use RH's Publish functionality.

    Hello Anjaneai,
    I created a test project (as WebHelp). It generated correctly but again failed during Publish at the same file (chr_con_out.gif) that causes all of my other projects to fail. The .gif file is present in all of my projects and is part of the standard Chrisi skin. Here is a screenshot of the error:
    I generated the same test project as FlashHelp. It generated correctly but failed during Publish. I don't use FlashHelp, so I don't know how to interpret the error. Here is a screenshot of the error:
    There were no errors to indicate a problem with the FTP connection.
    Thank you for your help.
    Carol

Maybe you are looking for