WebDynproJ BuildError:Role "Context": A minimum of 1 object(s) is required

[wdgen] WARNING: Metadata of component SearchHelpConsumer is not valid! ComponentUsage "//WebDynpro/Component:com.gmodelo.meta.common.searchhelp.searchhelpconsumer.SearchHelpConsumer/ComponentUsage:GenericSearchHelpComp", Role "UsedComponent": A minimum of 1 object(s) is required
     [wdgen] WARNING: Metadata of component GenericSearchHelpComp is not valid! Controller "//WebDynpro/Controller:com.gmodelo.meta.common.searchhelp.comp.GenericSearchHelpCompView";;, Role "Context": A minimum of 1 object(s) is required
     [wdgen] [Info]    Generating of component //WebDynpro/Component:com.gmodelo.meta.common.searchhelp.searchhelpconsumer.SearchHelpConsumer aborted with exception
     [wdgen] [Info]    Catching throwable null
     [wdgen] [Info]    java.lang.NullPointerException
     [wdgen] at com.sap.ide.metamodel.core.service.ObjectPathResolver.getObjectFromPath(ObjectPathResolver.java:64)
     [wdgen] at com.sap.ide.metamodel.webdynpro.implementation.ControllerProxy._injectState(ControllerProxy.java:423)
     [wdgen] at com.sap.ide.metamodel.webdynpro.implementation.ControllerProxy._load(ControllerProxy.java:994)
     [wdgen] at com.sap.ide.metamodel.core.DevelopmentObjectProxy.loadState(DevelopmentObjectProxy.java:560)
     +[wdgen] +
I got the previous error when trying to build a DC which is stored in NWDI, I synchronized the source code, but something seems to be corrupt.
Then, I deleted all components inside this DC's: applications, models, component controllers, etc.. because I want to  redevelop it, and when is empty it builds ok, but if I create a new component controller, it doesnt build any more, It throws the same error:
[wdgen] WARNING: Metadata of component GenericSearchHelpComp is not valid! Controller "//WebDynpro/Controller:com.gmodelo.meta.common.searchhelp.comp.GenericSearchHelpCompView";;, Role "Context": A minimum of 1 object(s) is required
If I review the controller just created and it seems to be ok, I can see the  context, the interface, etc... but it doesn't build.
Any Ideas???
Thanks a lot!!!!!!!!!!!!!!!!!

Hi Sergio,
I'm facing the same issue.... did you solve it? Could you share?
Thanks in advance.
Best Regards,
Marcelo

Similar Messages

  • Business graphics/series:series/Point" Role "Values":A minimum 1 object(s)

    Hi All,
    I am getting an error:
    Webdynpro generation: metadata constraint of component component_name is violated: Point "// WebDynpro/View:com.domain.ProjectViewName/RootUIelementcontainer/...../ business graphics/series:series/Point" Role "Values":A minimum 1 object(s) is required.
    I am using pie chart for graphics.
    Thanks and regards,
    Hanif Kukkalli

    Hi ,
    When you create a series , you have to create a series -> series_point->point ->numerical or time value..
    Blogs by Marcin Galczynski
    /people/sap.user72/blog/2006/05/01/advanced-business-graphics--time-scatter
    Or you can use a simple series
    /people/sap.user72/blog/2005/03/23/business-graphics-in-webdynpro
    Regards
    Bharathwaj

  • Using ADF Security user in role context to change field value

    Hi I was wondering if it was possible to change an input text field value depending on the ADF authentication login values.
    So if the user in role is manager value is dino2dy if it's Boss its Frank Nimphius.
    My idea is that I want the field user to be read only so no one could change it, but since it's a foreign key in the table I need to have values in it for committing to the database.
    Since different users will be accessing the application I want every user to have his user name automatically entered into a read only field. Then commit that value into the database.
    I have ran into some problems so far, as if I put in a straightforward value in a field, and make it read only, when committing I get an error User field needed. As if the field is empty even though I can see the value on the page.
    Hope you guys can help

    Yeah I have tried that but I can only use it for true or false values, I do not know how to use it to change a value. I ve used it to make something read only or disabled depending on the user in role.
    It still wont work if I change the value in the field. It has to be the database value thing in there. As soon as I change it it starts giving me the you need Korisnik error. But I cant put it as a default value in the database because it defeats the purpose.

  • Determine current Page's Context Navigation Term using server object model

    I am trying to find a way to figure out the navigation term in the context of page processing that was requested through a friendly url.  I cannot seem to locate anything on MSDN.  The only similar functionality i see is using CSOM via _spFriendlyUrlPageContextInfo.
     

    Hi,
    Please refer to the following article, it has information how to get the friendly URL
    How to get friendly URL of the current page in Sharepoint programmatically
    Please don't forget to mark it answered, if your problem resolved or helpful.

  • Minimum set of ACLs / security access required for getting MBeanHome and Runtime MBeans

    Hi,
    Where can I get information regarding the "minimum set" of ACLs and security access/permission
    required for
    a) Accessing weblogic.management.MBeanHome [Local and Admin interfaces] and RemoteMBeanServer
    interfaces
    b) Use MBeanHome and RemoteMBeanServer interface to look up MBeans [especially
    Runtime MBeans] for Cluster, Server instances, EJBs, JDBC, Execute Queues, etc?
    Any help or hint is appreciated!
    Regards,
    DKV

    "DKV" <[email protected]> wrote in message
    news:3f4e8429$[email protected]..
    >
    Hi,
    Where can I get information regarding the "minimum set" of ACLs andsecurity access/permission
    required for
    I believe this was answered in the management jmx newsgroup.

  • TopicConnectionFactory - context.lookup returns a different object

    Hi.
    I'm using RefFSContextFactory in my code to retrieve a javax.jms.TopicConnectionFactory object by jndi.
    The code worked fine until suddenly context.lookup starts to get a com.sun.messaging.TopicConnectionFactory.
    I don't know why this behavior.
    Any ideas?
    Regards,
    Fox

    Hi,
    The code you posted looks good to me.
    Do you have imq.jar in your classpath ? See the section titled 'Setting up Your Environment' in the MQ Developer's Guide for Java Clients:
    [http://docs.sun.com/app/docs/doc/819-7757/6n9mar6bf?a=view#aeqar]
    This may explain why the object looked up is found, but when the attempt to instantiate it was made (all done from within ctx.lookup()), it failed because the class was not in your CLASSPATH. JNDI lookup code should be generic, but the JMS provider (ie MQ in this case) jars should be in your CLASSPATH. I can't be sure this is exactly your issue but it could very well be.
    How did you store the TopicConnectionFactory at C:/temp ? I assume you used imqobjmgr or imqadmin ? Did that go OK ?
    Lastly, if you downloaded and installed MQ on windows, the javadoc should be in your installation, at mqInstallHome\mq\javadoc, see the section titled 'Installed Directory Structure' in the MQ Installation Guide at:
    [http://docs.sun.com/app/docs/doc/819-7754/aencp?a=view]
    regards,
    -i

  • Role of text & hirarhies of info object property in cube data model & Bex

    Hi,
    Info object have properties : first > attribute can be either display or navigational which are as charatristics(dimension's) display property and as in navigational folder res. in cube > display data model, in display attribute can we see same as like data modle while navigational attribute will serve as charateristics of res dimension. ( in BI 7.0 )
    where is the text and hirirchey property of info object in cube data model and bex analyzer?
    Best regards,
    Dushaynt.

    hi,
    follow this link. it will help.
    http://help.sap.com/saphelp_bw33/helpdata/en/ad/6b023b6069d22ee10000000a11402f/frameset.htm

  • Problem with Context - calculated Value

    I have a problem with my WebDynPro-Project.
    The Errors which is shown by the NWDS:
    "Web Dynpro Generation: Metadata constraint of Component KeyMappingComponent is violated: CalculatedAttributeProvider "//WebDynpro/Controller:de.vwfsag.keymapping.ui.KeyMappingComponent/CalculatedAttributeProvider:BusinessAttributeDataSprache", Role "Attribute": A minimum of 1 object(s) is required"
    What I've done:
    - changed valueproperties calculated from "true" to "false" and back.
    The problem is that the set und get methods remained after resetting the calculateproperty to "false".
    I've tried several time to switch the property but now I got more remained set and get methods (..._1, ..._2, ...), which I can't delete in the NWDS.
    What I also tried was to change the .wdcontroller"-file of my controller-component, but this file is generated so after a rebuild the ".wdcontroller"-file is still corrupted.
    I think the conclusion should be something to delete these methods or change the calculatedproperty in some files you can't access directly from the NWDS.
    I hope anyone could help me out with this?
    Greetz Christian
    Edited by: christian.zuehlsdorf on Dec 14, 2009 6:24 PM

    Tushar Sinha wrote:Tushar Sinha wrote:Hey Sinha,
    thank you fr your answer!
    >
    > Just try deleting the attribute for which you tried setting the calculated property as true and then false, try repairing your project, reload and build again. Hopefully this should get you rid of the getters and setters.
    That was the first thing I already tried. I deleted the whole context und then rebuild and repair and rebuild... But none of that help.
    >
    > Do, not manually try deleting the getters/setters manually for any attribute as it is autogenerated for an attribute.
    These getters/setters only have part of the configuration with no context-attribute-bind, which in fact seems to be the problem for the build-process.

  • Error in Creating Project in ESS.

    Hi All,
    I have a requirement where in , there is change in the personal data screen of ESS package. We configured the NWDI server. But when i am trying to extract the ess/in/pdata dc from the ESS SC. It is failing during the project Build and throwing the below error.
    Mar 8, 2009 12:12:17 PM /userOut/Development Component (com.sap.ide.eclipse.component.provider.listener.DevConfListener) [Thread[ModalContext,5,main]] ERROR: ess/in/pdata: Build failed for sap.com/ess/in/pdata(sap.com_SAP_ESS_1) in variant "default": [Error]   Generation failed!
    Build log -
    Development Component Build (2009-03-08 12:11:23)
      Component name: ess/in/pdata
      Component vendor: sap.com
      SC compartment: sap.com_SAP_ESS_1
      Configuration: NDI_ESS2_D
      Location: NDI_ESS2_D
      Source code location: http://sapdev:50200/dtr/ws/ESS2/sap.com_SAP_ESS/dev/inactive/DCs/sap.com/ess/in/pdata/_comp/
      DC root folder: C:\Documents and Settings\sk46196\.dtc\0\DCs\sap.com\ess\in\pdata\_comp\
      DC type: Web Dynpro
      Host: HIC-PCS31092
    DC Model check:
       All used DCs are available locally
       validating dependency to build plugin "sap.com/tc/bi/bp/webDynpro"
       validating dependency to  public part "default" of DC "sap.com/tc/cmi"
       validating dependency to  public part "default" of DC "sap.com/tc/ddic/ddicruntime"
       validating dependency to  public part "default" of DC "sap.com/tc/ddic/metamodel/content"
       validating dependency to  public part "default" of DC "sap.com/tc/wd/webdynpro"
       validating dependency to  public part "default" of DC "sap.com/tc/logging"
       validating dependency to  public part "default" of DC "sap.com/tc/wdp/metamodel/content"
       validating dependency to  public part "default" of DC "sap.com/com.sap.aii.proxy.framework"
       validating dependency to  public part "default" of DC "sap.com/com.sap.aii.util.misc"
       validating dependency to  public part "default" of DC "sap.com/com.sap.exception"
       validating dependency to  public part "default" of DC "sap.com/com.sap.mw.jco"
       validating dependency to used DC "sap.com/pcui_gp/xssfpm"
       validating dependency to used DC "sap.com/pcui_gp/xssutils"
       validating dependency to used DC "sap.com/ess/per"
       DC model check OK
    Start build plugin:
       using build plugin: sap.com/tc/bi/bp/webDynpro
       starting build plugin from : C:\Documents and Settings\sk46196\.dtc\0\DCs\sap.com\tc\bi\bp\webDynpro\_comp\gen\default\public\webDynpro\
    Build Plugin 'WebdynproPlugin', Version 7.00 SP 9 (645_VAL_REL, built on 2006-08-23 19:48:09 CEST)
       development component:  ess/in/pdata (sap.com)
          software component:  SAP_ESS (sap.com)
                    location:  NDI_ESS2_D
                        type:  Web Dynpro
               build variant:  default
             source location:  http://sapdev:50200/dtr/ws/ESS2/sap.com_SAP_ESS/dev/inactive/
           plugin start time:  2009-03-08 12:11:39 GMT+05:30 (IST)
                     Java VM:  Java HotSpot(TM) Client VM, 1.5.0-b64 (Sun Microsystems Inc.)
    General options:
      convert *.xlf to *.properties: yes
      include sources for debugging: yes
    Used compilation public part does not exist: C:\Documents and Settings\sk46196\.dtc\0\DCs\sap.com\pcui_gp\xssutils\_comp\gen\default\public\FPMUtils\
    Used compilation public part does not exist: C:\Documents and Settings\sk46196\.dtc\0\DCs\sap.com\ess\per\_comp\gen\default\public\InternationalPersInfo\
    Warning: Source folder does not exist, will be ignored: META-INF
    Warning: Source folder does not exist, will be ignored: src/mimes
    Warning: Source folder does not exist, will be ignored: src/configuration
    Plugin initialized in 1.625 seconds
    Preparing data context..
    No 'default' JDK defined, will use running VM.
    Data context prepared in 8.89 seconds
    Executing macro file..
      Using macro file:     C:\Documents and Settings\sk46196\.dtc\0\DCs\sap.com\tc\bi\bp\webDynpro\_comp\gen\default\public\webDynpro\macros\build.vm
      Creating output file: C:\Documents and Settings\sk46196\.dtc\0\DCs\sap.com\ess\in\pdata\_comp\gen\default\logs\build.xml
    Macro file executed in 1 second
    Starting Ant..
      Using build file:     C:\Documents and Settings\sk46196\.dtc\0\DCs\sap.com\ess\in\pdata\_comp\gen\default\logs\build.xml
      Using build target:   build
      Generation folder:    C:\Documents and Settings\sk46196\.dtc\0\t\7F9C993F9CD60BA2D12EBC39ED1E9345
      Using Ant version:    1.6.2
    compile:
          [echo] Starting dictionary generator
         [ddgen]
         [ddgen] [Info]    Property deployment is true: Deployment information is provided!
         [ddgen] [Info]    Property sourcepath: C:\Documents and Settings\sk46196\.dtc\0\DCs\sap.com\ess\in\pdata\_comp\src\packages
         [ddgen] [Info]    Property targetpath: C:\Documents and Settings\sk46196\.dtc\0\t\7F9C993F9CD60BA2D12EBC39ED1E9345\gen_ddic
         [ddgen] [Info]    Property archivename: sap.comessin~pdata
         [ddgen] [Info]    Property vendor: sap.com
         [ddgen] [Info]    Property dcname: ess/in/pdata
         [ddgen] [Info]    Property projectlanguage: en
         [ddgen] [Info]    Property language: Available languages are automatically determined!
         [ddgen] [Info]    Property addpaths ...
         [ddgen] [Info]       SapMetamodelWebdynproContent.zip - C:/Documents and Settings/sk46196/.dtc/0/DCs/sap.com/tc/bi/extwd/_comp/gen/default/public/def/lib/model
         [ddgen] [Info]       SapMetamodelDictionaryContent.zip - C:/Documents and Settings/sk46196/.dtc/0/DCs/sap.com/tc/bi/extddic/_comp/gen/default/public/def/lib/model
         [ddgen] [Info]       SapMetamodelDictionaryContent.zip - C:/Documents and Settings/sk46196/.dtc/0/DCs/sap.com/tc/ddic/metamodel/content/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       sap.compcui_gpxssfpm~FloorplanManager.jar - C:/Documents and Settings/sk46196/.dtc/0/DCs/sap.com/pcui_gp/xssfpm/_comp/gen/default/public/FloorplanManager/lib/java
          [ddgen] [Info]    Initialize generation templates from configuration jar:file:/C:/Documents and Settings/sk46196/.dtc/0/DCs/sap.com/tc/bi/extddic/_comp/gen/default/public/def/lib/java/SapDictionaryGenerationCore.jar!/DictionaryGenerationConfigurationCompiled.xml
          [ddgen]
         [timer] Dictionary generator finished in 14.733 seconds
          [echo] Starting WebDynpro generator
         [wdgen]
         [wdgen] [Info]    Property deployment is true: Deployment information is provided!
         [wdgen] [Info]    Property sourcepath: C:\Documents and Settings\sk46196\.dtc\0\DCs\sap.com\ess\in\pdata\_comp\src\packages
         [wdgen] [Info]    Property targetpath: C:\Documents and Settings\sk46196\.dtc\0\t\7F9C993F9CD60BA2D12EBC39ED1E9345\gen_wdp
         [wdgen] [Info]    Property archivename: sap.comessin~pdata
         [wdgen] [Info]    Property vendor: sap.com
         [wdgen] [Info]    Property dcname: ess/in/pdata
         [wdgen] [Info]    Property projectlanguage: en
         [wdgen] [Info]    Property language: Available languages are automatically determined!
         [wdgen] [Info]    Property addpaths ...
         [wdgen] [Info]       SapMetamodelWebdynproContent.zip - C:/Documents and Settings/sk46196/.dtc/0/DCs/sap.com/tc/bi/extwd/_comp/gen/default/public/def/lib/model
         [wdgen] [Info]       SapMetamodelDictionaryContent.zip - C:/Documents and Settings/sk46196/.dtc/0/DCs/sap.com/tc/bi/extddic/_comp/gen/default/public/def/lib/model
         [wdgen] [Info]       SapMetamodelDictionaryContent.zip - C:/Documents and Settings/sk46196/.dtc/0/DCs/sap.com/tc/ddic/metamodel/content/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       sap.compcui_gpxssfpm~FloorplanManager.jar - C:/Documents and Settings/sk46196/.dtc/0/DCs/sap.com/pcui_gp/xssfpm/_comp/gen/default/public/FloorplanManager/lib/java
         [wdgen] [Info]       webdynproruntime_repository_pmr.jar - C:/Documents and Settings/sk46196/.dtc/0/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       webdynproservices.jar - C:/Documents and Settings/sk46196/.dtc/0/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       jrfc.jar - C:/Documents and Settings/sk46196/.dtc/0/DCs/sap.com/com.sap.mw.jco/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       cmiapi.jar - C:/Documents and Settings/sk46196/.dtc/0/DCs/sap.com/tc/cmi/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       logging.jar - C:/Documents and Settings/sk46196/.dtc/0/DCs/sap.com/tc/logging/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       logging.perf.jar - C:/Documents and Settings/sk46196/.dtc/0/DCs/sap.com/tc/logging/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       SapMetamodelWebdynproContent.zip - C:/Documents and Settings/sk46196/.dtc/0/DCs/sap.com/tc/wdp/metamodel/content/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]    Initialize generation templates from configuration jar:file:/C:/Documents and Settings/sk46196/.dtc/0/DCs/sap.com/tc/bi/extwd/_comp/gen/default/public/def/lib/java/SapWebDynproGenerationCore.jar!/WebDynproGenerationConfigurationCompiled.xml
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/in/pdata/model/HRXSS_PER_P0002_IN.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/in/pdata/model/Hrxss_Per_Edit_P0002_In_Output.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/in/pdata/model/Bapiret2.java
        [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/in/pdata/model/Hrxss_Per_F4_Value.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/in/pdata/model/Hrxss_Per_Modify_P0002_In_Output.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/in/pdata/model/Hrxss_Per_Delete_P0002_In_Output.java
         [wdgen] WARNING: Metadata of component VcPerPersonalINOverview is not valid! ComponentUsage "//WebDynpro/Component:com.sap.xss.hr.per.in.personal.overview.VcPerPersonalINOverview/ComponentUsage:FcPersInfo", Role "UsedComponent": A minimum of 1 object(s) is required
         [wdgen] WARNING: Metadata of component VcPerPersonalINReview is not valid! ComponentUsage "//WebDynpro/Component:com.sap.xss.hr.per.in.personal.review.VcPerPersonalINReview/ComponentUsage:FcPersInfo", Role "UsedComponent": A minimum of 1 object(s) is required
         [wdgen] WARNING: Metadata of component FcPerPersonalIN is not valid! ComponentUsage "//WebDynpro/Component:com.sap.xss.hr.per.in.personal.fc.FcPerPersonalIN/ComponentUsage:FcPersInfo", Role "UsedComponent": A minimum of 1 object(s) is required
         [wdgen] WARNING: Metadata of component VcPerPersonalINDetail is not valid! ComponentUsage "//WebDynpro/Component:com.sap.xss.hr.per.in.personal.detail.VcPerPersonalINDetail/ComponentUsage:FcPersInfo", Role "UsedComponent": A minimum of 1 object(s) is required
         [wdgen] [Error]   com.sap.xss.hr.per.in.personal.overview.VcPerPersonalINOverview --> Component VcPerPersonalINOverview: Has invalid component usage 'FcPersInfo'
         [wdgen] [Error]   .Subtypes: The mapping definition is inconsistent, the mapped context element does not exist.
         [wdgen] [Error]   com.sap.xss.hr.per.in.personal.overview.VcPerPersonalINOverview --> ContextModelNode Subtypes [modelClass]: The context model node has not been bound to a model class (Hint: A Context model node has to be bound to a model class or mapped to a model node of another controller.)
         [wdgen] [Error]   .Subtypes.Subtype: The mapping definition is inconsistent, the mapped context element does not exist.
         [wdgen] [Error]   .Subtypes.Case: The mapping definition is inconsistent, the mapped context element does not exist.
         [wdgen] [Error]   .Subtypes.Stext: The mapping definition is inconsistent, the mapped context element does not exist.
         [wdgen] [Error]   .Subtypes.Del_Button: The mapping definition is inconsistent, the mapped context element does not exist.
         [wdgen] [Error]   .Subtypes.Disp_Only: The mapping definition is inconsistent, the mapped context element does not exist.
         [wdgen] [Error]   .Subtypes.Cre_Button: The mapping definition is inconsistent, the mapped context element does not exist.
         [wdgen] [Error]   .Default_Begda: The mapping definition is inconsistent, the mapped context element does not exist.
         [wdgen] [Error]   com.sap.xss.hr.per.in.personal.overview.VcPerPersonalINOverview --> ContextModelAttribute Default_Begda [referencedProperty]: The context model attribute has not been bound to a model property
         [wdgen] [Error]   com.sap.xss.hr.per.in.personal.overview.VcPerPersonalINOverview --> ContextModelAttribute Default_Begda: Context model attributes which are defined as top level attributes have to be mapped to attributes of other controllers.
         [wdgen] [Error]   com.sap.xss.hr.per.in.personal.overview.VcPerPersonalINOverview --> Component VcPerPersonalINOverview [FcPersInfo]: Component usage has no used component
         [wdgen] [Error]   com.sap.xss.hr.per.in.personal.overview.VcPerPersonalINOverview --> Component VcPerPersonalINOverview [FcEmployeeServices]: Component usage has no used component
         [wdgen] [Info]    com.sap.xss.hr.per.in.personal.overview.BizCardsView --> TransparentContainer rootContainer [Children]: Container does not contain children
         [wdgen] [Info]    Catching throwable null
         [wdgen] [Info]    com.sap.webdynpro.generation.ant.GenerationAntTaskError
         [wdgen] ERROR: Unknown exception during generation null (com.sap.webdynpro.generation.ant.GenerationAntTaskError)
         [wdgen] ERROR: Generation failed due to errors (6 seconds)
    Ant runtime 22.31 seconds
    Ant build finished with ERRORS
    [Error]   Generation failed!
    Error: Build stopped due to an error: [Error]   Generation failed!
    Build plugin finished at 2009-03-08 12:12:17 GMT+05:30 (IST)
    Total build plugin runtime: 38.606 seconds
    Build finished with ERROR
    This is coming when i am trying to create project. Though the prooject is getting created in the local NWDS but still i is not recognizing many things internally and throwing error in the code.
    One thing is this partiuclar DC which i am tring t Create project isshown as a Broken DC in the CBS, Will this be any problem??
    Please help me andin this regards with your suggesion., this is really important and critical for us.
    Regards
    Sai Sharan Kalla

    Hi ,
    You need to check the activity in DTR, it seems that its not active.
    Also make sure that all the URL DTR and CBS have FQDN.
    Regards,

  • New install of NWDS. Build error on creation of first project

    Hi,
    NWDS has just been installed. The first project I've created is essgbpdata, on the initial build I'm getting these errors.
    I have jsdk1.4.2_19 installed.
    Any help appreciated.
    DC Model check:
       All used DCs are available locally
       validating dependency to build plugin "sap.com/tc/bi/bp/webDynpro"
       validating dependency to  public part "default" of DC "sap.com/tc/col/api"
       validating dependency to  public part "default" of DC "sap.com/tc/cmi"
       validating dependency to  public part "default" of DC "sap.com/tc/ddic/ddicruntime"
       validating dependency to  public part "default" of DC "sap.com/tc/ddic/metamodel/content"
       validating dependency to  public part "default" of DC "sap.com/tc/wd/webdynpro"
       validating dependency to  public part "default" of DC "sap.com/tc/logging"
       validating dependency to  public part "default" of DC "sap.com/tc/wdp/metamodel/content"
       validating dependency to  public part "default" of DC "sap.com/com.sap.aii.proxy.framework"
       validating dependency to  public part "default" of DC "sap.com/com.sap.aii.util.misc"
       validating dependency to  public part "default" of DC "sap.com/com.sap.exception"
       validating dependency to  public part "default" of DC "sap.com/com.sap.mw.jco"
       validating dependency to used DC "sap.com/pcui_gp/xssfpm"
       validating dependency to used DC "sap.com/pcui_gp/xssutils"
       validating dependency to used DC "sap.com/ess/per"
       DC model check OK
    Preparing data context..
    No public part descriptor found for component "tc/col/api" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "tc/cmi" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "tc/ddic/ddicruntime" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "tc/ddic/metamodel/content" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "tc/wd/webdynpro" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "tc/logging" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "tc/wdp/metamodel/content" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "com.sap.aii.proxy.framework" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "com.sap.aii.util.misc" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "com.sap.exception" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "com.sap.mw.jco" (vendor "sap.com"), public part "default", using legacy mode.
    No 'default' JDK defined, will use running VM.
    Data context preparation finished in 0.172 seconds
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/gb/personal/model/Hcmt_Bsp_Pa_Gb_R0002.java
         [wdgen] WARNING: Metadata of component VcPerPersonalGbDetail is not valid! ComponentUsage "//WebDynpro/Component:com.sap.xss.hr.per.gb.personal.detail.VcPerPersonalGbDetail/ComponentUsage:FcPersInfo", Role "UsedComponent": A minimum of 1 object(s) is required
         [wdgen] WARNING: Metadata of component VcPerPersonalGbReview is not valid! ComponentUsage "//WebDynpro/Component:com.sap.xss.hr.per.gb.personal.review.VcPerPersonalGbReview/ComponentUsage:FcPersInfo", Role "UsedComponent": A minimum of 1 object(s) is required
         [wdgen] WARNING: Metadata of component VcPerPersonalGbOverview is not valid! ComponentUsage "//WebDynpro/Component:com.sap.xss.hr.per.gb.personal.overview.VcPerPersonalGbOverview/ComponentUsage:FcPersInfo", Role "UsedComponent": A minimum of 1 object(s) is required
         [wdgen] WARNING: Metadata of component FcPerPersonalGb is not valid! ComponentUsage "//WebDynpro/Component:com.sap.xss.hr.per.gb.personal.fc.FcPerPersonalGb/ComponentUsage:FcPersInfo", Role "UsedComponent": A minimum of 1 object(s) is required
         [wdgen] [Error]   com.sap.xss.hr.per.gb.personal.detail.VcPerPersonalGbDetail --> Component VcPerPersonalGbDetail: Has invalid component usage 'FcPersInfo'
         [wdgen] [Error]   .FutureDay: The mapping definition is inconsistent, the mapped context element does not exist.
         [wdgen] [Error]   .FutureDay.isRadiobuttonVisible: The mapping definition is inconsistent, the mapped context element does not exist.
         [wdgen] [Error]   com.sap.xss.hr.per.gb.personal.detail.VcPerPersonalGbDetail --> ContextValueAttribute isRadiobuttonVisible [type]: Type missing (Hint: The type property must be set to a simple type, a built in type or any java native type)
         [wdgen] [Error]   .FutureDay.As_of_radiobutton: The mapping definition is inconsistent, the mapped context element does not exist.
         [wdgen] [Error]   .FutureDay.As_of_radiobutton.Value: The mapping definition is inconsistent, the mapped context element does not exist.
         [wdgen] [Error]   com.sap.xss.hr.per.gb.personal.detail.VcPerPersonalGbDetail --> ContextValueAttribute Value [type]: Type missing (Hint: The type property must be set to a simple type, a built in type or any java native type)
         [wdgen] [Error]   .FutureDay.As_of_radiobutton.Text: The mapping definition is inconsistent, the mapped context element does not exist.
         [wdgen] [Error]   com.sap.xss.hr.per.gb.personal.detail.VcPerPersonalGbDetail --> ContextValueAttribute Text [type]: Type missing (Hint: The type property must be set to a simple type, a built in type or any java native type)
         [wdgen] [Error]   .FutureDay.As_of_radiobutton.isBegdaVisible: The mapping definition is inconsistent, the mapped context element does not exist.
         [wdgen] [Error]   com.sap.xss.hr.per.gb.personal.detail.VcPerPersonalGbDetail --> ContextValueAttribute isBegdaVisible [type]: Type missing (Hint: The type property must be set to a simple type, a built in type or any java native type)
         [wdgen] [Error]   .Subtypes: The mapping definition is inconsistent, the mapped context element does not exist.
         [wdgen] [Error]   com.sap.xss.hr.per.gb.personal.detail.VcPerPersonalGbDetail --> ContextModelNode Subtypes [modelClass]: The context model node has not been bound to a model class (Hint: A Context model node has to be bound to a model class or mapped to a model node of another controller.)
         [wdgen] [Error]   .Subtypes.Subtype: The mapping definition is inconsistent, the mapped context element does not exist.
         [wdgen] [Error]   .Subtypes.Case: The mapping definition is inconsistent, the mapped context element does not exist.
         [wdgen] [Error]   .Subtypes.Stext: The mapping definition is inconsistent, the mapped context element does not exist.
         [wdgen] [Error]   .Default_Begda: The mapping definition is inconsistent, the mapped context element does not exist.
         [wdgen] [Error]   com.sap.xss.hr.per.gb.personal.detail.VcPerPersonalGbDetail --> ContextModelAttribute Default_Begda [referencedProperty]: The context model attribute has not been bound to a model property
         [wdgen] [Error]   com.sap.xss.hr.per.gb.personal.detail.VcPerPersonalGbDetail --> ContextModelAttribute Default_Begda: Context model attributes which are defined as top level attributes have to be mapped to attributes of other controllers.
         [wdgen] [Error]   .Begda: The mapping definition is inconsistent, the mapped context element does not exist.
         [wdgen] [Error]   com.sap.xss.hr.per.gb.personal.detail.VcPerPersonalGbDetail --> ContextValueAttribute Begda [type]: Type missing (Hint: The type property must be set to a simple type, a built in type or any java native type)
         [wdgen] [Error]   .Endda: The mapping definition is inconsistent, the mapped context element does not exist.
         [wdgen] [Error]   com.sap.xss.hr.per.gb.personal.detail.VcPerPersonalGbDetail --> ContextValueAttribute Endda [type]: Type missing (Hint: The type property must be set to a simple type, a built in type or any java native type)
         [wdgen] [Error]   com.sap.xss.hr.per.gb.personal.detail.VcPerPersonalGbDetail --> Component VcPerPersonalGbDetail [FcPersInfo]: Component usage has no used component
         [wdgen] [Warning] com.sap.xss.hr.per.gb.personal.detail.DetailView --> Controller DetailView: Found orphaned translatable text "Back button" not belonging to any development object (Hint: Execute "repair texts" action for project WebDynpro)
         [wdgen] [Warning] com.sap.xss.hr.per.gb.personal.detail.DetailView --> Controller DetailView: Found orphaned translatable text "Cancel button" not belonging to any development object (Hint: Execute "repair texts" action for project WebDynpro)
         [wdgen] [Warning] com.sap.xss.hr.per.gb.personal.detail.DetailView --> Controller DetailView: Found orphaned translatable text "Next button" not belonging to any development object (Hint: Execute "repair texts" action for project WebDynpro)
         [wdgen] [Error]   com.sap.xss.hr.per.gb.personal.detail.DetailView --> TextView TextView_83 [text]: Context element and property are not compatible
         [wdgen] [Info]    com.sap.xss.hr.per.gb.personal.detail.DetailView --> TransparentContainer Space [Children]: Container does not contain children
         [wdgen] [Warning] com.sap.xss.hr.per.gb.personal.detail.DetailView --> Label Gender_Label [labelFor]: Value is not valid
         [wdgen] [Info]    com.sap.xss.hr.per.gb.personal.detail.DetailView --> TransparentContainer Space_12 [Children]: Container does not contain children
         [wdgen] [Info]    com.sap.xss.hr.per.gb.personal.detail.DetailView --> TextView TextView_83: UIElement does not have a label
         [wdgen] [Info]    com.sap.xss.hr.per.gb.personal.detail.DetailView --> TextView Name_Data_Title: UIElement does not have a label
         [wdgen] [Info]    com.sap.xss.hr.per.gb.personal.detail.DetailView --> TextView HR_Data_Title: UIElement does not have a label
         [wdgen] [Info]    com.sap.xss.hr.per.gb.personal.detail.DetailView --> TextView Marital_Status_Title_Label: UIElement does not have a label
         [wdgen] [Info]    Catching throwable null
         [wdgen] [Info]    com.sap.webdynpro.generation.ant.GenerationAntTaskError
         [wdgen] ERROR: Unknown exception during generation null (com.sap.webdynpro.generation.ant.GenerationAntTaskError)
         [wdgen] ERROR: Generation failed due to errors (0 seconds)
    Error: C:\Documents and Settings\rradam\.dtc\0\DCs\sap.com\ess\gb\pdata\_comp\gen\default\logs\build.xml:97: [Error]   Generation failed!
                    at com.sap.webdynpro.generation.ant.WDGenAntTask.execute(WDGenAntTask.java:254)
                    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
                    at org.apache.tools.ant.Task.perform(Task.java:364)
                    at org.apache.tools.ant.Target.execute(Target.java:341)
                    at org.apache.tools.ant.Target.performTasks(Target.java:369)
                    at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
                    at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:116)
                    at com.sap.tc.buildplugin.DefaultAntBuildAction.execute(DefaultAntBuildAction.java:58)
                    at com.sap.tc.buildplugin.DefaultPlugin.handleBuildStepSequence(DefaultPlugin.java:196)
                    at com.sap.tc.buildplugin.DefaultPlugin.performBuild(DefaultPlugin.java:168)
                    at com.sap.tc.buildplugin.DefaultPluginV3Delegate$BuildRequestHandler.handle(DefaultPluginV3Delegate.java:66)
                    at com.sap.tc.buildplugin.DefaultPluginV3Delegate.requestV3(DefaultPluginV3Delegate.java:48)
                    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                    at java.lang.reflect.Method.invoke(Method.java:324)
                    at com.sap.tc.buildtool.v2.impl.PluginHandler2.maybeInvoke(PluginHandler2.java:350)
                    at com.sap.tc.buildtool.v2.impl.PluginHandler2.request(PluginHandler2.java:99)
                    at com.sap.tc.buildtool.v2.impl.PluginHandler2.build(PluginHandler2.java:73)
                    at com.sap.tc.buildtool.PluginHandler2Wrapper.execute(PluginHandler2Wrapper.java:59)
                    at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1750)
                    at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:6004)
                    at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.buildDCsForDevConfig(BuildAction.java:307)
                    at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.access$200(BuildAction.java:58)
                    at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction$1.run(BuildAction.java:212)
                    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
    Ant runtime 2.062 seconds
    Ant build finished with ERRORS
    [Error]   Generation failed!
    Error: Build stopped due to an error: [Error]   Generation failed!

    Try Repair -> project Structure and ClassPath
    When you say "The first project I've created is essgbpdata"
    I believe you refer to first importing project DC from NWDI.
    Then you are creating the project...right ?
    If yes, then have you set proper dependencies in NWDI ?
    refer to SAP note : 872892

  • Nwds build error

    Hi,
    I am trying to apply a oss note on ess application using nwds, I have imported the development configuration perspective. When I rebuild ess-au-addr application (without any changes yet) I am getting the error (see below). Please help, thanks.
    5/11/2007 16:32:49 /userOut/Development Component (com.sap.ide.eclipse.component.provider.listener.DevConfListener) [Thread[ModalContext,5,main]] ERROR: ess/au/addr: Build failed for sap.com/ess/au/addr(sap.com_SAP_ESS_1) in variant "default": [Error]   Generation failed!
    Build log -
    Development Component Build (2007-11-05 16:32:31)
      Component name: ess/au/addr
      Component vendor: sap.com
      SC compartment: sap.com_SAP_ESS_1
      Configuration: NDI_SP9MODIF_D
      Location: NDI_SP9MODIF_D
      Source code location: http://cdcsol01.capral-aluminium.com.au:51000/dtr/ws/SP9MODIF/sap.com_SAP_ESS/dev/inactive/DCs/sap.com/ess/au/addr/_comp/
      DC root folder: C:\Documents and Settings\wongj\.dtc\0\DCs\sap.com\ess\au\addr\_comp\
      DC type: Web Dynpro
      Host: jackw
    DC Model check:
              [dcmake] All used DCs are available locally
              [dcmake] validating dependency to build plugin "sap.com/tc/bi/bp/webDynpro"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/col/api"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/cmi"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/ddic/ddicruntime"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/ddic/metamodel/content"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/wd/webdynpro"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/logging"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/wdp/metamodel/content"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.aii.proxy.framework"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.aii.util.misc"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.exception"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.mw.jco"
              [dcmake] validating dependency to used DC "sap.com/pcui_gp/xssfpm"
              [dcmake] validating dependency to used DC "sap.com/pcui_gp/xssutils"
              [dcmake] validating dependency to used DC "sap.com/ess/per"
              [dcmake] DC model check OK
    Start build plugin:
              [dcmake] using build plugin: sap.com/tc/bi/bp/webDynpro
              [dcmake] starting build plugin from : C:\Documents and Settings\wongj\.dtc\0\DCs\sap.com\tc\bi\bp\webDynpro\_comp\gen\default\public\webDynpro\
    Build Plugin 'WebdynproPlugin', Version 7.00 SP 11 (645_VAL_REL, built on 2007-01-31 22:47:10 CET, CL51454)
       development component:  ess/au/addr (sap.com)
          software component:  SAP_ESS (sap.com)
                    location:  NDI_SP9MODIF_D
                        type:  Web Dynpro
               build variant:  default
             source location:  http://cdcsol01.capral-aluminium.com.au:51000/dtr/ws/SP9MODIF/sap.com_SAP_ESS/dev/inactive/
             output location:  C:\Documents and Settings\wongj\.dtc\0\DCs\sap.com\ess\au\addr\_comp\gen\default
           plugin start time:  2007-11-05 16:32:32 GMT+10:00 (EST)
                     Java VM:  Java HotSpot(TM) Client VM, 1.6.0_02-b06 (Sun Microsystems Inc.)
    General options:
      convert *.xlf to *.properties: yes
      include sources for debugging: yes
    Source folder "META-INF" exists but is empty and will be ignored.
    Checking path lengths for sources
    Path length checks finished in 0.07 seconds
    Preparing data context..
    No public part descriptor found in C:\Documents and Settings\wongj\.dtc\0\DCs\sap.com\tc\wd\webdynpro\_comp\gen\default\public\default, using legacy mode.
    No public part descriptor found in C:\Documents and Settings\wongj\.dtc\0\DCs\sap.com\com.sap.exception\_comp\gen\default\public\default, using legacy mode.
    No public part descriptor found in C:\Documents and Settings\wongj\.dtc\0\DCs\sap.com\com.sap.mw.jco\_comp\gen\default\public\default, using legacy mode.
    No public part descriptor found in C:\Documents and Settings\wongj\.dtc\0\DCs\sap.com\tc\ddic\ddicruntime\_comp\gen\default\public\default, using legacy mode.
    No public part descriptor found in C:\Documents and Settings\wongj\.dtc\0\DCs\sap.com\tc\ddic\metamodel\content\_comp\gen\default\public\default, using legacy mode.
    No public part descriptor found in C:\Documents and Settings\wongj\.dtc\0\DCs\sap.com\com.sap.aii.util.misc\_comp\gen\default\public\default, using legacy mode.
    No public part descriptor found in C:\Documents and Settings\wongj\.dtc\0\DCs\sap.com\com.sap.aii.proxy.framework\_comp\gen\default\public\default, using legacy mode.
    No public part descriptor found in C:\Documents and Settings\wongj\.dtc\0\DCs\sap.com\tc\logging\_comp\gen\default\public\default, using legacy mode.
    No public part descriptor found in C:\Documents and Settings\wongj\.dtc\0\DCs\sap.com\tc\wdp\metamodel\content\_comp\gen\default\public\default, using legacy mode.
    No public part descriptor found in C:\Documents and Settings\wongj\.dtc\0\DCs\sap.com\tc\col\api\_comp\gen\default\public\default, using legacy mode.
    No public part descriptor found in C:\Documents and Settings\wongj\.dtc\0\DCs\sap.com\tc\cmi\_comp\gen\default\public\default, using legacy mode.
    No 'default' JDK defined, will use running VM.
    Warning: Did not find any tools.jar in C:\Program Files\Java\jre1.6.0_02
    Data context prepared in 0.341 seconds
    Creating Ant build file..
      Creating output file: C:\Documents and Settings\wongj\.dtc\0\DCs\sap.com\ess\au\addr\_comp\gen\default\logs\build.xml
      Using macro file:     C:\Documents and Settings\wongj\.dtc\0\DCs\sap.com\tc\bi\bp\webDynpro\_comp\gen\default\public\webDynpro\macros\build.vm
    Build file created in 0.59 seconds
    Starting Ant..
      Using build file:     C:\Documents and Settings\wongj\.dtc\0\DCs\sap.com\ess\au\addr\_comp\gen\default\logs\build.xml
      Using build target:   build
      Generation folder:    C:\Documents and Settings\wongj\.dtc\0\t\3E6225FE7081E0252BEB311016FF5BE4
      Using Ant version:    1.6.2
    compile:
          [echo] Starting dictionary generator
         [ddgen]
         [ddgen] [Info]    Property deployment is true: Deployment information is provided!
         [ddgen] [Info]    Property sourcepath: C:\Documents and Settings\wongj\.dtc\0\DCs\sap.com\ess\au\addr\_comp\src\packages
         [ddgen] [Info]    Property targetpath: C:\Documents and Settings\wongj\.dtc\0\t\3E6225FE7081E0252BEB311016FF5BE4\gen_ddic
         [ddgen] [Info]    Property archivename: sap.comessau~addr
         [ddgen] [Info]    Property vendor: sap.com
         [ddgen] [Info]    Property dcname: ess/au/addr
         [ddgen] [Info]    Property projectlanguage: en
         [ddgen] [Info]    Property language: Available languages are automatically determined!
         [ddgen] [Info]    Property addpaths ...
         [ddgen] [Info]       SapMetamodelDictionaryContent.zip - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/bi/extddic/_comp/gen/default/public/def/lib/model
         [ddgen] [Info]       SapMetamodelWebdynproContent.zip - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/bi/extwd/_comp/gen/default/public/def/lib/model
         [ddgen] [Info]       sap.compcui_gpxssfpm~FloorplanManager.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/pcui_gp/xssfpm/_comp/gen/default/public/FloorplanManager/lib/java
         [ddgen] [Info]       sap.compcui_gpxssutils~FPMUtils.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/pcui_gp/xssutils/_comp/gen/default/public/FPMUtils/lib/java
         [ddgen] [Info]       webdynproadmin.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynprobasesrvc.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproruntime_repository.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproruntime_repository_pmr.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproservices.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproclientserver.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynpromodel_dynamicrfc.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynpromodelimpl.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynpropdfobject.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproportal.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproprogmodel.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproruntime_designtime_coupling.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproruntime_designtime_coupling_api.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       sap.comessper~InternationalPersInfo.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/ess/per/_comp/gen/default/public/InternationalPersInfo/lib/java
         [ddgen] [Info]       exception.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/com.sap.exception/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       jrfc.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/com.sap.mw.jco/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       SapDictionaryTypeServices.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/ddic/ddicruntime/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       SapDictionaryTypesRuntime.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/ddic/ddicruntime/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       SapMetamodelDictionaryContent.zip - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/ddic/metamodel/content/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       aii_util_misc.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/com.sap.aii.util.misc/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       aii_proxy_rt.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/com.sap.aii.proxy.framework/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       logging.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/logging/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       logging.perf.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/logging/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       SapMetamodelWebdynproContent.zip - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/wdp/metamodel/content/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       colcds.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/col/api/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       col_metamodel_content.zip - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/col/api/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       cmiapi.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/cmi/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]    Initialize generation templates from configuration jar:file:/C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/bi/extddic/_comp/gen/default/public/def/lib/java/SapDictionaryGenerationCore.jar!/DictionaryGenerationConfigurationCompiled.xml
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Bapi_Mtype.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/PackagePointer.java
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Bapi_Msg.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Pad_Posta.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Symsgno.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Bapilogsys.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Pad_Begda.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Anssa.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Symsgv.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Entkm.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Hcm_Object_Key.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Subty_591A.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Sprpstext.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Pad_Conam.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Bapi_Fld.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Regio.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Pad_Ort01.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Pad_Ort02.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Bezei20.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Pad_Locat.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Pad_Stras.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Balognr.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Bapi_Param.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Bapi_Line.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Pstlz_Hr.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Pernr_D.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Busrt.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Telnr.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Wkwng.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Infty.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Balmnr.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Crmt_Bsp_Objectkey.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Pad_Hsnmr.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Land1.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Aenam.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Symsgid.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Pad_Endda.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Aedat.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Hcmt_Bsp_Pa_Au_R0006.gstructure
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/Bapiret2.gstructure
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/simpleTypesResource.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/simpleTypesResource_en.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/hr/per/au/address/model/types/HRXSS_PER_P0006_AU.gdictionary
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/HRXSS_PER_MAC.gdictionary
         [ddgen] [Info]    Generating datatypes/com/sap/pcuigp/xssutils/pernr/model/types/RHXSS_SER_EMPLOYEE.gdictionary
         [ddgen] [Info]    Generating datatypes/com/sap/pcuigp/xssutils/objectselection/model/types/FcObjectSelection.gdictionary
         [ddgen] [Info]    Generating dbtables/sdmDeployDd.xml
         [ddgen] [Info]    Generation finished (5 seconds)
         [ddgen]
         [timer] Dictionary generator finished in 5.889 seconds
          [echo] Starting WebDynpro generator
         [wdgen]
         [wdgen] [Info]    Property deployment is true: Deployment information is provided!
         [wdgen] [Info]    Property sourcepath: C:\Documents and Settings\wongj\.dtc\0\DCs\sap.com\ess\au\addr\_comp\src\packages
         [wdgen] [Info]    Property targetpath: C:\Documents and Settings\wongj\.dtc\0\t\3E6225FE7081E0252BEB311016FF5BE4\gen_wdp
         [wdgen] [Info]    Property archivename: sap.comessau~addr
         [wdgen] [Info]    Property vendor: sap.com
         [wdgen] [Info]    Property dcname: ess/au/addr
         [wdgen] [Info]    Property projectlanguage: en
         [wdgen] [Info]    Property language: Available languages are automatically determined!
         [wdgen] [Info]    Property addpaths ...
         [wdgen] [Info]       SapMetamodelDictionaryContent.zip - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/bi/extddic/_comp/gen/default/public/def/lib/model
         [wdgen] [Info]       SapMetamodelWebdynproContent.zip - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/bi/extwd/_comp/gen/default/public/def/lib/model
         [wdgen] [Info]       sap.compcui_gpxssfpm~FloorplanManager.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/pcui_gp/xssfpm/_comp/gen/default/public/FloorplanManager/lib/java
         [wdgen] [Info]       sap.compcui_gpxssutils~FPMUtils.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/pcui_gp/xssutils/_comp/gen/default/public/FPMUtils/lib/java
         [wdgen] [Info]       webdynproadmin.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       webdynprobasesrvc.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       webdynproruntime_repository.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       webdynproruntime_repository_pmr.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       webdynproservices.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       webdynproclientserver.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       webdynpromodel_dynamicrfc.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       webdynpromodelimpl.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       webdynpropdfobject.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       webdynproportal.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       webdynproprogmodel.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       webdynproruntime_designtime_coupling.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       webdynproruntime_designtime_coupling_api.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       sap.comessper~InternationalPersInfo.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/ess/per/_comp/gen/default/public/InternationalPersInfo/lib/java
         [wdgen] [Info]       exception.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/com.sap.exception/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       jrfc.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/com.sap.mw.jco/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       SapDictionaryTypeServices.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/ddic/ddicruntime/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       SapDictionaryTypesRuntime.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/ddic/ddicruntime/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       SapMetamodelDictionaryContent.zip - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/ddic/metamodel/content/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       aii_util_misc.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/com.sap.aii.util.misc/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       aii_proxy_rt.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/com.sap.aii.proxy.framework/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       logging.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/logging/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       logging.perf.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/logging/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       SapMetamodelWebdynproContent.zip - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/wdp/metamodel/content/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       colcds.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/col/api/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       col_metamodel_content.zip - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/col/api/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       cmiapi.jar - C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/cmi/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]    Initialize generation templates from configuration jar:file:/C:/Documents and Settings/wongj/.dtc/0/DCs/sap.com/tc/bi/extwd/_comp/gen/default/public/def/lib/java/SapWebDynproGenerationCore.jar!/WebDynproGenerationConfigurationCompiled.xml
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/model/HRXSS_PER_P0006_AU.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/model/Hrxss_Per_Modify_P0006_Au_Input.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/model/Hrxss_Per_Modify_P0006_Au_Output.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/model/Hrxss_Per_New_P0006_Au_Input.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/model/Hrxss_Per_Delete_P0006_Au_Output.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/model/Hrxss_Per_Read_P0006_Au_Output.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/model/Hrxss_Per_Edit_P0006_Au_Input.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/model/Hrxss_Per_Read_P0006_Au_Input.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/model/Hrxss_Per_Edit_P0006_Au_Output.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/model/Bapiret2.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/model/Hrxss_Per_Delete_P0006_Au_Input.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/model/Hcmt_Bsp_Pa_Au_R0006.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/model/Hrxss_Per_New_P0006_Au_Output.java
         [wdgen] WARNING: Metadata of component VcPerAddressAUOverview is not valid! ContextElementMapping "//WebDynpro/Controller:com.sap.xss.hr.per.au.address.overview.VcPerAddressAUOverview/OutgoingControllerUsage:FcPersInfoFcPersInfoInterfaceUsage/ContextMapping:1", Role "MappedElement": A minimum of 1 object(s) is required
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/fc/wdp/IPublicFcPerAddressAU.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/fc/wdp/IPrivateFcPerAddressAU.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/fc/FcPerAddressAU.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/fc/wdp/InternalFcPerAddressAU.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/fc/wdp/IPublicFcPerAddressAUInterface.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/fc/wdp/IExternalFcPerAddressAUInterface.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/fc/wdp/IPrivateFcPerAddressAUInterface.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/fc/FcPerAddressAUInterface.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/fc/wdp/InternalFcPerAddressAUInterface.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/fc/FcPerAddressAUInterface.wdcontroller
    [System.out] [Invoked from  com.sap.ide.webdynpro.generation.runtime.ControllerPublisher.info(ControllerPublisher.java:83)]
    [System.out] [Info] removed internal mapping between //WebDynpro/Controller:com.sap.xss.hr.per.au.address.fc.FcPerAddressAUInterface/Context/ChildNode:InfotypeList and //WebDynpro/Controller:com.sap.xss.hr.per.au.address.fc.FcPerAddressAU/Context/ChildNode:ReadInfotype/ChildNode:ReadOutput/ChildNode:ReadRecords
    [System.out] [Info] removed internal mapping between //WebDynpro/Controller:com.sap.xss.hr.per.au.address.fc.FcPerAddressAUInterface/Context/ChildNode:SelectedInfotype and //WebDynpro/Controller:com.sap.xss.hr.per.au.address.fc.FcPerAddressAU/Context/ChildNode:SelectedInfotype
    [System.out] [Info] removing usage of controller //WebDynpro/Controller:com.sap.xss.hr.per.au.address.fc.FcPerAddressAU     [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/fc/wdp/IPublicFcPerAddressAUInterfaceView.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/fc/wdp/IPrivateFcPerAddressAUInterfaceView.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/fc/FcPerAddressAUInterfaceView.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/fc/wdp/InternalFcPerAddressAUInterfaceView.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/fc/wdp/IPublicFcPerAddressAUInterfaceCfg.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/fc/wdp/IExternalFcPerAddressAUInterfaceCfg.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/fc/wdp/IPrivateFcPerAddressAUInterfaceCfg.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/fc/FcPerAddressAUInterfaceCfg.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/fc/wdp/InternalFcPerAddressAUInterfaceCfg.java
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/fc/FcPerAddressAUInterfaceCfg.wdcontroller
         [wdgen] [Info]    Generating packages/com/sap/xss/hr/per/au/address/fc/wdp/IMessageFcPerAddressAU.java
         [wdgen] [Warning] com.sap.xss.hr.per.au.address.overview.VcPerAddressAUOverview --> ContextValueAttribute DeleteFlag [structureElement]: All attributes of the corresponding context node have to be bound to fields of a dictionary structure
         [wdgen] [Error]   .Subtypes: The mapping definition is inconsistent, the mapped context element does not exist.
         [wdgen] [Error]   com.sap.xss.hr.per.au.address.overview.VcPerAddressAUOverview --> ContextModelNode Subtypes [modelClass]: The context model node has not been bound to a model class (Hint: A Context model node has to be bound to a model class or mapped to a model node of another controller.)
         [wdgen] [Error]   .Subtypes.Subtype: The mapping definition is inconsistent, the mapped context element does not exist.
         [wdgen] [Error]   .Subtypes.Case: The mapping definition is inconsistent, the mapped context element does not exist.
         [wdgen] [Error]   .Subtypes.Stext: The mapping definition is inconsistent, the mapped context element does not exist.
         [wdgen] [Error]   .Default_Begda: The mapping definition is inconsistent, the mapped context element does not exist.
         [wdgen] [Error]   com.sap.xss.hr.per.au.address.overview.VcPerAddressAUOverview --> ContextModelAttribute Default_Begda [referencedProperty]: The context model attribute has not been bound to a model property
         [wdgen] [Error]   com.sap.xss.hr.per.au.address.overview.VcPerAddressAUOverview --> ContextModelAttribute Default_Begda: Context model attributes which are defined as top level attributes have to be mapped to attributes of other controllers.
         [wdgen] [Info]    com.sap.xss.hr.per.au.address.overview.BizCardsView --> TransparentContainer rootContainer [Children]: Container does not contain children
         [wdgen] [Info]    Catching throwable null
         [wdgen] [Info]    com.sap.webdynpro.generation.ant.GenerationAntTaskError
         [wdgen]      at com.sap.webdynpro.generation.ant.GenerationAnt.showCheckResult(GenerationAnt.java:157)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.check(Generation.java:2047)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.generatePersistentComponent(Generation.java:1296)
         [wdgen]      at com.sap.ide.webdynpro.generation.console.GenerationConsole.generate(GenerationConsole.java:175)
         [wdgen]      at com.sap.webdynpro.generation.ant.GenerationAnt.main(GenerationAnt.java:50)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         [wdgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         [wdgen]      at java.lang.reflect.Method.invoke(Unknown Source)
         [wdgen]      at com.sap.webdynpro.generation.ant.WDGenAntTask.execute(WDGenAntTask.java:219)
         [wdgen]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         [wdgen]      at org.apache.tools.ant.Task.perform(Task.java:364)
         [wdgen]      at org.apache.tools.ant.Target.execute(Target.java:341)
         [wdgen]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
         [wdgen]      at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
         [wdgen]      at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:112)
         [wdgen]      at com.sap.tc.buildplugin.DefaultAntBuildAction.execute(DefaultAntBuildAction.java:61)
         [wdgen]      at com.sap.tc.buildplugin.DefaultPlugin.handleBuildStepSequence(DefaultPlugin.java:213)
         [wdgen]      at com.sap.tc.buildplugin.DefaultPlugin.performBuild(DefaultPlugin.java:190)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         [wdgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         [wdgen]      at java.lang.reflect.Method.invoke(Unknown Source)
         [wdgen]      at com.sap.tc.buildtool.PluginCommunicator.maybeInvoke(PluginCommunicator.java:114)
         [wdgen]      at com.sap.tc.buildtool.PluginCommunicatorV2.communicate(PluginCommunicatorV2.java:42)
         [wdgen]      at com.sap.tc.buildtool.PluginHandlerImpl.handlePluginCommunication(PluginHandlerImpl.java:345)
         [wdgen]      at com.sap.tc.buildtool.PluginHandlerImpl.execute(PluginHandlerImpl.java:175)
         [wdgen]      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1726)
         [wdgen]      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:5559)
         [wdgen]      at com.sap.ide.eclipse.component.provider.actions.dc.DcCreateProjectAction.buildDCs(DcCreateProjectAction.java:1027)
         [wdgen]      at com.sap.ide.eclipse.component.provider.actions.dc.DcCreateProjectAction$1.execute(DcCreateProjectAction.java:299)
         [wdgen]      at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:71)
         [wdgen]      at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1595)
         [wdgen]      at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:85)
         [wdgen]      at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
         [wdgen] ERROR: Unknown exception during generation null (com.sap.webdynpro.generation.ant.GenerationAntTaskError)
         [wdgen] ERROR: Generation failed due to errors (8 seconds)
    Error: C:\Documents and Settings\wongj\.dtc\0\DCs\sap.com\ess\au\addr\_comp\gen\default\logs\build.xml:102: [Error]   Generation failed!
         at com.sap.webdynpro.generation.ant.WDGenAntTask.execute(WDGenAntTask.java:254)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
         at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:112)
         at com.sap.tc.buildplugin.DefaultAntBuildAction.execute(DefaultAntBuildAction.java:61)
         at com.sap.tc.buildplugin.DefaultPlugin.handleBuildStepSequence(DefaultPlugin.java:213)
         at com.sap.tc.buildplugin.DefaultPlugin.performBuild(DefaultPlugin.java:190)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sap.tc.buildtool.PluginCommunicator.maybeInvoke(PluginCommunicator.java:114)
         at com.sap.tc.buildtool.PluginCommunicatorV2.communicate(PluginCommunicatorV2.java:42)
         at com.sap.tc.buildtool.PluginHandlerImpl.handlePluginCommunication(PluginHandlerImpl.java:345)
         at com.sap.tc.buildtool.PluginHandlerImpl.execute(PluginHandlerImpl.java:175)
         at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1726)
         at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:5559)
         at com.sap.ide.eclipse.component.provider.actions.dc.DcCreateProjectAction.buildDCs(DcCreateProjectAction.java:1027)
         at com.sap.ide.eclipse.component.provider.actions.dc.DcCreateProjectAction$1.execute(DcCreateProjectAction.java:299)
         at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:71)
         at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1595)
         at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:85)
         at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
    Ant runtime 14.38 seconds
    Ant build finished with ERRORS
    [Error]   Generation failed!
    Error: Build stopped due to an error: [Error]   Generation failed!
    Build plugin finished at 2007-11-05 16:32:49 GMT+10:00 (EST)
    Total build plugin runtime: 16.954 seconds
    Build finished with ERROR

    Hi,
    Check the context is currupted for the com.sap.xss.hr.per.au.address.overview.VcPerAddressAUOverview
    Regards
    Ayyapparaj

  • XSS SCA import in CMS error: failed to build

    We are getting error when trying to build XSS Track in NWDI. There are 2 brocken DC for development track.
    Here is the error message that we get:
    Development Component Build (2008-11-28 22:04:10)
      Component name: mss/mol
      Component vendor: sap.com
      SC compartment: sap.com_SAP_MSS_1
      Configuration: <SID>_XSS_D
      Location: <SID>_XSS_D
      Source code location: http://server01:55100/dtr/ws/XSS/sap.com_SAP_MSS/dev/active/DCs/sap.com/mss/mol/_comp/
      DC root folder: /usr/sap/<SID>/JC51/j2ee/cluster/server0/temp/CBS/27/.B/6448/DCs/sap.com/mss/mol/_comp/
      DC type: Web Dynpro
      Host: server01
    DC Model check:
       All used DCs are available locally
       validating dependency to build plugin "sap.com/tc/bi/bp/webDynpro"
       validating dependency to  public part "FloorplanManager" of DC "sap.com/pcui_gp/xssfpm"
       validating dependency to  public part "default" of DC "sap.com/tc/wd/webdynpro"
       validating dependency to  public part "default" of DC "sap.com/com.sap.exception"
       validating dependency to  public part "default" of DC "sap.com/tc/ddic/ddicruntime"
       validating dependency to  public part "default" of DC "sap.com/tc/col/api"
       validating dependency to  public part "default" of DC "sap.com/tc/wdp/metamodel/content"
       validating dependency to  public part "Isrlpd" of DC "sap.com/pcui_gp/isrlpd"
       validating dependency to  public part "default" of DC "sap.com/com.sap.mw.jco"
       validating dependency to  public part "default" of DC "sap.com/com.sap.aii.proxy.framework"
       validating dependency to  public part "default" of DC "sap.com/tc/logging"
       validating dependency to  public part "default" of DC "sap.com/com.sap.aii.util.misc"
       validating dependency to  public part "FPMUtils" of DC "sap.com/pcui_gp/xssutils"
       validating dependency to  public part "default" of DC "sap.com/tc/ddic/metamodel/content"
       validating dependency to  public part "default" of DC "sap.com/tc/cmi"
       validating dependency to  public part "FinUtils" of DC "sap.com/mss/finutils"
       DC model check OK
    Start build plugin:
       using build plugin: sap.com/tc/bi/bp/webDynpro
       starting build plugin from : /usr/sap/<SID>/JC51/j2ee/cluster/server0/temp/CBS/27/.B/6448/DCs/sap.com/tc/bi/bp/webDynpro/_comp/gen/default/public/webDynpro/
    Build Plugin 'WebdynproPlugin', Version 7.00 SP 16 (645_VAL_REL, built on 2008-06-09 20:46:40 CEST, CL83275)
       development component:  mss/mol (sap.com)
          software component:  SAP_MSS (sap.com)
           support component:  EP-PCT-MGR-CO
                    location:  <SID>_XSS_D
                        type:  Web Dynpro
               build variant:  default
             output location:  /usr/sap/<SID>/JC51/j2ee/cluster/server0/temp/CBS/27/.B/6448/DCs/sap.com/mss/mol/_comp/gen/default
           generation folder:  /usr/sap/<SID>/JC51/j2ee/cluster/server0/temp/CBS/27/.B/6448/t/64CE6536D7BD962CDCB65DC8A7640047
           plugin start time:  2008-11-28 22:04:11 GMT-07:00 (MST)
                     Java VM:  Java HotSpot(TM) Client VM, 1.4.2_12-b03 (Sun Microsystems Inc.)
    General options:
      convert *.xlf to *.properties: yes
      include sources for debugging: yes
    Warning: Source folder "META-INF" exists but is empty and will be ignored.
    Warning: Source folder "src/configuration" exists but is empty and will be ignored.
    Preparing data context..
    No public part descriptor found for component "tc/wd/webdynpro" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "com.sap.exception" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "tc/ddic/ddicruntime" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "tc/col/api" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "tc/wdp/metamodel/content" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "com.sap.mw.jco" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "com.sap.aii.proxy.framework" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "tc/logging" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "com.sap.aii.util.misc" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "tc/ddic/metamodel/content" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "tc/cmi" (vendor "sap.com"), public part "default", using legacy mode.
    No 'default' JDK defined, will use running VM.
    Data context preparation finished in 0.934 seconds
    Creating Ant build file..
      Creating output file: /usr/sap/<SID>/JC51/j2ee/cluster/server0/temp/CBS/27/.B/6448/DCs/sap.com/mss/mol/_comp/gen/default/logs/build.xml
      Using macro file:     /usr/sap/<SID>/JC51/j2ee/cluster/server0/temp/CBS/27/.B/6448/DCs/sap.com/tc/bi/bp/webDynpro/_comp/gen/default/public/webDynpro/macros/build.vm
    Build file creation finished in 1 second
    Starting Ant..
      Using build file:     /usr/sap/<SID>/JC51/j2ee/cluster/server0/temp/CBS/27/.B/6448/DCs/sap.com/mss/mol/_comp/gen/default/logs/build.xml
      Using build target:   build
      Using Ant version:    1.6.2
    compile:
          [echo] Starting dictionary generator
         [ddgen]
         [ddgen] [Info]    Property deployment is true: Deployment information is provided!
         [ddgen] [Info]    Property sourcepath: /usr/sap/<SID>/JC51/j2ee/cluster/server0/temp/CBS/27/.B/6448/DCs/sap.com/mss/mol/_comp/src/packages
         [ddgen] [Info]    Property targetpath: /usr/sap/<SID>/JC51/j2ee/cluster/server0/temp/CBS/27/.B/6448/t/64CE6536D7BD962CDCB65DC8A7640047/gen_ddic
         [ddgen] [Info]    Property archivename: sap.commssmol
         [ddgen] [Info]    Property vendor: sap.com
         [ddgen] [Info]    Property dcname: mss/mol
         [ddgen] [Info]    Property projectlanguage: de
         [ddgen] [Info]    Property language: Available languages are automatically determined!
         [ddgen] [Info]    Property addpaths ...
         [ddgen] [Info]    Generating datatypes/com/sap/mss/mol/monitor/model/types/MolModel.gdictionary
         [ddgen] [Info]    Generating datatypes/com/sap/pcuigp/xssutils/objectselection/model/types/FcObjectSelection.gdictionary
         [ddgen] [Info]    Generating datatypes/com/sap/pcuigp/xssutils/pernr/model/types/RHXSS_SER_EMPLOYEE.gdictionary
         [ddgen] [Info]    Generating dbtables/sdmDeployDd.xml
         [ddgen] [Info]    Generation finished (8 seconds)
         [ddgen]
         [timer] Dictionary generator finished in 8.499 seconds
          [echo] Starting WebDynpro generator
         [wdgen]
         [wdgen] [Info]    Property deployment is true: Deployment information is provided!
         [wdgen] [Info]    Property sourcepath: /usr/sap/<SID>/JC51/j2ee/cluster/server0/temp/CBS/27/.B/6448/DCs/sap.com/mss/mol/_comp/src/packages
         [wdgen] [Info]    Property targetpath: /usr/sap/<SID>/JC51/j2ee/cluster/server0/temp/CBS/27/.B/6448/t/64CE6536D7BD962CDCB65DC8A7640047/gen_wdp
         [wdgen] [Info]    Property archivename: sap.commssmol
         [wdgen] [Info]    Property vendor: sap.com
         [wdgen] [Info]    Property dcname: mss/mol
         [wdgen] [Info]    Property projectlanguage: de
         [wdgen] [Info]    Property language: Available languages are automatically determined!
         [wdgen] WARNING: Metadata of component FcLineItemMonitor is not valid! Component "//WebDynpro/Component:com.sap.mss.mol.monitor.FcLineItemMonitor", Role "ComponentController": A minimum of 1 object(s) is required
         [wdgen] [Error]   com.sap.mss.mol.monitor.VcLineItemMonitorView --> TextView rulename_editor [text]: Context element and property are not compatible
         [wdgen] [Error]   com.sap.mss.mol.monitor.VcLineItemMonitorView --> TextView count_editor [text]: Context element and property are not compatible
         [wdgen] [Error]   com.sap.mss.mol.monitor.VcLineItemMonitorView --> TextView evaldate [text]: Context element and property are not compatible
         [wdgen] [Error]   com.sap.mss.mol.monitor.VcLineItemMonitorView --> TextView evaltime_2 [text]: Context element and property are not compatible
         [wdgen] [Info]    com.sap.mss.mol.monitor.VcLineItemMonitorView --> TransparentContainer tcActionBar [Children]: Container does not contain children
         [wdgen] [Error]   com.sap.mss.mol.monitor.VcLineItemMonitorView --> Button btnEditRule [visible]: Context element and property are not compatible
         [wdgen] [Error]   com.sap.mss.mol.monitor.VcLineItemMonitorView --> Button btnCreateRule [visible]: Context element and property are not compatible
         [wdgen] [Error]   com.sap.mss.mol.monitor.VcLineItemMonitorView --> Button btnCopyRule [visible]: Context element and property are not compatible
         [wdgen] [Error]   com.sap.mss.mol.monitor.VcLineItemMonitorView --> Button btnDeleteRule [visible]: Context element and property are not compatible
         [wdgen] [Error]   com.sap.mss.mol.monitor.VcLineItemMonitorView --> Button btnPersonalize [visible]: Context element and property are not compatible
         [wdgen] [Error]   com.sap.mss.mol.monitor.VcLineItemMonitorView --> TextView itemtxt_editor [text]: Context element and property are not compatible
         [wdgen] [Error]   com.sap.mss.mol.monitor.VcLineItemMonitorView --> LinkToURL verakUser_url [text]: Context element and property are not compatible
         [wdgen] [Error]   com.sap.mss.mol.monitor.VcLineItemMonitorView --> LinkToURL verakUser_url [reference]: Context element and property are not compatible
         [wdgen] [Error]   com.sap.mss.mol.monitor.VcLineItemMonitorView --> TextView itemdate_editor [text]: Context element and property are not compatible
         [wdgen] [Error]   com.sap.mss.mol.monitor.VcLineItemMonitorView --> TextView value_editor [text]: Context element and property are not compatible
         [wdgen] [Error]   com.sap.mss.mol.monitor.VcLineItemMonitorView --> TextView waers_editor [text]: Context element and property are not compatible
         [wdgen] [Error]   com.sap.mss.mol.monitor.VcLineItemMonitorView --> Image confirmedImage [tooltip]: Context element and property are not compatible
         [wdgen] [Error]   com.sap.mss.mol.monitor.VcLineItemMonitorView --> Image confirmedImage [alt]: Context element and property are not compatible
         [wdgen] [Error]   com.sap.mss.mol.monitor.VcLineItemMonitorView --> Image confirmedImage [source]: Context element and property are not compatible
         [wdgen] [Error]   com.sap.mss.mol.monitor.VcLineItemMonitorView --> TextView actionTaken_editor [text]: Context element and property are not compatible
         [wdgen] [Error]   com.sap.mss.mol.monitor.VcLineItemMonitorView --> TextView tvCurrency [text]: Context element and property are not compatible
         [wdgen] [Info]    com.sap.mss.mol.monitor.VcLineItemMonitorView --> TransparentContainer DetailContainer [Children]: Container does not contain children
         [wdgen] [Error]   com.sap.mss.mol.monitor.VcLineItemMonitorView --> UIElement UpdateTrigger [enabled]: Context element and property are not compatible
         [wdgen] [Info]    com.sap.mss.mol.monitor.VcLineItemMonitorView --> TextView tvStatus: UIElement does not have a label
         [wdgen] [Info]    com.sap.mss.mol.monitor.VcLineItemMonitorView --> TextView evaldate: UIElement does not have a label
         [wdgen] [Info]    com.sap.mss.mol.monitor.VcLineItemMonitorView --> TextView evaltime_2: UIElement does not have a label
         [wdgen] [Info]    com.sap.mss.mol.monitor.VcLineItemMonitorView --> LinkToAction LinkUpdate: UIElement does not have a label
         [wdgen] [Info]    com.sap.mss.mol.monitor.VcLineItemMonitorView --> TextView tvUpdateRunning: UIElement does not have a label
         [wdgen] [Info]    com.sap.mss.mol.monitor.VcLineItemMonitorView --> Caption RuleGroup_Header: UIElement does not have a label
         [wdgen] [Info]    com.sap.mss.mol.monitor.VcLineItemMonitorView --> TextView tvCurrency: UIElement does not have a label
         [wdgen] [Info]    com.sap.mss.mol.monitor.VcLineItemMonitorView --> Caption Details_Header: UIElement does not have a label
         [wdgen] [Info]    com.sap.mss.mol.monitor.VcLineItemMonitorView --> Caption ItemDetails_Header: UIElement does not have a label
         [wdgen] [Error]   com.sap.mss.mol.monitor.RuleMaintView --> TextView rulename_editor [text]: Context element and property are not compatible
         [wdgen] [Error]   com.sap.mss.mol.monitor.RuleMaintView --> TextView ruleid_editor [text]: Context element and property are not compatible
         [wdgen] [Error]   com.sap.mss.mol.monitor.RuleMaintView --> InputField inDescription [value]: Context element and property are not compatible
         [wdgen] [Error]   com.sap.mss.mol.monitor.RuleMaintView --> CheckBox cbShowAlert [checked]: Context element and property are not compatible
         [wdgen] [Error]   com.sap.mss.mol.monitor.RuleMaintView --> DropDownByKey ddKF1 [selectedKey]: Context element and property are not compatible
         [wdgen] [Error]   com.sap.mss.mol.monitor.RuleMaintView --> DropDownByKey ddSign [selectedKey]: Context element and property are not compatible
         [wdgen] [Error]   com.sap.mss.mol.monitor.RuleMaintView --> InputField inLimitAbs [value]: Context element and property are not compatible
         [wdgen] [Error]   com.sap.mss.mol.monitor.RuleMaintView --> DropDownByKey ddAbsRel [selectedKey]: Context element and property are not compatible
         [wdgen] [Error]   com.sap.mss.mol.monitor.RuleMaintView --> InputField InputTimestamp [value]: Context element and property are not compatible
         [wdgen] [Error]   com.sap.mss.mol.monitor.RuleMaintView --> Tree treeObject [title]: Context element and property are not compatible
         [wdgen] [Error]   com.sap.mss.mol.monitor.RuleMaintView --> Tree treeObject [tooltip]: Context element and property are not compatible
         [wdgen] [Error]   com.sap.mss.mol.monitor.RuleMaintView --> Tree treeKfspecgl [title]: Context element and property are not compatible
         [wdgen] [Error]   com.sap.mss.mol.monitor.RuleMaintView --> Tree treeKfspecgl [tooltip]: Context element and property are not compatible
         [wdgen] [Info]    com.sap.mss.mol.monitor.RuleMaintView --> Caption tableRulesHeader: UIElement does not have a label
         [wdgen] [Info]    com.sap.mss.mol.monitor.RuleMaintView --> CheckBox cbShowAlert: UIElement does not have a label
         [wdgen] [Warning] com.sap.mss.mol.monitor.RuleMaintView --> DropDownByKey ddSign: UIElement does not have a label
         [wdgen] [Warning] com.sap.mss.mol.monitor.RuleMaintView --> InputField inLimitAbs: UIElement does not have a label
         [wdgen] [Warning] com.sap.mss.mol.monitor.RuleMaintView --> DropDownByKey ddAbsRel: UIElement does not have a label
         [wdgen] [Info]    Catching throwable null
         [wdgen] [Info]    com.sap.webdynpro.generation.ant.GenerationAntTaskError
         [wdgen]      at com.sap.webdynpro.generation.ant.GenerationAnt.showCheckResult(GenerationAnt.java:157)
         [wdgen]      at com.sap.tc.buildcontroller.CBSBuildController.mainLoop(CBSBuildController.java:207)
         [wdgen]      at com.sap.tc.buildcontroller.CBSBuildController.main(CBSBuildController.java:168)
         [wdgen] ERROR: Unknown exception during generation null (com.sap.webdynpro.generation.ant.GenerationAntTaskError)
         [wdgen] ERROR: Generation failed due to errors (7 seconds)
    Error: /usr/sap/<SID>/JC51/j2ee/cluster/server0/temp/CBS/27/.B/6448/DCs/sap.com/mss/mol/_comp/gen/default/logs/build.xml:99: [Error]   Generation failed!
         at com.sap.webdynpro.generation.ant.WDGenAntTask.execute(WDGenAntTask.java:254)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at com.sap.tc.buildcontroller.CBSBuildController.mainLoop(CBSBuildController.java:207)
         at com.sap.tc.buildcontroller.CBSBuildController.main(CBSBuildController.java:168)
    Ant runtime 16.597 seconds
    Ant build finished with ERRORS
    [Error]   Generation failed!
    Error: Build stopped due to an error: [Error]   Generation failed!
    Build plugin finished at 2008-11-28 22:04:32 GMT-07:00 (MST)
    Total build plugin runtime: 20.648 seconds
    Build finished with ERROR
    What can be done to resolve these error and trigger the build again.
    Bhavin

    Resloved with SAP help.
    1. Ran configuration wizard for CBS, CMS & DTR
    2. Changes few JVM parameters (increased heap size, jdbc pool size)

  • Broken DCs because of ess/per

    Our ESS track has the following components checked in:
    SAP_ESS 603 sps2
    EP_BUILDT nw7.0 sp16
    SAP-JEE nw7.0 sp16
    SAP_BUILDT nw7.0 sp16
    SAP_JTECHS nw7.0 sp16
    SAPPCUI_GP 600 sp13
    In CBS we see our ESS/PER never builds successfully because of an error:
    do you know why?
    Development Component Build (2008-09-01 06:40:45)
      Component name: ess/per
      Component vendor: sap.com
      SC compartment: sap.com_SAP_ESS_1
      Configuration: NDI_CGTRK026_D
      Location: NDI_CGTRK026_D
      Source code location: http://server/dtr/ws/CGTRK026/sap.com_SAP_ESS/dev/active/DCs/sap.com/ess/per/_comp/
      DC root folder: E:\usr\sap\NDI\JC02\j2ee\cluster\server0\temp\CBS\6c\.B\12093\DCs\sap.com\ess\per\_comp\
      DC type: Web Dynpro
    DC Model check:
       All used DCs are available locally
       validating dependency to build plugin "sap.com/tc/bi/bp/webDynpro"
       validating dependency to  public part "default" of DC "sap.com/tc/col/api"
       validating dependency to  public part "default" of DC "sap.com/tc/cmi"
       validating dependency to  public part "default" of DC "sap.com/tc/ddic/ddicruntime"
       validating dependency to  public part "default" of DC "sap.com/tc/wd/webdynpro"
       validating dependency to  public part "default" of DC "sap.com/tc/logging"
       validating dependency to  public part "default" of DC "sap.com/com.sap.aii.proxy.framework"
       validating dependency to  public part "default" of DC "sap.com/com.sap.aii.util.misc"
       validating dependency to  public part "default" of DC "sap.com/com.sap.mw.jco"
       validating dependency to  public part "FloorplanManager" of DC "sap.com/pcui_gp/xssfpm"
       validating dependency to  public part "FPMUtils" of DC "sap.com/pcui_gp/xssutils"
       validating dependency to  public part "default" of DC "sap.com/tc/wdp/metamodel/content"
       validating dependency to  public part "default" of DC "sap.com/com.sap.exception"
       validating dependency to used DC "sap.com/pcui_gp/xsscfg"
       validating dependency to used DC "sap.com/com.sap.security.api.sda"
       DC model check OK
    Start build plugin:
       using build plugin: sap.com/tc/bi/bp/webDynpro
       starting build plugin from : E:\usr\sap\NDI\JC02\j2ee\cluster\server0\temp\CBS\6c\.B\12093\DCs\sap.com\tc\bi\bp\webDynpro\_comp\gen\default\public\webDynpro\
    Build Plugin 'WebdynproPlugin', Version 7.00 SP 16 (645_VAL_REL, built on 2008-06-09 20:46:40 CEST, CL83275)
       development component:  ess/per (sap.com)
          software component:  SAP_ESS (sap.com)
                    location:  NDI_CGTRK026_D
                        type:  Web Dynpro
               build variant:  default
             output location:  E:\usr\sap\NDI\JC02\j2ee\cluster\server0\temp\CBS\6c\.B\12093\DCs\sap.com\ess\per\_comp\gen\default
           generation folder:  E:\usr\sap\NDI\JC02\j2ee\cluster\server0\temp\CBS\6c\.B\12093\t\C1165E4EDB3E9739AC974999EF6E9A74
           plugin start time:  2008-09-01 06:40:45 GMT-08:00 (PDT)
                     Java VM:  Java HotSpot(TM) Client VM, 1.4.2_12-b03 (Sun Microsystems Inc.)
    General options:
      convert *.xlf to *.properties: yes
      include sources for debugging: yes
    Warning: Source folder "META-INF" exists but is empty and will be ignored.
    Checking path lengths for sources
    Path length checks finished in 0.313 seconds
    Preparing data context..
    No public part descriptor found for component "tc/col/api" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "tc/cmi" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "tc/ddic/ddicruntime" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "tc/wd/webdynpro" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "tc/logging" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "com.sap.aii.proxy.framework" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "com.sap.aii.util.misc" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "com.sap.mw.jco" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "tc/wdp/metamodel/content" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "com.sap.exception" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "com.sap.security.api.sda" (vendor "sap.com"), public part "default", using legacy mode.
    No 'default' JDK defined, will use running VM.
    Data context preparation finished in 0.562 seconds
    Creating Ant build file..
      Creating output file: E:\usr\sap\NDI\JC02\j2ee\cluster\server0\temp\CBS\6c\.B\12093\DCs\sap.com\ess\per\_comp\gen\default\logs\build.xml
      Using macro file:     E:\usr\sap\NDI\JC02\j2ee\cluster\server0\temp\CBS\6c\.B\12093\DCs\sap.com\tc\bi\bp\webDynpro\_comp\gen\default\public\webDynpro\macros\build.vm
    Build file creation finished in 0.641 seconds
    Starting Ant..
      Using build file:     E:\usr\sap\NDI\JC02\j2ee\cluster\server0\temp\CBS\6c\.B\12093\DCs\sap.com\ess\per\_comp\gen\default\logs\build.xml
      Using build target:   build
      Using Ant version:    1.6.2
    compile:
          [echo] Starting dictionary generator
         [ddgen]
         [ddgen] [Info]    Property deployment is true: Deployment information is provided!
         [ddgen] [Info]    Property sourcepath: E:\usr\sap\NDI\JC02\j2ee\cluster\server0\temp\CBS\6c\.B\12093\DCs\sap.com\ess\per\_comp\src\packages
         [ddgen] [Info]    Property targetpath: E:\usr\sap\NDI\JC02\j2ee\cluster\server0\temp\CBS\6c\.B\12093\t\C1165E4EDB3E9739AC974999EF6E9A74\gen_ddic
         [ddgen] [Info]    Property archivename: sap.com~ess~per
         [ddgen] [Info]    Property vendor: sap.com
         [ddgen] [Info]    Property dcname: ess/per
         [ddgen] [Info]    Property projectlanguage: en
         [ddgen] [Info]    Property language: Available languages are automatically determined!
         [ddgen] [Info]    Property addpaths ...
         [ddgen] [Info]       SapMetamodelWebdynproContent.zip - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/bi/extwd/_comp/gen/default/public/def/lib/model
         [ddgen] [Info]       SapMetamodelDictionaryContent.zip - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/bi/extddic/_comp/gen/default/public/def/lib/model
         [ddgen] [Info]       sap.com~pcui_gp~xssfpm~FloorplanManager.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/pcui_gp/xssfpm/_comp/gen/default/public/FloorplanManager/lib/java
         [ddgen] [Info]       sap.com~pcui_gp~xsscfg~API.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/pcui_gp/xsscfg/_comp/gen/default/public/API/lib/java
         [ddgen] [Info]       SapDictionaryTypeServices.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/ddic/ddicruntime/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       SapDictionaryTypesRuntime.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/ddic/ddicruntime/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       logging.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/logging/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       logging.perf.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/logging/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       aii_util_misc.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/com.sap.aii.util.misc/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       _col_cds.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/col/api/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       col_metamodel_content.zip - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/col/api/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       _webdynpro_admin.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       _webdynpro_basesrvc.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       _webdynpro_runtime_repository.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       _webdynpro_runtime_repository_pmr.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       _webdynpro_services.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       _webdynpro_clientserver.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       _webdynpro_model_dynamicrfc.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       _webdynpro_modelimpl.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       _webdynpro_pdfobject.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       _webdynpro_portal.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       _webdynpro_progmodel.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       _webdynpro_runtime_designtime_coupling.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       _webdynpro_runtime_designtime_coupling_api.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       com.sap.security.api.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/com.sap.security.api.sda/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       com.sap.security.api.perm.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/com.sap.security.api.sda/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       _cmi_api.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/cmi/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       exception.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/com.sap.exception/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       aii_proxy_rt.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/com.sap.aii.proxy.framework/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       jdsr.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/com.sap.mw.jco/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       jrfc.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/com.sap.mw.jco/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       SapMetamodelWebdynproContent.zip - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/wdp/metamodel/content/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       sap.com~pcui_gp~xssutils~FPMUtils.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/pcui_gp/xssutils/_comp/gen/default/public/FPMUtils/lib/java
         [ddgen] [Info]    Initialize generation templates from configuration jar:file:/E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/bi/extddic/_comp/gen/default/public/def/lib/java/SapDictionaryGenerationCore.jar!/DictionaryGenerationConfigurationCompiled.xml
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Decimals.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/PackagePointer.java
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/get2f4/types/Bapilogsys.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/get2f4/types/PackagePointer.java
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/get2f4/types/Symsgid.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Xss_Per_Case.gsimpletype
    [System.err] [Invoked from  com.sap.s2x.tools.GUID.getnodeaddress(GUID.java:585)]
    [System.err] java.net.UnknownHostException: APP265: APP265
    [System.err]      at java.net.InetAddress.getLocalHost(InetAddress.java:1191)
    [System.err]      at com.sap.s2x.tools.GUID.getnodeaddress(GUID.java:575)
    [System.err]      at com.sap.s2x.tools.GUID.<clinit>(GUID.java:179)
    [System.err]      at com.sap.s2x.tools.S2XGUID.getGUID(S2XGUID.java:19)
    [System.err]      at com.sap.ide.metamodel.core.i18n.LanguageState.createS2XID(LanguageState.java:191)
    [System.err]      at com.sap.ide.metamodel.core.i18n.S2XLanguageUnmarshaller.unmarshal(S2XLanguageUnmarshaller.java:52)
    [System.err]      at com.sap.ide.metamodel.core.i18n.TextPoolProxy.loadLanguageState(TextPoolProxy.java:703)
    [System.err]      at com.sap.ide.metamodel.core.i18n.TextPoolProxy.prepareLanguageForRead(TextPoolProxy.java:646)
    [System.err]      at com.sap.ide.metamodel.core.i18n.TextPoolProxy.isEmpty(TextPoolProxy.java:222)
    [System.err]      at com.sap.dictionary.designtime.DtHelper.check(DtHelper.java:253)
    [System.err]      at com.sap.dictionary.designtime.DtSimpleTypeExpanded.localCheck(DtSimpleTypeExpanded.java:381)
    [System.err]      at com.sap.dictionary.designtime.DtSimpleTypeExpanded.add(DtSimpleTypeExpanded.java:599)
    [System.err]      at com.sap.dictionary.designtime.DtSimpleTypeExpanded.add(DtSimpleTypeExpanded.java:591)
    [System.err]      at com.sap.dictionary.designtime.DtSimpleTypeExpanded.expand(DtSimpleTypeExpanded.java:153)
    [System.err]      at com.sap.dictionary.designtime.DtSimpleTypeExpanded.<init>(DtSimpleTypeExpanded.java:101)
    [System.err]      at com.sap.dictionary.tools.generation.Generation.generatePersistentSimpleType(Generation.java:398)
    [System.err]      at com.sap.dictionary.tools.generation.console.GenerationConsole.generate(GenerationConsole.java:148)
    [System.err]      at com.sap.dictionary.generation.ant.GenerationAnt.main(GenerationAnt.java:47)
    [System.err]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [System.err]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [System.err]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [System.err]      at java.lang.reflect.Method.invoke(Method.java:324)
    [System.err]      at com.sap.dictionary.generation.ant.DDGenAntTask.execute(DDGenAntTask.java:219)
    [System.err]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [System.err]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [System.err]      at org.apache.tools.ant.Target.execute(Target.java:341)
    [System.err]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [System.err]      at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
    [System.err]      at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:116)
    [System.err]      at com.sap.tc.buildplugin.DefaultAntBuildAction.execute(DefaultAntBuildAction.java:58)
    [System.err]      at com.sap.tc.buildplugin.DefaultPlugin.handleBuildStepSequence(DefaultPlugin.java:196)
    [System.err]      at com.sap.tc.buildplugin.DefaultPlugin.performBuild(DefaultPlugin.java:168)
    [System.err]      at com.sap.tc.buildplugin.DefaultPluginV3Delegate$BuildRequestHandler.handle(DefaultPluginV3Delegate.java:66)
    [System.err]      at com.sap.tc.buildplugin.DefaultPluginV3Delegate.requestV3(DefaultPluginV3Delegate.java:48)
    [System.err]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [System.err]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [System.err]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [System.err]      at java.lang.reflect.Method.invoke(Method.java:324)
    [System.err]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.maybeInvoke(PluginHandler2.java:350)
    [System.err]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.request(PluginHandler2.java:102)
    [System.err]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.build(PluginHandler2.java:76)
    [System.err]      at com.sap.tc.buildtool.PluginHandler2Wrapper.execute(PluginHandler2Wrapper.java:58)
    [System.err]      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1750)
    [System.err]      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1515)
    [System.err]      at com.sap.tc.buildcontroller.CBSBuildController.build(CBSBuildController.java:761)
    [System.err]      at com.sap.tc.buildcontroller.CBSBuildController.execCommand(CBSBuildController.java:527)
    [System.err]      at com.sap.tc.buildcontroller.CBSBuildController.evalCmdLine(CBSBuildController.java:452)
    [System.err]      at com.sap.tc.buildcontroller.CBSBuildController.run(CBSBuildController.java:324)
    [System.err]      at com.sap.tc.buildcontroller.CBSBuildController.exec(CBSBuildController.java:262)
    [System.err]      at com.sap.tc.buildcontroller.CBSBuildController.mainLoop(CBSBuildController.java:217)
    [System.err]      at com.sap.tc.buildcontroller.CBSBuildController.main(CBSBuildController.java:178)     [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Infty.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Pernr_D.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/get2f4/types/Hrxss_String.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Bapi_Line.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/get2f4/types/Bapi_Line.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Hcm_Object_Key.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Dynptype.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/get2f4/types/Symsgv.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Symsgid.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Itbld.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/get2f4/types/Bapi_Fld.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Boole_D.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Bapi_Msg.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Padce_Prtxt.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Symsgv.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Hrxss_String.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Itvers.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Balognr.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Boolean.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Bapi_Param.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Begda.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Name_Komp.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Bapi_Fld.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Objps.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Crmt_Bsp_Objectkey.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Subty.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/get2f4/types/Fieldname.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/get2f4/types/Symsgno.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Pad_Begda.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/get2f4/types/Bapi_Msg.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Bapilogsys.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Outputlen.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Stext.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/get2f4/types/Balognr.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Bapi_Mtype.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Subty_591A.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/get2f4/types/Bapi_Mtype.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/As4Text.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Land1.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Fieldname.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Scrtext_L.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/get2f4/types/Bapi_Param.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Balmnr.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/get2f4/types/Balmnr.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Pad_Sname.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Strukname.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Pad_Endda.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Symsgno.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/get2f4/types/Hcm_Object_Key.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/P_Pernr.gsimpletype
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Hrxss_Per_Overview_Record.gstructure
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/get2f4/types/Hrxss_Per_F4_Value.gstructure
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Fieldnames.gstructure
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Hrxss_Per_Subtype_Info.gstructure
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Hrxss_Data_Sharing_Info.gstructure
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Hrxss_Per_F4.gstructure
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Hrxss_Pernr_Text_Line.gstructure
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Hrxss_Per_F4_Value.gstructure
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Hrxss_Per_Subtype_Allowed.gstructure
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/get2f4/types/Hrxss_Per_F4_List.gstructure
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Hrxss_Per_Fieldname.gstructure
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/get2f4/types/Bapiret2.gstructure
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Bapiret2.gstructure
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/Hrxss_Per_Field_Value.gstructure
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/get2f4/types/Fieldnames.gstructure
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/get2f4/types/Hrxss_Per_F4.gstructure
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_sh.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_pl.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_hu.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_ja.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_zh_TW.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_es.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_en.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_tr.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_ru.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_th.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_bg.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_ca.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_el.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_zh_CN.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_cs.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_pt.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_fr.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_ar.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_hr.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_sl.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_no.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_fi.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_ro.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_sk.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_iw.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_da.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_sv.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_de.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_ko.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_nl.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_zh_HK.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/simpleTypesResource_it.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/get2f4/types/simpleTypesResource.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/get2f4/types/simpleTypesResource_en.properties
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/mac/types/HRXSS_PER_MAC.gdictionary
         [ddgen] [Info]    Generating datatypes/com/sap/xss/per/model/get2f4/types/HRXSS_PER_GET_F4_2_VALUES.gdictionary
         [ddgen] [Info]    Generating datatypes/com/sap/pcuigp/xssutils/objectselection/model/types/FcObjectSelection.gdictionary
         [ddgen] [Info]    Generating datatypes/com/sap/pcuigp/xssutils/pernr/model/types/RHXSS_SER_EMPLOYEE.gdictionary
         [ddgen] [Info]    Generating dbtables/sdmDeployDd.xml
         [ddgen] [Info]    Generation finished (4 seconds)
         [ddgen]
         [timer] Dictionary generator finished in 4.657 seconds
          [echo] Starting WebDynpro generator
         [wdgen]
         [wdgen] [Info]    Property deployment is true: Deployment information is provided!
         [wdgen] [Info]    Property sourcepath: E:\usr\sap\NDI\JC02\j2ee\cluster\server0\temp\CBS\6c\.B\12093\DCs\sap.com\ess\per\_comp\src\packages
         [wdgen] [Info]    Property targetpath: E:\usr\sap\NDI\JC02\j2ee\cluster\server0\temp\CBS\6c\.B\12093\t\C1165E4EDB3E9739AC974999EF6E9A74\gen_wdp
         [wdgen] [Info]    Property archivename: sap.com~ess~per
         [wdgen] [Info]    Property vendor: sap.com
         [wdgen] [Info]    Property dcname: ess/per
         [wdgen] [Info]    Property projectlanguage: en
         [wdgen] [Info]    Property language: Available languages are automatically determined!
         [wdgen] [Info]    Property addpaths ...
         [wdgen] [Info]       SapMetamodelWebdynproContent.zip - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/bi/extwd/_comp/gen/default/public/def/lib/model
         [wdgen] [Info]       SapMetamodelDictionaryContent.zip - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/bi/extddic/_comp/gen/default/public/def/lib/model
         [wdgen] [Info]       sap.com~pcui_gp~xssfpm~FloorplanManager.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/pcui_gp/xssfpm/_comp/gen/default/public/FloorplanManager/lib/java
         [wdgen] [Info]       sap.com~pcui_gp~xsscfg~API.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/pcui_gp/xsscfg/_comp/gen/default/public/API/lib/java
         [wdgen] [Info]       SapDictionaryTypeServices.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/ddic/ddicruntime/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       SapDictionaryTypesRuntime.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/ddic/ddicruntime/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       logging.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/logging/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       logging.perf.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/logging/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       aii_util_misc.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/com.sap.aii.util.misc/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       _col_cds.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/col/api/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       col_metamodel_content.zip - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/col/api/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       _webdynpro_admin.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       _webdynpro_basesrvc.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       _webdynpro_runtime_repository.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       _webdynpro_runtime_repository_pmr.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       _webdynpro_services.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       _webdynpro_clientserver.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       _webdynpro_model_dynamicrfc.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       _webdynpro_modelimpl.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       _webdynpro_pdfobject.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       _webdynpro_portal.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       _webdynpro_progmodel.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       _webdynpro_runtime_designtime_coupling.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       _webdynpro_runtime_designtime_coupling_api.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       com.sap.security.api.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/com.sap.security.api.sda/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       com.sap.security.api.perm.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/com.sap.security.api.sda/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       _cmi_api.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/cmi/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       exception.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/com.sap.exception/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       aii_proxy_rt.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/com.sap.aii.proxy.framework/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       jdsr.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/com.sap.mw.jco/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       jrfc.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/com.sap.mw.jco/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       SapMetamodelWebdynproContent.zip - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/wdp/metamodel/content/_comp/gen/default/public/default/lib/java
         [wdgen] [Info]       sap.com~pcui_gp~xssutils~FPMUtils.jar - E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/pcui_gp/xssutils/_comp/gen/default/public/FPMUtils/lib/java
         [wdgen] [Info]    Initialize generation templates from configuration jar:file:/E:/usr/sap/NDI/JC02/j2ee/cluster/server0/temp/CBS/6c/.B/12093/DCs/sap.com/tc/bi/extwd/_comp/gen/default/public/def/lib/java/SapWebDynproGenerationCore.jar!/WebDynproGenerationConfigurationCompiled.xml
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/get2f4/HRXSS_PER_GET_F4_2_VALUES.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/get2f4/Bapiret2.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/get2f4/Hrxss_Per_F4_Value.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/get2f4/Fieldnames.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/get2f4/Hrxss_Per_F4.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/get2f4/Hrxss_Per_F4_List.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/get2f4/Hrxss_Per_Get_F4_2_Values_Output.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/get2f4/Hrxss_Per_Get_F4_2_Values_Input.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/HRXSS_PER_MAC.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Hrxss_Per_Check_Output.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Hrxss_Per_F4.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Hrxss_Per_Cleanup_Input.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Hrxss_Per_Cancel_Input.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Hrxss_Per_Init_Pernr_Output.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Hrxss_Per_F4_Value.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Hrxss_Per_Delete_Record_Output.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Hrxss_Per_Init_Pernr2_Input.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Hrxss_Per_Get_F4_Values2_Input.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Hrxss_Per_Delete_Record2_Output.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Hrxss_Per_Subtype_Info.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Hrxss_Per_Save_Output.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Hrxss_Per_Read_Overview_Data_Output.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Hrxss_Per_Get_F4_Values_Output.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Hrxss_Per_Overview_Record.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Bapiret2.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Hrxss_Per_Delete_Record2_Input.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Hrxss_Per_Cancel_Output.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Hrxss_Per_Cleanup_Output.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Hrxss_Per_Get_F4_Values_Input.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Hrxss_Per_Init_Pernr_Input.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Hrxss_Per_Field_Value.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Hrxss_Per_Init_Pernr2_Output.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Hrxss_Per_Read_Overview_Data_Input.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Hrxss_Per_Save_Input.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Fieldnames.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Hrxss_Pernr_Text_Line.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Hrxss_Per_Subtype_Allowed.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Hrxss_Per_Get_F4_Values2_Output.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Hrxss_Per_Check_Input.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Hrxss_Data_Sharing_Info.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Hrxss_Per_Fieldname.java
         [wdgen] [Info]    Generating packages/com/sap/xss/per/model/mac/Hrxss_Per_Delete_Record_Input.java
         [wdgen] WARNING: Metadata of component VcPersInfoDetailNavi is not valid! ComponentUsage "//WebDynpro/Component:com.sap.xss.per.vc.detailnavi.VcPersInfoDetailNavi/ComponentUsage:FcObjectHeader", Role "UsedComponent": A minimum of 1 object(s) is required
         [wdgen] WARNING: Metadata of component VcPersInfoOverview is not valid! ComponentUsage "//WebDynpro/Component:com.sap.xss.per.vc.overview.VcPersInfoOverview/ComponentUsage:FcObjectHeader", Role "UsedComponent": A minimum of 1 object(s) is required
         [wdgen] WARNING: Metadata of component FcPersInfo is not valid! ComponentUsage "//WebDynpro/Component:com.sap.xss.per.fc.persinfo.FcPersInfo/ComponentUsage:FcObjectHeader", Role "UsedComponent": A minimum of 1 object(s) is required
         [wdgen] WARNING: Metadata of component VcPersInfoReviewNavi is not valid! ComponentUsage "//WebDynpro/Component:com.sap.xss.per.vc.reviewnavi.VcPersInfoReviewNavi/ComponentUsage:FcObjectHeader", Role "UsedComponent": A minimum of 1 object(s) is required
         [wdgen] [Error]   com.sap.xss.per.vc.reviewfooter.VcPersInfoReviewFooter --> Component VcPersInfoReviewFooter: Has invalid component usage 'FcObjectHeader'
         [wdgen] [Info]    Catching throwable null
         [wdgen] [Info]    com.sap.webdynpro.generation.ant.GenerationAntTaskError
         [wdgen]      at com.sap.webdynpro.generation.ant.GenerationAnt.showCheckResult(GenerationAnt.java:157)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.check(Generation.java:2047)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.generatePersistentComponent(Generation.java:1296)
         [wdgen]      at com.sap.ide.webdynpro.generation.console.GenerationConsole.generate(GenerationConsole.java:175)
         [wdgen]      at com.sap.webdynpro.generation.ant.GenerationAnt.main(GenerationAnt.java:50)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         [wdgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         [wdgen]      at java.lang.reflect.Method.invoke(Method.java:324)
         [wdgen]      at com.sap.webdynpro.generation.ant.WDGenAntTask.execute(WDGenAntTask.java:219)
         [wdgen]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         [wdgen]      at org.apache.tools.ant.Task.perform(Task.java:364)
         [wdgen]      at org.apache.tools.ant.Target.execute(Target.java:341)
         [wdgen]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
         [wdgen]      at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
         [wdgen]      at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:116)
         [wdgen]      at com.sap.tc.buildplugin.DefaultAntBuildAction.execute(DefaultAntBuildAction.java:58)
         [wdgen]      at com.sap.tc.buildplugin.DefaultPlugin.handleBuildStepSequence(DefaultPlugin.java:196)
         [wdgen]      at com.sap.tc.buildplugin.DefaultPlugin.performBuild(DefaultPlugin.java:168)
         [wdgen]      at com.sap.tc.buildplugin.DefaultPluginV3Delegate$BuildRequestHandler.handle(DefaultPluginV3Delegate.java:66)
         [wdgen]      at com.sap.tc.buildplugin.DefaultPluginV3Delegate.requestV3(DefaultPluginV3Delegate.java:48)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         [wdgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         [wdgen]      at java.lang.reflect.Method.invoke(Method.java:324)
         [wdgen]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.maybeInvoke(PluginHandler2.java:350)
         [wdgen]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.request(PluginHandler2.java:102)
         [wdgen]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.build(PluginHandler2.java:76)
         [wdgen]      at com.sap.tc.buildtool.PluginHandler2Wrapper.execute(PluginHandler2Wrapper.java:58)
         [wdgen]      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1750)
         [wdgen]      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1515)
         [wdgen]      at com.sap.tc.buildcontroller.CBSBuildController.build(CBSBuildController.java:761)
         [wdgen]      at com.sap.tc.buildcontroller.CBSBuildController.execCommand(CBSBuildController.java:527)
         [wdgen]      at com.sap.tc.buildcontroller.CBSBuildController.evalCmdLine(CBSBuildController.java:452)
         [wdgen]      at com.sap.tc.buildcontroller.CBSBuildController.run(CBSBuildController.java:324)
         [wdgen]      at com.sap.tc.buildcontroller.CBSBuildController.exec(CBSBuildController.java:262)
         [wdgen]      at com.sap.tc.buildcontroller.CBSBuildController.mainLoop(CBSBuildController.java:217)
         [wdgen]      at com.sap.tc.buildcontroller.CBSBuildController.main(CBSBuildController.java:178)
         [wdgen] ERROR: Unknown exception during generation null (com.sap.webdynpro.generation.ant.GenerationAntTaskError)
         [wdgen] ERROR: Generation failed due to errors (3 seconds)
    Error: E:\usr\sap\NDI\JC02\j2ee\cluster\server0\temp\CBS\6c\.B\12093\DCs\sap.com\ess\per\_comp\gen\default\logs\build.xml:98: [Error]   Generation failed!
         at com.sap.webdynpro.generation.ant.WDGenAntTask.execute(WDGenAntTask.java:254)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
         at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:116)
         at com.sap.tc.buildplugin.DefaultAntBuildAction.execute(DefaultAntBuildAction.java:58)
         at com.sap.tc.buildplugin.DefaultPlugin.handleBuildStepSequence(DefaultPlugin.java:196)
         at com.sap.tc.buildplugin.DefaultPlugin.performBuild(DefaultPlugin.java:168)
         at com.sap.tc.buildplugin.DefaultPluginV3Delegate$BuildRequestHandler.handle(DefaultPluginV3Delegate.java:66)
         at com.sap.tc.buildplugin.DefaultPluginV3Delegate.requestV3(DefaultPluginV3Delegate.java:48)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.tc.buildtool.v2.impl.PluginHandler2.maybeInvoke(PluginHandler2.java:350)
         at com.sap.tc.buildtool.v2.impl.PluginHandler2.request(PluginHandler2.java:102)
         at com.sap.tc.buildtool.v2.impl.PluginHandler2.build(PluginHandler2.java:76)
         at com.sap.tc.buildtool.PluginHandler2Wrapper.execute(PluginHandler2Wrapper.java:58)
         at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1750)
         at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1515)
         at com.sap.tc.buildcontroller.CBSBuildController.build(CBSBuildController.java:761)
         at com.sap.tc.buildcontroller.CBSBuildController.execCommand(CBSBuildController.java:527)
         at com.sap.tc.buildcontroller.CBSBuildController.evalCmdLine(CBSBuildController.java:452)
         at com.sap.tc.buildcontroller.CBSBuildController.run(CBSBuildController.java:324)
         at com.sap.tc.buildcontroller.CBSBuildController.exec(CBSBuildController.java:262)
         at com.sap.tc.buildcontroller.CBSBuildController.mainLoop(CBSBuildController.java:217)
         at com.sap.tc.buildcontroller.CBSBuildController.main(CBSBuildController.java:178)
    Ant runtime 8.422 seconds
    Ant build finished with ERRORS
    [Error]   Generation failed!
    Error: Build stopped due to an error: [Error]   Generation failed!
    Build plugin finished at 2008-09-01 06:40:57 GMT-08:00 (PDT)
    Total build plugin runtime: 11.39 seconds
    Build finished with ERROR
    Edited by: K Ferguson on Sep 1, 2008 6:08 PM

    The reason is stated in the log:
    [System.err] java.net.UnknownHostException: APP265: APP265

  • Error in Assembly Components

    Hello All.
    We have a WebDynpro application in DC.
    When i try  Assembly Components in CMS - Transport Studio to transport the App to QAS occurs the error.
    Finished with errors.
    In Details Finished with errorn in CBS-Assembly
    Error log:
    Fatal: Broken development component: No export for "project name", because no old version is present.
    Someone can help me to solution this problem ?
    Thanks in advance...
    Best Regards.

    Hi.
    Sorry for the slow return..
    I do not have access to CBS .... so is very difficult to be checking the problem.
    After requesting the access for the basis to view the logs in CBS and CMS.
    In CBS metadata State is OK Green, but the Compile Status is Red.
    Build Status is red to.
    This is the log result...
    wdgen] WARNING: Metadata of component EntradaSaidaVUsina is not valid! Component "//WebDynpro/Component:su.clco.le.app.EntradaSaidaVUsina", Role "ComponentController": A minimum of 1 object(s) is required
         [wdgen] [Error]   su.clco.le.app.EntradaSaidaVUsinaCustom --> ContextModelNode Zsulef_Busca_Dados_Ztr002_Input [modelClass]: The context model node has not been bound to a model class (Hint: A Context model node has to be bound to a model class or mapped to a model node of another controller.)
         [wdgen] [Error]   su.clco.le.app.EntradaSaidaVUsinaCustom --> ContextModelNode Zsulef_Busca_Dados_Ztr002_Output [modelClass]: The context model node has not been bound to a model class (Hint: A Context model node has to be bound to a model class or mapped to a model node of another controller.)
         [wdgen] [Info]    su.clco.le.app.EntradaSaidaVUsinaCustom --> ContextModelNode Zsulef_Busca_Dados_Ztr002_Output [supplyingRelationRole]: Supply function or supplying relation role missing (Hint: A child node which is not mapped must have either a supplying relation role or a supply function or one of its parent nodes must have a supply function.)
         [wdgen] [Error]   su.clco.le.app.EntradaSaidaVUsinaCustom --> ContextModelNode E_Motorista [modelClass]: The context model node has not been bound to a model class (Hint: A Context model node has to be bound to a model class or mapped to a model node of another controller.)
         [wdgen] [Info]    su.clco.le.app.EntradaSaidaVUsinaCustom --> ContextModelNode E_Motorista [supplyingRelationRole]: Supply function or supplying relation role missing (Hint: A child node which is not mapped must have either a supplying relation role or a supply function or one of its parent nodes must have a supply function.)
         [wdgen] [Error]   su.clco.le.app.EntradaSaidaVUsinaCustom --> ContextModelNode E_Veiculo [modelClass]: The context model node has not been bound to a model class (Hint: A Context model node has to be bound to a model class or mapped to a model node of another controller.)
         [wdgen] [Info]    su.clco.le.app.EntradaSaidaVUsinaCustom --> ContextModelNode E_Veiculo [supplyingRelationRole]: Supply function or supplying relation role missing (Hint: A child node which is not mapped must have either a supplying relation role or a supply function or one of its parent nodes must have a supply function.)
         [wdgen] [Error]   su.clco.le.app.EntradaSaidaVUsinaCustom --> ContextModelNode Zsulef_Busca_Proc_Especial_Input [modelClass]: The context model node has not been bound to a model class (Hint: A Context model node has to be bound to a model class or mapped to a model node of another controller.)
         [wdgen] [Error]   su.clco.le.app.EntradaSaidaVUsinaCustom --> ContextModelNode Zsulef_Busca_Proc_Especial_Output [modelClass]: The context model node has not been bound to a model class (Hint: A Context model node has to be bound to a model class or mapped to a model node of another controller.)
         [wdgen] [Info]    su.clco.le.app.EntradaSaidaVUsinaCustom --> ContextModelNode Zsulef_Busca_Proc_Especial_Output [supplyingRelationRole]: Supply function or supplying relation role missing (Hint: A child node which is not mapped must have either a supplying relation role or a supply function or one of its parent nodes must have a supply function.)
    Thanks for your help.
    Best Regards.
    Taylor.

  • WebDynpro Table Migrate Columns

    Hello experts,
    We are just migrating WebDynpro DCs (6.40 to CE 7.2) and experience a problem with our tables.
    After the general migration (correcting dependencies etc.) I get a generation error:
    Web Dynpro Generation: Metadata constraint of Component CosmosComp is violated: ViewElementAggregation "//WebDynpro/View:com.dorma.cosmos.views.AlertSettingsView/RootUIElementContainer/Child:AlertTable/OutgoingAggregation:GroupedColumns", Role "Definition": A minimum of 1 object(s) is required
    I read in the documentation that I have to use the table context menu function "Migrate Columns" to convert the Columns associations to GroupedColumns.
    But unfortunately this function is disabled.
    Can anybody please help?
    Thanks,
    Hans

    Hi Hans,
    NOTE: This migrate columns feature is available since NW 7.0 SP08.
    As of this release you will find it in the Outline View   > click on the table UI element > invoke the context menu.
    Further, however I know only about the following migration procedure, maybe it gives some idea for yours:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/40af00ad-8080-2a10-88b5-cc4cec99d8ac?quicklink=index&overridelayout=true
    (but this is is again most likely a guide you may know, and as mentioned this is about
    Migrating Web Dynpro Java Applications from SAP NetWeaver 7.0 to Composition Environment 7.1)
    Still I hope it gives some idea how to proceed.
    Best Regards,
    Ervin

Maybe you are looking for

  • Can no longer preview videos with spacebar

    I have just used Drive Genius 3 to try and give myself some more HD space, I opted to clear up all the universal binaries I wasnt using - however, immediately I've noticed that i'm no longer able to preview movie files by pressing the spacebar - i ju

  • Deactivate Invoicing (MIR7 and MIR4) in a Purchase Order

    Hi SAP Experts, We have Purchase Orders (PO) for service (construction of building) to a vendor (contractor).  We are using the Goods Receipt (MIGO) to receive the percentage accomplishment.  However, we are using an ABAP program for invoicing instea

  • Change  buttons name

    Hi guys, i'm trying to make an application for a Q&A format, but i'm having difficulties with one last thing. I have 10 buttons made, what i need is - I want to click on a button, and it should exchange the text in it from Answer 1  to XPTO same for

  • Desktop Manager for Mac error message KB19454

    Hi All, I am new to the community and would appreciate any assistance. I have two recent problems for which  I am seeking troubleshooting advice. The priority problem is mentioned first below. I've just encountered this error message, "For help resol

  • Creating popin in java webdynpro

    Hi ,   wrote code regarding creating pop in in table. WdDomodify(){ if(firstTime){             IWDTablePopinToggleCell   pop= (IWDTablePopinToggleCell)view.getElement("TablePopinToggleCell");             pop.mappingOfOnToggle().addSourceMapping("node