CAF Problems

Hi,
When trying to run some of the CAF tools, like Authorization Tool and Service Customization, i'm getting some errors:
- com.sap.caf.rt.exception.CAFBaseRuntimeException: Service manager initialization failed Illegal argument exception: Unable to create javax.ejb.EJBObject;
- There were some errors when loading service modules;
Any idea?
Thanks and Regards,
John

Hi,
Sure. Here it is:
com.sap.caf.rt.exception.CAFBaseRuntimeException: Service manager initialization failed Illegal argument exception: Unable to create javax.ejb.EJBObject.
     at com.sap.caf.rt.ui.cool.generic.ServiceFacade.init(ServiceFacade.java:125)
     at com.sap.caf.rt.ui.cool.generic.ServiceFacade.<init>(ServiceFacade.java:54)
     at com.sap.caf.rt.ui.cool.generic.ServiceFacadeFactory.getFacadeInstance(ServiceFacadeFactory.java:51)
     at com.sap.caf.ui.utils.cool.CoolUtils.getServiceFacade(CoolUtils.java:116)
     at com.sap.caf.ui.utils.cool.typedmodel.core.ApplicationCAFServiceFactory.getService(ApplicationCAFServiceFactory.java:46)
     at com.sap.caf.ui.utils.cool.CAFServiceFactory.getServiceFacade(CAFServiceFactory.java:23)
     at com.sap.caf.authorization.reltree.RelTreeView.getRetrieveObjectsQuery(RelTreeView.java:266)
     at com.sap.caf.authorization.reltree.RelTreeView.wdDoInit(RelTreeView.java:109)
     at com.sap.caf.authorization.reltree.wdp.InternalRelTreeView.wdDoInit(InternalRelTreeView.java:157)
     at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doInit(DelegatingView.java:61)
     at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
     at com.sap.tc.webdynpro.progmodel.view.View.initController(View.java:412)
     at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:690)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:560)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:155)
     at com.sap.tc.webdynpro.progmodel.view.InterfaceView.initController(InterfaceView.java:43)
     at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:690)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:536)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:705)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:560)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:155)
     at com.sap.tc.webdynpro.progmodel.view.InterfaceView.initController(InterfaceView.java:43)
     at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:690)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:536)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:705)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:560)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.makeVisible(ViewManager.java:774)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.performNavigation(ViewManager.java:296)
     at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.navigate(ClientApplication.java:762)
     at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.navigate(ClientComponent.java:873)
     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doNavigation(WindowPhaseModel.java:498)
     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:144)
     at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:330)
     at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
     at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:297)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:706)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:660)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:228)
     at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:152)
     at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:56)
     at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:40)
     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:390)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
When i try to run Service Browser Tool, ask me to "Choose CAF source for metadata or define ABAP parameters and choose ABAP source". I choose CAF Source, and i'm getting the same exception.
Any idea?
If it is necessary to reinstall anything, is it possible to reinstall CAF, without having to reinstall the entire NW2004s?
Thanks and Regards,
John

Similar Messages

  • Problem while deploying an application in CAF

    Hi,
    When iam trying to deploy a CAF application iam getting following error.
    Description of the error.
    May 16, 2008 6:34:27 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [013]Deployment aborted
    Settings
    SDM host : os2gvzg
    SDM port : 50018
    URL to deploy : file:/D:/DOCUME1/jz3134/LOCALS1/Temp/temp49583sap.comskmsampwebdynpro.ear
    Result
    => deployment aborted : file:/D:/DOCUME1/jz3134/LOCALS1/Temp/temp49583sap.comskmsampwebdynpro.ear
    Aborted: development component 'skmsamp/webdynpro'/'sap.com'/'local'/'20080516183028'/'0':
    Cannot login to the SAP J2EE Engine using user and password as provided in the Filesystem Secure Store. Enter valid login information in the Filesystem Secure Store using the SAP J2EE Engine Config Tool. For more information, see SAP note 701654.
    com.sap.sdm.serverext.servertype.inqmy.extern.DeployManagerAuthExceptionWrapper: Wrong security credentials detected while trying to obtain connection to the J2EE Engine.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.checkLoginCredentials.DMAUTHEXC)
    Deployment exception : The deployment of at least one item aborted
    Can any one help me regarding this.

    Hi,
    This is credentials problem. You will need a user with Admin access to deploy these files on the server.
    Ashutosh

  • Problem in CAF- UI with web dynpro

    Hi all.
    I am creating a caf module . It has external service , entity and application service.
    after i have designed all these three i have created the web dynpro model.
    the model class has A , Q, P as suffix of  the classes . Whai is the meaning odofthis A , P amd Q .?
    also when i try to create an object of any of these after mapping it  gives an error -
    The <node> type cannot be instiantiated . What does this mean?
    i need to map a UI screen to an search query function of the application service
    and to call that serice on the click of button.
    please help me in this regard
    Thanks
    points asured for help

    Hi Anish,
    Thanks for your msil
    I have 2  different landscapes to work on .
    on one my caf project is working fine ,
    but it is throwing the linkage error  or also   at times java.lang.IncompatibleClassChangeError
    java.lang.IncompatibleClassChangeError
        at com.sap.recaf.services.recaf.userservice.UserServiceProxy.serviceModule(UserServiceProxy.java:20)
        at com.sap.recaf.services.recaf.userservice.UserServiceProxy.createCallbapiQuery(UserServiceProxy.java:43)
        at com.sap.test.user.User.wdDoInit(User.java:101)
        at com.sap.test.user.wdp.InternalUser.wdDoInit(InternalUser.java:224)
        at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:108)
        ... 28 more
    it gives the hint ---
    If the exception message indicates, that the modified class is part of the Web Dynpro Runtime (package com.sap.tc.webdynpro.*) then the running Web Dynpro Runtime is of a version that is not compatible with the Web Dynpro Designtime (Developer Studio or Component Build Server) which has been used to build + compile the application.
    I think the problem is of the config settings ,
    can u give any further suggestion?
    bye

  • Problem when creating CAF Entity Service finder Methods

    Guys,
    Can any one please suggest me appropriatly to the below problem.
    I am using NWDS 7.06. I have no problem when creating CAF project, Application Service and Entity Service even.
    But in the Entity Service:
    1. Add a string or longtext attribute.
    2. try to create a custom finder method in operations tab, during that operation i am  not finding the attribute which i have created in step1.
    That means i am not able to create the my own finder methods with parameters.
    I was able to do that in some version long ago but i have forgotten that NWDS version.
    summary of Problem Is: " Cannot create custom methods with custom parameters in Entity Service"
    Can you please suggest me the right version or a solution to this problem on urgent basis please.
    I promise you that i will give you full points to you who ever gives me the right solution.
    Please mail your suggestions to [email protected]

    Guys,
    I have solved the problem successfully. Thanks for your attention.

  • Problem while creating Complex Attirbutes of Entity Service in CAF Applicat

    I am Creating one CAF Application.
    while creating Entity Service i have Used one Complex Attribute. but in Application Services Implementation part when am assigning value to this Complex Attribute.it gives error that no method exist.
    Kindly provide some information on how to use Complex Attributes while creating Entity Service.
    Can i use NWDS2.0.11 for CAF Application?

    Guys,
    I have solved the problem successfully. Thanks for your attention.

  • A problem about GP Background CO call caf remote interface

    Hi, Guys.
         My server is CE. 
         When I developed my background co for my gp process, I tried to call a local interface of a ejb which is from a caf project.
         After I finished it and tested it by CO Test, it worked fine.
         But when I tried to test it by starting a process, I got an error meassage.
         Below is error message:
    javax.ejb.EJBException: ASJ.ejb.005042 (Failed in component: demo.sap.com/ca_flowear) Exception raised from   invocation of private java.lang.Object com.sap.caf.rt.interceptors.LogInterceptor.aroundInvoke(javax.interceptor.InvocationContext) throws java.lang.Exception method on bean instance com.sap.demo.ca_flow.modeled.as.flow.appsrv.as_currenprocessor.AS_CurrenProcessorBeanImpl@7973ae6f for bean demo.sap.com/ca_flowearannotation|demo.sap.comca_flowejbmodule.jarannotation|com.sap.demo.ca_flow.modeled.as.flow.appsrv.as_currenprocessor.AS_CurrenProcessor in application demo.sap.com/ca_flow~ear.; nested exception is: java.lang.NullPointerException: while trying to invoke the method com.sap.engine.frame.core.thread.ThreadContext.getContextObject(int) of an object loaded from local variable 'tc"
    I have no idea how to solve it.
    I promise that it works fine when I test it by CO Test.
    Thanks a lot.

    Hi, all.
    My problem looks like that my background co can`t find com/sap/caf/eu/gp/co/api/IGPBackgroundCallableObject.
    I have checked this class which exists in  caf/eu/gp/api and I have added it to my ear project with every kind of dependency including build time, design time, deploy time, and runtime.
    Did I miss anything?
    I really have no idea what I can do now.

  • .CAF and File Transfer Problem

    It seems like the iPhone SDK limits the codec to .CAF for applications. It seems like Garage Band handles this extention quite well; however, I mainly use a PC. I was wondering what Audio Editing software people use that can handle .caf.
    Quicktime Pro can convert to .MOV, but was wondering if there was an easier way to import these files into iTunes.
    Basically, I have recordings of lectures and work related items using the program iDicto, but perfer to have the files organized in iTunes.
    On a side note, iDicto recently had an update which allows 3 different recording qualities. I use the best quality, which makes a lecture ~100MB; however, when I go an try to transfer this file to my PC via Bonjour/WEBDAV(?), it will stop at ~30-50MB; giving me an incomplete recording.
    I was wondering if this was a bug in the application, or if the iPhone has difficulties transferring larger files. Any information would be greatly apprecaited, and if you have some downtime and want to try and reporduce this on a iPhone, iDicto is currently being offered has a free trial.
    Thanks again,
    Mark
    Message was edited by: macm5
    Message was edited by: macm5a

    I have the same problem... When trying to upload large files from iDicto using bonjour, the application crashes at around 30MB.

  • Problem configuring CAF / GP on NWDI

    Hi expert,
    I am newbie in using CAF and JDI. Currently I required to configure CAF / GP on NWDI and I have followed the steps recommended in "Installation Cookbook - Configure CAF / FP on NWDI 7.00".
    I have also download the archives as listed below and imported them successfully to CMS:
    SAPJTECHS.sca
    SAPBUILDT.sca
    SAPJEE.sca
    BIUDI.sca
    BIMMR.sca
    SAPEU.sca
    CAF.sca
    CAFKM.sca
    However, as I try to import them to the Development System, the browser response with the status "Import failed" . I look at the log files, and saw something like this:
    Info:Starting Step Repository-import at 2007-06-12 15:16:17.0375 +8:00
    Info:Component:sap.com/BI_UDI
    Info:Version  :SAP AG.20070131230600
    Info:1. PR is of type TCSSoftwareComponent
    Info:==> sources will not be imported for this SC
    Info:Step Repository-import ended with result 'not needed' at 2007-06-12 15:16:17.0406 +8:00
    can advise?
    Thank you.

    Hi
    I have looked through the System SIC -> monitor, I released that there is appropriate version of SCA in the server. Does that explain the following error message ?
    Info:==> sources will not be imported for this SC
    Info:Step Repository-import ended with result 'not needed' at 2007-06-12 15:16:17.0406 +8:00
    Even with that components, I have skipped the following steps
    9) import the checked in archives into the Development system (which is unsuccessful)
    10) import the checked in archives into the consolidated system
    11) configure runtime systems in the track
    12) import the development configuration
    And I proceed to the steps Chandan has advised:
    4. Now go to the NWDS and set the URL of server in Development Configuration perspective as per the doc.
    5. Now Login through user id and password from NWDS.
    6. select your track and import it.
    In NWDS, I went on to locate my component in the tracks and want to create local Web Dynpro DC with the dependencies set. So I right click and select Create New DC... and sync it as Web Dynpro.
    Then I encounter the following error:
    Development Component Creation completed with some problems.
    Reason:
    some used DCs are not available locally,
    you have to sync used DCs for this project.
    I decided to sync the DCs by right click on the Used DCs folder and select Add Used DC...
    From there I went on to select sap.com_SAP_JTECHS. As I expand the tree for this, there isn't any component for me to sync.
    I cannot proceed if there is missing components and the components:
    webdynproruntime_designtime_coupling_api.jar
    webdynproruntime_designtime_coupling.jar
    webdynproruntime_designtime_repository_pmr.jar
    webdynproruntime_designtime_repository.jar
    webdynproruntime_services.jar
    webdynpromodel_dynamicrfc.jar
    webdynpromodelimlp.jar
    webdynproprogmodel.jar etc
    I realise that they are from SAPJTECHS which already in the NW.
    Can help?
    Thanks

  • Com.sap.caf.mp.base.exception.EngineException: Problem in server response:

    Hi,
    I have created one CAF application,which is having one external webservice and one application service.Webservice takes two input parameters(string,boolean) and it returns an arraylist.
    So when i test the CAF application on the CAF service browser it is giving me error like " com.sap.caf.mp.base.exception.EngineException: Problem in server response: [Bad Request]."
    I am getting this error while creating object of web service.
    Can anybody help me on this issue..
    Thanks in Advance

    It looks like you are not authorized to execute the webservice. Check the webservice authentication settings.
    Peter

  • Problem while creating CAF project in NWDS workspace

    Hi Experts,
    We are facing a problem while creating CAF project in NWDS workspace. Even though we have tried in new workspace we are facing the issue. Find the below build error.
    We are not getting any error when we build from CBS.
    [javac] ERROR: C:\sap\test_VC_DC.jdi\0\DCs\test.com\ja\bl\journal\ejbmodule\_comp\src\com\test\ja\bl\journal\modeled\ModifyJournalLineItemRequestMessage.java:7: cannot find symbol
    [javac] ERROR: symbol  : class JournalLineItemDetail1
    [javac] ERROR: location: package com.test.ja.cm.util.modeled
    [javac] ERROR: import com.test.ja.cm.util.modeled.JournalLineItemDetail1;
    when we expand com.test.ja.cm.util.modeled there is no file with name JournalLineItemDetail1 and the actual file exists is JournalLineItemDetail but we are not able to understand why 1 is appending to the file JournalLineItemDetail. Can somebody throw some light on this?
    Regards,
    Pradeep

    Have you checked out the topics at the right in the More Like This section?
    OT

  • I am new to Muse so I am following the tutorial for Katie's Cafe.  I downloaded the sample files.  The problem is not all the files are in the folder as are on the tutorial.  The colour sample for instance is not there.  The CC Getting Started Katies.muli

    I am new to Muse so I am following the tutorial for Katie's Cafe.  I downloaded the sample files.  The problem is not all the files are in the folder as are on the tutorial.  The colour sample for instance is not there.  The CC Getting Started Katies.mulib file is also not there so you cannot automatically download all the necessary library files.  Can anyone help?

    found it in another area
    Where do I find the cc getting started Katies.mulib File ?

  • Mountain Lion problem with CAF sound files

    I have various sound files in a Cocoa game under OSX with OpenAL and now with Mountain Lion all the small CAF files (5kb or less) do not play.  Al the other larger CAF files play as normal.  All the files load with no errors.
    Does anyone have any thoughts on what might be causing this?  Anyone else seen problems with sound files?

    This is how it looks like for me. This accours on every Boot Up.

  • Problem to start the java stack . its not kernel. its java stack CAF

    Hello SAP,
    We have a problem to start the java stack. We saw in the SAP
    Managementconsole that the instances are running,
    The problem began after the deployment of the sap.com/CAF increaseing
    from patch 6 to 12. After that we make the update from 12 to 12.1
    The current kernel is number 95, the latest one.
    This plattform is Netweaver 04‘S.
    The B2C applications are stopped
    We hope you help us as soon as possible , because we are getting late
    with the project.
    My email:
    [email protected],
    ***send me and email and I can send you the files:
    *error in java stack.doc  (detail of the error)
    *the directory work
    *and the log file of the SDM is attached in the file information_log_SDM.txt
    The log file of de E:\usr\sap\CRD\DVEBMGS01\SDM\program\log
    is also attached in the file sdmcl20070716142953.log
    thanks for your fast answer
    Best Regards,
    Luis Moreno

    aply the note: 1010640 and later restart the system
    Luis Moreno

  • Problem Sending Mail (using Mail 2.1.1) from Cafes with Wireless Internet

    Hi,
    I have a Comcast.net mail account and Cable Internet at home. Receiving and sending mail works perfectly.
    When I take my MacBook into any cafe that has wireless internet -- and I've tried this in multiple cities -- I can receive mail fine, but when I try to send mail I get an error. The error message doesn't seem to have anything of use in it -- just "Cannot send the message with server smtp.comcast.net."
    When I then take the MacBook home, it instantly sends all the emails with no problem.
    Any ideas?
    Thanks.

    Hello Ron.
    > I know that some ISP's require authentication when using their servers from outside their network.
    It isn't your ISP that may require authentication with their SMTP server when connected to the internet via a different ISP, it is the ISP used for connecting to the internet if different from your own that dictates or may require this. If your ISP or the email account provider for the account does not support separate authentication with their SMTP server, trying to use authentication for the SMTP server will not work.
    Is Comcast your ISP? If not, is your ISP's SMTP server authenticated and does your ISP support using or not using separate authentication with their SMTP server?
    Time Warner (RoadRunner) is my ISP and RR does not have have an authenticated SMTP nor do they support it.

  • Gifting on facebook games such as Cafe World and Restaurant City problem

    Ever since I upgraded to Firefox 4, when I go to gift on Restaurant City, Cafe world or any other game it doesn't show up any names to gift too. I just tried it on Google Chrome to make sure it wasn't a Facebook issue. It worked on Google Chrome. Does anyone have any idea, or have you had the same issue?

    I believe I've fixed the problem. In the security tab in the options under the tools menu, I clicked to allow third party cookies (I had them deleted when I close Firefox for security reasons) and when I go back into Cafe World my friends show up on ask lists so I can click them. Try it and see if it works for you too.

Maybe you are looking for

  • Not able to create meeting request in outlook using desktop connection

    Hi All,   We installed the desktop connect professional edition and integrated MS outlook and CRM business activity. Our goal is to trigger an outlook meeting request (not an outlook appointment). We tried to configure this by creating a CRM business

  • Why would they just replace the fans when it needs a new logic board?

    Went to see a "genius" at the Apple store with my Week 12 MBP. Complained about excessive heat and it whining when unplugged, ever since I got it. He sent it off, three days later I got it back in the mail. But when I looked at the repair doc all it

  • Error loading fields in file to RFC (bapi) scenario

    Hi, I'm developing and testing a file to RFC interface In message monitor all is processed successfully and payload in Technical Routing it's like: - <IT_TAB> - <item>   <WERKS>0001</WERKS>   <FECHA>20080129</FECHA>   <HORA>131250</HORA>   <FILENAME>

  • My iPhone contacts won't sync to exchange

    Hi guys, I am trying to sync my iPhone contacts to Google contacts through exchange so that I can unify my contacts. I followed these directions: http://support.google.com/a/users/bin/answer.py?hl=en&answer=138740 But I don't see my contacts in Googl

  • Airplay for Older iMacs

    I hace iMac 2009, running 10.8.4 I understand that with newer iMacs you can now mirror your desktop to Apple TV.  Is there a way, an add on, an app, something, that will enable older iMas like mine to enable it to be mirrored to my Apple TV (Black bo