CMOD Transaction - no project components visible

Hi!
I have created a project in CMOD, some enhancements are assigned as well and project is activated, but when I press on Components - nothing happens...
As well when I try to assign enhancement LVEDF001 to project, it sais that this enhancment is assigned already, but not visible in the list of enhancements.
Any ideas?
Will reward,
Mindaugas

Hi,
The system will tell you that enhancement LVEDF001 was belong to which project(existing) when you try to assign to your new project (CMOD)
Regards,
Ferry Lianto

Similar Messages

  • Costing for Miscellaneous issue transaction for project

    We have a different requirement from the business
    ours is R&D and we are using Oracle projects to track our projects costing and billing
    we procure some material from outside supplier and it will get costed to the project but when any engineer want to use the material they want to reduce the material from the inventory by they dont want the cost to get reduced from the project
    usually engineers take the material by doing miscellaneous issue for some testing and they never get in to the project again it will be treated as samples
    currently when i do the miscellaneous issue it reduces the inventory from project and also the cost will get reduced.
    Can someone help me out since it is very critical for us to acheive this,
    Regards
    Lavanya

    D
    Dear Lavanya,
    The material should be first reeived to Inventort then transferred to projects
    Ex        100 Quantity is Received @ 10 Each - Inventory Material value will be 1000   Unit Price 10
    Now     10 Quantity is Issued(Samples) @ 0 each -       Inventory material Value will be 1000   Unit Price  11.11
    Now Transfer the remaining quantity to Projects i,e 90 quantity, & inventory material value will be 1000, unit price will be 11.11 (Use Project related Misc Transaction for Project Issues)
    Even though material is issued with 0 unit price A/c entries will be generated
    Dr. Given A/c
    Cr. Inventory material value A/c
    Here first the material is directly received into Inventory (Not related to projects organization) Miscellaneous Issue (For samples) is done with 0 unit cost after that The material is transferred to projects (Project Issues)
    For Miscellaneous Issue (Samples Issue) a Personalization is need to done such that the Unit price will be freeze to 0.
    Regards
    Shaan

  • Inventory Transaction to Projects

    Hi,
    I am working on DEMO Instance (12.0.4).
    - Created a User Transaction Type with Project enabled
    - Created an Expenditure Type with Exp. Category as "Inventory Transfers"
    - Did the Misc. Receipt (Which I have created in step 1) with Required Project Information.
    - Ran the "Cost Manager" and the transaction Costed successfully (Material Transaction -> Reason, Reference Column -> Costed 'YES')
    - Ran the "Cost Collection Manager" and found from the Table (PA_TRANSACTION_INTERFACE_ALL) that No Transaction happen. (From Application I found that, Inv ->Material Transaction -> Transferred to Projects 'NOT APPLICABLE' ).
    Why Transferred To Projects is "NOT APPLICABLE". Did I miss any step.
    Regards,
    Khan.

    Hi
    There could be several reasons:
    The item cost may be zero - will not transfer
    You may be acting with an expense type item - will not transfer.
    The subinventory you are taking the item from may be an expense subinventory - will not transfer.
    If you are working in a PJM organization, when the MISC Issue is taking item from locator of project A task B, and issuing it to the same project and task, the system will not transfer the transaction to Projects.
    Dina

  • Components visibility depending on permission

    Hi all,
    WebCenter Spaces (and Composer in custom apps as well)
    currently using WebCenter 11gPS1
    What I want to achieve: components that are added to a Space/page at run time are visible only for users/Space members with a certain role/permission.
    I am thinking about setting the Component visibility using an EL Expression. I am looking for the EL expression to use that refers to permissions of the current user. I have found #{securityContext.userName} . Now I try to find some expression that allows me to test whether a user has a permission (something like #{securityContext.hasPermission['some permission']}).
    Does anyone know how I can use EL to test for the current user's permission(s)?
    Or alternatively: does anyone know another way to define access to components - such as images, rich text blocks and custom task flows or portlets - based on permissions?
    thanks.
    Lucas

    In order to make use of WebCenter Spaces classes such as Space, SpaceContext and WCSecurityManager, I had to add the WebCenter Spaces Client library to project. To ensure the compilation from the Ant script succeeds, I also have to add the required Jar files to the internal-targets.xml file (or at least that was a way to get it work):
    <path id="library.WebCenter.Spaces.Client">
          <pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/webcenter-core-api.jar"/>
          <pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/spaces-api.jar"/>
          <pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/spaces-webservice-client.jar"/>
       </path>
      <path id="classpath">
         <path refid="library.ADF.Common.Runtime"/>
         <path refid="library.WebCenter.Spaces.Client"/>
       </path>Note: my colleague Aino Andriessen takes all the credits here.
    This allowed us to deploy and run a bean with code like this:
        public String getText() {
            String text = "start:";
            Space space = SpacesContext.getCurrentInstance().getCurrentSpace();
            WCSecurityManager secMgr;
            text = text + "members";
            try {
                secMgr = space.getSecurityManager();
                List<MemberInfo> m = secMgr.getMemberInfo();
                for (MemberInfo minf : m) {
                    text = text + ";" + minf.getName();
                    text = text + "roles:";
                    List<oracle.webcenter.webcenterapp.security.RoleInfo> roles =
                        minf.getRoles();
                    for (RoleInfo rinf : roles) {
                        text = text + "-" + rinf.getName() + "|" + rinf.getPolicyRoleName() + "/";
            } catch (SpacesException e) {
            } catch (WCSecurityException e) {
            return text;
        }

  • Problem in creating a BDC program for transaction cj20n(project sytem)

    Hi all,
    I am trying to create project,WBS element ,network and activity using a BDC program,
      I am able to create to a recording for the transaction cj20n using tcode shdb but when i run the recording it doesnt run properly i am not able to create any thing.
    I get error saying that a particular field doesnt exist on the screen.
    Is possible to create a BDC program for transaction CJ20N ?
    Also is there any other alternative  apart from using a BAPI or a function module.
    Thanks,
    Nishant

    Hi,
        Check below link for BAPIs of transaction cj20n.
    [BAPI for cj20n|BAPI for CJ20N transaction]
    Thanks,
    Asit Purbey.

  • Developing new Swing Components - Visibility problems with UI classes

    I was wondering if anyone out there had run into the following problems when developing new Swing components. If so it might be worth banding together and putting pressure on Sun to fix them. However, if no one else develops new Swing components then I guess I'm just a lone voice...
    I have been writing a new dockable toolpanel Swing component and when it came to implementing the UI manager I was unable to access many of the standard features in basic and metal LAFs because they had been made package protected. This forced me to reimplement quite a bit of existing code which took time as well as being bad practice.
    While in some cases I can understand this from a security POV I am pretty sure that in this case it is the result of lazy programming practice. Appart from basic architectural reasons for this I have noticed a trend where newer code seems to suffer from this more than the original code. The practice of using package protection reminds me of C++ style coding, or just that of an inexperienced developer who does not understand the need to code for extensibility.
    An additional problem arises because the Security manager stops you cheating the system by putting new classes into the javax.swing.plaf... package structure. Thus the only way to solve this nicely is a proper fix.
    This would entail going through all the UI PLAF classes and rationalizing the visibility to either public or protected as appropriate. Really there should be minimal use of package protection unless it is vital for security concerns.
    Some Examples (there are many more):
    javax.swing.plaf.basic.LazyActionMap
    javax.swing.plaf.basic.BasicBorders.RolloverMarginBorder
    javax.swing.plaf.basic.BasicBorders.SplitPaneDividerBorder (why are just these two classes package protected when all the others are public?)
    javax.swing.plaf.metal.MetalUtils
    javax.swing.plaf.metal.MetalBumps
    Anyway, I am happy to give advice to other poor saps who wind up fighting the UI manager but it would be better if we could get Sun to sort out this mess (after all they created it).
    Cheers, Lewis

    It may be more a case of creating new Swing components and trying to provide support for all the standard LnFs.
    This is very awkward although you can sometimes achieve what you want by borrowing resources from UIManager (a border here, an icon there etc.).
    Essentially the problem is that Swing is designed to have new components added to it but the standard LnFs aren't quite so accommodating!

  • Demarcate and propagate transactions from web components

    Hi,
    Can I start a transaction from within a JSP/Servlet and propagate it to EJBs?
    For example, say there are EJB1.method1 and EJB2.method2, both marked "required". Code a JSP/Servlet like:
    1 UserTransaction tx = ...;
    2 tx.begin();
    3 EJB1.method1();
    4 EJB2.method2();
    5 tx.commit();
    Does it embrace the two EJB methods in one transaction? What if the web components and EJBs are deployed on different servers physically?
    Thanks!
    Sunyu

    I think you probably want to look at a Web services transactions system that integrates with the JTA. That way you can span your transactions across both a loosely coupled and closely coupled environment. There are some examples at www.arjuna.com
    There are several web services transactions specifications out there (OASIS Business Transactions Protocol and IBMs Web Services Transactions, for example). The latter is probably the way to go as it's been designed to interoperate with existing TP systems (it doesn't do that too well at the moment due to "issues" in the spec. but those will be fixed). In addition, JSR 156 is aiming to give J2EE a standard set of interfaces to Web services transactions and interoperability with other J2EE transaction services (JTA and JTS) is high on the agenda.
    Mark.

  • OA Components visibility in JDeveloper [patch 8431482]

    Hi, I downloaded jDeveloper from patch 8431482 for R12.1.1 apps. When I create OA workspace & OA Project under <JDEV_USER_HOME>/<userprojects>, I don't see any of these i.e Page, Regoin are enabled for creating new page. But if I create OA Workspace & OA Project under
    <JDEV_USER_HOME>/myprojects, those Menus i.e Page, Regoin under Web Tier => OA Components are enabled.
    Should we use <JDEV_USER_HOME>/myprojects directory default for all new workspaces/projects?

    Yes - use the /myprojects directory. Java files get created in the hierarchy under this directory while class files are put into <JDEV_USER_HOME>/myclasses.
    Kristofer Cruz

  • JDialog size and components visibility

    hi
    I have a JDialog in which i have a panel and in the panel i have the components arranged as
    Label1 Label2
    Label3 TextBox1
    Label4 TextBox2
    Button1 Button2
    I have used GridBagLayout for the panel as well as for the Dialog.The following is the code i have used to create the JDialog,panel and its components
    JDialog inputdialog=new JDialog(this,true);
    inputdialog.setTitle("Modify");
    GridBagLayout layout=new GridBagLayout();
    JPanel panel=new JPanel();
    panel.setLayout(layout);
    GridBagConstraints gbc = new GridBagConstraints();
    JLabel key=new JLabel("Key");
    gbc.gridx=0;
    gbc.gridy=0;
    gbc.gridwidth=1;
    gbc.gridheight=1;
    gbc.anchor=gbc.CENTER;
    layout.setConstraints(key,gbc);
    panel.add(key);
    JLabel keylabel=new JLabel();
    keylabel.setText("SIMPLE");
    gbc.gridx=1;
    gbc.gridy=0;
    gbc.gridwidth=1;
    gbc.gridheight=1;
    gbc.anchor=gbc.NORTHWEST;
    // gbc.insets=new Insets(0,0,0,200);
    layout.setConstraints(keylabel,gbc);
    panel.add(keylabel);
    JLabel value=new JLabel("Value");
    gbc.gridx=0;
    gbc.gridy=1;
    gbc.gridwidth=1;
    gbc.gridheight=1;
    gbc.anchor=gbc.CENTER;
    layout.setConstraints(value,gbc);
    panel.add(value);
    JTextField valueTextField=new JTextField();
    gbc.gridx=1;
    gbc.gridy=1;
    gbc.gridwidth=1;
    gbc.gridheight=1;
    gbc.anchor=gbc.NORTHWEST;
    gbc.ipadx=100;
    layout.setConstraints(valueTextField,gbc);
    panel.add(valueTextField);
    JLabel comment=new JLabel("Comment");
    gbc.gridx=0;
    gbc.gridy=2;
    gbc.gridwidth=1;
    gbc.gridheight=1;
    gbc.anchor=gbc.CENTER;
    gbc.insets=new Insets(0,125,0,3);
    layout.setConstraints(comment,gbc);
    panel.add(comment);
    JTextField commentTextField=new JTextField();
    gbc.gridx=1;
    gbc.gridy=2;
    gbc.gridwidth=3;
    gbc.gridheight=1;
    gbc.ipadx=300;
    gbc.insets=new Insets(0,0,0,70);
    gbc.anchor=gbc.NORTHWEST;
    layout.setConstraints(commentTextField,gbc);
    panel.add(commentTextField);
    JButton ok=new JButton("OK");
    gbc.gridx=1;
    gbc.gridy=3;
    gbc.gridwidth=1;
    gbc.gridheight=1;
    gbc.ipadx=30;
    gbc.ipady=10;
    layout.setConstraints(ok,gbc);
    panel.add(ok);
    JButton cancel=new JButton("Cancel");
    gbc.gridx=2;
    gbc.gridy=3;
    gbc.gridwidth=1;
    gbc.gridheight=1;
    gbc.ipadx=30;
    gbc.ipady=10;
    gbc.insets=new Insets(0,0, 0,150 );
    layout.setConstraints(cancel, gbc);
    panel.add(cancel);
    inputdialog.setLayout(layout);
    gbc.gridx=0;
    gbc.gridy=0;
    gbc.ipadx=0;
    gbc.ipady=0;
    gbc.anchor=gbc.FIRST_LINE_START;
    gbc.insets=new Insets(80,0,900,1000);
    layout.setConstraints(panel,gbc);
    inputdialog.getContentPane().add(panel);
    inputdialog.setSize(400,200);
    inputdialog.setVisible(true);
    My question is i have set the Dialog size using setSize(400,200) but when the dialog is opened the components are not visible for that size of the dialog,the components appear only when the Dialog is maximized,i do not want that to happen i want the components to appear in the Dialog when the size of the Dialog is (400,200) and not when it is maximized.What should i do?
    thanks

    Hopefully this example would give you some ideas:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class DialogTest extends JFrame implements ActionListener {
         public DialogTest() {
              setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              JButton button = new JButton("Show Dialog");
              button.addActionListener(this);
              getContentPane().add(button);
              pack();
              setLocationRelativeTo(null);
              setVisible(true);
         public void actionPerformed(ActionEvent e) {
              JDialog dialog = new JDialog(this, true);
              dialog.setTitle("Testing");
              JPanel panel = new JPanel(new GridBagLayout());
              GridBagConstraints c = new GridBagConstraints();
              JLabel label;
              JButton button;
              JTextField textField;
              label = new JLabel("Key");
              c.gridx = 0;
              c.gridy = 0;
              c.insets = new Insets(5, 10, 5, 10);
              c.anchor = GridBagConstraints.CENTER;
              c.fill = GridBagConstraints.HORIZONTAL;
              panel.add(label, c);
              label = new JLabel("SIMPLE");
              c.gridx = 1;
              c.gridy = 0;
              panel.add(label, c);
              label = new JLabel("Value");
              c.gridx = 0;
              c.gridy = 1;
              panel.add(label, c);
              label = new JLabel("Comments");
              c.gridx = 0;
              c.gridy = 2;
              panel.add(label, c);
              textField = new JTextField(10);
              c.gridx = 1;
              c.gridy = 1;
              c.gridwidth = 2;
              c.insets = new Insets(5, 10, 5, 120);
              panel.add(textField, c);
              textField = new JTextField(20);
              c.gridx = 1;
              c.gridy = 2;
              c.insets = new Insets(5, 10, 5, 10);
              panel.add(textField, c);
              button = new JButton("OK");
              c.gridx = 1;
              c.gridy = 3;
              c.ipadx = 50;
              c.gridwidth = 1;
              panel.add(button, c);
              button = new JButton("Cancel");
              c.gridx = 2;
              c.gridy = 3;
              c.insets = new Insets(5, 5, 5, 50);
              panel.add(button, c);
              dialog.getContentPane().add(panel);
              dialog.pack();
              dialog.setVisible(true);
         public static void main(String[] args) { new DialogTest(); }
    }

  • CMOD Transaction

    what happens when we have not entered Enhancement in any project?

    Then only the data set up in the Standard Business Content datasources are extracted.  CMOD allows access to user exits where you can logic to fill additional fields that have been added to standard (or generic) datasources. 
    Hope this helps.
    Message was edited by:
            Geo

  • Making components visible

    Hi there,
    Heres my problem.I ask the user how many textboxes the require.If they say ten then I create 10 textboxes ,add theese to a panel and then add the panel to the main frame.This works but the panel is not visible until the main frame is resized.How can I get the panel and its components to appear.I have tried setvisible(),repaint() and all them.Has anyone any ideas?
    Thankyou
    Peter

    Have you tried validate() on the main frame?

  • WIP transaction for Project

    Hi,
    I have created a standard descrete job with Project reference. I am manually issuing material to this DJ from non project locator. Will this transaction be eligible for transfer to Project?
    Thanks,
    Hemant

    Hi
    Assuming you have enabled Project Manufacturing in that WIP / Inventory organization then yes. Issue items from non project locator to a WIP project work order is considered a transaction eligible to be cost collected and interfaced to PJC.
    Dina

  • Flex 3 project, all visible content disappears

    This is a bit hard to describe.  It's a complex Flex app for a realtime multiplayer game using socket connections.  Previously, everything worked fine, but after some recent changes there is a point where all visible content disappears.
    What is REALLY odd is that this ONLY happens when the SWF is embedded in an HTML page.  If the SWF is loaded directly by the browser, either locally using file:/// or served by a webserver (i.e. http://localhost:8080/swfs/MySwf.swf) then the SWF works as expected and transitions to the next state without a problem.
    Also of note is that no error is thrown and, yes, I have the debug version of flash installed and can see popup errors by intentionally causing them to test.
    I'm at a loss for how to debug this.  I started by commenting out all sections of the code that had recently changed, but the problem persisted.  Since then, I'm shooting in the dark, commenting out sections and testing.  For a bit, I thought the problem might be with the embed code itself, but I'm using the default generated by Flex Builder and it has not changed in the past 10 months that the last version of this SWF was working.  I've tried using every alternate window mode, but that didn't change anything.
    I've been testing mainly in Safari 4 (OS X), but tried Firefox 3.5 to confirm that the problem wasn't mac-browser specific, and tried Firefox 3 (Ubuntu) to confirm it wasn't OS specific.
    Does anybody know, on a high level, what could cause this kind of problem?  Specifically...
    1)  What can cause the display to suddenly clear?
    2)  What differences are there between running the SWF directly (even loaded from a webserver, so it's not local content) that could affect rendering?
    3)  Any other advice on things to try?
    Attached are two images:
    (a) the one with content elements is the desired effect, and was the result of loading the swf directly, and
    (b) the one with just the plain background image is the result at the same step but embedded in an HTML page
    Thanks!

    Thanks for the suggestion Barna.  I've been doing that, though, and discovered that the code continues to run in the background, not having hit any error.  I literally had logging statements between every line of code in the function where the content disappears, and every logging statement was output as it should be. 
    So, I tried executing a different function that does nothing but change the current state instead, and the problem still occurred.
    The keys points thus far are:
    (1) no error messages thrown
    (2) no errors in the AS3 code
    (3) but a call to currentState = "lobby" (which is the next desired state) causes the contents of the display to vanish
    (4) again, only happens when embedded
    If there is an error, it seems to be in the state change... which is MXML, so I can't log output there, but I'll see if commenting out particular element(s) or changes will shed some light on where an error might be...

  • IMovie project is visible in finder but won't open

    This morning I created a new project and had it just where I wanted it. I closed iMovie and came back later but it doesn't show in the project window. I can see it in finder but when I click to open iMovie doesn't open it. Any clues would be appreciated
    iMovie 9.0.6
    system 10.7.4
    Thanks!

    Hi
    Did You move or alter any folder named (on DeskTop/Finder) ?
    • iMovie Event's - or -
    • iMovie Project's
    If altered anything in one of them - Try to move it back and Hope that iMovie find's it again.
    Never move or alter on DeskTop - only within the iMovie Application - else connections to Project and material will break and this can be anything from Hard to impossibly to mend.
    Yours Bengt W

  • 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...

Maybe you are looking for