Exceptions happen when creating Actions

Hello,
I am new to the CAF and GP.
I installed NetWeaver2004s Sneak Preview SP9.
Then I made a user, and assigned rolls for using Guided Procedure.
I launched the GP design time, and choose Create Action from the contextual panel in the gallery.
But the following exceptions happen!
com.sap.engine.lib.xml.parser.ParserException: XMLParser: Bad attribute list. Expected WhiteSpace, / or >:(:main:, row:1, col:491)
What is thought as a problem?
Where is the XML file?
Server:Windows 2003 Server Standard Edition SP2
CPU:Pentium4 2.8GHz
Memory:1GB
Detailed Error Information is following:
com.sap.tc.webdynpro.repository.RepositoryRuntimeException: Failed to get Related Model Object for the object ontoBrowser, relation UsedComponent.
     at com.sap.tc.webdynpro.repository.model.DelegatorRepositoryModelClass.getRelatedModelObject(DelegatorRepositoryModelClass.java:640)
     at com.sap.tc.webdynpro.progmodel.repository.IWDComponentUsageInfo$Implementation.getUsedComponentInternal(IWDComponentUsageInfo.java:216)
     at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.<init>(ComponentUsage.java:67)
     at com.sap.tc.webdynpro.progmodel.controller.Component.createComponentUsage(Component.java:822)
     at com.sap.tc.webdynpro.progmodel.controller.Component.getComponentUsageInternal(Component.java:472)
     at com.sap.tc.webdynpro.progmodel.controller.Component.subscribeToEvent(Component.java:695)
     at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.subscribeSelfToEvent(DelegatingView.java:109)
     at com.sap.caf.eu.gp.dt.grouping.wdp.InternalVGroup.wdDoInit(InternalVGroup.java:301)
     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:445)
     at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:724)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:579)
     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:709)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.makeVisible(ViewManager.java:789)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.onComponentCreated(ViewManager.java:258)
     at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.fireComponentCreated(ComponentUsage.java:575)
     at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponentInternal(ComponentUsage.java:175)
     at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponent(ComponentUsage.java:116)
     at com.sap.caf.eu.gp.ui.hdt.activitydt.CActivityDT.initializeComponentData(CActivityDT.java:565)
     at com.sap.caf.eu.gp.ui.hdt.activitydt.CActivityDT.internalInit(CActivityDT.java:412)
     at com.sap.caf.eu.gp.ui.hdt.activitydt.wdp.InternalCActivityDT.internalInit(InternalCActivityDT.java:175)
     at com.sap.caf.eu.gp.ui.hdt.activitydt.CActivityDTView.onPlugfromDispatch(CActivityDTView.java:185)
     at com.sap.caf.eu.gp.ui.hdt.activitydt.wdp.InternalCActivityDTView.wdInvokeEventHandler(InternalCActivityDTView.java:145)
     at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
     at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.navigate(ClientApplication.java:826)
     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:335)
     at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
     at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:711)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:665)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:232)
     at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:152)
     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:390)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
Caused by: com.sap.tc.webdynpro.repository.RepositoryRuntimeException: XMLParser: Bad attribute list. Expected WhiteSpace, / or >: (:main:, row:1, col:491)
     at com.sap.tc.webdynpro.repository.persistence.xml.XMLConfigurationParserWriter.startParsing(XMLConfigurationParserWriter.java:178)
     at com.sap.tc.webdynpro.repository.persistence.xml.XMLPersistence.doReadVMO(XMLPersistence.java:126)
     at com.sap.tc.webdynpro.repository.persistence.RepositoryPersistence.readVMO(RepositoryPersistence.java:356)
     at com.sap.tc.webdynpro.repository.persistence.RepositoryPersistence.doFindRepositoryObject(RepositoryPersistence.java:598)
     at com.sap.tc.webdynpro.repository.persistence.RepositoryPersistence.findRepositoryObject(RepositoryPersistence.java:170)
     at com.sap.tc.webdynpro.repository.model.Repository.findRepositoryObjectInternal(Repository.java:590)
     at com.sap.tc.webdynpro.repository.model.RepositoryObjectRelation$XMLGuidWrapper.getModelObject(RepositoryObjectRelation.java:462)
     at com.sap.tc.webdynpro.repository.persistence.RepositoryPersistence.getCurrentLayerObject(RepositoryPersistence.java:702)
     at com.sap.tc.webdynpro.repository.model.Repository.getCurrentLayerObject(Repository.java:1483)
     at com.sap.tc.webdynpro.repository.model.NonSharedRelationToOne.doMergeInheritedTarget(NonSharedRelationToOne.java:85)
     at com.sap.tc.webdynpro.repository.model.NonSharedRelationToOne.mergeInheritedTargets(NonSharedRelationToOne.java:49)
     at com.sap.tc.webdynpro.repository.model.RelationToOne.getTarget(RelationToOne.java:93)
     at com.sap.tc.webdynpro.repository.model.AbstractRepositoryModelClass.getRelatedModelObject(AbstractRepositoryModelClass.java:234)
     at com.sap.tc.webdynpro.repository.model.DelegatorRepositoryModelClass.getRelatedModelObject(DelegatorRepositoryModelClass.java:636)
     ... 60 more
Caused by: com.sap.engine.lib.xml.parser.NestedSAXParserException: XMLParser: Bad attribute list. Expected WhiteSpace, / or >: (:main:, row:1, col:491)(:main:, row=1, col=491) -> com.sap.engine.lib.xml.parser.ParserException: XMLParser: Bad attribute list. Expected WhiteSpace, / or >:(:main:, row:1, col:491)
     at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java:148)
     at com.sap.tc.webdynpro.repository.persistence.xml.XMLConfigurationParserWriter.startParsing(XMLConfigurationParserWriter.java:166)
     ... 73 more
Caused by: com.sap.engine.lib.xml.parser.ParserException: XMLParser: Bad attribute list. Expected WhiteSpace, / or >:(:main:, row:1, col:491)
     at com.sap.engine.lib.xml.parser.XMLParser.scanAttList(XMLParser.java:1590)
     at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java:1710)
     at com.sap.engine.lib.xml.parser.XMLParser.scanDocument(XMLParser.java:2843)
     at com.sap.engine.lib.xml.parser.XMLParser.parse0(XMLParser.java:229)
     at com.sap.engine.lib.xml.parser.AbstractXMLParser.parseAndCatchException(AbstractXMLParser.java:145)
     at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:160)
     at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:261)
     at com.sap.engine.lib.xml.parser.Parser.parseWithoutSchemaValidationProcessing(Parser.java:280)
     at com.sap.engine.lib.xml.parser.Parser.parse(Parser.java:342)
     at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java:125)
     ... 74 more
Regards,
Hiromitsu

Hi,
I found the note 990460.
Does my case apply to this?
Where can I get the "SAP-EU Netweaver 7.0 SP 9 Patch 1"?
Regards,
Hiromitsu

Similar Messages

  • Exception happened when calling deliver API for BI Publisher Bursting

    Hi All,
    I have developed a BI Publisher report on OBIEE standalone instance (Oracle Business Intelligence 11.1.1.5.0).
    I am able to generate the report and burst the output to emails successfully.
    But when I tried to burst the output directly to the printer or to save the output FILEs to local machine, am getting the below error/exception.
    For PRINT type...error is below
    Document delivery failed
    [INSTANCE_ID=bisrv.oracleads.com.1305914111196] [DELIVERY_ID=1182]Error deliver document to printer::Exception happened when calling deliver API::Error deliver document to printer::Exception happened when calling deliver API::oracle.xdo.delivery.DeliveryException: oracle.xdo.delivery.DeliveryException: java.net.UnknownHostException: blr-ibc-7a-prn1 oracle.xdo.service.delivery.DeliveryException: oracle.xdo.delivery.DeliveryException: oracle.xdo.delivery.DeliveryException
    for FILE type.... error is below
    Document delivery failed
    [INSTANCE_ID=bisrv.oracleads.com.1305914111196] [DELIVERY_ID=1192]Error deliver document to file::FILE=[D:\Harish:9930609876-10001969343.pdf::Exception happened when calling deliver API::FILE=[D:\Harish:9930609876-10001969343.pdf::Exception happened when deliver to file:: FILE_NAME= D:\Harish/9930609876-10001969343.pdf] ::oracle.xdo.delivery.DeliveryException: java.io.FileNotFoundException: D:\Harish/9930609876-10001969343.pdf (No such file or directory)oracle.xdo.ser
    Can anyone please help on this?
    Thanks,
    Harish

    Hi Varma,
    thanks for the reply.
    Here are the below sql scripts I used.
    -- Printer
    SELECT BILL_NUMBER      KEY,
    'Layout'           TEMPLATE,     
    'en-US'                     LOCALE,
    'PDF'                          OUTPUT_FORMAT,
    'PRINT'                     DEL_CHANNEL,
    BILL_NUMBER                OUTPUT_NAME,
    'true'                          SAVE_OUTPUT,
    'Direct Printers'           PARAMETER1,
    'LocalPrinter'               PARAMETER2,
    1                               PARAMETER3,
    'd_single_sided'           PARAMETER4,
    'default'                     PARAMETER5
    FROM XXXX_BILL_TAB;
    -- File
    SELECT BILL_NUMBER           KEY,
    'VLayout'           TEMPLATE,
    'RTF'               TEMPLATE_FORMAT,
    'en-US'           LOCALE,
    'PDF'           OUTPUT_FORMAT,
    'FILE'           DEL_CHANNEL,
    'true'           SAVE_OUTPUT,
    'Monthly Bill for ' || MOBILE_NUMBER OUTPUT_NAME,
    'D:\Harish'      PARAMETER1,
    MOBILE_NUMBER||'-'||BILL_NUMBER     PARAMETER2
    FROM XXXX_BILL_TAB;
    Thanks,
    Harish
    Edited by: 899863 on Dec 16, 2011 4:01 AM

  • Drag & Drop or Duplicate layers from PSD to JPEG when creating action

    Hey everyone,
    I have been trying the last few hours to create an instagram Polaroid action for my JPEG files.
    I have the picture, and i have the PSD file with a few layers such as virulence gradient map etc...
    When creating the action, first I drag all the layers from my PSD to the JPEG file. Problem is, every time when i finish recording the action, photoshop doesnt seem to know or understand the layers i moved.
    It keeps running, without copying the layers.
    I tried to do it the other way around - recording - opening the PSD - dragging the JPEG (which this time worked)
    but then, when saving the file, it cant be saved as JPEG, because i last modified the psd file. and it will not work when doing batch because i opened specific JPEG when recording.
    I have no problem saving the PSD as PNG, then just running it which will work fine.
    But problem is when flattening, then i just lost the layers which create the effect.
    Any help?
    Thanks

    anyone?

  • ADF form don't show the ADFSelectOneChoice when create action performed

    I have a jspx page that show the data without problem in a form. But when the CREATE action is performed the ADFSelectOneChoices disappears.
    I'm using Jdev 11.1.1.0.1, EJB3, JPA, JSF, ADF.
    Help please!
    Thanks!

    For exemple:
    I used this tutorial: http://www.oracle.com/technology/obe/obe11jdev/11/ejb/ejb.html
    I edited query.jspx
    I added a "CREATE" button and one more field (a ADFSelectOneChoice with DEPARTMENTs)
    It works well. But when i push the create button the ADFSelectOneChoice disapears.
    The fields that make reference to other tables disappears when CREATE is performed.
    Edited by: julius.bernardo on Mar 26, 2009 5:27 PM

  • Exception: cx_fp_runtime_usage  when creating pdf object

    Hi, experts,
      i found out that every time we call the method create_pdf_object to get an reference of a pdf object, there always a exception occurs, any way to  get ride of it?
    somehow , the pdfobj work even the exception occurs.
      l_fp = cl_fp=>get_reference( ).
      TRY.
          l_pdfobj = l_fp->create_pdf_object( connection = 'ADS' ).
          l_pdfobj->execute( ).
        CATCH cx_fp_runtime_internal
        cx_fp_runtime_system
        cx_fp_runtime_usage INTO l_fpex.
      endtry.

    Hi ,
    I am getting this exception too!
    CALL METHOD cl_gui_frontend_services=>file_open_dialog
        CHANGING
        file_table = lt_file_table
        rc = lv_rc
    USER_ACTION =
    FILE_ENCODING =
        EXCEPTIONS
        file_open_dialog_failed = 1
        cntl_error = 2
        error_no_gui = 3
        not_supported_by_gui = 4
        OTHERS = 5.
        READ TABLE lt_file_table
        INTO lv_filename
        INDEX 1.
        cl_gui_frontend_services=>gui_upload(
        EXPORTING
        filename = lv_filename
        filetype = 'BIN' "Binary
        IMPORTING
        filelength = lv_filelength
        CHANGING
        data_tab = lt_rawtab
        EXCEPTIONS
        file_open_error = 1
        file_read_error = 2
        no_batch = 3
        gui_refuse_filetransfer = 4
        invalid_type = 5
        no_authority = 6
        unknown_error = 7
        bad_data_format = 8
        header_not_allowed = 9
        separator_not_allowed = 10
        header_too_long = 11
        unknown_dp_error = 12
        access_denied = 13
        dp_out_of_memory = 14
        disk_full = 15
        dp_timeout = 16
        not_supported_by_gui = 17
        error_no_gui = 18
        OTHERS = 19 ).
    Get FP reference
        DATA: lo_fp TYPE REF TO if_fp VALUE IS INITIAL.
        lo_fp = cl_fp=>get_reference( ).
    For handling exceptions
        DATA: lo_fpex TYPE REF TO cx_fp_runtime VALUE IS INITIAL.
        TRY.
    Create PDF Object using destination 'ADS' (<-- this is how it is
    defined in SM59)
            DATA: lo_pdfobj TYPE REF TO if_fp_pdf_object VALUE IS INITIAL.
            lo_pdfobj = lo_fp->create_pdf_object( connection = 'ADS' ).
    FIELD-SYMBOLS: <ls_rawtab> LIKE LINE OF lt_rawtab.
    Move to XSTRING
    LOOP AT lt_rawtab ASSIGNING <ls_rawtab>.
      CONCATENATE pdf_data <ls_rawtab>-data INTO pdf_data IN BYTE MODE.
    ENDLOOP.
    Set document
            lo_pdfobj->set_document(
            EXPORTING
           pdffile = lv_filename
          pdfdata = PDF_DATA
    Tell PDF object to extract data
            lo_pdfobj->set_task_extractdata(
            EXPORTING
            xsltdata = pdf_data
    Execute the call to ADS
            lo_pdfobj->execute( ).
          CATCH cx_fp_runtime_system.
        ENDTRY.
    Any idea what could be wrong? The ADS connection, when tested with report seems to work fine!
    Regards,
    Poonam

  • Weird Thing Just Happened When Creating a Ringtone

    After the switch was flipped "on" for creating ringtones, I decided to try it out. I had at least 25 songs that had the bell next to it, but when I decided to cancel on the 1st ringtone I tried to create, all those songs lost the bell icons. Now I have no songs that can be converted. What gives?

    Is it just the indicator in the column or the entire column is missing? I had a problem with the column not being there and had to add it from the View > View Options menu selection.

  • Display name not getting generated When creating user thorugh GTC

    We are using GTC flat file as a trusted source. We see that display name not getting generated. And same thing happening when creating a new GTC mapping.
    previously when we ran with few test user got created with display name through GTC flat file , Suddenly we see this issue display name not getting generated through flat file recon.
    Manually user creation has no issues.
    Please let me know if you have any idea about this issue.

    Don't use GTC... GTC is inflexible and buggy technology... Nothing guaranteed... Rather create your own custom trusted recon code...
    For more details
    26 Known Issues of Generic Technology Connectors
    http://docs.oracle.com/cd/E10391_01/doc.910/e10360/issues.htm

  • Can't adjust the default time scale when creating a new appointment in Outlook 2010

    Good Afternoon, I have found a question on these community boards that propose an issue that I am currently experiencing. The answer; however, was not the solution for me. I used the same name as the original post and will add the original text as it is
    exactly what I am experiencing.
    "When creating a new appointment in the month view Outlook 2010, the default time scale or duration is 2 days.  I tried resetting the view, adjusting the time scale, and creating a new profile.  It only seems to happen when creating the appointment
    in the Month view.  ???  Day and week view work fine and appointment can be created w the standard 30 minute time scale.  But the time scale in the month view although says 30 mins, it creates appointments in 2 day durations."
    This is exactly what happens to the user I am assisting. When in "month view" double clicking the day will bring up a new appointment with the times within the same day. If you click the "new appointment" button in the ribbon it
    sets the end time to the following day. This only happens in the month view every other view works as it normally should. I have tried it several times being sure multiple days are not selected. It still gives me an end time for the following day. I have reset
    the view, changed the time scale but nothing seems to bring it back to the default same day appointment. Any ideas?
    Thanks for any assistance you can provide.

    It is a default in Outlook 2010 in month view.  The "time scale" selection is greyed out.  Very frustrating.  Everytime I select "New Appointment," a duration of 1 day is automatically selected; midnight to midnight.  I end up doing
    most appointments twice because I forget to change to end date back to the day of the appointment.  "New meeting Request" works fine.  So does "New All Day Event" when you deselect "All Day Event."  I can't see how this default behavior
    provides optimal results under any circumstances.  Very frustrating.

  • Duplicate contacts when created from another application like Mail

    When adding a contact to Address Book from another application (from an email signature for example) two of the same contact are always created.  This does not happen when creating a contact from within Address Book.  Anyone have this problem and correct it?

    known bug, please send feedback to apple about your situation. http://www.apple.com/feedback/macosx.html
    Address book has a feature "look for duplicates" under Card in the menu bar. This will merge duplicate entries into on. But now I have some weird double names (but they're one contact/one card).

  • When I create SFC By Using API, Exception Happened!

    Hi All
    I want create SFC in SDK by Using following API,but an Exception had happened when I get the Service.
    CreateSfcServiceInterface createSfcSvc = Services.getService("com.sap.me.production", "CreateSfcService");
    CreateSfcRequest d = new CreateSfcRequest();
    d.setDateTime(XXXX);//current time
    d.setItemRef(XXXX);
    d.setOperationRef(XXXX); //First Operation
    d.setQuantity(XXXX); // SFC Qty
    d.setResourceRef(value);  //the resource to the first operation 
    d.setSfc(XXXX) // gennerated SFC Number
    CreateSfcServiceInterface.createSFC(d);
    EXCEPTION:
    「An exception occurred: com.visiprise.frame.proxy.ServiceInitializationException」

    Hi, Ivan
    Thank you for answer.
    the following is the Exception trace:
    Unable to initialize service 'CreateSfcService'           
    [EXCEPTION]          
    #1#com.visiprise.frame.proxy.ServiceInitializationException: Unable to initialize service 'CreateSfcService'          
         at com.visiprise.frame.proxy.ServiceBuilder.getService(ServiceBuilder.java:135)     
         at com.visiprise.frame.service.ServiceLocator.getService(ServiceLocator.java:44)     
         at com.sap.me.extension.Services.getService(Services.java:26)     
         at com.hp.me.app.action.MPC051Action.execute(MPC051Action.java:74)     
         at com.hp.me.framework.action.DefaultActionInvocation.invoke(DefaultActionInvocation.java:89)     
         at com.hp.me.framework.interceptor.DefaultInterceptor.interceptor(DefaultInterceptor.java:30)     
         at com.hp.me.framework.action.DefaultActionInvocation.invoke(DefaultActionInvocation.java:105)     
         at com.hp.me.framework.interceptor.DefaultInterceptor.interceptor(DefaultInterceptor.java:30)     
         at com.hp.me.framework.action.DefaultActionInvocation.invoke(DefaultActionInvocation.java:105)     
         at com.hp.me.framework.controler.DispatchControler.doPost(DispatchControler.java:104)     
         at com.hp.me.framework.controler.DispatchControler.doGet(DispatchControler.java:56)     
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)     
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)     
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:162)     
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:81)     
         at com.sap.me.alarm.client.RTEDSessionInvalidateFilter.doFilter(RTEDSessionInvalidateFilter.java:66)     
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:73)     
         at com.sap.me.coral.core.filter.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:57)     
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:73)     
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:441)     
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:291)     
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:396)     
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:385)     
         at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:48)     
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)     
         at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:76)     
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)     
         at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:240)     
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)     
         at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:78)     
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)     
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)     
         at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)     
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)     
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)     
         at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)     
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)     
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)     
         at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)     
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)     
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)     
         at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:43)     
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)     
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)     
         at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:42)     
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)     
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)     
         at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:425)     
         at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:250)     
         at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:45)     
         at com.sap.engine.core.thread.execution.Executable.run(Executable.java:109)     
         at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)     
    Caused by: com.visiprise.frame.service.ServiceFactoryException: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of CreateSfcService.          
         at com.sap.me.frame.service.VMEJBServiceFactory.createService(VMEJBServiceFactory.java:33)     
         at com.visiprise.frame.service.AbstractPrototypeFactory.getService(AbstractPrototypeFactory.java:35)     
         at com.visiprise.frame.proxy.ServiceBuilder.getService(ServiceBuilder.java:127)     
         ... 51 more     
    Caused by: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of CreateSfcService.          
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.lookup(ServerContextImpl.java:514)     
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:321)     
         at com.sap.engine.services.jndi.implclient.OffsetClientContext.lookup(OffsetClientContext.java:223)     
         at com.sap.engine.services.jndi.implclient.OffsetClientContext.lookup(OffsetClientContext.java:242)     
         at javax.naming.InitialContext.lookup(InitialContext.java:351)     
         at javax.naming.InitialContext.lookup(InitialContext.java:351)     
         at com.sap.me.frame.ServiceLocator.getLocalOrRemoteEJB(ServiceLocator.java:90)     
         at com.sap.me.frame.EJBFactoryHelper.lookUpEJBService(EJBFactoryHelper.java:27)     
         at com.sap.me.frame.service.VMEJBServiceFactory.createService(VMEJBServiceFactory.java:30)     
         ... 53 more

  • Hi there, Can you please HELP ME? I created a signature for my email account, but I can not choose it because the option is daded under "none"and nothing happens when you click on it! Thank you, Johan

    Hi there, Can you please HELP ME? I created a signature for my email account, but I can not choose it because the option is daded under "none"and nothing happens when you click on it! Thank you, Johan

    This can be a problem with the file places.sqlite that stores the bookmarks and the history.
    * http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox

  • Time Machine backup created on Mac with a large hard disk. What happens when restore to MacBook Air with small SSD drive?

    What if a Time Machine backup was created on a Mac with a large hard disk, e.g. 500GB iMac - and I buy a new MacBook Air with a small SSD hard disk e.g 128GB. What happens when I need to use the larger Time Machine file to set up the new MacBook Air? What happens to all those files that can't fit on the smaller SSD drive?

    It is not the HD size, but rather the size of the data it contains. If you right-click your 500GB drive and select "Get Info" you can see how much is actually being used.
    Naturally if you are using more space than the new drive has, then you have to make some choices about what you want to keep and what you want to keep archived.
    I don't know what options are available but you may simply have to do a manual restore of files you want, in groups.

  • SRT Framework exception: ICF: Error when creating service node. [rc:wrong_icf_name] No special characters allowed in name

    Hi,
    I have created a web service in SAP ECC from a RFC.
    While configuring the web service in SOA management to publish it, getting error SRT Framework exception: ICF: Error when creating service node. [rc:wrong_icf_name] No special characters allowed in name
    How to resolve the same.
    Thanks
    Tanmay

    Hello Tanmay,
    Are you including quotes (') in the name, I assume not?
    Regards,
    Siddhesh

  • JCO$Exception when creating RFC model

    Hi all,
    I'm getting this fatal error when creating an RFC model in Web Dynpro for Java (connecting to a BW system):
    com.sap.mw.JCO$Exception: Missing R3NAME=... or ASHOST=... in connect_param in RfcOpenEx
    I have absolutely no clue what's going wrong...
    The RFC model gets created, but when running the application it doesn't work...
    Any help appreciated!
    Jeroen

    Raj,
    Thanks for your reply.
    I had already solved the problem... After a long time I found out it was due to the language: when creating an RFC model one should use the language of SLD.
    kind regards,
    Jeroen

  • Fault information from bpel process when exception happens

    How to extract all the fault information from bpel process when exception happens?
    Are there any other methods other than "ora:getFaultName(), ora:getFaultAsString()"
    When I use "ora:getFaultName(), ora:getFaultAsString()", I get the below message,so I am wondering whether
    I can get any more information about the exception as mentioned below - "detailed root cause described in the exception message" -> how do I get it?
    Check the detailed root cause described in the exception message text and verify that the XPath query is correct.

    Hi,
    As far as I know, it's not possible to get the exception message with a catch all. You need to catch each exception separately, and the you will be able to get each message.
    Regards
    Gustavo

Maybe you are looking for

  • How do I setup my time capsule with wireless internet?

    I I have "Clear" so theres no place on the device to plug up an ethernet cord.. PLEASE HELP!!!! Would like to use the time capsule mainly as an external hard drive. PLEASE HELP!!!

  • FM to find the difference in the number of hours

    hi all, is there any function module to find out the difference between two time stamps on two different dates. say if an activity starts on 09/05/2007 at 11:23:24 and ends on 09/08/2008 at 14:24:26. it needs to find the number of hours between the t

  • [SOLVED] /bin/bash: endif: command not found ERROR while saving in vim

    My .vimrc file set expandtab set number syntax on set autoindent shiftwidth=4 set smartindent set tabstop=4 set smartcase colorscheme elflord set incsearch set hlsearch au BufWritePost * if getline(1) =~ "^#!" | if getline(1) =~ "/bin/" | silent !chm

  • XML Unbounded values into one field - Message Mapping

    Dear All, I am trying to convert an unbounded multifield XML structure to a 0.1 field so that the maltiple values are mapped into a single fields in semi-colon seperated fasion. The source: <MT_dates>    <date>05-10-2011</date>    <date>10-11-2011</d

  • Open New Tab in New Window

    I have problem when using FF 4, i notice it when browsing in gamecopyworld.. when i click a link from current windows (ie: 1st windows) that open a new windows (ie: 2nd windows) and click a link in 2nd windows (i chose to open in new tab).. Why the n