Ant build error with examples

I have just set up wlserver 6.1 on Linux. I am trying to get one of the examples
working. I am using ant to build the example. I do the following:
cd /opt/bea/wlserver6.1/config/examples
. ./setExamplesEnv.sh
cd /opt/bea/wlserver6.1/samples/examples/ejb20/basic/containerManaged
/opt/bea/wlserver6.1/bin/ant all
Skipping over the intial output which is successful, I then get:
ejbc:
[java] <Nov 11, 2001 10:23:00 PM EST> <Warning> <EJB> <EJB Deployment: cont
ainerManaged has a class examples.ejb20.basic.containerManaged.AccountHome which
is in the classpath. This class should only be located in the ejb-jar file.>
[java] <Nov 11, 2001 10:23:00 PM EST> <Warning> <EJB> <EJB Deployment: cont
ainerManaged has a class examples.ejb20.basic.containerManaged.Account which is
in the classpath. This class should only be located in the ejb-jar file.>
[java]
[java] ERROR: Error from ejbc: Installation file /lib/persistence/persisten
ce.install does not exist. Could not initialize EJB container managed persistenc
e.
[java] ERROR: ejbc found errors
[java] Java Result: 1
compile_webapp:
BUILD FAILED
/opt/bea/wlserver6.1/samples/examples/ejb20/basic/containerManaged/build.xml:62:
destination directory "/config/examples/applications/examplesWebApp/WEB-INF/cla
sses" does not exist or is not a directory
Total time: 27 seconds
Anyone have any ideas what's going on?
chris

Using "env.<VARIABLE>" is not needed because <property
file="../../../../examples.properties"/> sources in the appropriately
assigned variables need within the build script. Although it looks like the
proper steps were taken, I'm not so sure the examples environment was set up
completely.
Another thought is that within examples.properties, the ${WL_HOME} is not
properly substituted in a Linux environment.
-Chris
"Chris Cobb" <[email protected]> wrote in message
news:[email protected]...
>
To answer my own question, build.xml is broken because it is not
putting an env. prefix on the environmental variables. This
patch fixes it:
--- begin patch ---
*** build.xml Sun Nov 11 23:14:17 2001
--- build.xml.orig Sun Nov 11 23:12:31 2001
*** 43,52 ****
<!-- Run ejbc to create the deployable jar file -->
<target name="ejbc" depends="jar_ejb">
<java classname="weblogic.ejbc" fork="yes">
! <sysproperty key="weblogic.home" value="${env.WL_HOME}"/>
! <arg line="-compiler javac${dist}/std_ejb20_basic_containerManaged.jar
${env.APPLICATIONS}/ejb20_basic_containerManaged.jar"/>
<classpath>
! <pathelementpath="${env.WL_HOME}/lib/weblogic_sp.jar;${env.WL_HOME}/lib/weblogic.jar"/>
</classpath>
</java>
</target>
--- 43,52 ----
<!-- Run ejbc to create the deployable jar file -->
<target name="ejbc" depends="jar_ejb">
<java classname="weblogic.ejbc" fork="yes">
! <sysproperty key="weblogic.home" value="${WL_HOME}"/>
! <arg line="-compiler javac${dist}/std_ejb20_basic_containerManaged.jar
${APPLICATIONS}/ejb20_basic_containerManaged.jar"/>
<classpath>
! <pathelementpath="${WL_HOME}/lib/weblogic_sp.jar;${WL_HOME}/lib/weblogic.jar"/>
</classpath>
</java>
</target>
*** 56,62 ****
App-->
<target name="compile_webapp">
<javac srcdir="${source}"
! destdir="${env.EX_WEBAPP_CLASSES}"
includes="Servlet.java, Account.java, AccountHome.java,
ProcessingErrorException.java"
/>
--- 56,62 ----
App-->
<target name="compile_webapp">
<javac srcdir="${source}"
! destdir="${EX_WEBAPP_CLASSES}"
includes="Servlet.java, Account.java, AccountHome.java,
ProcessingErrorException.java"
/>
*** 65,71 ****
<!-- Compile EJB interfaces & client app into the clientclassesdirectory
-->
<target name="compile_client">
<javac srcdir="${source}"
! destdir="${env.CLIENT_CLASSES}"
includes="Account.java, AccountHome.java,ProcessingErrorException.java,
Client.java"
/>
--- 65,71 ----
<!-- Compile EJB interfaces & client app into the clientclassesdirectory
-->
<target name="compile_client">
<javac srcdir="${source}"
! destdir="${CLIENT_CLASSES}"
includes="Account.java, AccountHome.java,ProcessingErrorException.java,
Client.java"
/>
--- end patch ---
Chris
"Chris Cobb" <[email protected]> wrote:
I have just set up wlserver 6.1 on Linux. I am trying to get one of
the examples
working. I am using ant to build the example. I do the following:
cd /opt/bea/wlserver6.1/config/examples
. ./setExamplesEnv.sh
cd /opt/bea/wlserver6.1/samples/examples/ejb20/basic/containerManaged
/opt/bea/wlserver6.1/bin/ant all
Skipping over the intial output which is successful, I then get:
ejbc:
[java] <Nov 11, 2001 10:23:00 PM EST> <Warning> <EJB> <EJB
Deployment:
cont
ainerManaged has a classexamples.ejb20.basic.containerManaged.AccountHome
which
is in the classpath. This class should only be located in the ejb-jar
file.>
[java] <Nov 11, 2001 10:23:00 PM EST> <Warning> <EJB> <EJBDeployment:
cont
ainerManaged has a class examples.ejb20.basic.containerManaged.Account
which is
in the classpath. This class should only be located in the ejb-jar file.>
[java]
[java] ERROR: Error from ejbc: Installation file/lib/persistence/persisten
ce.install does not exist. Could not initialize EJB container managed
persistenc
e.
[java] ERROR: ejbc found errors
[java] Java Result: 1
compile_webapp:
BUILD FAILED
/opt/bea/wlserver6.1/samples/examples/ejb20/basic/containerManaged/build.xml:62:
destination directory"/config/examples/applications/examplesWebApp/WEB-INF/cla
sses" does not exist or is not a directory
Total time: 27 seconds
Anyone have any ideas what's going on?
chris

Similar Messages

  • Random FB build errors with FXGs

    I'm having issues with random build errors.  When one of these errors occurs, it always says it has trouble with an FXG class. 
    Error text is this:
    "In initializer for 'mxmlContent', type FXGClass is not assignable to target Array element type mx.core.IVisualElement."
    This seems to be a similar problem that someone else posted: http://forums.adobe.com/thread/929171 but their solution didn't work for me.
    The solution from the linked thread, renaming/creating a duplicate of the file with the FXGs in it, didn't work.  Renaming ANOTHER file in my code base did.  One that did not contain FXGs.  (We use subversion and I systematically rolled back until the code base built error free and slowly deduced the affecting file).
    Now occasionally we are having the errors with a completely new file with an FXG icon.  The first file had FXGs delared in MXML, this new one declares it in AS.  Both FXGs are put into the layout via MXML.  Sometimes commenting it out, building, commenting back in, building works....but not always.  If we go edit some code in another file elsewhere, it will sometimes clear the error and build fine. 
    This error is driving us nuts as we have no idea what the trigger is.  We have a fair number of FXGs in the code base for visual elements.  We use common code accross Web, Desktop and Mobile projects.  Sometimes they all build fine, sometimes they all error, sometimes only some projects error.  There seems to be no consistancy when the build errors occur.
    Using Flash Builder 4.6 (on Windows 7)
    Flex SDK 4.6
    AIR SDK 3.3 (though errors occur on a Web build too)
    We've made new Workspaces and brought in the sub-versioned code and it still occurs (on two seperate machines), so it seems to point to a code base trigger.  I'm stumped where to start.  When it first started occuring, no extra FXG files or classes that refer to them were created.
    Any help would be greatly appreciated.

    I've seemed to have narrowed it down the file with the FXG Icon in it.  It seems that when I disclude the file from the project it renders correctly.  If used I get the weird compile errors.  I'm not sure why this specific file is causing this.  I'm concluding it may be a corrupted in some way and I will have to rebuild it from scratch to narrow down the issues.
    Removing the FXG from  the file itself doesn't help. 

  • C++ build error with LabVIEW DLL

    Hi, I'm a student at UC Irvine learning to use LabVIEW.  I am working on a practice project for which I have to use a PID system to control the temperature of an object.  Things are starting to get a little messy with nested control statements, loops, etc., so I figured I'd export a LabVIEW DLL with all the hard to code stuff, such as interfacing with my instruments, and plotting data or whatever, and do the number crunching and keeping track of stuff in C++.
    The DLL file I made in LabVIEW went off without a hitch as far as I can tell, but when linking it to my C++ test program (which at this point is just including the LabVIEW's .h file for the DLL and an empty main() function), I get a lot of build errors.  I am using Dev-C++ which uses g++ to compile the code.
    Here is a pic of my build errors:
    Solved!
    Go to Solution.
    Attachments:
    LabVIEW_compile_error.JPG ‏184 KB

    Normal windows apps are not as forgiving about where you can put your DLL as LabVIEW. You have to have a DLL either in the direcotry where the executable file itself resides (that would be your build directory, not the source directory), the windows or system directory, or any directory that is set in the PATH environment variable. Anythin else will most likely not work, or at least not reliably.
    No need to add the cintools directory into your include file paths nor the library file paths. you would only need that if you decided to let the DLL export native LabVIEW data types in which case you would need the LabVIEW manager functions to prepare the correct data buffers.
    Rolf Kalbermatter
    Message Edited by rolfk on 07-30-2009 07:49 AM
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Ant Build Error - Unable to find a javac compiler

    I downloaded and installed the Sun Java Toolkit 1.0 for CDC. I can build and run the examples with no problem.
    When I create my own project -- either by using the Create from Example option or the Create a New Project from Scratch option, I consistently receive this error message:
    C:\CDCTK10\apps\JillianGolfHandset\nbproject\build-impl.xml:295: The following error occurred while executing this line:
    C:\CDCTK10\apps\JillianGolfHandset\nbproject\build-impl.xml:148: Unable to find a javac compiler;
    com.sun.tools.javac.Main is not on the classpath.
    Perhaps JAVA_HOME does not point to the JDK
    BUILD FAILED (total time: 0 seconds)
    Unfortunately, I'm not an Ant jock.
    I'd like to go fiddling with the JAVA_HOME environmental variable on my system, but something tells me I shouldn't have to touch it; why would the examples work if JAVA_HOME weren't set properly?
    Any ideas?

    I had the JDK installed and the JAVA_HOME set correctly to point to the JDK but it still gave the same error.
    As I'm using Windows, I thought the problem may have been the spaces in the JAVA_HOME path, so I changed it to the old DOS style path e.g with the ~1. But that didn't work
    Someone else suggested adding the JDK bin to the PATH, so I did that, but it didn't fix the problem.
    Doing a search on the web, someone else using ANT had a similar problem, though not with the CDC, and added the tools.jar to the classpath
    So I tried adding tool.jar to the classpath, and it worked !!
    There is probably a better solution, but I couldn't find it, so I'll stick with this one until someone comes up with a better fix

  • Oracle AIA - ANT build Error - MDS files does not exist

    Hi,
    I have created a typical AIA artifacts project as below
    1. Req_ABCSImpl
    2.EBS
    3.Prov_ABCSImpl
    All 3 artifacts have XSD, WSDL which are stored in MDS via update intp MDS DB.
    I an trying to compile the artifacts with ANT Scripts provided by Oracle OOTB (ant-sca-compile.xml).
    This gives error as - the files which are referred to "oramds" location does not exist.
    So can you please let me know how-to resolve this issue?
    Note:
    The files exists in MDS DB
    thanks,
    Mark

    In Jdeveloper Each Application has a file called adf-config.xml file whcih will details to oramds link
    under Application Resources ->Descriptors ->ADF-META-INF
    adfconfig.xml file like
    <metadata-store-usage id="mstore-usage_2">
    <metadata-store class-name="oracle.mds.persistence.stores.db.DBMetadataStore">
    <property name="jdbc-userid" value="DEV_MDS"/>
    <property value="XYX" name="jdbc-password"/>
    <property name="jdbc-url"
    value="jdbc:oracle:thin:@//localhost:1521/SID"/>
    <property name="partition-name" value="soa-infra"/>
    </metadata-store>
    </metadata-store-usage>
    this file helps to determine where to find the mds?
    In wsdl you might be referring to
    oramds:apps/AIAMetadata/<Foldername>/<wsdlname.wsdl>
    Oramds is defined using this file adf-config.xml to determine whcih machine it should use.
    During developemnt the artifacts like xsd or wsdl are moved to mds in one machine or environemnt but we try to deploy on different machine. While compiling try to check whether you connected to correct mds having those files.
    Thanks,
    Venugopal SSS RAJA
    Edited by: Venugopal Raja on May 21, 2013 11:07 PM

  • PhoneGap for iOS build error with Dreamweaver CS5.5, PhoneGap 1.2, XCode 4.2.1 (4D502)

    Hi, I was trying to build and emulate a PhoneGap project with following environment, but it failed:
    OS X Lion 10.7.2
    Adobe Dreamweaver CS5.5 (11.5 Build 5344)
    PhoneGap 1.2 (I updated from DW's original version following this instruction)
    The build of application failed to complete successfully. This is the link of the log file I got: log file
    Following is my screenshot on Application Setting:
    I wonder this may involve in updating PhoneGap to latest version. But could you help me pass this problem?

    Hi Peter, Thank you for your solution.
    First of all, it is very good that your error log and mine one is same. But I found the line you mentioned in Camera.h file already code like this:
    @property (nonatomic) enum DestinationType returnType;
    So I wonder do I need to remove 'enum' or not. Could you give me any suggestion?

  • DC Build Error with Web Dynpro Project

    Hi,
    I have created a DC Project and migrated all the local Web Dynpro project to the DC project which is connected to NWDI.
    When I performed a Development Component Build, I am getting tons of errors like this :
    C:\Documents and Settings\mlee20\.dtc\1\t\E9C452A69844E0F9849D478F81878AB9\gwd\packages\com\bhpb\totalcomp\TestConnect.java:26: package com.sap.ip.bi.sdk.dac.result.model does not exist
    import com.sap.ip.bi.sdk.dac.result.model.BITableItem;
                                              ^
    C:\Documents and Settings\mlee20\.dtc\1\t\E9C452A69844E0F9849D478F81878AB9\gwd\packages\com\bhpb\totalcomp\TestConnect.java:27: package com.sapportals.connector.connection does not exist
    import com.sapportals.connector.connection.IConnectionFactory;
                                               ^
    C:\Documents and Settings\mlee20\.dtc\1\t\E9C452A69844E0F9849D478F81878AB9\gwd\packages\com\bhpb\totalcomp\TestConnect.java:28: package com.sapportals.connector.connection does not exist
    import com.sapportals.connector.connection.IConnectionSpec;
                                               ^
    C:\Documents and Settings\mlee20\.dtc\1\t\E9C452A69844E0F9849D478F81878AB9\gwd\packages\com\bhpb\totalcomp\WealthView.java:25: package com.sap.security.api does not exist
    import com.sap.security.api.;*
    ^
    C:\Documents and Settings\mlee20\.dtc\1\t\E9C452A69844E0F9849D478F81878AB9\gwd\packages\com\bhpb\totalcomp\WealthView.java:29: package com.bhpb.bi does not exist
    import com.bhpb.bi.BITable;
                       ^
    I have included a jar file BIWrapper.jar in the lib folder....
    Does it mean that some of the dependencies jar files is needed in the NWDI?
    For anyone help please.
    Thanks.

    Hi,
    Create an Dc of type external library which contains the BI Wrapper
    and refer this dc from your WD.
    This blog will help you in creating external /people/valery.silaev/blog/2005/09/14/a-bit-of-impractical-scripting-for-web-dynpro
    Regards
    Ayyapparaj

  • JDeveloper Build Error with JDK1.3beta

    Dear JDev Team,
    I have a project that uses SQLJ and has been compiling fine with both JDK1.2.2 and 1.3beta. This morning it stopped working. There have been no great code changes. Once it fails using 1.3beta it will also fail using 1.2.2.
    There error message in the window is as follows. Your help would be very much appreciated, as this project cannot be built.
    Many thanks,
    Richard
    JniPortal for D:\Program Files\JDeveloper 3.0\java1.2\jre\bin\ferrari\jvm.dll reported
    InnerClasses attribute
    java.lang.IncompatibleClassChangeError: InnerClasses attribute
    int sqlj.runtime.profile.util.CustomizerHarness.customizeProfile(sqlj.runtime.profile.util.ProfileIOContext)
    void oracle.jdeveloper.sqlj.TranslatorInternal.customizeProfiles(borland.compiler.interfaces.Log)
    void oracle.jdeveloper.sqlj.TranslatorSystemImpl.customizeProfiles(borland.jbuilder.jipcbmj.portal.ComLog)
    void oracle.jdeveloper.sqlj.TranslatorSystem_JavaDispatch.invoke(int, borland.javaport.JavaCallStack)

    Richard,
    SQLJ is not supported with JDK1.2 in JDev 3.0:
    (from the release notes)
    Using SQLJ under JDK 1.2
    The 8.1.5 SQLJ version distributed with this release of JDeveloper only supports JDK 1.1.X, it does not run under JDK 1.2. A future version of SQLJ will support JDK 1.2
    Having said that it looks like you have it working anyway :-)
    There have been no great code changes. Once >it fails using 1.3beta it will also fail >using 1.2.2.Try the following :
    -Locate the output directory from Project|Project Properties
    -Close JDeveloper
    -Go to the output directory and delete all the classes and profiles related to your SQLJ project
    -Restart JDev and recompile
    Hope this helps.
    Regards,
    Arun
    null

  • App Builder error with app icons

    never seen this error before…
    all the icon names are unique, I've always named then 29x29.png 512x512.png etc
    I'm also only building this for iPad, so also confused about the iPhone ref. Anyone seen this error before??
    Cheers
    Alistair

    Custom slot labels are the optional navigation buttons (such as "Store," "FAQ," etc.) that enterprise publishers can add to their apps. It's not related to the standard app icons.
    Are you building an app using an Enterprise account? If not, there's a bug we'll need to look at. If so, check the Customized XML Strings (?) option in the advanced settings of the App Details pane. Delete or re-create the XML file.

  • ES Builder error with SLD - COULD_NOT_READ_SWCV

    Hello,
       I have SAP EHP1 For SAP NW CE7.1. Im trying to Display the list of "software component versions" of the SLD in the ES Builder, but it shows me the following error: "Coud not read list of software component versions from SLD - COULD_NOT_READ_SWCV - User credentials are invalid or users is denied access".
      Please, any idea?
    Thanks
    MG
    Edited by: Mario Galvis Guerrero on Dec 24, 2009 12:09 AM

    Hello,
      Here is the complete log trace of the problem,
    ====================================================================
    = Root Exception ===================================================
    ====================================================================
    Thrown:
    com.sap.aii.ib.core.sldAccess.SldProcessException: Could not read list of software component versions from SLD
         at com.sap.aii.ibrep.server.sldaccess.interfaces.RepSldAccessServiceImpl.getSwcvLinks(RepSldAccessServiceImpl.java:92)
         at com.sap.aii.ib.server.sldaccess.SldAccessServiceBean.getSwcvLinks(SldAccessServiceBean.java:62)
         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:585)
         at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:46)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:38)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:22)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:16)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:21)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:16)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:133)
         at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
         at $Proxy1858.getSwcvLinks(Unknown Source)
         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:585)
         at com.sap.engine.services.rmi_p4.P4DynamicSkeleton.dispatch(P4DynamicSkeleton.java:234)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:355)
         at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:69)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:67)
         at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:41)
         at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:977)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:57)
         at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:55)
         at com.sap.engine.core.thread.execution.Executable.run(Executable.java:109)
         at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)
    Serialized cause: com.sap.lcr.api.cimclient.LcrException: User credentials are invalid or user is denied access
         at com.sap.lcr.api.sapmodel.JavaCIMObjectAccessor.enumerateInstances(JavaCIMObjectAccessor.java:224)
         at com.sap.lcr.api.sapmodel.SAP_SoftwareComponentAccessor.enumerateInstances(SAP_SoftwareComponentAccessor.java:201)
         at com.sap.lcr.api.sapmodel.SAP_SoftwareComponentAccessor.enumerateSAP_SoftwareComponentInstances(SAP_SoftwareComponentAccessor.java:234)
         at com.sap.aii.ibrep.server.sldaccess.interfaces.RepSldAccessServiceImpl.getSwcvLinks(RepSldAccessServiceImpl.java:40)
         ... 38 more
    Thanks
    MG

  • Release build error with ANE "AOT Compilation has failed while optimizing function"

    I'm trying to use the ChartBoost ANE which can be downloaded here https://github.com/freshplanet/ANE-Chartboost
    When I do an Ad-hoc release build It keeps crashing and giving me the error below when packaging for iOS. But if I do a debug build that's a "fast" or "standard" build it compiles fine, and I can even see the ads.
    Why would it crash when doing a release build? Does this ANE need an update?
    I'm using FB 4.7 and AIR 3.8. Specifically, Apache Flex 4.10 Air 3.8
    If I remove this 1 line of the Chartboost ANE code "AirChartboost.getInstance().showInterstitial();", the release build compiles fine and I can put it on the test iOS device.
    "Error occurred while packaging the application:
    AOT Compilation has failed while optimizing function public::AdsHelper.showFullscreenAd
    Exception in thread "main" java.lang.NullPointerException
    at java.util.TreeMap.getEntry(TreeMap.java:324)
    at java.util.TreeMap.containsKey(TreeMap.java:209)
    at adobe.abc.GlobalOptimizer.sccp_eval(GlobalOptimizer.java:6150)
    at adobe.abc.GlobalOptimizer.sccp_analyze(GlobalOptimizer.java:6019)
    at adobe.abc.GlobalOptimizer.sccp(GlobalOptimizer.java:4733)
    at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:3615)
    at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:2309)
    at adobe.abc.LLVMEmitter.optimizeABCs(LLVMEmitter.java:534)
    at adobe.abc.LLVMEmitter.generateBitcode(LLVMEmitter.java:343)
    at com.adobe.air.ipa.AOTCompiler.convertAbcToLlvmBitcodeImpl(AOTCompiler.java:611)
    at com.adobe.air.ipa.BitcodeGenerator.main(BitcodeGenerator.java:104)
    Compilation failed while executing : ADT"

    I just encountered this error when building ad-hoc package, say that:
    Error occurred while packaging the application:
    AOT Compilation has failed while optimizing function apackage::AClass.aFunction
    After several tries It turns out that the error was because the function aFunction has a return before some other code (for testing). I commented the code after the return then the packaging works fine.
    FYI.

  • Build finished with ERROR - Failed to pack public part

    Hi,
    I am getting an error when I try to build a Development Component in CBS. This is what the build log says:
    Ant build finished with ERRORS
    Failed to pack public part: Failed to get InputStream for resource D:\usr\sap\PVD\JC01\j2ee\cluster\server0\temp\CBS\2\7\.B\3570\DCs\vecnet.co.nz\general\rimp\preq\preqform\preqcreate\_comp\src\configuration\Components\nz.co.vecnet.general.rimp.preq.preqform.preqcreate.CreatePurchReqComp\CreatePurchReqCompView_Create_Purch_Req_IF.xdp
    Error: Build stopped due to an error: Failed to pack public part: Failed to get InputStream for resource D:\usr\sap\PVD\JC01\j2ee\cluster\server0\temp\CBS\2\7\.B\3570\DCs\vecnet.co.nz\general\rimp\preq\preqform\preqcreate\_comp\src\configuration\Components\nz.co.vecnet.general.rimp.preq.preqform.preqcreate.CreatePurchReqComp\CreatePurchReqCompView_Create_Purch_Req_IF.xdp
    Build plugin finished at 2008-10-02 15:31:45 GMT12:00 (NZDT)+
    Total build plugin runtime: 31.769 seconds
    Build finished with ERROR
    Could you please tell me why I am getting this error, and how do I resolve this one?
    Thanks,
    Ajay

    Was never able to find an answer for this on SDN and haven't had the issue in a long time so I'm closing question.

  • 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

  • EJB CBS Build Error: No folder found for attribute meta-inf

    I'm trying to activate my EJB DC that works properly when built and executed/deployed in the portal.
    But in CBS it fails to build and we got the following error trace:
    This is the error trace:
      [pppacker] Packing public part 'client'
      [pppacker] ERROR: Failed to pack public part: No folder found for attribute meta-inf
      [pppacker] ERROR:       at com.sap.tc.buildplugin.pp.PPPackTask._execute(PPPackTask.java:295)
      [pppacker] ERROR:       at com.sap.tc.buildplugin.techdev.ant.util.BPTask.execute(BPTask.java:20)
      [pppacker] ERROR:       at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
      [pppacker] ERROR:       at org.apache.tools.ant.Task.perform(Task.java:364)
      [pppacker] ERROR:       at org.apache.tools.ant.Target.execute(Target.java:341)
      [pppacker] ERROR:       at org.apache.tools.ant.Target.performTasks(Target.java:369)
      [pppacker] ERROR:       at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
    [pppacker] ERROR: Caused by: com.sap.tc.buildplugin.pp.PackException: No folder found for attribute meta-inf
      [pppacker] ERROR:       at com.sap.tc.buildplugin.pp.entity.EHEjbClientJar.findSpecialFolderContaining(EHEjbClientJar.java:126)
      [pppacker] ERROR:       at com.sap.tc.buildplugin.pp.entity.EHEjbClientJar.determineFileList(EHEjbClientJar.java:64)
      [pppacker] ERROR:       at com.sap.tc.buildplugin.pp.PPPacker.packEntity(PPPacker.java:697)
      [pppacker] ERROR:       at com.sap.tc.buildplugin.pp.PPPacker.packPublicPartContent(PPPacker.java:585)
      [pppacker] ERROR:       at com.sap.tc.buildplugin.pp.PPPacker.packPublicPart(PPPacker.java:532)
      [pppacker] ERROR:       at com.sap.tc.buildplugin.pp.PPPacker.pack(PPPacker.java:460)
      [pppacker] ERROR:       at com.sap.tc.buildplugin.pp.PPPackTask._execute(PPPackTask.java:293)
      [pppacker] ERROR:       ... 29 more
    Ant runtime 0.032 seconds
    Ant build finished with ERRORS
    Failed to pack public part: No folder found for attribute meta-inf
    I'm not sure if this means anything:
    Preparing data context..
    No public part descriptor found for component "ejb20" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "jdbc20" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "jms" (vendor "sap.com"), public part "default", using legacy mode.
    No 'default' JDK defined, will use running VM.
    Data context preparation finished in 0.017 seconds
    How do I resolve this issue?
    Thank you in advance.

    TRY TO DO ITSELF.

  • 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

Maybe you are looking for

  • Jabber Persistent Chat Room oddity

    Hi, I'm currently running Persistent Chat Rooms on version 10.5.1 of Presence. We have recently been experiencing an odd problem with Chat Rooms where they are created as Private rooms, for then to randomly change to Public. The settings are locked d

  • In Need of Video Capture Card

    Hello      I am a digital video editor working with Adobe Premiere 6.0. I have noticed that when I try to capture video on the program all I get is a grey screen with no video and no audio ,however, I do get device control. I have learned that I do n

  • Can I copy from Ipod??.

    When I try to play my library content it tells me "The item cannot play because the original file cannot be found". I think I accidentally deleted the files thinking (wrongly) that the files were in Itunes Library. My question is....can I copy all th

  • Is it possible to downgrade firmware to 03.10.01?

    Is it possible to downgrade firmware to 03.10.01 on iPhone 4g?? If yes how to do it??

  • Sorting all records in datagrid

    Hi All, I have a datagrid with pagination. On default or on click of the sort arrow of a particular column in the grid  it sorts only the current page data. my requirement is it should sort across all records returned in array collection not only the