Error building EAR on Linux

Hi ,
I have an integration application developed on windows.I want to create an EAR from the same source on Linux.I have copied the source maintaining the folder hierarchy and updated the build.xml to suite Linux machine properties(app path,server classpath etc). However I get Buildfile: build.xml
build:
[wlwBuild] Unknown option: -XX:-UseThreadPriorities.
[wlwBuild] Could not create the Java virtual machine.
BUILD FAILED
file:/home/build/cvs/build.xml:61: Java returned 1
This being a known issue we applied a patch provided by BEA (CR137384_81sp2.jar) but we still get the same error.
Appreciate any help.
Thanks,
Vishvjit

Hi,
I am building the ear using ant script and not the worskshop.
Initially I placed the patch jar file in the same folder with build.xml and put first reference to it as ./CR137384_81sp2.jar.When this did not work I put the patch in jre/lib folder and provided full path of it in server.classpath property.Still getting same error.
It appears that the patch is not been applied as we continue to get same error but why it is not taking effect is a mystery.
Thanks for your help.
Vishvjit

Similar Messages

  • BUILD EAR FROM LINUX?

    Hi All, I am trying to install FLEXCUBE from Oracle Linux, but i have the following error any  knows how to fix ???
    I see this error when the installer is frozen....
    10 14 11:54:36 preRequisit    [DEBUG]: Args[4]=CreateWAR
    10 14 11:54:36 preRequisit    [DEBUG]: Args[5]=FCJNeoWeb
    10 14 11:54:36 preRequisit    [DEBUG]: Args[6]=FCUBSApp.ear
    10 14 11:54:36 preRequisit    [DEBUG]: Args[7]=/home/oracle/tmp/properties
    10 14 11:54:36 preRequisit    [DEBUG]: Args[8]=INFRA
    10 14 11:54:36 preRequisit    [DEBUG]: Args[9]=commons-codec-1.2.jar xalan.jar xercesImpl.jar resolver.jar xml-apis.jar commons-transaction-1.2.jar log4j-1.2.16.jar slf4j-api-1.6.1.jar slf4j-log4j12-1.6.1.jar quartz-2.1.7.jar commons-net-2.0.jar commons-logging-1.0.4.jar commons-discovery-0.2.jar BIPublisher-client-stub.jar FCJBatch.jar FCJCoreDAOOracle.jar FCJCoreEntities.jar FCJGeneralEJB.jar FCJSMS.jar FCJUtility.jar FCJMBean.jar ELCMCommon.jar ELCMUtility.jar ELCMDto.jar ELCMEntities.jar ELCMKernelJpa.jar ELCMKernel.jar ELCMEJB.jar ELCMGateway.jar ELCMWeb.jar FCJRTT.jar
    10 14 11:55:14 FcubsInstaller [DEBUG]: java.io.IOException: Cannot run program "xterm": error=2, No such file or directory
      at java.lang.ProcessBuilder.start(ProcessBuilder.java:1047)
      at com.ofss.installer.FcubsInstaller.printLogFiles(FcubsInstaller.java:359)
      at com.ofss.installer.FcubsInstaller.LogButtonActionPerformed(FcubsInstaller.java:369)
      at com.ofss.installer.FcubsInstaller.access$400(FcubsInstaller.java:38)
      at com.ofss.installer.FcubsInstaller$5.actionPerformed(FcubsInstaller.java:184)
      at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
      at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
      at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
      at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
      at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
      at java.awt.Component.processMouseEvent(Component.java:6516)
      at javax.swing.JComponent.processMouseEvent(JComponent.java:3320)
      at java.awt.Component.processEvent(Component.java:6281)
      at java.awt.Container.processEvent(Container.java:2229)
      at java.awt.Component.dispatchEventImpl(Component.java:4872)
      at java.awt.Container.dispatchEventImpl(Container.java:2287)
      at java.awt.Component.dispatchEvent(Component.java:4698)
      at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
      at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
      at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
      at java.awt.Container.dispatchEventImpl(Container.java:2273)
      at java.awt.Window.dispatchEventImpl(Window.java:2719)
      at java.awt.Component.dispatchEvent(Component.java:4698)
      at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
      at java.awt.EventQueue.access$200(EventQueue.java:103)
      at java.awt.EventQueue$3.run(EventQueue.java:694)
      at java.awt.EventQueue$3.run(EventQueue.java:692)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
      at java.awt.EventQueue$4.run(EventQueue.java:708)
      at java.awt.EventQueue$4.run(EventQueue.java:706)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
    Caused by: java.io.IOException: error=2, No such file or directory
      at java.lang.UNIXProcess.forkAndExec(Native Method)
      at java.lang.UNIXProcess.<init>(UNIXProcess.java:186)
      at java.lang.ProcessImpl.start(ProcessImpl.java:130)
      at java.lang.ProcessBuilder.start(ProcessBuilder.java:1028)
      ... 40 more
    10 14 11:55:21 FcubsInstaller [DEBUG]: java.io.IOException: Cannot run program "xterm": error=2, No such file or directory
      at java.lang.ProcessBuilder.start(ProcessBuilder.java:1047)
      at com.ofss.installer.FcubsInstaller.printLogFiles(FcubsInstaller.java:359)
      at com.ofss.installer.FcubsInstaller.LogButtonActionPerformed(FcubsInstaller.java:369)
      at com.ofss.installer.FcubsInstaller.access$400(FcubsInstaller.java:38)
      at com.ofss.installer.FcubsInstaller$5.actionPerformed(FcubsInstaller.java:184)
      at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
      at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
      at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
      at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
      at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
      at java.awt.Component.processMouseEvent(Component.java:6516)
      at javax.swing.JComponent.processMouseEvent(JComponent.java:3320)
      at java.awt.Component.processEvent(Component.java:6281)
      at java.awt.Container.processEvent(Container.java:2229)
      at java.awt.Component.dispatchEventImpl(Component.java:4872)
      at java.awt.Container.dispatchEventImpl(Container.java:2287)
      at java.awt.Component.dispatchEvent(Component.java:4698)
      at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
      at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
      at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
      at java.awt.Container.dispatchEventImpl(Container.java:2273)
      at java.awt.Window.dispatchEventImpl(Window.java:2719)
      at java.awt.Component.dispatchEvent(Component.java:4698)
      at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
      at java.awt.EventQueue.access$200(EventQueue.java:103)
      at java.awt.EventQueue$3.run(EventQueue.java:694)
      at java.awt.EventQueue$3.run(EventQueue.java:692)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
      at java.awt.EventQueue$4.run(EventQueue.java:708)
      at java.awt.EventQueue$4.run(EventQueue.java:706)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
    Caused by: java.io.IOException: error=2, No such file or directory
      at java.lang.UNIXProcess.forkAndExec(Native Method)
      at java.lang.UNIXProcess.<init>(UNIXProcess.java:186)
      at java.lang.ProcessImpl.start(ProcessImpl.java:130)
      at java.lang.ProcessBuilder.start(ProcessBuilder.java:1028)
      ... 40 more
    10 14 11:56:44 FcubsInstaller [DEBUG]: java.io.IOException: Cannot run program "xterm": error=2, No such file or directory
      at java.lang.ProcessBuilder.start(ProcessBuilder.java:1047)
      at com.ofss.installer.FcubsInstaller.printLogFiles(FcubsInstaller.java:359)
      at com.ofss.installer.FcubsInstaller.LogButtonActionPerformed(FcubsInstaller.java:369)
      at com.ofss.installer.FcubsInstaller.access$400(FcubsInstaller.java:38)
      at com.ofss.installer.FcubsInstaller$5.actionPerformed(FcubsInstaller.java:184)
      at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
      at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
      at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
      at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
      at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
      at java.awt.Component.processMouseEvent(Component.java:6516)
      at javax.swing.JComponent.processMouseEvent(JComponent.java:3320)
      at java.awt.Component.processEvent(Component.java:6281)
      at java.awt.Container.processEvent(Container.java:2229)
      at java.awt.Component.dispatchEventImpl(Component.java:4872)
      at java.awt.Container.dispatchEventImpl(Container.java:2287)
      at java.awt.Component.dispatchEvent(Component.java:4698)
      at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
      at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
      at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
      at java.awt.Container.dispatchEventImpl(Container.java:2273)
      at java.awt.Window.dispatchEventImpl(Window.java:2719)
      at java.awt.Component.dispatchEvent(Component.java:4698)
      at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
      at java.awt.EventQueue.access$200(EventQueue.java:103)
      at java.awt.EventQueue$3.run(EventQueue.java:694)
      at java.awt.EventQueue$3.run(EventQueue.java:692)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
      at java.awt.EventQueue$4.run(EventQueue.java:708)
      at java.awt.EventQueue$4.run(EventQueue.java:706)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
    Caused by: java.io.IOException: error=2, No such file or directory
      at java.lang.UNIXProcess.forkAndExec(Native Method)
      at java.lang.UNIXProcess.<init>(UNIXProcess.java:186)
      at java.lang.ProcessImpl.start(ProcessImpl.java:130)
      at java.lang.ProcessBuilder.start(ProcessBuilder.java:1028)
      ... 40 more

    Hi Benjamin,
    i have no access to FCUBS 12.0 Installer (only 11.0) but if i were you i would check the ProcessBuilder.java around  1047 lines and would check which folder is it missing from your source folder. my structure is:
         <DIR>          ADAPTERS
      <DIR>          DataDumps
        <DIR>          ELCM
      <DIR>          Gateway
      <DIR>          INFRA
    <DIR>          Interface
       <DIR>          MAIN
      <DIR>          TOOLS
    adam

  • Error building xombrero 1.6.3-1

    Hi,
    I'm trying to build xombrero 1.6.3.-1 from AUR:
    https://aur.archlinux.org/packages/xombrero/
    I'm getting the following error building the package:
    $ makepkg -s
    ==> Making package: xombrero 1.6.3-1 (Fri Oct 11 09:51:42 CEST 2013)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    -> Found xombrero-1.6.3.tgz
    -> Found LICENSE
    ==> Validating source files with md5sums...
    xombrero-1.6.3.tgz ... Passed
    LICENSE ... Passed
    ==> Extracting sources...
    -> Extracting xombrero-1.6.3.tgz with bsdtar
    ==> Removing existing pkg/ directory...
    ==> Starting build()...
    ~/builds/xombrero/src/build-gtk2/xombrero-1.6.3 ~/builds/xombrero/src
    make: Entering directory `/home/rodrigo/builds/xombrero/src/build-gtk2/xombrero-1.6.3/linux'
    perl ../js-merge-helper.pl ../hinting.js ../input-focus.js \
    ../autoscroll.js > javascript.h
    nroff -c -Tascii -mandoc ../xombrero.1 | \
    perl ../ascii2txt.pl | \
    perl ../txt2tooltip.pl > tooltip.h
    Generating ../about.o.depend
    In file included from ../about.c:23:0:
    ../xombrero.h:296:25: error: missing binary operator before token "("
    #if WEBKIT_CHECK_VERSION(1, 5, 0)
    ^
    ../about.c:1983:23: error: missing binary operator before token "("
    #if GLIB_CHECK_VERSION(2, 32, 0)
    ^
    cc -D_FORTIFY_SOURCE=2 -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -I/usr/include/gtk-2.0 -O2 -Wall -ggdb3 -D_GNU_SOURCE -I. -I.. -o ../about.o -c ../about.c
    In file included from /usr/include/gtk-2.0/gdk/gdk.h:32:0,
    from /usr/include/gtk-2.0/gtk/gtk.h:32,
    from ../xombrero.h:94,
    from ../about.c:23:
    /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:21: fatal error: gio/gio.h: No such file or directory
    #include <gio/gio.h>
    ^
    compilation terminated.
    make: *** [../about.o] Error 1
    make: Leaving directory `/home/rodrigo/builds/xombrero/src/build-gtk2/xombrero-1.6.3/linux'
    ==> ERROR: A failure occurred in build().
    Aborting...
    I don't know what I'm missing. I was able to build xombrero last week in another PC with arch. My current system is upgraded:
    Linux 3.11.4-1-ARCH #1 SMP PREEMPT Sat Oct 5 21:40:32 CEST 2013 i686 GNU/Linux
    I though that installing thg gnutls library would solve the problem, but unfortunately the error persists after gnutls installation
    $ pacman -Ss gnutls
    extra/gnutls 3.2.4-1 [Installiert]
    A library which provides a secure layer over a reliable transport layer
    extra/libtasn1 3.3-1 [Installiert]
    The ASN.1 library used in GNUTLS
    community/python2-gnutls 1.2.4-2
    Python wrapper for the GNUTLS library
    Thanks in advance
    Last edited by cortezthekiller (2013-10-11 08:35:05)

    I've edit the former post to write the error messages in English.
    Yes, glib2 is installed, as well as the dependencies mentioned in the aur:
        desktop-file-utils
        libbsd
        webkitgtk3
    It seems that the updated PKGBUILD in the comments is just aimed to create two sepparate packages for xombrero & xombrero3. I'll try it, but I don't think this will fix my problem. As a said, I was able to build xombrero in another Pc a few days ago.

  • Error building koffice2 alpha 10

    When I try to build koffice2 alpha 10 from AUR, I get this error:
    Linking CXX shared library ../../lib/libflake.so
    /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.1/../../../../lib/libGL.so when searching for -lGL
    /usr/bin/ld: skipping incompatible /usr/lib/../lib/libGL.so when searching for -lGL
    /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.1/../../../libGL.so when searching for -lGL
    /usr/bin/ld: skipping incompatible /usr/bin/../lib/libGL.so when searching for -lGL
    collect2: ld returned 1 exit status
    make[2]: *** [lib/libflake.so.5.0.0] Error 1
    make[1]: *** [libs/flake/CMakeFiles/flake.dir/all] Error 2
    make: *** [all] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    Can anyone prescribe a cure? Thanks.

    byte wrote:Try again with libgl installed. You'd have to remove your catalyst/nvidia temporarily for that.
    Thanks, but that didn't seem to help. Any other ideas?

  • Error building jack [FIXED]

    I'm trying to build jack-audio-connection-kit from source to enable support for freebob, but the build keeps failing with undefined references because its looking for libFLAC.so.7
    I have flac-1.1.4-1 installed. 
    Here's the relevant output from 'make':
    /usr/bin/ld: warning: libFLAC.so.7, needed by /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so, not found (try using -rpath or -rpath-link)
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_encoder_set_seek_callback'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_encoder_process_interleaved'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_encoder_get_resolved_state_string'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_encoder_set_write_callback'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_encoder_delete'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_process_single'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_set_client_data'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_get_decode_position'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_set_write_callback'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_set_error_callback'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_encoder_init'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__StreamDecoderErrorStatusString'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_encoder_set_client_data'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_set_metadata_callback'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_encoder_set_sample_rate'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_finish'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_set_eof_callback'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_init'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_set_length_callback'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_encoder_set_bits_per_sample'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_new'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_set_seek_callback'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_set_tell_callback'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_set_read_callback'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_encoder_set_channels'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_encoder_finish'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_seek_absolute'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_encoder_new'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_encoder_set_tell_callback'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_process_until_end_of_metadata'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_get_state'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_delete'
    collect2: ld returned 1 exit status
    make[2]: *** [jackrec] Error 1
    make[2]: Leaving directory `/var/abs/local/jack-audio-connection-kit-svn/src/jack/example-clients'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/var/abs/local/jack-audio-connection-kit-svn/src/jack'
    make: *** [all] Error 2
    ==> ERROR: Build Failed. Aborting...
    I have libFLAC.so.8, and I've tried symlinking it to libFLAC.so.7, but no luck.  That kills the first warning line, but everything else is the same.
    Any ideas?
    Last edited by brucebertrand (2007-03-21 05:56:18)

    well...looks like I didn't have libsndfile installed.

  • Error building my first EJB

    I am trying to build my first EJB. However, everytime I giev the "ant build" command, I get an erro saying "Validation Problems Were Found". This is the only error i get and Not any syntax errors. Does this have something to do with my remote, local and Home interfaces, the Bean Class or Client, OR is it my build. xml file that has some error in it.

    Looks like your ejb-jar.xml is not correct (check the element
    <enterprise-beans>). You may post this file so that I can take a look at it.
    --Sathish
    <Waqar Ahmad> wrote in message news:[email protected]...
    Thanks for replying. Here is the build.xml file and the error output that
    I get when I execute the ant command. My BEAN here is called
    <b>SecuirtyEJB.java</b> and all the files including this BEAN are in a
    foler named SecuritySystem. Now, here is the build.xml file:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <project name="ejb20-basic-SecuritySystem" default="all" basedir=".">
    <!-- set global properties for this build -->
    <property environment="env"/>
    <property file="../../../../../examples.properties"/>
    <property name="build.compiler" value="${compiler}"/>
    <property name="source" value="${basedir}"/>
    <property name="bean.ear" value="ejb20StatelessEar"/>
    <property name="dist" value="${source}/${bean.ear}"/>
    <property name="ejb.name" value="ejb20StatelessEjb"/>
    <property name="package"
    value="examples/ejb/ejb20/basic/SecuritySystem"/>
    <property name="ejb.client.jar"
    value="ejb20_basic_SecuritySystem_client.jar"/>
    <target name="all" depends="build, deploy"/>
    <target name="build" depends="clean,
    prepare.example,
    build.ear,
    compile.client"/>
    <target name="clean">
    <delete dir="${dist}" failonerror="false"/>
    <delete dir="${examples.build.dir}/${bean.ear}" failonerror="false"/>
    <delete dir="${client.classes.dir}/${package}" failonerror="false"/>
    <delete dir="${client.classes.dir}/${ejb.client.jar}"
    failonerror="false"/>
    </target>
    <!-- prepare directories for split directory deployment -->
    <target name="prepare.example"
    description="Prepare the example for compilation and deployment.">
    <mkdir dir="${dist}"/>
    <mkdir dir="${dist}/META-INF"/>
    <mkdir dir="${dist}/${ejb.name}"/>
    <mkdir dir="${dist}/${ejb.name}/${package}"/>
    <antcall target="copy.files"/>
    </target>
    <!-- copy files for split directory deployment -->
    <target name="copy.files"
    description="Copy example files to distribution structure.">
    <copy todir="${dist}/META-INF">
    <fileset dir="${source}">
    <include name="*application.xml"/>
    </fileset>
    </copy>
    <copy todir="${dist}/${ejb.name}/${package}">
    <fileset dir="${source}">
    <include name="*.java"/>
    <exclude name="Client.java"/>
    </fileset>
    </copy>
    <!-- rename bean to .ejb so that wlcompile
    can recognize its to be EJBGen'd -->
    <copy file="${source}/SecurityEJB.java"
    tofile="${dist}/${ejb.name}/${package}/SecurityEJB.ejb"/>
    </target>
    <!-- compile EAR for split directory deployment -->
    <target name="build.ear">
    <wlcompile srcdir="${dist}" destdir="${examples.build.dir}/${bean.ear}"
    includes="${ejb.name}">
    <ejbgen source="${sourceVersion}"/>
    <javac deprecation="${deprecation}" />
    <javac debug="${debug}" />
    </wlcompile>
    <wlappc source="${examples.build.dir}/${bean.ear}"
    debug="${debug}" deprecation="${deprecation}"/>
    </target>
    <!-- deploy split directory application -->
    <target name="deploy"
    description="Deploy ear to WebLogic on ${wls.hostname}:${wls.port}.">
    <wldeploy
    user="${wls.username}"
    password="${wls.password}"
    adminurl="t3://${wls.hostname}:${wls.port}"
    debug="true"
    action="deploy"
    source="${examples.build.dir}/${bean.ear}"
    failonerror="${failondeploy}"/>
    </target>
    <!-- package the application a J2EE formatted exploded ear -->
    <target name="package.exploded.ear">
    <wlpackage srcdir="${dist}" destdir="${examples.build.dir}/${bean.ear}"
    toDir="${dist}" />
    </target>
    <!-- compile example client -->
    <target name="compile.client" description="Compile client.">
    <!--
    http://bugs.bea.com/WebClarify/CREdit?CR=CR199960
    <move file="${user.dir}/${ejb.client.jar}"
    tofile="${client.classes.dir}/${ejb.client.jar}"
    failonerror="false"/>
    -->
    <copy file="${user.dir}/${ejb.client.jar}"
    tofile="${client.classes.dir}/${ejb.client.jar}"/>
    <delete file="${user.dir}/${ejb.client.jar}"/>
    <javac srcdir="${source}" destdir="${client.classes.dir}"
    deprecation="${deprecation}" debug="${debug}"
    classpath="${ex.classpath};${client.classes.dir}/${ejb.client.jar}"
    includes="Client.java"/>
    </target>
    <!-- Run the example -->
    <target name="run">
    <java classname="examples.ejb.ejb20.basic.SecuritySystem.Client"
    fork="yes" failonerror="true">
    <arg value="t3://${wls.hostname}:${wls.port}"/>
    <classpath>
    <pathelement
    path="${ex.classpath};${client.classes.dir}/${ejb.client.jar}"/>
    </classpath>
    </java>
    </target>
    </project>
    Here is the output that I am getting:
    build.ear:
    [ejbgen] EJBGen 9.0
    [ejbgen] Creating
    C:\bea\weblogic90\samples\server\examples\build\ejb20State
    lessEar\ejb20StatelessEjb\\ejb-jar.xml
    [ejbgen] Creating
    C:\bea\weblogic90\samples\server\examples\build\ejb20State
    lessEar\ejb20StatelessEjb\\weblogic-ejb-jar.xml
    [ejbgen] Creating
    C:\bea\weblogic90\samples\server\examples\build\ejb20State
    lessEar\ejb20StatelessEjb\ejbgen-build.xml
    [move] Moving 2 files to
    C:\bea\weblogic90\samples\server\examples\build\ej
    b20StatelessEar\ejb20StatelessEjb\META-INF
    [javac] Compiling 1 source file to
    C:\bea\weblogic90\samples\server\examples
    \build\ejb20StatelessEar\ejb20StatelessEjb
    [javac] Compiling 5 source files to
    C:\bea\weblogic90\samples\server\example
    s\build\ejb20StatelessEar\ejb20StatelessEjb
    [wlappc] <Oct 28, 2005 8:51:48 PM EDT> <Info> <J2EE> <BEA-160186>
    <Compiling
    EAR module 'ejb20StatelessEjb'>
    [wlappc] <Oct 28, 2005 8:51:49 PM EDT> <Error> <J2EE> <BEA-160187>
    <weblogic.
    appc failed to compile your application. Recompile with the -verbose
    option for
    more details. Please see the error message(s) below.>
    <b>BUILD FAILED</b>
    C:\bea\weblogic90\samples\server\examples\src\examples\ejb\ejb20\basic\SecurityS
    ystem\build.xml:68: weblogic.utils.compiler.ToolFailureException:
    <b>VALIDATION PROBLEMS WERE FOUND</b>
    C:\bea\weblogic90\samples\server\examples\src\examples\ejb\ejb20\basic\Securit
    ySystem\ejb20StatelessEar\ejb20StatelessEjb\META-INF\ejb-jar.xml:13:6:13:6:
    prob
    lem: cvc-complex-type.2.4c: Expected elements
    'session@http://java.sun.com/xml/n
    s/j2ee entity@http://java.sun.com/xml/ns/j2ee
    message-driven@http://java.sun.com
    /xml/ns/j2ee' before the end of the content in element
    enterprise-beans@http://j
    ava.sun.com/xml/ns/j2ee:<C:\bea\weblogic90\samples\server\examples\src\examples\
    ejb\ejb20\basic\SecuritySystem\ejb20StatelessEar\ejb20StatelessEjb/META-INF/ejb-
    jar.xml:13:6>
    Total time: 2 minutes 8 seconds
    C:\bea\weblogic90\samples\server\examples\src\examples\ejb\ejb20\basic\SecurityS
    ystem>
    This is the part of the output whee the error message appears and I think
    this is the one you want. Hope you can figure out what the problem is here
    coz as I said, this is my first EJB program. Thanks

  • How to build ear files for ADF application using Ant task

    How to build ear files for ADF applications using Ant. The ojdeploy ant task can not find application-level deployment profiles. I am trying to automated build and release for ADF application.
    Any help is highly appreciated.
    Thanks
    Shiva

    Hi Timo
    Thanks for your reply.
    I have successfully created ear file using ojdeploy on jenkins. however when am trying to auto deploy using WLDeploy ant task am getting the following
    error :
    weblogic.application.ModuleException: :oracle.mds.config.MDSConfigurationException:MDS-01335: namespace "/oracle/webcenter/quicklinks/scopedMD" mapped to metadata-store-usage "WebCenterFileMetadataStore" but its definition was not found in MDS configuration
    Please advise how to handle this.
    As am a newbie to ADF, could you please advise if it is possible for the ADF application deployments can be automated for different environments using jenkins due to this MDS dependencies.
    Appreciate your help.
    Thanks
    Shiva

  • Error building gnomad2, missing libraries?

    Hello!
    Im trying to build the new version of gnomad2, which is a GTK based app for interacting with the Creative zen jukebox I have. I have been using version 2.6.3 for a while, and today they released a new version, 2.7.0. I have build the previous versions of gnomad2 without problems, but when I try to build the 2.7.0, make fails:
    gnomad2.c: In function `scan_jukebox':
    gnomad2.c:264: error: `GNOME_STOCK_BUTTON_CANCEL' undeclared (first use in this function)
    gnomad2.c:264: error: (Each undeclared identifier is reported only once
    gnomad2.c:264: error: for each function it appears in.)
    gnomad2.c:265: warning: assignment makes pointer from integer without a cast
    gnomad2.c:270: error: invalid type argument of `->'
    gnomad2.c:274: error: invalid type argument of `->'
    gnomad2.c: In function `set_jukeboxowner_dialog':
    gnomad2.c:311: error: `GNOME_STOCK_BUTTON_OK' undeclared (first use in this function)
    gnomad2.c:312: error: `GNOME_STOCK_BUTTON_CANCEL' undeclared (first use in this function)
    gnomad2.c:313: warning: assignment makes pointer from integer without a cast
    gnomad2.c:324: error: invalid type argument of `->'
    gnomad2.c:330: error: invalid type argument of `->'
    gnomad2.c: In function `main':
    gnomad2.c:360: error: `GnomeProgram' undeclared (first use in this function)
    gnomad2.c:360: error: `gnomad' undeclared (first use in this function)
    gnomad2.c:389: error: `LIBGNOMEUI_MODULE' undeclared (first use in this function)
    gnomad2.c:390: error: `GNOME_PARAM_POPT_TABLE' undeclared (first use in this function)
    gnomad2.c:391: error: `GNOME_PROGRAM_STANDARD_PROPERTIES' undeclared (first use in this function)
    gnomad2.c:413: warning: assignment makes pointer from integer without a cast
    make[1]: *** [gnomad2.o] Error 1
    make[1]: Leaving directory `/home/krigun/downloads/gnomad2/src/gnomad2-2.7.0/src'
    make: *** [all-recursive] Error 1
    ==> ERROR: Build Failed. Aborting...
    I have checked, I have all the dependecies listed below, but I do not have Gnome installed, I only use KDE.
    Gnomad dependencies:
    Gnomad +
    |
    +- GTK+-2.0 (incl GDK, GLIB)
    |
    +- libgnomeui
    |
    +- libnjb +
    | |
    | +- libusb (optional on *BSD)
    |
    +- libid3tag
    |
    +- GNOME 2.0
    and the PKGBUILD:
    pkgname=gnomad2
    pkgver=2.7.0
    pkgrel=1
    pkgdesc="gnomad2"
    license="GPL"
    depends=('libnjb')
    source=($pkgname-$pkgver.tar.gz)
    #md5sums=('84d738840d7bc56a468f53444a0ec206')
    build() {
    cd $startdir/src/$pkgname-$pkgver
    ./configure --prefix=/usr/bin
    make || return 1
    make DESTDIR=$startdir/pkg install
    Does anybody know what these errors are about? Im not too familiar with the Gnome libraries.. Do I have to install Gnome to be able to make the package?

    you want add this into pacmans path
    Server = ftp://ftp.archlinux.org/tur/hapy
    then
    pacman -S gnomad2
    its so much easier
    but if your current like if you ran pacman -Suy after oct 1 i belive
    then it probably wont work
    mine did till the new upgrades
    ive not been able to build it from source like your doing ive tried many times
    i read some where in the read me files bout jsut adding  modprobe njbfs then mount it like
    a mass storage device im gonna try looking into that today
    i also posted ? to the forum on this

  • Error building schema

    Hi Gurus,
    I am trying to create a simple synchronous BPEL process from which I am invoking a external webservice deployed on a local oc4j container in my laptop.My external webservice operation takes a complex type as input and returns a complex type as output.I have created a partner link for my external webservice and an invoke activity for the calling the partner link.
    When I try to expand the Input/Output variables created for the invoke activity,I get the following error
    Error building schema
    Exception: Connection timed out: connect
    I have the correct proxy settings in my JDeveloper and I am able to access my webservice port from my browser.Please let me know where I am going wrong.
    Thanks In Advance,
    Prasanna

    Hi, just a try:
    "In obsetenv.bat you can specify the proxy to be used for outbound soap/http.
    Make sure it is set if there is a proxy between the bpel server and the webservice you are trying to call."
    In case it works: Thanks to Mark :-)
    Regards,
    Hansi

  • Error building stand alone applicatio​n, with LV.7.01

    Hi to all....
    I always get this pop up error (see picture attached) when trying to build a Stand alone application. I got the full version of Labview 7.01 and the Application builder also. the runtime engine is also 7.01.
    Regards
    HFZ.
    HFZ
    Solved!
    Go to Solution.
    Attachments:
    Error Building App.JPG ‏51 KB

    Hi GardW
    All comm. problem are handeled.
    The problem was based on the destinations for the .VI's.
    Labview 7.1 isn't so got to manage these. It's something the user got to be carefully about.
    Allmost solved. But now can't get the default 'labview Icon' to my finnished Application.  You know... when you make a stand alone application..
    then somewhere under the building process... you can choose if you want your own Icon added as the application starter icon! If you don't  choose any.. Labview makes the Labview Icon as your application starter Icon.
    And that is my problem now. Any ideas???
    Thanks for trying to help , i appriceate it !!
    Regards HFZ
    HFZ

  • Error building executable

    Bonjour à tous,
    Lorsque  je terminais ma semaine hier, j'ai voulu réaliser un dernier test sur un Touch Panel, mais lorsque j'ai voulu construire l'executable sous Labview 2009, celui ci m'a affiché cette erreur :
    Error building executable. Unable to create file
    Quelqu'un saurait d'où vient cette erreur et comment la corriger? Elle est apparue comme ça sans réels changements du code, ce qui d'autant plus étrange!!
    Merci pour vos réponses!

    J'ai ce type d'erreur de temps en temps, pour moi dans 50% des cas, il suffit de quitter LabVIEW, de ré-ouvrir le projet, relancer le build et ça marche.
    Sinon il faut que tu donnes plus de détails...
    When my feet touch the ground each morning the devil thinks "bloody hell... He's up again!"

  • Error building content paths on Primaries - java error

    I am on v10.3.3 (Sles Primes) and I am receiving this error in servers-meesages.log:
    [DEBUG] [12/19/11 2:40:46 PM] [] [Content Web Service] [] [getContentInfoEx: Error building content paths for ca4dde135b3d0c4d699a2722d0d49d6
    [DEBUG] [12/19/11 2:40:46 PM] [] [Content Web Service] [] [java.lang.ArrayIndexOutOfBoundsException
    [DEBUG] [12/19/11 2:40:47 PM] [] [Content Web Service] [] [getContentInfoEx: Error building content paths for 56d095d31efaad80f26e51cc02f9294
    [DEBUG] [12/19/11 2:40:47 PM] [] [Content Web Service] [] [java.lang.ArrayIndexOutOfBoundsException
    [DEBUG] [12/19/11 2:40:47 PM] [] [Content Web Service] [] [getContentInfoEx: Error building content paths for 7549fb68f8256e3ffdd1380c5b4ebc6
    [DEBUG] [12/19/11 2:40:47 PM] [] [Content Web Service] [] [java.lang.ArrayIndexOutOfBoundsException
    This is causing the workstations to hang upon registering. Once they reboot and receive their Closest Server rules the situation improves (still slow).
    [DEBUG] [12/19/2011 13:36:45.843] [1788] [ZenworksWindowsService] [41] [] [ConnectMan] [] [FindNextContent: Sleeping 3000 ms] [] []
    [DEBUG] [12/19/2011 13:36:48.843] [1788] [ZenworksWindowsService] [41] [] [ConnectMan] [] [FindFirstContent()] [] []
    [DEBUG] [12/19/2011 13:36:48.843] [1788] [ZenworksWindowsService] [41] [] [ConnectMan] [] [ ] [] []
    [DEBUG] [12/19/2011 13:36:48.843] [1788] [ZenworksWindowsService] [41] [] [ConnectMan] [] [ ] [] []
    [DEBUG] [12/19/2011 13:36:48.843] [1788] [ZenworksWindowsService] [41] [] [ConnectMan] [] [ Found host lx147.company.net status: Busy] [] []
    [DEBUG] [12/19/2011 13:36:48.843] [1788] [ZenworksWindowsService] [41] [] [ConnectMan] [] [ Skipping IP address 10.74.5.147, status Busy] [] []
    [DEBUG] [12/19/2011 13:36:48.843] [1788] [ZenworksWindowsService] [41] [] [ConnectMan] [] [ Found host 10.74.5.147 status: Busy] [] []
    Has anyone seen this? Please help.

    pcwoodring,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • "error building executble. unable to create file."

    Hello!
    When I try to run or Build an Pocket PC application i get thes message: "error building executble. unable to create file."
    I have installed:
    LAbview 8
    Microsoft embedded visual c++ 4.0
    Microsoft Pocket PC SDK
    PDA Module 8
    Does anyone have a clue wats wrong?

    The builder is missing the C compiler and the linker from Microsoft for the emulator target.
    On my system they are located in C:\Program Files\Microsoft eMbedded C++ 4.0\EVC\wce420\bin. Check on your computer.
    I couldn't find a place where to set this path (remember: I have 7.1, 8.0 may support this settings, although it's not likely).
    Paolo
    Paolo
    LV 7.0, 7.1, 8.0.1, 2011

  • Error building PKG grub-reiser4

    helo,
       I have this error building makepkg in grub-reiser4 aur package
    makepkg
    ./PKGBUILD: line 12: syntax error near unexpected token `)'
    ./PKGBUILD: line 12: `           '4876f193005df5fca8ca9647729d1e23')'
    ==> Making package: grub 0.97-2 (Sun Dec 10 08:48:50 CET 2006)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    ==>     Using local copy of grub-0.97-reiser4-20050808.tar.gz
    ==>     Found menu.lst in build dir
    ==>     Found install-grub in build dir
    ==> WARNING: MD5sums are missing or incomplete.  Cannot verify source integrity.
    ==> Extracting Sources...
    ==>     tar --use-compress-program=gzip -xf grub-0.97-reiser4-20050808.tar.gz
    ==> Starting build()...
    /usr/bin/makepkg: line 637: build: command not found
    ==> ERROR: Build Failed.  Aborting...
    what is ?
    thankyou

    thankyou and sorry for my error
    but when installed I run:
    grub-install /dev/hda
        GNU GRUB  version 0.97  (640K lower / 3072K upper memory)
    [ Minimal BASH-like line editing is supported.  For the first word, TAB
       lists possible command completions.  Anywhere else TAB lists the possible
       completions of a device/filename. ]
    grub> root (hd1,4)
    Filesystem type is reiserfs, partition type 0x83
    grub> setup  --stage2=/boot/grub/stage2 --prefix=/boot/grub (hd0)
    Checking if "/boot/grub/stage1" exists... yes
    Checking if "/boot/grub/stage2" exists... yes
    Checking if "/boot/grub/reiserfs_stage1_5" exists... yes
    Running "embed /boot/grub/reiserfs_stage1_5 (hd0)"...  18 sectors are embedded.
    succeeded
    Running "install --stage2=/boot/grub/stage2 /boot/grub/stage1 d (hd0) (hd0)1+18 p (hd1,4)/boot/grub/stage /boot/grub/menu.lst"... failed
    Error 15: File not found
    grub> quit
    this I view in my /boot/grub
    default        iso9660_stage1_5  minix_stage1_5     stage2_eltorito
    device.map     jfs_stage1_5      reiser4_stage1_5   ufs2_stage1_5
    e2fs_stage1_5  menu.lst          reiserfs_stage1_5  vstafs_stage1_5
    fat_stage1_5   menu.lst.old      stage1             xfs_stage1_5
    ffs_stage1_5   menu.lst.pacnew   stage2

  • Error building DC - Updated

    Error building a DC.
    I have a DC named "ext_xl" which is of type "External Library".
    I copied 3 Jar files:- Jexcel-install.jar, Jexcel.jar, jxl.jar into the library folder of this DC. Further I created two Public parts one for API and the other for SDA named:
    1. XL_API_PP
    2. XL_SDA_PP
    I built this DC "ext_xl".
    I have a report DC (cdts_ab) and a selection screen DC (sel_ab). The selection component in the Selectionscreen DC is used in the report DC via Used DC.
    When I add the above mentioned PP "XL_API_PP" to the Used DC part of "cdts_ab" and try to buid it, it gives me following error log:
    26-Aug-2006 10:37:46 /userOut/Development Component (com.sap.ide.eclipse.component.provider.listener.DevConfListener) [Thread[ModalContext,5,main]] ERROR: cdts_ab: Build failed for com.rel/cdts_ab(MyComponents) in variant "default": [Error]   Generation failed!
    Build log -
    Development Component Build (2006-08-26 10:37:39)
      Component name: cdts_ab
      Component vendor: com.rel
      SC compartment: MyComponents
      Configuration: LocalDevelopment
      Location: local
      Source code location: Administrator@infpw01589
      DC root folder: C:\Documents and Settings\Administrator\.dtc\LocalDevelopment\DCs\com.rel\cdts_ab\_comp\
      DC type: Web Dynpro
      Host: infpw01589
    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/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  public part "SelectOptionComp_PP" of DC "com.rel/sel_ab"
              [dcmake] validating dependency to  public part "SelectOptionTypes_PP" of DC "com.rel/sel_ab"
              [dcmake] validating dependency to  public part "XL_API_PP" of DC "com.ash/ext_xl"
              [dcmake] DC model check OK
    Start build plugin:
              [dcmake] using build plugin: sap.com/tc/bi/bp/webDynpro
              [dcmake] starting build plugin from : C:\Program Files\SAP\JDT\eclipse\plugins\com.sap.tc.ap\comp\SAP_BUILDT\DCs\sap.com\tc\bi\bp\webDynpro\_comp\gen\default\public\webDynpro\
    [wdgen] [Info]    Generating configuration/Components/com.rel.cmet.components.contdailytscomp.ContDailyReptComp/ContDailyReptComp.xml
    [System.err] [Invoked from  com.sap.ide.generationfwk.task.GenerationTaskJavaMethod.executePersistent(GenerationTaskJavaMethod.java:153)]
    [System.err] com.sap.tc.webdynpro.repository.RepositoryRuntimeException: Failed to parse XML document containing MRO=com.rel.cmet.components.seloptcomp.SelectOptionsComp.
    [System.err]      at com.sap.tc.webdynpro.repository.xml.XMLLayerDataParserWriter.startParsing(XMLLayerDataParserWriter.java:190)
    [System.err]      at com.sap.tc.webdynpro.repository.xml.XMLPersistence.readRepositoryObject(XMLPersistence.java:331)
    (ProgmodelRepositoryGenerator.java:297)
         [wdgen] ERROR: Unknown exception during generation null (com.sap.webdynpro.generation.ant.GenerationAntTaskError)
         [wdgen] ERROR: Generation failed due to errors (4 seconds)
    Ant runtime 6.266 seconds
    Ant build finished with ERRORS
    [Error]   Generation failed!
    Error: Build stopped due to an error: [Error]   Generation failed!
    Build plugin finished at 2006-08-26 10:37:46 GMT
    Total build plugin runtime: 6.781 seconds
    Build finished with ERROR
    Message was edited by: Ashwin Bhat

    Could not find a solution. Built new dc.

Maybe you are looking for

  • Accounting Rule query from the Pricing/Billing tab in Service Contracts

    Running Oracle Apps. 11.5.10.2. I have the query listed below which returns both header and live level data for service contracts. I am trying to add the Accounting Rule from the Pricing/Billing tab within service contracts, but I am not having luck

  • Audit log of customized table.

    Dear experts, I need to trace log of some tables. In spro transacction there is one customize transacction KEDE. This transacction is used to define derivation rules and generates entries with tables names. This records are generated in TKEDRS table.

  • Tracking a stolen (deactivated) iphone

    So I used to have a first generation iPhone but eventually got the 3GS a year ago. I still used my old iPhone for it's apps and iPod, but I think someone stole it while I was up at college. Is there any way to track an iPhone even if it's not activat

  • JScrollPane Visibility

    Hey, I'm having some issues with setVisible on JScrollPanes. Basically I'm writing a little class that's storing settings using java.util.Properties. These settings are checked on load to see if it should display some certain buttons, and a JScrollPa

  • Airport Extreme and Lion OS X 10.7.3

    I recently updated my operating system to Lion OS X 10.7.3. I since have not been able to configure my Airport Express to work with itunes on my home network (it flashes yellow and doesn't show up in Airport Utility, like it used to). I have tried co