Trouble with wlappc -- unresolved library references

I'm trying to pre-compile my Portal webapp projects JSPs using the wlappc Ant task. This is the relevent piece of my Ant script:
     <path id="wls.classpath">
          <path refid="java.classpath" />
          <dirset dir="${.java.src.output}" />
     </path>
     <property name="wls.classpath.prop" refid="wls.classpath"/>
     <echo level="debug">Classpath for wlappc (JSP compilation) is ${wls.classpath.prop}</echo>
     <wlappc deprecation="true" source="WebContent" forceGeneration="true" lineNumbers="true">
          <classpath refid="wls.classpath"/>
     </wlappc>
And this is the error I am getting:
[java] There are 1 nested errors:
[java]
[java] weblogic.utils.compiler.ToolFailureException: Error: Unresolved WebApp library references defined in weblogic.xml, of module 'C:\h\project\po
rtal\projectportal\WebContent' [Extension-Name: wls-commonslogging-bridge-war, Specification-Version: 1, Implementation-Version: 1.0, exact-match: false]
, [Extension-Name: wlp-groupspace-web-lib, Specification-Version: 9.2, Implementation-Version: 9.2.1, exact-match: false], [Extension-Name: wlp-tools-
visitor-web-lib, Specification-Version: 9.2, Implementation-Version: 9.2.1, exact-match: false], [Extension-Name: wlp-collab-portlets-web-lib, Specifi
cation-Version: 9.2, Implementation-Version: 9.2.1, exact-match: false], [Extension-Name: wlp-commonui-web-lib, Specification-Version: 9.2, Implementa
tion-Version: 9.2.1, exact-match: false], [Extension-Name: wlp-services-web-lib, Specification-Version: 9.2, Implementation-Version: 9.2.1, exact-matc
h: false], [Extension-Name: wlp-framework-full-web-lib, Specification-Version: 9.2, Implementation-Version: 9.2.1, exact-match: false], [Extension-Nam
e: p13n-web-lib, Specification-Version: 9.2, Implementation-Version: 9.2.1, exact-match: false], [Extension-Name: beehive-controls-1.0-war, Specificat
ion-Version: 1, Implementation-Version: 1.0, exact-match: false], [Extension-Name: jstl, Specification-Version: 1.1, Implementation-Version: 1.1.2, ex
act-match: false], [Extension-Name: wlp-lookandfeel-web-lib, Specification-Version: 9.2, Implementation-Version: 9.2.1, exact-match: false], [Extensio
n-Name: wlp-light-web-lib, Specification-Version: 9.2, Implementation-Version: 9.2.1, exact-match: false], [Extension-Name: wlp-wsrp-producer-web-lib,
Specification-Version: 9.2, Implementation-Version: 9.2.1, exact-match: false], [Extension-Name: wlp-framework-common-web-lib, Specification-Version:
9.2, Implementation-Version: 9.2.1, exact-match: false], [Extension-Name: wlp-framework-struts-1.2-web-lib, Specification-Version: 9.2, Implementatio
n-Version: 9.2.1, exact-match: false], [Extension-Name: struts-1.2, Specification-Version: 1.2, Implementation-Version: 1.0, exact-match: false], [Ext
ension-Name: beehive-netui-resources-1.0, Specification-Version: 1, Implementation-Version: 1.0, exact-match: false], [Extension-Name: beehive-netui-1
.0, Specification-Version: 1, Implementation-Version: 1.0, exact-match: false], [Extension-Name: weblogic-controls-1.0-war, Specification-Version: 1,
Implementation-Version: 1.0, exact-match: false]
[java] at weblogic.servlet.utils.WebAppLibraryUtils.initWebAppLibraryManager(WebAppLibraryUtils.java:90)
Thanks in advance for any help!

hi...even i am facing the same problem...can you plsssssss tell me what have you done to resolve the issue...

Similar Messages

  • Trouble with supposedly strictly-typed reference...

    I'm having some issues with supposedly strictly-typed references.
    Can anyone look at the code attached (LV2010) and tell me why the top example doesn't work and the bottom does. More over, what's the general way to make the top example work?
    The discussion of strict and weak typed is rather short in the documentation in the help. Any pointers to relevant documentation would be appreciated.
    Thanks!
    Solved!
    Go to Solution.
    Attachments:
    Test.zip ‏46 KB

    I swear I read that help page like ten times and now I finally see the caveat in documentation. It would be nice if they mentioned this in the Enum Property page or in the table for Strings[] in the documentation instead of hiding it in the documentation.
    That said, now that you say it, it's obvious why. I wish the error I received (1082, I believe) could also be a bit more specific as I don't explicitly make the enum a strict type def, it simply is implicitly.

  • Troubles with SDL image library

    Hi, my goal is to port SuperTux - a 2D platform game to browser using crossbridge. I currently work on OS X Maverics if thats important. I'm very new to this area - I have some small experience with C++ after colege, but in work I work with web technologies - so Im some sort of noob with that - especially with Crossbridge.
    I followed install instruction and crossbridge itself works fine - Hello World compiles well. Now that I try to compile supertux proccess fails on ./configure level.
    $ export PATH=~/crossbridge/sdk/usr/bin:$PATH
    $ ./configure
    checking build system type... AVM2-unknown-freebsd8.2
    checking host system type... AVM2-unknown-freebsd8.2
    checking target system type... AVM2-unknown-freebsd8.2
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    /Users/zzz/Projekty/supertux13/missing: Unknown `--is-lightweight' option
    Try `/Users/zzz/Projekty/supertux13/missing --help' for more information
    configure: WARNING: 'missing' script is too old or missing
    checking for a thread-safe mkdir -p... ./install-sh -c -d
    checking for gawk... no
    checking for mawk... no
    checking for nawk... no
    checking for awk... awk
    checking whether make sets $(MAKE)... yes
    checking whether make supports nested variables... yes
    checking for gcc... gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking whether gcc understands -c and -o together... yes
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking dependency style of g++... gcc3
    checking for dirent.h that defines DIR... yes
    checking for library containing opendir... none required
    checking how to run the C preprocessor... gcc -E
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for unistd.h... (cached) yes
    checking for an ANSI C-conforming const... yes
    checking for gprof mode... disabled
    checking for debug mode... disabled
    checking wether OpenGL should be used... yes
    checking for sdl-config... /Users/zzz/crossbridge/sdk/usr/bin/sdl-config
    checking for SDL - version >= 1.2.4... yes
    checking for Mix_OpenAudio in -lSDL_mixer... yes
    checking for IMG_Load in -lSDL_image... no
    configure: error: SDL_image library required
    And with the config.log:
    configure:5390: checking for IMG_Load in -lSDL_image
    configure:5415: gcc -o conftest -g -O2 -I/Users/zzz/crossbridge/sdk/usr/include/SDL -D_GNU_SOURCE=1   conftest.c -ltiff -ljpeg -lpng -lz -lSDL_image -lSDL_mixer  -L/Users/zzz/crossbridge/sdk/usr/lib -Wl,-rpath,/Users/zzz/crossbridge/sdk/usr/lib -lSDL -lm -lvgl >&5
    /Users/zzz/crossbridge/sdk/usr/bin/ld: error: cannot find -ltiff
    /Users/zzz/crossbridge/sdk/usr/lib/libSDL_image.a: error: undefined reference to '_jpeg_calc_output_dimensions'
    /Users/zzz/crossbridge/sdk/usr/lib/libSDL_image.a: error: undefined reference to '_jpeg_CreateDecompress'
    /Users/zzz/crossbridge/sdk/usr/lib/libSDL_image.a: error: undefined reference to '_jpeg_destroy_decompress'
    /Users/zzz/crossbridge/sdk/usr/lib/libSDL_image.a: error: undefined reference to '_jpeg_finish_decompress'
    /Users/zzz/crossbridge/sdk/usr/lib/libSDL_image.a: error: undefined reference to '_jpeg_read_header'
    /Users/zzz/crossbridge/sdk/usr/lib/libSDL_image.a: error: undefined reference to '_jpeg_read_scanlines'
    /Users/zzz/crossbridge/sdk/usr/lib/libSDL_image.a: error: undefined reference to '_jpeg_resync_to_restart'
    /Users/zzz/crossbridge/sdk/usr/lib/libSDL_image.a: error: undefined reference to '_jpeg_start_decompress'
    /Users/zzz/crossbridge/sdk/usr/lib/libSDL_image.a: error: undefined reference to '_jpeg_std_error'
    At the moment I start to think that this maight be problem related to crossbridge itself. Lib SDL_image came with basic instalation - I also tried to compile it myself, but without any help. Some googling showed up that this problem was affecting some cygwin users, but I didn't give nay clues how ti fix that. I tried to skip SDL_image in configure - and that is the only problem I have with libraries.
    Also If want to compile it in a normal way - without Crossbridge, it works well.
    Anyone might be able to help with that? I already lost a lot of time facing this bug, but I couldn't make it work. I would really apprecieate any help.

    ziemovitto wrote:
    ... And with the config.log:
    configure:5390: checking for IMG_Load in -lSDL_image
    configure:5415: gcc -o conftest -g -O2 -I/Users/zzz/crossbridge/sdk/usr/include/SDL -D_GNU_SOURCE=1   conftest.c -ltiff -ljpeg -lpng -lz -lSDL_image -lSDL_mixer  -L/Users/zzz/crossbridge/sdk/usr/lib -Wl,-rpath,/Users/zzz/crossbridge/sdk/usr/lib -lSDL -lm -lvgl >&5
    /Users/zzz/crossbridge/sdk/usr/bin/ld: error: cannot find -ltiff
    This means you don't have a static library called "tiff" (at least in the library paths). I'm guessing you can live without TIFF (.tif) image support so you probably need to modify configure or it's arguments to reflect this (if the game has any TIFF image resources you will need to convert these to another format...)
    ziemovitto wrote:
    ... And with the config.log:
    /Users/zzz/crossbridge/sdk/usr/lib/libSDL_image.a: error: undefined reference to '_jpeg_calc_output_dimensions'
    /Users/zzz/crossbridge/sdk/usr/lib/libSDL_image.a: error: undefined reference to '_jpeg_CreateDecompress'
    /Users/zzz/crossbridge/sdk/usr/lib/libSDL_image.a: error: undefined reference to '_jpeg_destroy_decompress'
    /Users/zzz/crossbridge/sdk/usr/lib/libSDL_image.a: error: undefined reference to '_jpeg_finish_decompress'
    /Users/zzz/crossbridge/sdk/usr/lib/libSDL_image.a: error: undefined reference to '_jpeg_read_header'
    /Users/zzz/crossbridge/sdk/usr/lib/libSDL_image.a: error: undefined reference to '_jpeg_read_scanlines'
    /Users/zzz/crossbridge/sdk/usr/lib/libSDL_image.a: error: undefined reference to '_jpeg_resync_to_restart'
    /Users/zzz/crossbridge/sdk/usr/lib/libSDL_image.a: error: undefined reference to '_jpeg_start_decompress'
    /Users/zzz/crossbridge/sdk/usr/lib/libSDL_image.a: error: undefined reference to '_jpeg_std_error'
    Pretty sure this means the jpeg library you have doesn't have the functions listed... but this error is stopping you from compiling conftest.c (ie. not the game) which is trying to see if your SDL_image library is up to it's standards...
    Porting doesn't mean compiling. You suggest that you can skip the tests on the SDL_image library and configure without further errors so that gives you a way forward. You may be lucky and find that the game doesn't call the missing JPEG functions, or if it does you may be able to work around what's missing, if the JPEG library is complete enough to load JPEG images then this might just mean replacing the function calls with their equivalents from the library which you have. Do remember though that as SuperTux is GPL you need to ensure that if you change anything your modify source code is made available to at least the same people as the compiled SWF.

  • Trouble with sharing iPhoto library among multiple users

    I followed the directions in this guide to share my iPhoto library between two accounts. However, it does not allow both users to open the library. One user gets a message that it is locked. I have ensured that the disk image and the library give everyone read/write access and that ownership of the volume is ignored. I've also ensured that the other user is logged out of iPhoto. However, I still get the error.
    http://support.apple.com/kb/HT1198?viewlocale=en_US
    I am, however, able to share the iPhoto library if I don't use the disk image and if I just store the library in the Shared folder and by giving both users read/write access. However, I'm afraid that this will someday crash on me based on this article.
    Does anyone have any experience with this??

    The disk image approach looks complex. I'd avoid it. Note that all the users need to have read/write access to the disk image plus the folder that it's inside of  ...
    The use of an external disk looks simplest and I've done that myself so I know that it works.
    Also, here is another solution: http://www.fatcatsoftware.com/iplm/Documentation/iPLM/pgs/sharing.html

  • Having trouble with including JNI library in netbeans

    [Sorry a newbie question - I am more used to writing large amounts of Solaris kernel and writing a JNI for the first time]
    Guys,
    I have a C library that needs to hook into the Java bean. I created a JNI library wrapper around the C library using swig/javah
    and that went fine (using some of the examples/ref in this forum). The JNI library contains classes like SysInfoJNI created
    by swig.
    class SysInfoJNI {
    public final static native int NAME_LEN_get();
    public final static native int NAME_LEN_set();
    I quickly wrote a standalone test program where I did
    public class test {
    // Load JNI Library
    static {
    System.loadLibrary("SysInfo");
    public static void main(String[] args) {
    SysInfoJNI siJNI = new SysInfoJNI();
    I can compile and run this on command line doing
    javac *.java
    java -Djava.library.path=./ Sysinfotest
    and it all works fine. Now I move this code to netbeans since I need to add some more code
    and create a java->web project and pretty much transfer the code there. I add the libSysinfo.so
    using the property->library->create option but netbeans still can't see the symbols coming
    out of Sysinfo JNI library. I suspect it wants the class definitions. My question is how do I
    supply that? swig didn't really crate a header file but it did create Sysinfo.java file. Do I
    just copy Sysinfo.java in the src directory (ugly?) or is there a convention of keeping the
    *.java files in some standard place (like /usr/include for C headers) and then what would be
    the method to include SysInfo.java to my netbeans src so that symbols can be found.
    Thanks,
    Sunay

    OK, seems like I had some kind of mismatch between the library & classes.
    The loadLibrary only had the name and I had the library in /usr/lib. After running
    truss -f -t open /usr/tomcat6/bin/startup.sh >& tomcat.out
    I could see the tomcat was finding the library but still reporting link error.
    Recompiling the library and classes again and then placing the library
    in /usr/lib and classes in the right directory resolved the issue.
    So I guess the answer to my original question is that classes need to
    be delivered as a jar along with the rest of the distribution while the
    library can be delivered in /usr/lib as part of the system.
    Appreciate the help and quick responses.
    Sunay

  • Trouble with i tunes library

    my computers memory to wiped out a few days ago.when i went to re stared my itunes,the songs on my i pod did not go into my library.I don't know what is wrong.

    when i went to re stared my itunes,the songs on my i pod did not go into my library
    It doesn't work like that, you have to transfer the songs from iPod to computer yourself.
    For iTunes version 7 or later, then you can transfer purchased iTunes store music from the iPod to an authorized computer by using the "file/transfer purchases from iPod" menu. Note that the maximum of 5 authorized computers applies here.
    Find out how to do that here.
    How to copy iTunes purchases from an iPod to a computer.
    For all other non purchased content (your own CDs etc) try this method which works on some Windows PCs.
    Enable your iPod for disk use.
    See: iPod Disk Use.
    Open iTunes and select edit/preferences/advanced/general. Put a check mark in the box marked "copy files to iTunes music folder when adding to library" and also "keep iTunes music folder organized", then click 'ok'.
    Connect the iPod whilst holding down the shift/ctrl keys to prevent any auto sync, and if you see the dialogue window asking if you want to sync to this itunes library, click 'no'.
    Then go to file/add folder, open 'my computer', select your iPod and click 'ok'.
    The music files should transfer to your iTunes.
    If this doesn't work (and it may not because officially it's not supposed to), check out the instructions/suggestions here.
    Music from iPod to computer (using option 2). This a manual method using "hidden folders" and although it works, it is a little more involved than other methods.
    Much easier ways are to use one of the many 3rd party programs that copy music from the iPod to the computer.
    One of the most recommended is Yamipod. This is a free program that transfers music from iPod back to the computer. However, it does not transfer playcounts/ratings etc.
    Another free program is Pod Player.
    SharePod is also freeware.
    If you want to recover just the structure of playlists from the iPod (and not the actual song files themselves), there's iRepo for Windows. which I understand has this feature along with all the standard features for these programs.
    iPodRip also has the feature enabling you to reconstruct playlists.
    There is also CopyTrans. This does preserve ratings/playcounts etc if those are important to you but this program is not free. It also supports video transfer.

  • I am having trouble with the music library on an IPad air.

    Hi I foolishly synced an air to my second computer which does not hold all my music.  I have been unable to get it to sync to the main computer.  the message says there is not enough room, quite right! how do I get the music that is in place off the pad?

    RR,
    Not to worry, you're not the first to expect Print to finish by returning you to the edit mode. The thing is that Printing is so hit and miss with this version of the app, you will probably want to stay in the Print window for more than one attempt.
    Jerry

  • Error while processing library references. Unresolved application library r

    Hi Experts,
    When i try to deploy .ear file in weblogic 11g server (linux 64-bit redhat OEL 5.46), I am facing following error.
    Please help me out to resolve it.
    Eror Message
    <May 6, 2011 7:32:40 PM IST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1304690560384' for task '8'. Error is: 'weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: org.apache.commons.httpclient, exact-match: false].'
    weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: org.apache.commons.httpclient, exact-match: false].
    at weblogic.application.internal.flow.CheckLibraryReferenceFlow.prepare(CheckLibraryReferenceFlow.java:26)
    at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:613)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
    at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
    Truncated. see log file for complete stacktrace
    >
    <May 6, 2011 7:44:58 PM IST> <Alert> <WebLogicServer> <BEA-000396> <Server shutdown has been requested by weblogic>
    <May 6, 2011 7:44:58 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SUSPENDING>
    [JCABindingManager] : This operation is not supported for JCA based MDB
    <May 6, 2011 7:45:00 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <May 6, 2011 7:45:00 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    <May 6, 2011 7:45:00 PM IST> <Notice> <Server> <BEA-002607> <Channel "Default[3]" listening on fe80:0:0:0:be30:5bff:fed3:5db0:8001 was shutdown.>
    <May 6, 2011 7:45:00 PM IST> <Notice> <Server> <BEA-002607> <Channel "Default[1]" listening on 10.108.26.246:8001 was shutdown.>
    <May 6, 2011 7:45:00 PM IST> <Notice> <Server> <BEA-002607> <Channel "Default[7]" listening on 0:0:0:0:0:0:0:1:8001 was shutdown.>
    <May 6, 2011 7:45:00 PM IST> <Notice> <Server> <BEA-002607> <Channel "Default[6]" listening on 127.0.0.1:8001 was shutdown.>
    <May 6, 2011 7:45:00 PM IST> <Notice> <Server> <BEA-002607> <Channel "Default[2]" listening on fe80:0:0:0:200:ff:fe00:0:8001 was shutdown.>
    <May 6, 2011 7:45:00 PM IST> <Notice> <Server> <BEA-002607> <Channel "Default" listening on 192.168.122.1:8001 was shutdown.>
    <May 6, 2011 7:45:00 PM IST> <Notice> <Server> <BEA-002607> <Channel "Default[4]" listening on fe80:0:0:0:fcff:ffff:feff:ffff:8001 was shutdown.>
    <May 6, 2011 7:45:01 PM IST> <Warning> <oracle.adf.share.ADFContext> <BEA-000000> <Automatically initializing a DefaultContext for getCurrent.
    Caller should ensure that a DefaultContext is proper for this use.
    Memory leaks and/or unexpected behaviour may occur if the automatic initialization is performed improperly.
    This message may be avoided by performing initADFContext before using getCurrent().
    To see the stack trace for thread that is initializing this, set the logging level of oracle.adf.share.ADFContext to FINEST>
    <May 6, 2011 7:45:01 PM IST> <Warning> <oracle.adf.share.ADFContext> <BEA-000000> <Automatically initializing a DefaultContext for getCurrent.
    Caller should ensure that a DefaultContext is proper for this use.
    Memory leaks and/or unexpected behaviour may occur if the automatic initialization is performed improperly.
    This message may be avoided by performing initADFContext before using getCurrent().
    To see the stack trace for thread that is initializing this, set the logging level of oracle.adf.share.ADFContext to FINEST>
    <May 6, 2011 7:45:01 PM IST> <Warning> <oracle.adf.share.ADFContext> <BEA-000000> <Automatically initializing a DefaultContext for getCurrent.
    Caller should ensure that a DefaultContext is proper for this use.
    Memory leaks and/or unexpected behaviour may occur if the automatic initialization is performed improperly.
    This message may be avoided by performing initADFContext before using getCurrent().
    To see the stack trace for thread that is initializing this, set the logging level of oracle.adf.share.ADFContext to FINEST>
    <May 6, 2011 7:45:01 PM IST> <Warning> <oracle.adf.share.ADFContext> <BEA-000000> <Automatically initializing a DefaultContext for getCurrent.
    Caller should ensure that a DefaultContext is proper for this use.
    Memory leaks and/or unexpected behaviour may occur if the automatic initialization is performed improperly.
    This message may be avoided by performing initADFContext before using getCurrent().
    To see the stack trace for thread that is initializing this, set the logging level of oracle.adf.share.ADFContext to FINEST>
    <May 6, 2011 7:45:01 PM IST> <Warning> <oracle.adf.share.ADFContext> <BEA-000000> <Automatically initializing a DefaultContext for getCurrent.
    Caller should ensure that a DefaultContext is proper for this use.
    Memory leaks and/or unexpected behaviour may occur if the automatic initialization is performed improperly.
    This message may be avoided by performing initADFContext before using getCurrent().
    To see the stack trace for thread that is initializing this, set the logging level of oracle.adf.share.ADFContext to FINEST>
    <May 6, 2011 7:45:05 PM IST> <Warning> <oracle.adf.share.ADFContext> <BEA-000000> <Automatically initializing a DefaultContext for getCurrent.
    Caller should ensure that a DefaultContext is proper for this use.
    Memory leaks and/or unexpected behaviour may occur if the automatic initialization is performed improperly.
    This message may be avoided by performing initADFContext before using getCurrent().
    To see the stack trace for thread that is initializing this, set the logging level of oracle.adf.share.ADFContext to FINEST>
    [TopLink Info]: 2011.05.06 19:45:06.235--ServerSession(255740887)--deferred_session logout successful
    [TopLink Info]: 2011.05.06 19:45:06.236--ServerSession(256131953)--tracking_session logout successful
    <May 6, 2011 7:45:06 PM IST> <Warning> <oracle.adf.share.ADFContext> <BEA-000000> <Automatically initializing a DefaultContext for getCurrent.
    Caller should ensure that a DefaultContext is proper for this use.
    Memory leaks and/or unexpected behaviour may occur if the automatic initialization is performed improperly.
    This message may be avoided by performing initADFContext before using getCurrent().
    To see the stack trace for thread that is initializing this, set the logging level of oracle.adf.share.ADFContext to FINEST>
    <May 6, 2011 7:45:06 PM IST> <Warning> <oracle.adf.share.ADFContext> <BEA-000000> <Automatically initializing a DefaultContext for getCurrent.
    Caller should ensure that a DefaultContext is proper for this use.
    Memory leaks and/or unexpected behaviour may occur if the automatic initialization is performed improperly.
    This message may be avoided by performing initADFContext before using getCurrent().
    To see the stack trace for thread that is initializing this, set the logging level of oracle.adf.share.ADFContext to FINEST>
    <May 6, 2011 7:45:06 PM IST> <Warning> <oracle.adf.share.ADFContext> <BEA-000000> <Automatically initializing a DefaultContext for getCurrent.
    Caller should ensure that a DefaultContext is proper for this use.
    Memory leaks and/or unexpected behaviour may occur if the automatic initialization is performed improperly.
    This message may be avoided by performing initADFContext before using getCurrent().
    To see the stack trace for thread that is initializing this, set the logging level of oracle.adf.share.ADFContext to FINEST>
    <May 6, 2011 7:45:09 PM> <FINEST> <NodeManager> <Waiting for the process to die: 20074>
    <May 6, 2011 7:45:09 PM> <INFO> <NodeManager> <Server was shut down normally>
    <May 6, 2011 7:45:09 PM> <FINEST> <NodeManager> <runMonitor returned, setting finished=true and notifying waiters>
    Thanks
    Phani

    George,
    To solve my problemn I uninstall my JDev, remove all folders (Oracle_home, and JDeveloper folder in users - app data - roaming). Install again, and get Webcenter Bundle from Help - Updates. Before a uninstall I was using a bundle that a have here in my machine.
    Thks

  • Unresolved application library references, defined in weblogic-application.

    Hi ,,
    Iam getting the following error while deploying the application . please help
    [10:12:41 AM] ADF shared library is not available, implicitly deploying library ADF Controller Runtime
    [10:24:00 AM] ---- Deployment started. ----
    [10:24:00 AM] Target platform is (Weblogic 10.3).
    [10:24:02 AM] Retrieving existing application information
    [10:24:02 AM] Running dependency analysis...
    [10:24:02 AM] Building...
    [10:24:07 AM] Deploying 2 profiles...
    [10:24:08 AM] Wrote Web Application Module to C:\JDeveloper\mywork\SupplierApp1\SupplierApp1\ViewController\deploy\SupplierApp1_ViewController_webapp1.war
    [10:24:08 AM] Wrote Enterprise Application Module to C:\JDeveloper\mywork\SupplierApp1\SupplierApp1\deploy\SupplierApp1_application1.ear
    [10:24:09 AM] Deploying Application...
    [10:24:11 AM] [Deployer:149191]Operation 'deploy' on application 'SupplierApp1_application1' is initializing on 'OBIEE_DEV'
    [10:24:15 AM] [Deployer:149193]Operation 'deploy' on application 'SupplierApp1_application1' has failed on 'AdminServer'
    [10:24:15 AM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application SupplierApp1_application1 on AdminServer,OBIEE_DEV.: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false]..
    [10:24:16 AM] Weblogic Server Exception: weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false].
    [10:24:16 AM] See server logs or server console for more details.
    [10:24:16 AM] weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false].
    [10:24:16 AM] #### Deployment incomplete. ####
    [10:24:16 AM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    [10:25:48 AM] ---- Deployment started. ----
    [10:25:48 AM] Target platform is (Weblogic 10.3).
    [10:25:50 AM] Retrieving existing application information
    [10:25:50 AM] Running dependency analysis...
    [10:25:50 AM] Building...
    [10:25:55 AM] Deploying 2 profiles...
    [10:25:56 AM] Wrote Web Application Module to C:\JDeveloper\mywork\SupplierApp1\SupplierApp1\ViewController\deploy\SupplierApp1_ViewController_webapp1.war
    [10:25:56 AM] Wrote Enterprise Application Module to C:\JDeveloper\mywork\SupplierApp1\SupplierApp1\deploy\SupplierApp1_application1.ear
    [10:25:57 AM] Deploying Application...
    [10:25:59 AM] [Deployer:149193]Operation 'deploy' on application 'SupplierApp1_application1' has failed on 'AdminServer'
    [10:25:59 AM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application SupplierApp1_application1 on AdminServer.: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false]..
    [10:25:59 AM] Weblogic Server Exception: weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false].
    [10:25:59 AM] See server logs or server console for more details.
    [10:25:59 AM] weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false].
    [10:25:59 AM] #### Deployment incomplete. ####
    [10:25:59 AM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)

    Jan 31, 2012 7:32:23 PM IST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1328018543109' for task '2'. Error is: 'weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: *oracle.webcenter.skin*, Specification-Version: *11.1.1*, exact-match: false].'
    try to look at your weblogic-application.xml and check if it has code like this
    <library-ref>
    <library-name>oracle.webcenter.skin</library-name>
    <specification-version>11.1.1</specification-version>
    <exact-match>false</exact-match>
    </library-ref>
    If it has, then You might want to deploy oracle.webcenter.skin as a library in your Weblogic server.

  • 160149]Error while processing library references. Unresolved application

    hi am having this error when running my application am in jdeveloper 11.1.1.6.0
    <07 Mar 2013 9:17:19 AM> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1362640639128' for task '1'. Error is: 'weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.webcenter.framework, Specification-Version: 11.1.1, exact-match: false], [Extension-Name: oracle.webcenter.skin, Specification-Version: 11.1.1, exact-match: false], [Extension-Name: oracle.sdp.client, exact-match: false], [Extension-Name: oracle.soa.workflow.wc, exact-match: false].'
    weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.webcenter.framework, Specification-Version: 11.1.1, exact-match: false], [Extension-Name: oracle.webcenter.skin, Specification-Version: 11.1.1, exact-match: false], [Extension-Name: oracle.sdp.client, exact-match: false], [Extension-Name: oracle.soa.workflow.wc, exact-match: false].
         at weblogic.application.internal.flow.CheckLibraryReferenceFlow.prepare(CheckLibraryReferenceFlow.java:26)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:613)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
         at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
         Truncated. see log file for complete stacktrace
    >
    <07 Mar 2013 9:17:19 AM> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'VulindlelaScreens'.>
    <07 Mar 2013 9:17:19 AM> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.webcenter.framework, Specification-Version: 11.1.1, exact-match: false], [Extension-Name: oracle.webcenter.skin, Specification-Version: 11.1.1, exact-match: false], [Extension-Name: oracle.sdp.client, exact-match: false], [Extension-Name: oracle.soa.workflow.wc, exact-match: false].
         at weblogic.application.internal.flow.CheckLibraryReferenceFlow.prepare(CheckLibraryReferenceFlow.java:26)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:613)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
         at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
         Truncated. see log file for complete stacktrace
    >
    [09:17:19 AM] ####  Deployment incomplete.  ####
    [09:17:19 AM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    #### Cannot run application VulindlelaScreens due to error deploying to IntegratedWebLogicServer.
    [Application VulindlelaScreens stopped and undeployed from Server Instance IntegratedWebLogicServer]when i click my help->check updated its empty it does not show any updates,but when i run other project it show updates which are available
    Edited by: adf009 on 2013/03/07 10:20 AM
    Edited by: adf009 on 2013/03/07 10:48 AM
    Edited by: adf009 on 2013/03/07 10:50 AM

    Solution:
    open the weblogic server console, in home page--> click the Deployments-->Select the adf.oracle.domain-->select target tab-->Click Lock & Edit-->
    select the servers (admin and managed Server) and save.--> click Activate All changes.
    Redeploy the application.
    Regards
    Kumar

  • Weblogic.management.DeploymentException: Error: Unresolved Webapp Library references for ServletContext

    Hi,
         We have Installed Weblogic Server 10.3.5, applied the ADF Runtime 11.1.1.6 and applied the patch 11.1.2.4.0.
         All the Deployment libraries are appearing in the server.
    When we try to deploy a simple application, we are getting below error.
    [05:07:29 PM] Deploying Application...
    [05:07:30 PM] [Deployer:149193]Operation 'deploy' on application 'JSFPageTest_Project1_JSFPageTest' has failed on 'AdminServer'
    [05:07:30 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application JSFPageTest_Project1_JSFPageTest on AdminServer.: Failed to load webapp: 'JSFPageTest-ViewController-context-root'.
    [05:07:30 PM] Weblogic Server Exception: weblogic.application.ModuleException: Failed to load webapp: 'JSFPageTest-ViewController-context-root'
    [05:07:30 PM] Caused by: weblogic.management.DeploymentException: Error: Unresolved Webapp Library references for "ServletContext@68993675[app:JSFPageTest_Project1_JSFPageTest module:JSFPageTest-ViewController-context-root path:/JSFPageTest-ViewController-context-root spec-version:2.5]", defined in weblogic.xml [Extension-Name: jsf, Specification-Version: 2, exact-match: false]
    [05:07:30 PM]   See server logs or server console for more details.
    [05:07:30 PM] weblogic.application.ModuleException: Failed to load webapp: 'JSFPageTest-ViewController-context-root'
    [05:07:30 PM] Deployment cancelled.
    [05:07:30 PM] ----  Deployment incomplete  ----.
    [05:07:30 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    Regards,
    Lakshmi

    looks like you didn't install the application development runtime on WLS, or if you did, you either forgot to extend your domain with the JRF or installed the wrong version of the application development runtime.

  • Trouble with Cross-References

    FM11 / DITA 1.2
    What could cause a particular cross reference to consistently NOT work? I know that's vague. I'll try to give a more specific example:
    Let's say I have a collection of xrefs across several XML files in a DITA map. Some xrefs might even point to the same item (usually a <title> tag with an ID attribute). On output to a book with FM components, particular xrefs just will not work (they output as "unresolved"). I can fix it manually in the FM file, but I'd rather it work correctly in the first place, especially since I deal with translation in to several languages, and if I can't get an xref to just work, I have to fix it many, many times.
    I've tried deleting the xref and starting again; I've tried changing the ID attribute in case there was some kind of conflict...I still have trouble with that particular xref (and this happens with more than one xref). What else can I try?
    Again, I know this is vague. I'd be happy to elaborate on relevant points. I just don't currently have time to write a massive description and I want to get this question out.
    Thanks in advance.

    Hi ohnehosen...
    Are you up to date on your FM11 patches? It's hard to say what could be causing this problem .. does sound strange.
    While this shouldn't be the problem, you might try linking your xref to the container "topic" element (topic, concept, task, whatever is the immediate parent of the title you're pointing at). While in theory you should be able to xref to a title, that's not really the intent, your cross-ref is referencing a "topic" not the title within the topic. The same goes for a figure or table, you reference the fig or table element not the title within those elements.
    I'd assume that the code in the FM-DITA plugin was designed to work by referencing the container ,it probably wasn't tested the way you're doing it, and there may be some flakiness that would cause this to not always work.
    Give it a try .. let us know how it goes.
    …scott

  • Error while processing library references. Unresolved application library

    Hi All,
    I created one ADF task-flow,in which I used content from share point, and then I converted portlets and deployed into integrated WLS server.and then I consumed thoese portlets into web-center spaces its working file.
    but i want to deploy those portlets into standalone server while deploying those I am getting following Errors. I am using 11.1.1.1.6 version for all my development.(Jdeveloper,webcenter and all).
    [07:48:08 PM] [Deployer:149193]Operation 'deploy' on application 'SP2010_application1' has failed on 'AdminServer'
    [07:48:08 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application SP2010_application1 on AdminServer.: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.webcenter.content.jcr.sharepoint, Specification-Version: 11.1.1, exact-match: false]..
    [07:48:08 PM] Weblogic Server Exception: weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.webcenter.content.jcr.sharepoint, Specification-Version: 11.1.1, exact-match: false].
    [07:48:08 PM] See server logs or server console for more details.
    [07:48:08 PM] weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.webcenter.content.jcr.sharepoint, Specification-Version: 11.1.1, exact-match: false].
    [07:48:08 PM] #### Deployment incomplete. ####
    [07:48:08 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    please take a look into this. resolve me.
    regards
    Siva

    George,
    To solve my problemn I uninstall my JDev, remove all folders (Oracle_home, and JDeveloper folder in users - app data - roaming). Install again, and get Webcenter Bundle from Help - Updates. Before a uninstall I was using a bundle that a have here in my machine.
    Thks

  • TS1468 I am having trouble with two cover flows duplicating themselves more than once, is there anyone out there that can help me with this, they are not duplicated in my itunes library, just the ipod.

    I am having trouble with two cover flows on my IPOD, duplicating themselves more than once, they haven't duplicated themselves in my Itunes library, just the ipod, could anyone have any ideas on how I could fix this problem. I have tried so many times, even if I restore the ipod, it still does the same thing. Please if possible email me at [email protected] with any suggestions.

    Aha! I have sorted it.
    For those with similar problems, the solution is this:
    Macintosh HD > Library > Audio > MIDI Drivers
    Then delete DigiDioMidiDriver.plugin

  • Trouble with restoring an iPhoto library from a time machine backup.

    I'm having trouble restoring my iPhoto library from a time machine backup.
    I have created a new library in my pictures file.
    When I try to restore the library the restore process is trying to copy it to an external drive that no longer exists - it failed and I had to have it recovered and all the recovery (including backups) data is now on a different external hard drive.
    iPhoto had been using that old external drive location to start. iPhoto is now pointed to the newly created iPhoto library in my pictures file on my MacBook Air.
    Is there a way to have the restoration process point to that new iPhoto library that is now empty and not to the old external drive?

    You might try this with the restored library:
    Starting over from scratch with new library
    Start over with a new library and import the Originals (iPhoto 09 and earlier) or the Masters (iPhoto 11) folder from your original library as follows:
    1. Open the library package like this.
    2. Launch iPhoto with the Option key held down and, when asked, select the option to create a new library.
    3. Drag the subfolders of the Originals (iPhoto 09 and earlier) or the Masters (iPhoto 11) folder from the open iPhoto Library package into the open iPhoto window a few at a time.
    This will create a new library with the same Events (but not necessarily the same Event names) as the original library but will not keep the metadata, albums, books slideshows and other projects.
    Note:  your current library will be left untouched for further attempts at a fix if so desired.

Maybe you are looking for

  • Installation failed. Error Code: U44M1P7

    I am seeing an error code every time I attempt to upgrade Adobe CSXS Infrastructure 4: CSXS Infrastructure 4.0.2 update. After reviewing the FAQ: https://helpx.adobe.com/creative-suite/kb/error-u44m1p7-installing-updates-ccm.html I uninstalled Photos

  • Set the default size for all archive mailboxes including the ones it will be created in the future

    Hi there. We are in the phase where we Will enable Online Archive for all the users. We see that the default Archiving Quota is set up for 50 GB. We have found this powershell command on MsTechnet forum Get-Mailbox -resultsize unlimited | where {$_.A

  • HR personal administration data

    Hi Experts, My requriement is to create a report to see the apprailsal amount and % for example : Last year salary (before apprail) = 30,00 and salary raised by 10,000 and after apprailsal salary will be = 40,000 I would like to see Empid    Name   L

  • Guest/Internal users on a 1300

    I have a client that is looking to deploy 1300 series APs to provide wireless access for both internal users and guest users. They would like to allow guest users access to the internet without WEP or security while forcing internal users to use WEP/

  • IPhone 3G with 3.0 software stuck in Recovery...

    my iphone problem is this... My phone was displaying this message... Even if i had nothing connected to it. Then, it would jump back to the springboard, and not let me do anything really. then it stayed stuck in the SMS app. Finally it asked me to co