XML Forms in SAP server

Hello,
I have created forms and save them into XML files format on my disk .... C:/ ...
Could I create these XMLs in the SAP server directly ?
How ?
Romeo Georgievski.

The easiest way to put them on the server is to create a directory in the SBO share on the server (
server\SBO_SHR).  I would suggest creating your own directory under here.  You also could create another share instead.
Please remember that all updates to your Add-on will still need to be put on each client.

Similar Messages

  • Fetching a image in the adobe form from sap server/appliaction layer

    hi all,
    i want to fetch a logo/image from the application layer/ sap server, so that everyone can use it in adobe form. i have already upload the image using SE78.
    I try to add the image into library, it works. But the problem is that, only from my login i can access that image, other can't. I want that image to be shared by everybudy like we use in smartform.
    But i want to fetch that image from SAP server/application layer.
    plzz help me out...
    and tell me the steps for fetching the image from sap server/application layer into the adobe form layout.

    Hi rahul,
    I too have the same requirement. Can you please tell me the steps.

  • XML Form Build Error Unexpected http response code 500: Internal Server Err

    Hi
    I have the following error message when i am trying to load  XML Form Builder
    "Unexpected http response code 500: Internal Server Error "
    When i am trying to Run the test its shows me the follwoing error log.
    Test Environment: XML Forms Builder Environment Check *
    Start Time: 2008-09-17 15:09:53                       *
    End Time: 2008-09-17 15:09:59                         *
    - Test: Java Environment
    - OK
    -      Start Time: 2008-09-17 15:09:53
    -      End Time: 2008-09-17 15:09:53
    -      Java Runtime Version is 1.6.0_02
    - Test: Connection Tests
    - ! Test Failed !
    -      Start Time: 2008-09-17 15:09:53
    -      End Time: 2008-09-17 15:09:59
    -      A test in the suite failed
         - Test: Download XML Forms Builder Jar
         - OK
         -      Start Time: 2008-09-17 15:09:53
         -      End Time: 2008-09-17 15:09:55
         -      Successfully loaded XML Forms Builder Jar from http://zhmscad8.whirlpool.com:50000/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/etc/xmlforms/km.appl.xmlforms.xfbuilder_core.jar, Version 6.4.1
         - Test: Download SAP XML Toolkit Jar
         - OK
         -      Start Time: 2008-09-17 15:09:55
         -      End Time: 2008-09-17 15:09:59
         -      Successfully loaded SAP XML Toolkit Jar from http://zhmscad8.whirlpool.com:50000/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/etc/xmlforms/sapxmltoolkit.jar
         - Test: XML Forms Builder Version
         - ! Test Failed !
         -      Start Time: 2008-09-17 15:09:59
         -      End Time: 2008-09-17 15:09:59
         -      Unexpected http response code 500: Internal Server Error
         - Test: Load Global Settings
         - Not Started
         -      This test depends on the test "XML Forms Builder Version", which did not complete successfully
         - Test: Load Project List
         - Not Started
         -      This test depends on the test "XML Forms Builder Version", which did not complete successfully
    Please let me know the how to slove this Problem.
    Thanks
    Mmukesh
    Edited by: mmukesh reddy on Sep 17, 2008 9:29 PM

    Hi Koti Reddy
    That is not related to my issue.
    Here this error only comming for two users in my group.
    The environment every thing working for remaining user.  But only that two users are facing the problem.
    So please let me know is there any security issues.
    Thanks
    mmukesh

  • Cannot use XML Forms Builder - HTTP response: 500 - Internal Server Error

    Hi,
    I am trying to use XML Forms Builder, have added the corresponding role to my profile and when I create a new application or do anything I get the following error popup:
    HTTP response: 500 - Internal Server Error.
    What should I do ??
    Thank you for your help.
    Thibault Schalck

    Hi,
    Check the below link for environment checking of XML Form Builder
    http://help.sap.com/saphelp_nw2004s/helpdata/en/9e/9c8f411467ac5fe10000000a1550b0/frameset.htm
    Raghu

  • Sending XML file from SAP to Windows Based file server with FTP function

    Hi Gurus,
    We are using SAP BW 3.0B version.
    I need to convert data in ODS to XML format and send this XML file to remote server which  is not a SAP application server, it is just a Window Based file server with FTP function..
    By writing some ABAP code I have converted ODS data into XML format (which gets saved in my local system)
    (Is that I need to put this file in Application Server to send it to the other servers? )
    Now the thing is how I can send this file to that Windows Based file server.
    plz suggest me.... what can be done......
    Thanks in Advance
    Madhusudhan
    Edited by: Madhusudhan Raju on Dec 3, 2009 4:25 AM

    I dont think the above code support windows OS. Because I always execute this script via UNIX.
    I think you can try this option, go to command prompt, goto the destination path where you have an XML file using cd....
    ftp (destination servername), specify the username and password.
    afterthat, use the command put and filename.
    check whether the file had reached destination successfully or not.
    For automation purpose, you can use the following script like
    ftp: -s: test.txt  (servername)
    In test.txt,
    UserName
    Password
    bin
    cd /files
    put file.xml
    bye
    Also, you can check in SM69, there will be some SAP external commands to automate the file transfer.
    Thanks
    Sat
    http://support.microsoft.com/?kbid=96269

  • How to read XML file kept on NON-SAP server using the Http URL ?

    Dear Experts,
    I am working on CRM2007 web UI. I need to read a XML file placed on a shared server location by a third party program. Then process that XML file into CRM and create a quotation using the data extracted from the file.
    All i have with me is the http URL that points to the location of the file.
    I am supposed to read the file , create quotation and at later point of time i would be asked to update the quotation and then generated new XML representing updated quotation and replace the XML file on shared server location with this new updated XML file.
    I know how to extract data from XML file into ABAP but i have no clue as to how to access the file on some other server using the http url i have and how to read it ?
    I searched on the forum and i found the codes for reading XML file that is located either on client machine OR on the Application server wheareas my file is on some other than sap application server.
    Please help me as its an urgent issue .
    Points will be rewarded for sure.
    Please help.
    Thanks in advance,
    Suchita.
    p.s. : the http url to the file location is like -->
    http://SomeServerDomain/SomeDirectory/file.xml

    hi,
    interesting task.
    to request the file by a http call you need to create an if_http_client object.
    More info is [here|http://help.sap.com/saphelp_nwmobile71/helpdata/en/e5/4d350bc11411d4ad310000e83539c3/frameset.htm]
    to parse the file you either have to work with the ixml packages ([info|http://help.sap.com/saphelp_nwmobile71/helpdata/en/47/b5413acdb62f70e10000000a114084/content.htm]) or you use an XSLT transformation ([info|http://help.sap.com/saphelp_nwmobile71/helpdata/en/a8/824c3c66177414e10000000a114084/content.htm]).
    uploading the final file isn't so easy. if you only have http, you should write a server script to allow uploading of the new file and copying it into the place of the old file. but you definitely need the script.
    now it's your take. depending on how experienced you are in ABAP and networking this might turn out to be easy or pretty complicated.
    have fun,
    anton

  • FM to read XML files from Application server in ECC5.0

    Hi All,
    We need to pick up an XML file from Application server/FTP server. The requirement is to parse the XML file and process it to create material master. SAP provides standard function modules to read XML files.
    Now we need to read the XML file contents of MM01 and upload into SAP Data Base through BAPI
    I need to know about the Function modules to read XML files from Application Server and also about the FM's that will update the Date base tables with the data obtained form XML files.
    Regards
    Prathima

    Parsing XML data:
    http://help.sap.com/saphelp_nw04/helpdata/en/86/8280ba12d511d5991b00508b6b8b11/frameset.htm
    or alternatively check out ABAP online help for "CALL TRANSFORMATION".
    For creating the material master look at BAPI_STANDARDMATERIAL_CREATE.
    Thomas

  • Unable to edit the content of an XML form

    Hello Experts,
    I am facing a weird issue after updating my XML form.
    Earlier scenario :
    We were displaying only the Title of the news along with the content.
    New scenario :
    We had to display image also along with the title and content of the news.
    Changes i did :
    I have updated my XML form with adding an Image UI in the XML form.
    Issue :
    After adding the image UI and generating the project in the content part it is giving a message as in the image below.
    Due to this message as "Loading content please wait" i am not able to save the content of the news due to which i am getting dump on the screen.
    Please help.
    Its an urgent issue.
    Thanks in advance.
    Regards,
    Gazala

    Hi gazala,
    Hope you are doing good.
    Is the portal 7.3? can you let us know the version? Trigger 5-6 thread dumps with 30 secs interval each for your server when you reproduce the issue.
    More info:
    http://wiki.sdn.sap.com/wiki/x/VYZ3Cw
    SAP Note No. 1020246-Thread Dump Viewer for SAP Java Engine
    SAP Note No. 710154-How to create a thread dump for the J2EE Engine
    This will help check this further
    Hope this helps.
    Kind Regards,
    Hemanth
    SAP AGS

  • Uploading xml file from application server

    HI everybody guys having promblem reading xml file from application server.Here is the solution. the sample program is below.
    TYPE-POOLS: ixml. "iXML Library Types
    *TABLES : rbkp.
           TYPE DECLERATIION
    TYPES: BEGIN OF type_tabpo,
           ebeln  TYPE ekko-ebeln,         "PO document number
           ebelp TYPE ekpo-ebelp,          "PO line item
           END OF type_tabpo.
    TYPES: BEGIN OF type_ekbe,
           belnr TYPE rbkp-belnr,          "Invoice document
           gjahr TYPE rbkp-gjahr,          "fiscal year
           END OF type_ekbe.
    TYPES: BEGIN OF type_invoice,
           belnr TYPE rbkp-belnr,          "PO document number
           gjahr TYPE rbkp-gjahr,          "Fiscal Year
           rbstat TYPE rbkp-rbstat,        "invoice status
           END OF type_invoice.
    TYPES: BEGIN OF t_xml_line,            "Structure for holding XML data
            data(256) TYPE x,
            END OF t_xml_line.
         INTERNAL TABLE DECLERATIION
    DATA: gi_tabpo TYPE STANDARD TABLE OF type_tabpo,
          gi_ekbe TYPE STANDARD TABLE OF type_ekbe,
          gi_invoice TYPE STANDARD TABLE OF type_invoice,
          gi_bapiret2 TYPE STANDARD TABLE OF bapiret2.
    DATA: l_ixml TYPE REF TO if_ixml,
          l_streamfactory TYPE REF TO if_ixml_stream_factory.
         l_parser TYPE REF TO if_ixml_parser,
         l_istream TYPE REF TO swif_ixml_istream,
         l_document TYPE REF TO if_ixml_document,
         l_node TYPE REF TO if_ixml_node,
         l_xmldata TYPE string.
    *DATA: l_elem TYPE REF TO if_ixml_element,
         l_root_node TYPE REF TO if_ixml_node,
         l_next_node TYPE REF TO if_ixml_node,
         l_name TYPE string,
         l_iterator TYPE REF TO if_ixml_node_iterator.
    DATA: l_xml_table TYPE TABLE OF t_xml_line, " XML Table of the structure
          l_xml_line TYPE t_xml_line, " Record of structure t_xml_line
          l_xml_table_size TYPE i. " XML table size
    DATA: l_filename TYPE string.
          WORK AREA DECLARATION
    DATA: gw_tabpo TYPE type_tabpo,
          gw_ekbe TYPE type_ekbe,
          gw_invoice TYPE type_invoice,
          gw_bapiret2 TYPE bapiret2.
       BEGIN OF SELECTION SCREEN
    SELECTION-SCREEN BEGIN OF BLOCK blk1 WITH FRAME TITLE text-001.
    PARAMETERS: p_file TYPE pathintern LOWER CASE DEFAULT '/usr/sap/tmp/'.
    Validation of XML file: Only DTD included in XML document is supported
    SELECTION-SCREEN END OF BLOCK blk1.
      INTIALISATION.
    INITIALIZATION.
      SELECTION SCREEN VALIDATION
    AT SELECTION-SCREEN.
    To validate p_file is not initial
      PERFORM sub_validate_file.
    PERFORM sub_validate_path.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
    Request for filename for xml file from the application server
      PERFORM sub_get_filename_appl USING  p_file.
      START OF SELECTION SCREEN
    START-OF-SELECTION.
      PERFORM sub_fetch_po_details.
      PERFORM sub_get_invoice.
      PERFORM sub_rel_invoice.
      END OF SELECTION SCREEN
    END-OF-SELECTION.
    *&      Form  sub_validate_file
         To Validate the file
    FORM sub_validate_file .
      IF p_file IS INITIAL.
        MESSAGE e000.           "specify the file path
      ENDIF.
    ENDFORM.                    " sub_validate_file
    *&      Form  sub_get_filename_appl
    form sub_get_filename_appl  USING  l_fname TYPE any.
    DATA:  l_fname TYPE filename-fileintern.        " File name
    *GET THE FILENAME FROM THE APPLICATION SERVER
      CALL FUNCTION '/SAPDMC/LSM_F4_SERVER_FILE'
        EXPORTING
          directory        = l_fname
          filemask         = '*'
        IMPORTING
          serverfile       = l_fname
        EXCEPTIONS
          canceled_by_user = 1
          OTHERS           = 2.
      IF sy-subrc <> 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDFORM.                    " sub_get_filename_appl
    *&      Form  sub_fetch_po_details
         To fetch the PO details from the application server
         Format of file is XML
    FORM sub_fetch_po_details .
          TYPE DECLERATIION
      l_ixml = cl_ixml=>create( ).
    Creating a stream factory
      l_streamfactory = l_ixml->create_stream_factory( ).
      PERFORM get_xml_table.
      LOOP AT gi_tabpo INTO gw_tabpo.
        WRITE:/ gw_tabpo.
      ENDLOOP.
    ENDFORM.     " sub_fetch_po_details
    *&      Form  get_xml_table
          Read from the xml file
    FORM get_xml_table .
    Local variable declarations
      DATA: l_len TYPE i,
      l_len2 TYPE i,
      l_tab TYPE tsfixml,
      l_content TYPE string,
      l_str1 TYPE string,
      c_conv TYPE REF TO cl_abap_conv_in_ce,
      l_itab TYPE TABLE OF string.
      l_filename = p_file.
    code to upload data from application server
      OPEN DATASET l_filename FOR INPUT IN BINARY MODE.
      IF sy-subrc <> 0.
        WRITE:/ 'invalid file path'.
      ENDIF.
      DO.
        READ DATASET l_filename INTO l_xml_line.
        IF sy-subrc EQ 0.
          APPEND l_xml_line TO l_xml_table.
        ELSE.
          EXIT.
        ENDIF.
      ENDDO.
      CLOSE DATASET l_filename.
    code to find the table size
      DESCRIBE TABLE l_xml_table.
      l_xml_table_size = ( sy-tleng ) * ( sy-tfill ).
    *code to convert hexadecimal to XML
      LOOP AT l_xml_table INTO l_xml_line.
        c_conv = cl_abap_conv_in_ce=>create( input = l_xml_line-data
    replacement
        = space ).
        c_conv->read( IMPORTING data = l_content len = l_len ).
        CONCATENATE l_str1 l_content INTO l_str1.
      ENDLOOP.
      l_str1 = l_str1+0(l_xml_table_size).
      SPLIT l_str1 AT cl_abap_char_utilities=>cr_lf INTO TABLE l_itab.
      LOOP AT l_itab INTO l_str1.
        REPLACE ALL OCCURRENCES OF cl_abap_char_utilities=>horizontal_tab IN
        l_str1 WITH space.
      ENDLOOP.
      CALL TRANSFORMATION ('ID')    " code to put in internal table
      SOURCE XML l_str1
      RESULT tab = gi_tabpo[].
    ENDFORM. " get_xml_table

    Hi Raja,
    I tried the same. But it not populating the table and giving an error message in the return table "line   1 col   1-unexpected symbol; expected '<', '</', entity reference, charac".
    I can't find any ' ; ' in the XML file. What could be the possible reason of error?

  • Reading XML File from application server

    Hi experts,
    My aim is to read a XML file from application server and extract the relevant data from it and process further.
    When I am trying to read a XML file from application server it is reading success fully but the problem is that its not reading the last root structure of XML file why is so happening can any body help me?
    I am using the following code:
    TYPES: BEGIN OF xml_line,
    text(256) type x,
    END OF xml_line.
    DATA: e_file LIKE rlgrap-filename VALUE  'applcatin server path'
    OPEN DATASET e_file FOR INPUT IN BINARY MODE.
    IF sy-subrc EQ 0.
      DO.
        READ DATASET e_file INTO wa_item1-text.
        IF sy-subrc EQ 0.
          APPEND wa_item1 TO gt_item1 .
          CLEAR wa_item1.
        ELSE.
          EXIT.
        ENDIF.
      ENDDO.
    ENDIF.
    CLOSE DATASET e_file.
    after this i am passing this internal table to "cl_ixml" class to extract the data
    but it returning the itab with required value except the last record.
    The stream reading the file it self is i thought in complete thats why it is not converting the all values.
    Please  help me...
    Thanks a ton in advance.

    Hi,
    1 Copy Report BCCIIXMLT1
    2 (you can change the way of filling internal table xml_table if necessary)
    3 you don't need the part between
    *-- render the DOM back into an output stream/internal table
    and
    *-- print the whole DOM tree as a list...
    Comment it out or simply delete it
    4 Rename form print_node to your liking e.g. process_node
    5 In your new form you need three extra variables:
    data: attribs type ref to IF_IXML_NAMED_NODE_MAP,
          attrib_node type ref to IF_IXML_NODE,
          attrib_value type string.
    6 After the lines:
    when if_ixml_node=>co_node_element.
      string = pNode->get_name( ).
    Insert:
    attribs = pNode->get_attributes( ).
    clear attrib_value.
    case string.
      when ''. "put your XML tag name here
        attrib_node = attribs->get_named_item(name = '' ). "put your XML attribute name here
        attrib_value = attrib_node->get_value( ).
    You can also refer link,
    /people/r.eijpe/blog/2005/11/21/xml-dom-processing-in-abap-part-ii--convert-an-xml-file-into-an-abap-table-using-sap-dom-approach
    thanks & regards
    shreemohan

  • XML forms projects not visible

    I've installed SR1 and upgraded to SP13, have JDK 1.4.2_09 installed.
    For some reason, when trying to open existing projects, no list comes back from the XML forms builder.
    When doing the 'environment check tool' of the XML forms builder, all test run succesfull !!
    During installation of the portal software (so not Webas, or content management) I had an error message, which I do not understand and don't know if it has impact on this forms project list.
    Find the logfile below (callSdmViaSapinst.log)
    <b>NOTE that at the end of the logfile you can see the warning messages</b>.
    Oct 5, 2005 3:39:20 PM   Info: Start logging to console
    Oct 5, 2005 3:39:20 PM   Info:
    Oct 5, 2005 3:39:20 PM   Info: ============================================
    Oct 5, 2005 3:39:20 PM   Info: =   Starting to execute command 'deploy'   =
    Oct 5, 2005 3:39:20 PM   Info: ============================================
    Oct 5, 2005 3:39:21 PM   Info: Starting SDM - Software Deployment Manager...
    Oct 5, 2005 3:39:21 PM   Info: tc/SL/SDM/SDM/sap.com/SAP AG/6.4013.00.0000.20050620162651.0000
    Oct 5, 2005 3:39:22 PM   Info: SDM operation mode successfully set to: Standalone
    Oct 5, 2005 3:39:22 PM   Info: Initializing Network Manager (50017)
    Oct 5, 2005 3:39:22 PM   Info: Checking if another SDM is running on port 50018
    Oct 5, 2005 3:39:22 PM   Info: -
    Starting deployment -
    Oct 5, 2005 3:39:22 PM   Info: Loading selected archives...
    Oct 5, 2005 3:39:22 PM   Info: Loading archive 'D:\software\UPGRADES\PORTAL_SP13\SAPINST-CD\PORTAL\J2EE\APPLICATION\com.sap.portal.connectors.ws.sda'
    Oct 5, 2005 3:39:23 PM   Info: Loading archive 'D:\software\UPGRADES\PORTAL_SP13\SAPINST-CD\PORTAL\J2EE\APPLICATION\com.sap.visualcomposer.BIKitQV.ear'
    Oct 5, 2005 3:39:24 PM   Info: Loading archive 'D:\software\UPGRADES\PORTAL_SP13\SAPINST-CD\PORTAL\J2EE\APPLICATION\com.sapportals.connectors.database.sda'
    Oct 5, 2005 3:39:25 PM   Info: Loading archive 'D:\software\UPGRADES\PORTAL_SP13\SAPINST-CD\PORTAL\J2EE\APPLICATION\com.sapportals.connectors.sap.sda'
    Oct 5, 2005 3:39:25 PM   Info: Loading archive 'D:\software\UPGRADES\PORTAL_SP13\SAPINST-CD\PORTAL\J2EE\APPLICATION\epbcsda.ear'
    Oct 5, 2005 3:39:26 PM   Info: Loading archive 'D:\software\UPGRADES\PORTAL_SP13\SAPINST-CD\PORTAL\J2EE\APPLICATION\WebDynproEPTests.sda'
    Oct 5, 2005 3:39:26 PM   Info: Loading archive 'D:\software\UPGRADES\PORTAL_SP13\SAPINST-CD\PORTAL\JAVA-LIB\com.sap.portal.services.api.sda'
    Oct 5, 2005 3:39:27 PM   Info: Loading archive 'D:\software\UPGRADES\PORTAL_SP13\SAPINST-CD\PORTAL\JAVA-LIB\com.sap.portal.services.internal.api.sda'
    Oct 5, 2005 3:39:27 PM   Info: Loading archive 'D:\software\UPGRADES\PORTAL_SP13\SAPINST-CD\PORTAL\JAVA-LIB\com.sapportals.common.sda'
    Oct 5, 2005 3:39:28 PM   Info: Loading archive 'D:\software\UPGRADES\PORTAL_SP13\SAPINST-CD\PORTAL\JAVA-LIB\com.sapportals.datadirect.sda'
    Oct 5, 2005 3:39:28 PM   Info: Loading archive 'D:\software\UPGRADES\PORTAL_SP13\SAPINST-CD\PORTAL\JAVA-LIB\com.sapportals.dqe.jdbcdriver.lib.sda'
    Oct 5, 2005 3:39:29 PM   Info: Loading archive 'D:\software\UPGRADES\PORTAL_SP13\SAPINST-CD\PORTAL\JAVA-LIB\com.sapportals.dqe.service.sda'
    Oct 5, 2005 3:39:30 PM   Info: Selected archives successfully loaded.
    Oct 5, 2005 3:39:30 PM   Info: Actions per selected component:
    Oct 5, 2005 3:39:30 PM   Info: Update: Selected development component 'com.sapportals.common'/'sap.com'/'SAP AG'/'613.20050628182942.0000' updates currently deployed development component 'com.sapportals.common'/'sap.com'/'SAP AG'/'609.20041012102246.0000'.
    Oct 5, 2005 3:39:30 PM   Info: Update: Selected development component 'com.sapportals.datadirect'/'sap.com'/'SAP AG'/'613.20050628182942.0000' updates currently deployed development component 'com.sapportals.datadirect'/'sap.com'/'SAP AG'/'609.20041012102246.0000'.
    Oct 5, 2005 3:39:30 PM   Info: Update: Selected development component 'irj'/'sap.com'/'SAP AG'/'651.20050628182942.0000' updates currently deployed development component 'irj'/'sap.com'/'SAP AG'/'649.20041012204607.0000'.
    Oct 5, 2005 3:39:30 PM   Info: Update: Selected development component 'com.sapportals.connectors.database'/'sap.com'/'SAP AG'/'613.20050628182942.0000' updates currently deployed development component 'com.sapportals.connectors.database'/'sap.com'/'SAP AG'/'609.20041012102246.0000'.
    Oct 5, 2005 3:39:30 PM   Info: No action: Selected development component 'com.sap.visualcomposer.BIKitQV'/'sap.com'/'SAP AG'/'6.20.20040913130021.0000' will not update currently deployed development component 'com.sap.visualcomposer.BIKitQV'/'sap.com'/'SAP AG'/'6.20.20040913130021.0000'.
    Oct 5, 2005 3:39:30 PM   Info: Update: Selected development component 'com.sapportals.dqe.service'/'sap.com'/'SAP AG'/'613.20050712182320.0000' updates currently deployed development component 'com.sapportals.dqe.service'/'sap.com'/'SAP AG'/'609.20041012204607.0000'.
    Oct 5, 2005 3:39:30 PM   Info: Update: Selected development component 'tc/wd/eptests'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050712160204.0000' updates currently deployed development component 'tc/wd/eptests'/'sap.com'/'SAP AG'/'6.4009.00.0000.20041026133534.0000'.
    Oct 5, 2005 3:39:30 PM   Info: Initial deployment: Selected development component 'com.sap.portal.connectors.ws'/'sap.com'/'SAP AG'/'6.130.20050628182942.0000' will be deployed.
    Oct 5, 2005 3:39:30 PM   Info: Initial deployment: Selected development component 'com.sap.portal.services.api'/'sap.com'/'SAP AG'/'613.20050628182942.0000' will be deployed.
    Oct 5, 2005 3:39:30 PM   Info: Update: Selected development component 'com.sapportals.connectors.sap'/'sap.com'/'SAP AG'/'613.20050712182320.0000' updates currently deployed development component 'com.sapportals.connectors.sap'/'sap.com'/'SAP AG'/'609.20041012102246.0000'.
    Oct 5, 2005 3:39:30 PM   Info: Initial deployment: Selected development component 'com.sap.portal.services.internal.api'/'sap.com'/'SAP AG'/'613.20050628182942.0000' will be deployed.
    Oct 5, 2005 3:39:30 PM   Info: Update: Selected development component 'com.sapportals.dqe.jdbcdriver.lib'/'sap.com'/'SAP AG'/'613.20050712182320.0000' updates currently deployed development component 'com.sapportals.dqe.jdbcdriver.lib'/'sap.com'/'SAP AG'/'609.20041012204607.0000'.
    Oct 5, 2005 3:39:30 PM   Info: The deployment prerequisites finished withtout any errors.
    Oct 5, 2005 3:39:30 PM   Info: Saved current Engine state.
    Oct 5, 2005 3:39:30 PM   Info: Error handling strategy: OnErrorStop
    Oct 5, 2005 3:39:30 PM   Info: Update strategy: UpdateLowerVersions
    Oct 5, 2005 3:39:30 PM   Info: Starting: Update: Selected development component 'com.sapportals.dqe.service'/'sap.com'/'SAP AG'/'613.20050712182320.0000' updates currently deployed development component 'com.sapportals.dqe.service'/'sap.com'/'SAP AG'/'609.20041012204607.0000'.
    Oct 5, 2005 3:39:30 PM   Info: SDA to be deployed: C:\usr\sap\J2E\JC00\SDM\root\origin\sap.com\com.sapportals.dqe.service\SAP AG\613.20050712182320.0000\com.sapportals.dqe.service.sda
    Oct 5, 2005 3:39:30 PM   Info: Software type of SDA: primary-service
    Oct 5, 2005 3:39:30 PM   Info: ***** Begin of SAP J2EE Engine Offline Deployment (Service component of SAP J2EE Engine) *****
    Oct 5, 2005 3:39:30 PM   Info: Shutting down all the cluster processes except SDM.
    Oct 5, 2005 3:39:30 PM   Info: Shutting down the instance JC_nlgos024_J2E_00 running on host nlgos024 processes ...
    Oct 5, 2005 3:39:30 PM   Info: Stopping the instance JC_nlgos024_J2E_00 processes. The instance is running on host nlgos024                       
    Oct 5, 2005 3:39:30 PM   Info: Stopping the process dispatcher
    Oct 5, 2005 3:39:30 PM   Info: Stopping the process server0
    Oct 5, 2005 3:39:37 PM   Info: Cluster processes have been successfully shut down.
    Oct 5, 2005 3:39:41 PM   Info: ***** End of SAP J2EE Engine Offline Deployment (Service component of SAP J2EE Engine) *****
    Oct 5, 2005 3:39:41 PM   Info: Finished successfully: development component 'com.sapportals.dqe.service'/'sap.com'/'SAP AG'/'613.20050712182320.0000'
    Oct 5, 2005 3:39:42 PM   Info: Starting: Initial deployment: Selected development component 'com.sap.portal.connectors.ws'/'sap.com'/'SAP AG'/'6.130.20050628182942.0000' will be deployed.
    Oct 5, 2005 3:39:42 PM   Info: SDA to be deployed: C:\usr\sap\J2E\JC00\SDM\root\origin\sap.com\com.sap.portal.connectors.ws\SAP AG\6.130.20050628182942.0000\com.sap.portal.connectors.ws.sda
    Oct 5, 2005 3:39:42 PM   Info: Software type of SDA: J2EE
    Oct 5, 2005 3:39:42 PM   Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 5, 2005 3:39:42 PM   Info: Starting cluster instance processes.
    Oct 5, 2005 3:39:42 PM   Info: Starting the instance JC_nlgos024_J2E_00 running on host nlgos024
    Oct 5, 2005 3:39:42 PM   Info: Starting the instance JC_nlgos024_J2E_00 processes. The instance is running on host nlgos024                       
    Oct 5, 2005 3:39:42 PM   Info: Starting the process dispatcher
    Oct 5, 2005 3:39:42 PM   Info: Starting the process server0
    Oct 5, 2005 3:43:11 PM   Info: Cluster instance processes have been successfully started.
    Oct 5, 2005 3:43:13 PM   Info: Begin of log messages of the target system:
    05/10/05 15:39:42 -  ***********************************************************
    05/10/05 15:43:12 -  Start updating EAR file...
    05/10/05 15:43:12 -  start-up mode is lazy
    05/10/05 15:43:12 -  EAR file updated successfully for 187ms.
    05/10/05 15:43:12 -  Start deploying ...
    05/10/05 15:43:13 -  EAR file uploaded to server for 109ms.
    05/10/05 15:43:13 -  Successfully deployed. Deployment took 266ms.
    05/10/05 15:43:13 -    Application : sap.com/com.sap.portal.connectors.ws
    05/10/05 15:43:13 -   
    05/10/05 15:43:13 -    WebServicesFactory  - CONNECTOR
    05/10/05 15:43:13 -  ***********************************************************
    Oct 5, 2005 3:43:13 PM   Info: End of log messages of the target system.
    Oct 5, 2005 3:43:13 PM   Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 5, 2005 3:43:13 PM   Info: Finished successfully: development component 'com.sap.portal.connectors.ws'/'sap.com'/'SAP AG'/'6.130.20050628182942.0000'
    Oct 5, 2005 3:43:14 PM   Info: Starting: Initial deployment: Selected development component 'com.sap.portal.services.api'/'sap.com'/'SAP AG'/'613.20050628182942.0000' will be deployed.
    Oct 5, 2005 3:43:14 PM   Info: SDA to be deployed: C:\usr\sap\J2E\JC00\SDM\root\origin\sap.com\com.sap.portal.services.api\SAP AG\613.20050628182942.0000\com.sap.portal.services.api.sda
    Oct 5, 2005 3:43:14 PM   Info: Software type of SDA: library
    Oct 5, 2005 3:43:14 PM   Info: ***** Begin of SAP J2EE Engine Deployment (Library component of SAP J2EE Engine) *****
    Oct 5, 2005 3:43:14 PM   Info: Begin of log messages of the target system:
    05/10/05 15:43:14 -  ***********************************************************
    05/10/05 15:43:14 -  Start deploying library JAR C:\usr\sap\J2E\JC00\SDM\root\origin\sap.com\com.sap.portal.services.api\SAP AG\613.20050628182942.0000\com.sap.portal.services.api.sda...
    05/10/05 15:43:14 -  Library C:\usr\sap\J2E\JC00\SDM\root\origin\sap.com\com.sap.portal.services.api\SAP AG\613.20050628182942.0000\com.sap.portal.services.api.sda successfully deployed on the server.
    Oct 5, 2005 3:43:14 PM   Info: End of log messages of the target system.
    Oct 5, 2005 3:43:14 PM   Info: ***** End of SAP J2EE Engine Deployment (Library component of SAP J2EE Engine) *****
    Oct 5, 2005 3:43:14 PM   Info: Finished successfully: development component 'com.sap.portal.services.api'/'sap.com'/'SAP AG'/'613.20050628182942.0000'
    Oct 5, 2005 3:43:15 PM   Info: Starting: Initial deployment: Selected development component 'com.sap.portal.services.internal.api'/'sap.com'/'SAP AG'/'613.20050628182942.0000' will be deployed.
    Oct 5, 2005 3:43:15 PM   Info: SDA to be deployed: C:\usr\sap\J2E\JC00\SDM\root\origin\sap.com\com.sap.portal.services.internal.api\SAP AG\613.20050628182942.0000\com.sap.portal.services.internal.api.sda
    Oct 5, 2005 3:43:15 PM   Info: Software type of SDA: library
    Oct 5, 2005 3:43:15 PM   Info: ***** Begin of SAP J2EE Engine Deployment (Library component of SAP J2EE Engine) *****
    Oct 5, 2005 3:43:19 PM   Info: Begin of log messages of the target system:
    05/10/05 15:43:15 -  ***********************************************************
    05/10/05 15:43:15 -  Start deploying library JAR C:\usr\sap\J2E\JC00\SDM\root\origin\sap.com\com.sap.portal.services.internal.api\SAP AG\613.20050628182942.0000\com.sap.portal.services.internal.api.sda...
    05/10/05 15:43:19 -  Library C:\usr\sap\J2E\JC00\SDM\root\origin\sap.com\com.sap.portal.services.internal.api\SAP AG\613.20050628182942.0000\com.sap.portal.services.internal.api.sda successfully deployed on the server.
    Oct 5, 2005 3:43:19 PM   Info: End of log messages of the target system.
    Oct 5, 2005 3:43:19 PM   Info: ***** End of SAP J2EE Engine Deployment (Library component of SAP J2EE Engine) *****
    Oct 5, 2005 3:43:19 PM   Info: Finished successfully: development component 'com.sap.portal.services.internal.api'/'sap.com'/'SAP AG'/'613.20050628182942.0000'
    Oct 5, 2005 3:43:20 PM   Info: Starting: Update: Selected development component 'com.sapportals.common'/'sap.com'/'SAP AG'/'613.20050628182942.0000' updates currently deployed development component 'com.sapportals.common'/'sap.com'/'SAP AG'/'609.20041012102246.0000'.
    Oct 5, 2005 3:43:20 PM   Info: SDA to be deployed: C:\usr\sap\J2E\JC00\SDM\root\origin\sap.com\com.sapportals.common\SAP AG\613.20050628182942.0000\com.sapportals.common.sda
    Oct 5, 2005 3:43:20 PM   Info: Software type of SDA: library
    Oct 5, 2005 3:43:20 PM   Info: ***** Begin of SAP J2EE Engine Deployment (Library component of SAP J2EE Engine) *****
    Oct 5, 2005 3:43:22 PM   Info: Begin of log messages of the target system:
    05/10/05 15:43:20 -  ***********************************************************
    05/10/05 15:43:20 -  Start deploying library JAR C:\usr\sap\J2E\JC00\SDM\root\origin\sap.com\com.sapportals.common\SAP AG\613.20050628182942.0000\com.sapportals.common.sda...
    05/10/05 15:43:22 -  Library C:\usr\sap\J2E\JC00\SDM\root\origin\sap.com\com.sapportals.common\SAP AG\613.20050628182942.0000\com.sapportals.common.sda successfully deployed on the server.
    Oct 5, 2005 3:43:22 PM   Info: End of log messages of the target system.
    Oct 5, 2005 3:43:22 PM   Info: ***** End of SAP J2EE Engine Deployment (Library component of SAP J2EE Engine) *****
    Oct 5, 2005 3:43:22 PM   Info: Finished successfully: development component 'com.sapportals.common'/'sap.com'/'SAP AG'/'613.20050628182942.0000'
    Oct 5, 2005 3:43:22 PM   Info: Starting: Update: Selected development component 'com.sapportals.connectors.database'/'sap.com'/'SAP AG'/'613.20050628182942.0000' updates currently deployed development component 'com.sapportals.connectors.database'/'sap.com'/'SAP AG'/'609.20041012102246.0000'.
    Oct 5, 2005 3:43:22 PM   Info: SDA to be deployed: C:\usr\sap\J2E\JC00\SDM\root\origin\sap.com\com.sapportals.connectors.database\SAP AG\613.20050628182942.0000\com.sapportals.connectors.database.sda
    Oct 5, 2005 3:43:22 PM   Info: Software type of SDA: J2EE
    Oct 5, 2005 3:43:22 PM   Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 5, 2005 3:43:23 PM   Info: Begin of log messages of the target system:
    05/10/05 15:43:23 -  ***********************************************************
    05/10/05 15:43:23 -  dm_msg_0044
    Oct 5, 2005 3:43:23 PM   Info: End of log messages of the target system.
    Oct 5, 2005 3:43:23 PM   Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 5, 2005 3:43:23 PM   Info: Finished successfully: development component 'com.sapportals.connectors.database'/'sap.com'/'SAP AG'/'613.20050628182942.0000'
    Oct 5, 2005 3:43:24 PM   Info: Starting: Update: Selected development component 'com.sapportals.connectors.sap'/'sap.com'/'SAP AG'/'613.20050712182320.0000' updates currently deployed development component 'com.sapportals.connectors.sap'/'sap.com'/'SAP AG'/'609.20041012102246.0000'.
    Oct 5, 2005 3:43:24 PM   Info: SDA to be deployed: C:\usr\sap\J2E\JC00\SDM\root\origin\sap.com\com.sapportals.connectors.sap\SAP AG\613.20050712182320.0000\com.sapportals.connectors.sap.sda
    Oct 5, 2005 3:43:24 PM   Info: Software type of SDA: J2EE
    Oct 5, 2005 3:43:24 PM   Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 5, 2005 3:43:25 PM   Info: Begin of log messages of the target system:
    05/10/05 15:43:25 -  ***********************************************************
    05/10/05 15:43:25 -  dm_msg_0044
    Oct 5, 2005 3:43:25 PM   Info: End of log messages of the target system.
    Oct 5, 2005 3:43:25 PM   Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 5, 2005 3:43:25 PM   Info: Finished successfully: development component 'com.sapportals.connectors.sap'/'sap.com'/'SAP AG'/'613.20050712182320.0000'
    Oct 5, 2005 3:43:25 PM   Info: Starting: Update: Selected development component 'com.sapportals.datadirect'/'sap.com'/'SAP AG'/'613.20050628182942.0000' updates currently deployed development component 'com.sapportals.datadirect'/'sap.com'/'SAP AG'/'609.20041012102246.0000'.
    Oct 5, 2005 3:43:25 PM   Info: SDA to be deployed: C:\usr\sap\J2E\JC00\SDM\root\origin\sap.com\com.sapportals.datadirect\SAP AG\613.20050628182942.0000\com.sapportals.datadirect.sda
    Oct 5, 2005 3:43:25 PM   Info: Software type of SDA: library
    Oct 5, 2005 3:43:25 PM   Info: ***** Begin of SAP J2EE Engine Deployment (Library component of SAP J2EE Engine) *****
    Oct 5, 2005 3:43:26 PM   Info: Begin of log messages of the target system:
    05/10/05 15:43:26 -  ***********************************************************
    05/10/05 15:43:26 -  Start deploying library JAR C:\usr\sap\J2E\JC00\SDM\root\origin\sap.com\com.sapportals.datadirect\SAP AG\613.20050628182942.0000\com.sapportals.datadirect.sda...
    05/10/05 15:43:26 -  Library C:\usr\sap\J2E\JC00\SDM\root\origin\sap.com\com.sapportals.datadirect\SAP AG\613.20050628182942.0000\com.sapportals.datadirect.sda successfully deployed on the server.
    Oct 5, 2005 3:43:26 PM   Info: End of log messages of the target system.
    Oct 5, 2005 3:43:26 PM   Info: ***** End of SAP J2EE Engine Deployment (Library component of SAP J2EE Engine) *****
    Oct 5, 2005 3:43:26 PM   Info: Finished successfully: development component 'com.sapportals.datadirect'/'sap.com'/'SAP AG'/'613.20050628182942.0000'
    Oct 5, 2005 3:43:27 PM   Info: Starting: Update: Selected development component 'com.sapportals.dqe.jdbcdriver.lib'/'sap.com'/'SAP AG'/'613.20050712182320.0000' updates currently deployed development component 'com.sapportals.dqe.jdbcdriver.lib'/'sap.com'/'SAP AG'/'609.20041012204607.0000'.
    Oct 5, 2005 3:43:27 PM   Info: SDA to be deployed: C:\usr\sap\J2E\JC00\SDM\root\origin\sap.com\com.sapportals.dqe.jdbcdriver.lib\SAP AG\613.20050712182320.0000\com.sapportals.dqe.jdbcdriver.lib.sda
    Oct 5, 2005 3:43:27 PM   Info: Software type of SDA: library
    Oct 5, 2005 3:43:27 PM   Info: ***** Begin of SAP J2EE Engine Deployment (Library component of SAP J2EE Engine) *****
    Oct 5, 2005 3:43:49 PM   Info: Begin of log messages of the target system:
    05/10/05 15:43:27 -  ***********************************************************
    05/10/05 15:43:27 -  Start deploying library JAR C:\usr\sap\J2E\JC00\SDM\root\origin\sap.com\com.sapportals.dqe.jdbcdriver.lib\SAP AG\613.20050712182320.0000\com.sapportals.dqe.jdbcdriver.lib.sda...
    05/10/05 15:43:49 -  Library C:\usr\sap\J2E\JC00\SDM\root\origin\sap.com\com.sapportals.dqe.jdbcdriver.lib\SAP AG\613.20050712182320.0000\com.sapportals.dqe.jdbcdriver.lib.sda successfully deployed on the server.
    Oct 5, 2005 3:43:49 PM   Info: End of log messages of the target system.
    Oct 5, 2005 3:43:49 PM   Info: ***** End of SAP J2EE Engine Deployment (Library component of SAP J2EE Engine) *****
    Oct 5, 2005 3:43:49 PM   Info: Finished successfully: development component 'com.sapportals.dqe.jdbcdriver.lib'/'sap.com'/'SAP AG'/'613.20050712182320.0000'
    Oct 5, 2005 3:43:50 PM   Info: Starting: Update: Selected development component 'irj'/'sap.com'/'SAP AG'/'651.20050628182942.0000' updates currently deployed development component 'irj'/'sap.com'/'SAP AG'/'649.20041012204607.0000'.
    Oct 5, 2005 3:43:50 PM   Info: SDA to be deployed: C:\usr\sap\J2E\JC00\SDM\root\origin\sap.com\irj\SAP AG\651.20050628182942.0000\epbcsda.ear
    Oct 5, 2005 3:43:50 PM   Info: Software type of SDA: J2EE
    Oct 5, 2005 3:43:50 PM   Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 5, 2005 3:45:30 PM   Info: Begin of log messages of the target system:
    05/10/05 15:45:30 -  ***********************************************************
    05/10/05 15:43:52 -  Start updating EAR file...
    05/10/05 15:43:52 -  start-up mode is lazy
    05/10/05 15:43:53 -  EAR file updated successfully for 859ms.
    05/10/05 15:43:53 -  Start updating...
    05/10/05 15:43:56 -  EAR file uploaded to server for 2406ms.
    05/10/05 15:45:30 -  Successfully updated. Update took 94108ms.
    05/10/05 15:45:30 -  Deploy Service status:
    05/10/05 15:45:30 -    Application : sap.com/irj
    05/10/05 15:45:30 -   
    05/10/05 15:45:30 -    irj  - WEB
    05/10/05 15:45:30 -    sap.com/irj monitoring configuration  - MONITORING CONFIGURATION
    05/10/05 15:45:30 -  ***********************************************************
    05/10/05 15:45:30 -  dm_msg_0044
    Oct 5, 2005 3:45:30 PM   Info: End of log messages of the target system.
    Oct 5, 2005 3:45:30 PM   Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 5, 2005 3:45:30 PM   Info: Finished successfully: development component 'irj'/'sap.com'/'SAP AG'/'651.20050628182942.0000'
    Oct 5, 2005 3:45:31 PM   Info: Starting: Update: Selected development component 'tc/wd/eptests'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050712160204.0000' updates currently deployed development component 'tc/wd/eptests'/'sap.com'/'SAP AG'/'6.4009.00.0000.20041026133534.0000'.
    Oct 5, 2005 3:45:31 PM   Info: SDA to be deployed: C:\usr\sap\J2E\JC00\SDM\root\origin\sap.com\tc\wd\eptests\SAP AG\6.4013.00.0000.20050712160204.0000\WebDynproEPTests.sda
    Oct 5, 2005 3:45:31 PM   Info: Software type of SDA: J2EE
    Oct 5, 2005 3:45:31 PM   Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 5, 2005 3:45:33 PM   Info: Begin of log messages of the target system:
    05/10/05 15:45:32 -  ***********************************************************
    05/10/05 15:45:32 -  dm_msg_0044
    Oct 5, 2005 3:45:33 PM   Info: End of log messages of the target system.
    Oct 5, 2005 3:45:33 PM   Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 5, 2005 3:45:33 PM   Warning: Finished with warnings: development component 'tc/wd/eptests'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050712160204.0000':
    Caught exception during application startup from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Error occurred while starting application sap.com/tc/wd/eptests and wait.
    Reason: Clusterwide exception: server ID 2106150:com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Application sap.com/tcwdeptests cannot be started. Reason: it has hard reference to resource com.sap.portal.unification.objectbasednavigationservice with type application, which is not active on the server.
         at com.sap.engine.services.deploy.server.ReferenceResolver.processReferenceToApplication(ReferenceResolver.java:567)
         at com.sap.engine.services.deploy.server.ReferenceResolver.processMakeReference(ReferenceResolver.java:393)
         at com.sap.engine.services.deploy.server.ReferenceResolver.beforeStartingApplication(ReferenceResolver.java:323)
         at com.sap.engine.services.deploy.server.application.StartTransaction.beginCommon(StartTransaction.java:161)
         at com.sap.engine.services.deploy.server.application.StartTransaction.begin(StartTransaction.java:130)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:290)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesImpl(ParallelAdapter.java:301)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:110)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:212)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:4605)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:4512)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:4485)
         at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1163)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:294)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:119)
         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:95)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:159)
    Caused by: com.sap.engine.services.deploy.container.DeploymentException: <Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='Exception while starting: sap.com/com.sap.portal.unification.objectbasednavigationservice', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key Exception while starting: sap.com/com.sap.portal.unification.objectbasednavigationservice
         at com.sap.portal.prt.sapj2ee.PortalRuntimeContainer.prepareStart(PortalRuntimeContainer.java:498)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationLocalAndWait(DeployServiceImpl.java:4261)
         at com.sap.engine.services.deploy.server.ReferenceResolver.processReferenceToApplication(ReferenceResolver.java:559)
         ... 21 more
    Caused by: com.sap.engine.services.deploy.container.DeploymentException: <Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='Exception while starting: SAPJ2EE::sap.com/tcwdeptests', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key Exception while starting: SAPJ2EE::sap.com/tcwdeptests
         at com.sap.portal.prt.sapj2ee.SAPJ2EEPortalRuntime.getAndStartSAPJ2EEApplicationItem(SAPJ2EEPortalRuntime.java:827)
         at com.sap.portal.prt.sapj2ee.PortalRuntimeContainer.prepareStart(PortalRuntimeContainer.java:482)
         ... 23 more
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: [ExternalApplicationItem.prepare]: SAPJ2EE::sap.com/tcwdeptests
         at com.sapportals.portal.prt.core.broker.ExternalApplicationItem.prepare(ExternalApplicationItem.java:188)
         at com.sapportals.portal.prt.core.broker.SAPJ2EEApplicationItem.prepare(SAPJ2EEApplicationItem.java:232)
         at com.sapportals.portal.prt.core.broker.SAPJ2EEApplicationItem.start(SAPJ2EEApplicationItem.java:192)
         at com.sapportals.portal.prt.service.sapj2ee.Mediator.getAndStartExternalApplication(Mediator.java:132)
         at com.sap.portal.prt.sapj2ee.StartPortalApplication.run(StartPortalApplication.java:36)
         ... 4 more
    Caused by: com.sapportals.portal.prt.core.broker.PortalApplicationNotFoundException: Could not find portal application com.sap.portal.unification.objectbasednavigationservice
         at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:413)
         at com.sapportals.portal.prt.core.broker.ExternalApplicationItem.prepare(ExternalApplicationItem.java:180)
         ... 8 more
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Oct 5, 2005 3:45:34 PM   Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.
    Oct 5, 2005 3:45:34 PM   Warning: -
    At least one of the Deployments finished with warning(s) -
    Oct 5, 2005 3:45:34 PM   Info: Summarizing the deployment results:
    Oct 5, 2005 3:45:34 PM   Info: OK: D:\software\UPGRADES\PORTAL_SP13\SAPINST-CD\PORTAL\J2EE\APPLICATION\com.sap.portal.connectors.ws.sda
    Oct 5, 2005 3:45:34 PM   Info: Already deployed: D:\software\UPGRADES\PORTAL_SP13\SAPINST-CD\PORTAL\J2EE\APPLICATION\com.sap.visualcomposer.BIKitQV.ear
    Oct 5, 2005 3:45:34 PM   Info: OK: D:\software\UPGRADES\PORTAL_SP13\SAPINST-CD\PORTAL\J2EE\APPLICATION\com.sapportals.connectors.database.sda
    Oct 5, 2005 3:45:34 PM   Info: OK: D:\software\UPGRADES\PORTAL_SP13\SAPINST-CD\PORTAL\J2EE\APPLICATION\com.sapportals.connectors.sap.sda
    Oct 5, 2005 3:45:34 PM   Info: OK: D:\software\UPGRADES\PORTAL_SP13\SAPINST-CD\PORTAL\J2EE\APPLICATION\epbcsda.ear
    Oct 5, 2005 3:45:34 PM   Warning: Warning: D:\software\UPGRADES\PORTAL_SP13\SAPINST-CD\PORTAL\J2EE\APPLICATION\WebDynproEPTests.sda
    Oct 5, 2005 3:45:34 PM   Info: OK: D:\software\UPGRADES\PORTAL_SP13\SAPINST-CD\PORTAL\JAVA-LIB\com.sap.portal.services.api.sda
    Oct 5, 2005 3:45:34 PM   Info: OK: D:\software\UPGRADES\PORTAL_SP13\SAPINST-CD\PORTAL\JAVA-LIB\com.sap.portal.services.internal.api.sda
    Oct 5, 2005 3:45:34 PM   Info: OK: D:\software\UPGRADES\PORTAL_SP13\SAPINST-CD\PORTAL\JAVA-LIB\com.sapportals.common.sda
    Oct 5, 2005 3:45:34 PM   Info: OK: D:\software\UPGRADES\PORTAL_SP13\SAPINST-CD\PORTAL\JAVA-LIB\com.sapportals.datadirect.sda
    Oct 5, 2005 3:45:34 PM   Info: OK: D:\software\UPGRADES\PORTAL_SP13\SAPINST-CD\PORTAL\JAVA-LIB\com.sapportals.dqe.jdbcdriver.lib.sda
    Oct 5, 2005 3:45:34 PM   Info: OK: D:\software\UPGRADES\PORTAL_SP13\SAPINST-CD\PORTAL\JAVA-LIB\com.sapportals.dqe.service.sda
    Oct 5, 2005 3:45:34 PM   Error: Executed, but finished with warning(s). Return code: 102

    Hi Frank,
    first, the installation reports some problem with WebDynproEPTests.sda; definitely, this has nothing to do with XMLFormsBuilder.
    A colleague of mine reported the same behaviour when trying to open the project list. I tried to (on the same server, but with a different client), and I got the list, but it took about 30 seconds or more until I saw a reaction to my click.
    So, two advises:
    a) Click on open & get a cup of coffee. In fact, wait for some minutes. Maybe you're lucky afterwards...
    b) If this doesn't help, I would suggest to open an OSS message, for there seem to be problems anyway.
    Hope it helps
    Detlev
    Message was edited by: Detlev Beutner
    SP13, too...

  • Display XML forms in a single window-URGENT!!!!!!!

    Hi,
    I created a project with XML forms Builder. It is working but the thing is that now i just want to display all the forms in the same window. Means that when i want to edit a new item instead of a new window i want to work in the same browser.
    Is that possible by configuring a resource renderer(NewsRenderer for example)?
    Otherwise do u know another solution?
    Please i need help.
    I found a topic in the forum (thread below) https://forums.sdn.sap.com/thread.jspa?threadID=46122&messageID=466382
    But i didn't understand all the points.
    So if someone know something please answer.
    Thx in advance.
    MJ

    Hi Robert,
    I did as u said: I downloaded the file <u>YOUR_PROJECT_NewsRenderListItem.xsl</u> but i didn't find any <b>_blank</b> in the text. Let's say i have exactly the same problem than in the previous thread, i don't know where to add the URL and where to replace _blank.
    I don't know where to find the method <u>CreateXSLDocument</u>(Detlev thread) and what is its interest?
    Can u please explain where i can find "xinfo=window.open(url,'_blank',params)"? It should be (according to Detlev) in <u>com.sapportals.wcm.app.xfbuilder.server.generator.xsldocs.CreateXSLDocument</u> but i really don't know how to reach this address.
    Thx a lot!!!
    best regards
    MJ

  • XML Form Builder does not load

    I am having the following problem, when executing the Form Builder tool under Content Management, it does not load and i get the following error message:
    CONNECTION ERROR: couldn't read response code*
    And sometimes the window gets freezed.
    I have read some previous Threads regarding this issue but the solution did not work to me.
    Someting really strange is happening because if i log to port 80 (http://...) it works, but when I log to port 50000 (https://...) it does not, and that error message pops up.
    I have alredy run the Enviroment check Tool and results were OK in both urls, as follows:
    <i><b>https://*****.net/irj/portal
    Test Environment: XML Forms Builder Environment Check *
    Start Time: 2006-12-05 13:12:48                       *
    End Time: 2006-12-05 13:12:04                         *
    - Test: Java Environment
    - OK
    -      Start Time: 2006-12-05 13:12:48
    -      End Time: 2006-12-05 13:12:48
    -      Java Runtime Version is 1.4.2_13
    - Test: Connection Tests
    - OK
    -      Start Time: 2006-12-05 13:12:48
    -      End Time: 2006-12-05 13:12:04
         - Test: Download XML Forms Builder Jar
         - OK
         -      Start Time: 2006-12-05 13:12:48
         -      End Time: 2006-12-05 13:12:13
         -      Successfully loaded XML Forms Builder Jar from https://***net/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/etc/xmlforms/km.appl.xmlforms.xfbuilder_core.jar, Version 6.4.1
         - Test: Download SAP XML Toolkit Jar
         - OK
         -      Start Time: 2006-12-05 13:12:13
         -      End Time: 2006-12-05 13:12:47
         -      Successfully loaded SAP XML Toolkit Jar from https://****/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/etc/xmlforms/sapxmltoolkit.jar
         - Test: XML Forms Builder Version
         - OK
         -      Start Time: 2006-12-05 13:12:47
         -      End Time: 2006-12-05 13:12:48
         -      XML Forms Builder client version is 6.4.1, server version is 6.4.1
         - Test: Load Global Settings
         - OK
         -      Start Time: 2006-12-05 13:12:48
         -      End Time: 2006-12-05 13:12:48
         -      Successfully loaded XML Forms Builder settings
         - Test: Load Project List
         - OK
         -      Start Time: 2006-12-05 13:12:48
         -      End Time: 2006-12-05 13:12:03
         -      Successfully loaded project list:
    http://*******.net/irj/portal
    Test Environment: XML Forms Builder Environment Check *
    Start Time: 2006-12-05 14:12:33                       *
    End Time: 2006-12-05 14:12:46                         *
    - Test: Java Environment
    - OK
    -      Start Time: 2006-12-05 14:12:33
    -      End Time: 2006-12-05 14:12:33
    -      Java Runtime Version is 1.4.2_13
    - Test: Connection Tests
    - OK
    -      Start Time: 2006-12-05 14:12:33
    -      End Time: 2006-12-05 14:12:46
         - Test: Download XML Forms Builder Jar
         - OK
         -      Start Time: 2006-12-05 14:12:33
         -      End Time: 2006-12-05 14:12:23
         -      Successfully loaded XML Forms Builder Jar from http://****.net/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/etc/xmlforms/km.appl.xmlforms.xfbuilder_core.jar, Version 6.4.1
         - Test: Download SAP XML Toolkit Jar
         - OK
         -      Start Time: 2006-12-05 14:12:23
         -      End Time: 2006-12-05 14:12:27
         -      Successfully loaded SAP XML Toolkit Jar from http://*******.net/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/etc/xmlforms/sapxmltoolkit.jar
         - Test: XML Forms Builder Version
         - OK
         -      Start Time: 2006-12-05 14:12:27
         -      End Time: 2006-12-05 14:12:28
         -      XML Forms Builder client version is 6.4.1, server version is 6.4.1
         - Test: Load Global Settings
         - OK
         -      Start Time: 2006-12-05 14:12:28
         -      End Time: 2006-12-05 14:12:29
         -      Successfully loaded XML Forms Builder settings
         - Test: Load Project List
         - OK
         -      Start Time: 2006-12-05 14:12:29
         -      End Time: 2006-12-05 14:12:46
         -      Successfully loaded project list:
    </b></i>
    Don't know what can be, so if anyone has any idea it would be very helpful.
    Cheers,
    Ivan Milkovic

    Hello,
    Immediately after opening the XML forms editor from the Content Manager page, you will get a link Start Environment Check Tool.... Click on that and proceed for a check. It will take some 5-10 mins based on your connection speed.If every thing is successful, clear the browser cache and restart the browser and open forms editor again. It will open the data schema and properties filed and project browser and all.
    I was having this problem just now and i resolved it with the above steps.
    My JRE version is 1.6 and portal is EP 7 SPS 21 patched.
    Regards
    BP

  • XML Form Build Error Unexpected http response code 500: Error

    Dear All,
    I am facing the error when I am starting the XML Forms Builder.The tool checks the environment in which the XML Forms Builder is running (xfbuildertest.html)
    I am getting the following result :
    - Test: Connection Tests
    - ! Test Failed !
    - A test in the suite failed
    - Test: XML Forms Builder Version
    - ! Test Failed !
    - Unexpected http response code 500: Internal Server Error
    Test: Load Global Settings
    - Not Started
    - This test depends on the test "XML Forms Builder Version", which did not complete successfully
    - Test: Load Project List
    - Not Started
    - This test depends on the test "XML Forms Builder Version", which did not complete successfully
    Please help me.
    Regards
    Pravesh

    Hi Lorcan.
    So what exactly happens when you try to start XML Forms builder, do you get an actual error or does it just not start at all?
    > Actually the News are not getting displayed . The HTML (Html tages)are not getting rendered properly in XML Form Builder.
       This news are perfectly working in other environment  (Dev/Qlty) but not in Production .. where i am facing the issue of rendering the news ( not in correct format as expected)
    It is appearing as link. where as in my other environment the Text in proper HTML format.
    (Link of News appearing in production) whereas in Dev/Qlty proper text with Heading/Font/Colour appears. Or are you only seeing errors when you run the environment check?
    > I am getting the errors when running the environment check on in Production but not in Development/Quality.
    Did you try it on different clients or with different users? Is this a new installation or have you recently upgraded? Are all your components on the same SP level?
    > This is new installation but SP level are exactly same across the system(Dev/Qlty/Prod).
    Also the check the settings and found proper..
    Root Directory * /usr/sap/<System-ID>/SYS/global/config/cm/etc*
    Please let me know am I missing something..
    Why its not running on my production system.
    Regards
    Pravesh

  • Error after enabling lifetime on XML FORMS.

    Hi all,
    I’ve created my article (XML FORMS) that was working fine. However, after add the lifetime properties (validfrom, validto) into the form, a message error “Resource cannot be displayed with XMLResourceRenderer” is showed when a new article is created. Does anyone know what could going wrong?
    Any help will be appreciated,
    Alcides Flach

    Hi Alcides,
       In this folder, where you have created these xml files by mean form builder, do you have other kind of documents not created with form builder ?
       If you create other folder and then within it you create xml documents (form builder) after that display them using KM Navigation iview with a suitable layout set, do you have the same problem ?
       Have you tried to restart this server ?
       At last, you can enable debugging settings option in System Administration->System Configuration-KM-CM-User Interface-Settings-Advanced Options-Debuggings Options-edit and enter you user-id. After that refresh you browser.
       After that, when launch km navigation iview you are going to see a renderer link.
       Try with this link:
       https://www.sdn.sap.com/irj/sdn/thread?threadID=110919
    Patricio.

Maybe you are looking for

  • AP_VENDOR_PUB_PKG.Update_Vendor_Site updating inactive date doesn't work

    Hi all- So I used this API AP_VENDOR_PUB_PKG.Update_Vendor_Site to update the inactive date. It worked fine...but when I attempt to reactivate the date (by passing null inactive date) it keeps the same old date. How can I reactivate a site??

  • TAXINN/TAXINJ

    Hello What is the advantage of TAXINN over TAXINJ??? Why SAP has recommended to use TAXINN? Reagrds Ashish

  • Payment Not Blocked if the material is in Quality..

    Hi If the Material is in Quality then the Invoice should be blocked for payment , this is not happening , are there any setting required . Pl Help. Rgds Paresh

  • Update DB properties statistics.

    Hi All, How to refresh the Essbase DB Proper statistics, In my data base I am seeing data at Zero level, but my data base Statistics properties shows Existing Level Zero Blocks as 0. I think my properties for this database in not updated. I am trying

  • Reusing of SC in sourcing engine

    Dear Experts, Due to some reason that we want to use the same SC for creating an RFX/Auction, after one RFx/Auction is created. (Parallel sourcing). But in the standard SAP the SC will disappear from sourcing, once and RFx/Auction is created. Can thi