Adding shared library to project fails

We've created a shared library of content and look & feel updates to Portal 9.2 mp1.
Started by creating a new web and app project. Made sure it works in a test portal.
I followed Floyd Jones instructions on creating shared J2EE libs.
Created a "simple project" copied the files (with exception of the webcontent folder - but all its contents). Created the Manifest file. Saved it as a .war in the modules folder.
Create a new web and app project for testing. When I pull in the library, portal doesn't seem to work following the instructions (Can't find WebLogic J2EE Libraries option to add). So I add the J2EE libraries via the project properties. When I link to the war file, the manifest information does not appear. Instead just the name of the actual .war file.
I can add the versions. Workshop requires me to edit the weblogic.xml file to pull in the library.
But no luck. My suspicion is there's something wrong with the library as it can't read the manifest. When I open the manifest inside the .war file all the information is there.
Any idea what I'm doing wrong?
Thanks...martin

you'll have to physically put all the songs on to the computer that doesnt have it. to do this go to start>my network places and if you are on a network his computer should show up. You'll probably need to enable sharing for your My Music folder (just assuming thats where you music is at) and just copy it over.

Similar Messages

  • Loading shared library failed: Reports fatal: libgcc_s.so.1 : open failed

    Hi,
    I am developing a shared library in solaris. While loading the shared library it reports "ld.so.1: tn-tipc-config-bin: fatal: libgcc_s.so.1: open failed: No such file or directory". I noticed that libgcc_so.1 is available at /usr/sfw/lib. But this library is missing in some solaris build/install configuration. I want my library to loaded in any solaris system. So I want to reduce dependency over libgcc_s.so.1. By looking at the objdump of my shared library, I found that references to
    __register_frame_info and __deregister_frame_info which are provided by libgcc_s.so.1. Looks like these references are added by gccfss compiler since I dont call these functions in my code. Please suggest a method to remove reference for these functions.
    Thanks
    Shankar

    If you don't want to bring libraries your app depends on with you, the only choice you have is linking statically. It is a very bad idea to manually "detach" compiler-supplied library from the application unless you know exactly what you are doing. Even if your library does not call anything directly, initialization routines inserted by compiler may need routines from that library (just as an example).

  • CRIO Fails to Load Shared Library

    All,
    I'm getting an odd error every other time I tried to load my code onto a cRIO in the dev environment.
    Deploying NI_AALPro.lvlib:Linear Fit (LS).viNI_AALPro.lvlib:Linear Fit (LS).vi loaded with errors on the target and was closed.
    LabVIEW:  Failed to load shared library lvanlys.*:LinFit_head:C on RT target device.
    This VI works the first time, and then fails to run the second time you hit run.
    If I reboot the device this corrects the problem, but I have to say this bug costs me quite a lot of time.
    Regards,
    Ken 

    xkenneth,
    Did that solve your problem? If so, is it reproducible with a small project?
    Verne D. // LabVIEW & SignalExpress Product Support Engineer // National Instruments

  • RealTime - Failed to load shared library

    Hi everyone,
    I'm working with the cRIO 9074 system and programmed a ANC application with LabView. Yesterday I tested my application the first time but it didn't work as expected. Because of my testing- and developing-place are different I have to carry the cRIO-System and my laptop between them. So I just disconneted the powersupply and the networkcable. Then 10min later I tried testing again but I got an error. Today in the morning I got the same error like yesterday, which is the following one:
    "Failed to load shared library AdaptivFilter. Ensure that the library is present on the RT target. Use MAX [...]"
    I reinstalled the NI software (more than once) how I was adviced with MAX but it didn't fix the problem, maybe the AdaptivFilters-library was not included.
    In the project-explorer a library called "NI_AdaptivFilter.lvlib" is included and I also found the path of the file on my harddrive.
    It drives my nuts that it worked and than 10min later it doesn't.
    I hope you could help me, thanks.
    Schue
    Attachments:
    project_explorer.PNG ‏71 KB
    Unbenannt.PNG ‏57 KB

    Hi Bob,
    Thanks for responding.  I am running LabVIEW 8.5 and running on an 8106 Embedded Controller.  Unfortunately, I cannot post my DLL however, I did some troubleshooting and found that the issue seems to be that myDLL calls another one of my DLLs which doesn't seem to be loaded onto the RT box.  If I deploy and run a VI which calls this second DLL and then run my original VI, it deploys without issue.  I guess I can understand why it didn't work in first place, since the 2nd DLL is not called from any VI and only called from myDLL, however I don't understand why simply opening the VI which contains the call to myDLL and reselecting it fixes the problem.  Also I have run the DLL thru the 8.5 DLL checker and it says that the DLL is OK, in fact the DLL checker new that myDLL had a dependency on the second DLL.  Is there something that I can do other than pre-deploy the second DLL to the RT box to get around this issue?
    Thanks again,
    Kevin C.     

  • Failed to check if shared library [{0}] exists.

    Hello
    I see this warning when I deploy a project to a ADF Library Jar. Could anyone point me in the right direction ?
    oracle.webcenter.dt.config.ear.util.WeblogicAppUtil weblogicAppNodeExists
    WARNING: Failed to check if shared library [{0}] exists.
    java.lang.NullPointerException
    at oracle.webcenter.internal.dt.config.ConfigUtils.newURL(ConfigUtils.java:101)
    at oracle.webcenter.dt.config.ear.util.WeblogicAppUtil.weblogicAppNodeExists(WeblogicAppUtil.java:258)
    at oracle.webcenter.dt.config.ear.util.WeblogicAppUtil.sharedLibExists(WeblogicAppUtil.java:175)
    at oracle.webcenter.dt.config.ear.util.WeblogicAppUtil.webCenterSharedLibExists(WeblogicAppUtil.java:475)
    at oracle.webcenter.internal.dt.packaging.WebCenterDeploymentListener.isWebcenterApp(WebCenterDeploymentListener.java:128)
    at oracle.webcenter.internal.dt.packaging.WebCenterDeploymentListener.willDeploy(WebCenterDeploymentListener.java:102)
    at oracle.jdevimpl.deploy.fwk.ListenerSupport.fireWillDeploy(ListenerSupport.java:198)
    at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:88)
    at oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:442)
    at oracle.jdeveloper.deploy.DeploymentManager.deploy(DeploymentManager.java:209)
    at oracle.jdevimpl.deploy.BuildSystemFacade.deploy(BuildSystemFacade.java:46)
    at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildDepProfile(UnifiedBuildSystem.java:847)
    at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildProject(UnifiedBuildSystem.java:883)
    at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildAll(UnifiedBuildSystem.java:945)
    at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.run(UnifiedBuildSystem.java:1234)
    Dec 16, 2009 12:50:25 PM oracle.webcenter.dt.config.ear.util.WeblogicAppUtil weblogicAppNodeExists

    Bump

  • Itunes in windows fails to play Shared Library's Video!!!

    Hello, I'm not sure if this is a bug but I have thoroughly tested it in both Vista and XP.
    If I share my Itunes' Library and access it from another PC (vista or XP tested), it can list the tvshows/movies/podcasts just fine, but when I play it, nothing happens. I see some network activity for brief 3-4 seconsd and then it stops.
    The videos were imported into itunes on the macbook pro just fine (meaning the encoding is fine, MP4) and when I copied those videos file manually over to the PCs, the play fine too. Even if I share them over the network through SMB, they play fine streaming. They only fail when I play them through itunes' shared library.
    95% of the videos fail, except for a few that I noticed and have not yet figured out a pattern. Videos that seems to work are 1) the downloaded guided tour video of iLife08 2) the mac tips podcasts from apple 3) a movie I converted using Quicktime into MP4 from divx
    Any ideas?
    Message was edited by: aapl.up
    Message was edited by: aapl.up

    This may indeed be the Windows version of iTunes (and QuickTime) being fussier than the Mac version.
    However I did in Windows XP, take a video that would not work, export it using QuickTime Pro (on Windows) with the Prepare for Streaming option ticked, and the resulting video did then work, also taking the same original video that did not work and in iTunes 7.4.3 (on Windows) and converting it to AppleTV format, also produced a version that then did work for iTunes Sharing.
    A video can be in MPEG4 format (or H.264) and meet the Apple specifications for iPod or Apple TV resolution, but it is quite possible it may not have been 'prepared for streaming'.
    There have been similar reports from FrontRow (in Mac OS X) users accessing videos from an iTunes Share and having problems (typically very poor performance) and when they used the prepare for streaming option the problems went away.

  • Failed to load shared library

    I am getting a "Failed to load shared library myDLL.dll:myFunction:C on RT Target Device" error when attempting to deploy a VI which contains a call to myDLL on a RT PXI.  If I open the VI with the Call Library Function Node and simply reselect myDLL within the Library name or Path box and save the VI, it will then deploy without error.  This continues to work until I start changing the VI at which point I attempt to deploy the VI again and get the failed to load error.  Once again I open the VI, reselect myDLL, save, and the failed to deploy error goes away.
    Does anyone have any ideas about whats going on here?
    Thanks in advance
    Kevin C.

    Hi Bob,
    Thanks for responding.  I am running LabVIEW 8.5 and running on an 8106 Embedded Controller.  Unfortunately, I cannot post my DLL however, I did some troubleshooting and found that the issue seems to be that myDLL calls another one of my DLLs which doesn't seem to be loaded onto the RT box.  If I deploy and run a VI which calls this second DLL and then run my original VI, it deploys without issue.  I guess I can understand why it didn't work in first place, since the 2nd DLL is not called from any VI and only called from myDLL, however I don't understand why simply opening the VI which contains the call to myDLL and reselecting it fixes the problem.  Also I have run the DLL thru the 8.5 DLL checker and it says that the DLL is OK, in fact the DLL checker new that myDLL had a dependency on the second DLL.  Is there something that I can do other than pre-deploy the second DLL to the RT box to get around this issue?
    Thanks again,
    Kevin C.     

  • Failed to load shared library on RT target device.

    I am using 7030 RT target. When I use Call Library Function Node with specified DLL library the application is working properly on Windows target. When I try to download the application on RT target PCI 7030 I get the following error messages: Failed to download useDLL.vi. Failed to load shared library EasyDLL.dll on RT target device. Because the application (attached to the question) is distributed with NI product I would suppose it is written OK. I would like to know what restrictions are imposed on DLL libraries which should be targeted on PCI 7030 RT target. Why the application useDLL.vi with EasyDLL.dll can't be loaded on PCI 7030? Does it mean that Call Library Function Nodes are not compatibel with PCI
    7030 target?! Thank you for any explanation.
    Attachments:
    useDLL.vi ‏15 KB
    EasyDLL.dll ‏80 KB

    OK I downloaded your files and tried them with a PXI real time controller and the error you mentioned happened for me as well. After digging for awhile, here's the best explanation I could find:
    1 - useDLL is calling other DLLs that are failing to download
    2 - useDLL is accessing some of the Win API that is not supported by the RT OS.
    Read more about this at:
    http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RNAME=ViewQuestion&HOID=506500000008000000...
    ~cheers,
    Darin G

  • LabVIEW: Failed to load shared library nisysrpc.out

    Errored were detected in the target log when connecting to the target:
    LabVIEW:Failed to load shared library nisysrpc.out.Ensure that the library is present to the RT target. Use MAX to install NI software or FTP to transfer custom libraries on the target .
    labview 2012
    sbrio 9636
    已解决!
    转到解答。
    附件:
    Shared Library.jpg ‏3797 KB

    这个错误是因为RT系统启动部署时缺失库文件或者加载库文件失败导致的。
    库文件加载失败原因有很多,而且就算把库文件重新添加进去可能也不能解决问题。建议你重装sbRIO 9636的RT系统,RT重装系统很快,10分钟就能完成。
    在MAX里面远程系统下找到你的9636,右键选择格式化。格式化完成后展开9636,右键软件选择更改删除软件,此时把软件再重新装进去就可以了。

  • WARNING: Failed to check if shared library {0} exists.

    Hello
    I see this warning when I deploy to a WAR file that bundles ADF Library Jar files. Could anyone point me in the right direction ?
    oracle.webcenter.dt.config.ear.util.WeblogicAppUtil weblogicAppNodeExists
    WARNING: Failed to check if shared library {0} exists.
    java.lang.NullPointerException
    at oracle.webcenter.internal.dt.config.ConfigUtils.newURL(ConfigUtils.java:101)
    at oracle.webcenter.dt.config.ear.util.WeblogicAppUtil.weblogicAppNodeExists(WeblogicAppUtil.java:258)
    at oracle.webcenter.dt.config.ear.util.WeblogicAppUtil.sharedLibExists(WeblogicAppUtil.java:175)
    at oracle.webcenter.dt.config.ear.util.WeblogicAppUtil.webCenterSharedLibExists(WeblogicAppUtil.java:475)
    at oracle.webcenter.internal.dt.packaging.WebCenterDeploymentListener.isWebcenterApp(WebCenterDeploymentListener.java:128)
    at oracle.webcenter.internal.dt.packaging.WebCenterDeploymentListener.willDeploy(WebCenterDeploymentListener.java:102)
    at oracle.jdevimpl.deploy.fwk.ListenerSupport.fireWillDeploy(ListenerSupport.java:198)
    at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:88)
    at oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:442)
    at oracle.jdeveloper.deploy.DeploymentManager.deploy(DeploymentManager.java:209)
    at oracle.jdevimpl.deploy.BuildSystemFacade.deploy(BuildSystemFacade.java:46)
    at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildDepProfile(UnifiedBuildSystem.java:847)
    at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildProject(UnifiedBuildSystem.java:883)
    at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildAll(UnifiedBuildSystem.java:945)
    at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.run(UnifiedBuildSystem.java:1234)
    Dec 16, 2009 12:50:25 PM oracle.webcenter.dt.config.ear.util.WeblogicAppUtil weblogicAppNodeExists
    user515719

    Bump

  • Strange Issue  with Logout | Shared Library in WebCenter

    For our customer, we have written a couple of task flows. We deployed this as an ADF Library JAR and included the JAR into our WebCenter Portal project (using IDE Connection -> File System Connection). We then placed the task flows onto a few portal pages and everything works fine.
    Now to avoid redeploying the portal application each time we make a small change to the task flows, we decided to go ahead with the shared library approach. We create a new “Generic application” in ADF, added the ADF Library JAR to this application and created a WAR deployment profile. We then deployed this application as a “shared library” to the Weblogic server.
    We then made the necessary entry to weblogic.xml of our custom WebCenter Portal application and deployed it.
    The task flows were getting consumed properly and all functionality was working fine. Just to test, I even deployed an updated version of the shared library and noticed that the portal application picked up the new task flow code. Everything seemed perfect 
    But now when I click on logout of the Portal application, I am getting a error dialog which indicates a server 404 error.
    To eliminate any issue with our custom code, I repeated the same steps with a very basic task flow application and a new WebCenter portal application.
    1.     I ran the application, and logged in as “weblogic” and saw the task flow was displaying correctly
    2.     Click on Logout. Got an error dialog (A connection to server has failed (Status=404))
    3.     Click on OK in the dialog. Then click on Logout again. Got another error dialog ("Because of inactivity your session has timed out" )
    4.     Click on OK in the dialog. Got logged out (saw the page without the secure content i.e. my task flow)
    Ideally, I would like to get logged out the first time I get logged out (without having to see those two dialogs). The logout was working perfectly fine before we switched to the Shared Library approach.
    Am I missing something? Any pointers?
    Note – My Jdev/ADF/WebCenter versions are 11.1.1.5.0

    Sometimes resetting an Apple ID password can help >  Apple - My Apple ID
    If that doesn't help, from the iTunes menu bar click Store > Sign Out
    Restart the Mac, launch iTunes then sign in again.

  • Cannot deploy a shared library from jdeveloper to oracle webcenter spaces

    Hi guys,
    i used oracle jdeveloper 11.1.1.6  with extendwebcenterspaces workspace. I use WebcenterSpacesSharedLibExtension project.
    I have deployed with jdeveloper directly to webcenter by using a connection and deployed as shared library.
    Afther that i used DesignWebcenterSpaces and deployed with ant scripts: clean stage  and deploy as shared lib
    I get an error on deployment:
    Redeploying application webcenter ...
         [exec] <Sep 25, 2013 1:07:10 PM CEST> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating redeploy operation for application, webcenter#11.1.1.4.0 [archive: null], to WC_Spaces .>
         [exec] ..Failed to redeploy the application with status failed
         [exec] Current Status of your Deployment:
         [exec] Deployment command type: redeploy
         [exec] Deployment State       : failed
         [exec] Deployment Message     : weblogic.application.ModuleException: Failed to load webapp: '/wcsdocs'
         [exec] No stack trace available.
         [exec] None
         [exec] #########################################################
         [exec] #####     ReDeploy Spaces Failed #########
         [exec] #####     Contact support with Exception Stack #########
         [exec] #########################################################
         [exec]
    Can someone help with some fix for that error?
    I want to override the login page from webcenter spaces using CustomLandingPage project
    Also, i have tried the deployment by using SampleWebcenterSpacesExtensions workspace with WebcenterSpacesSharedLibExtension project and deployed with ant scripts: clean stage  and deploy as shared lib.
    Afther that i used DesignWebcenterSpaces and deployed with ant scripts: clean stage  and deploy as shared lib
    There the deployment succeed but i get an error on browser
    The error is:
    OracleJSP error: oracle.jsp.parse.JavaCodeException: Line # 13, oracle.jsp.parse.JspParseTagScriptlet@1dbc116
    Error: Java code in jsp source files is not allowed in ojsp.next mode.
    Thank you very much for help.

    ####<Sep 27, 2013 9:44:07 AM CEST> <Error> <Deployer> <webcenter-vm> <WC_Spaces> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <11d1def534ea1be0:-3d303652:141559d6da7:-8000-000000000000112a> <1380267847678> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1380267843425' for task '20'. Error is: 'weblogic.application.ModuleException: Failed to load webapp: '/wcsdocs''
    weblogic.application.ModuleException: Failed to load webapp: '/wcsdocs'
        at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:395)
        at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
        at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
        at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
        at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
        at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
        at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
        at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:648)
        at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
        at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
        at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:59)
        at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
        at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
        at weblogic.deploy.internal.targetserver.operations.RedeployOperation.createAndPrepareContainer(RedeployOperation.java:104)
        at weblogic.deploy.internal.targetserver.operations.RedeployOperation.doPrepare(RedeployOperation.java:128)
        at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
        at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
        at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
        at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
        at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
        at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
        at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13)
        at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:46)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: weblogic.management.DeploymentException: Error: Unresolved Webapp Library references for "ServletContext@21596057[app:webcenter module:/wcsdocs path:/wcsdocs spec-version:2.5 version:11.1.1.4.0]", defined in weblogic.xml [Extension-Name: custom.webcenter.spaces, exact-match: false]
        at weblogic.servlet.internal.WebAppServletContext.processWebAppLibraries(WebAppServletContext.java:2750)
        at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:416)
        at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:494)
        at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:418)
        at weblogic.servlet.internal.WebAppModule.registerWebApp(WebAppModule.java:976)
        at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:384)
        at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
        at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
        at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
        at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
        at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
        at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
        at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:648)
        at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
        at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
        at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:59)
        at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
        at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
        at weblogic.deploy.internal.targetserver.operations.RedeployOperation.createAndPrepareContainer(RedeployOperation.java:104)
        at weblogic.deploy.internal.targetserver.operations.RedeployOperation.doPrepare(RedeployOperation.java:128)
        at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
        at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
        at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
        at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
        at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
        at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
        at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13)
        at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:46)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    >

  • How to use J2EE shared library in a team environment? Any help?

    Hi all,
    I've created two portal web projects one as a shared library to share my portal resources (a saparate project
    containging all the portlets) rather than the portal project that containing the other portal resources (portal look &
    feel & ...).
    I've followed the steps to create a J2EE shared library (for portlets for example) by modifying META-INF/MANIFEST.MF file with the following variables added to it:
    Extension-Name: MyPortalWebProject (as a shared library)
    Specification-Version: 1.0
    Implementation-Version: 1.0
    and exporting the WAR file from the project that contains my portlets to be imported into the other portal project.
    I can see the portlets available from the portal project but I can't use them as I get the following
    error:
    No such portlet with URI (Portlet Name).
    Did I miss any steps to be able to use the portlets from the shared library into another portal project?
    If anyone has another scenario for how to separate all portlets in a separate project and share this with the main
    portal project, please advice.
    Many Thanks in advance.
    Mohamed

    Hello, did you attempted to use by Stream Portal?

  • Is there any way for additions made by one user of a shared library to be visible to the other user of the same library, without having to always "add file to library"?  This was the whole reason we consolidated the library into a public folder

    My wife and I share a computer but have separate Windows ID's.  We also each have an iTunes account, using two separate Apple ID's.  We have always struggled with the headache of getting music that one of us added (via purchase, downloading CD, etc.) to the other person's music library.  A friend suggested we consolidate and share the same library.  Sounded like a good idea so we moved the libraries to a public folder, consolidated them, etc.  But now when one of us adds music to the library, the other person still has to do an "add file/folder to library" in order for them to be able to see it.  This is exactly the step we were hoping to eliminate by this consolidation.  Does anyone know if there is a way to make this happen automatically, or will we have to continue to do this every time?
    Also, ended up with a lot of duplicates in the process of consolidating.  Is there any way to identify and "mass delete" these?  It will take a while to go through them all individually as the library is somewhat substantial (approx. 16k songs)
    Hardware is Windows 8, one iPod classic, one iPod Nano (obviously only selected playlists on this one).  All hardware and iTunes running latest software.
    Any information would be appreciated!

    It sounds like you are using two independent libraries with a common media folder, whereas the plan would have been to ensure that both profiles were using the same library library database. Although you can place this within the Public folder I would normally create a shared library at the root of a drive, e.g. at X:\iTunes where X: is the drive that you want to use. See Make a split library portable for information on moving the library around back into a standard shape.
    As for duplicates, Apple's official advice on duplicates is here... HT2905: How to find and remove duplicate items in your iTunes library. It is a manual process and the article fails to explain some of the potential pitfalls such as lost ratings and playlist membership.
    Use Shift > View > Show Exact Duplicate Items to display duplicates as this is normally a more useful selection. You need to manually select all but one of each group to remove. Sorting the list by Date Added may make it easier to select the appropriate tracks, however this works best when performed immediately after the dupes have been created.  If you have multiple entries in iTunes connected to the same file on the hard drive then don't send to the recycle bin.
    Use my DeDuper script if you're not sure, don't want to do it by hand, or want to preserve ratings, play counts and playlist membership. See thisthread for background, this post for detailed instructions, and please take note of the warning
    to backup your library before deduping.
    (If you don't see the menu bar press ALT to show it temporarily or CTRL+B to keep it displayed.)
    The most recent version of the script can tidy dead links as long as there is at least one live duplicate to merge stats and playlist membership to and should cope sensibly when the same file has been added via multiple paths.
    tt2

  • Could not initialize AM in shared library

    Hello, I have some problem.
    I deployed adf-library as a shared library on weblogic. This library is a real application packed in jar, and then in war as is described here http://andrejusb.blogspot.com/2010/07/deploying-adf-applications-as-shared.html The problem is that when I call taskFlow in this library from another application, I get an exception: libraries application module could not be initialized:
    oracle.jbo.JboException: JBO-29000: java.lang.NoClassDefFoundError, Could not initialize class com.rstyle.rtn.model.module.CompanyAMImpl
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:609)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2324)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2204)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3088)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:460)
    Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.rstyle.rtn.model.module.CompanyAMImpl
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:247)
    I’ll be very grateful for any idea about what is wrong and how to fix this.

    codeplay, thanks for your reply, but it doesn’t help, classpath doesn’t contain my adf-lib jar, but it also hasn’t another jars which works correctly. May be it is because wls-cat works incorrect on 11.1.1.2.0 version, because it is for 11.1.1.4.0. There is this jar into application temp directory on weblogic.
    I thought that my AMImpl can’t be initialized because there can’t be find something imported in it. But I’ve checked all dependencies and all seems correct. I also tried to use “prefer-web-inf-classes” property but no result.
    h0s, I added reference to my library in the weblogic.xml. I think the problem is not because my library is “shared”, if I add jar to project as a common adf-library there is the same result.

Maybe you are looking for

  • CFL For the edit text using screen painter

    Dear All, I had created CFL for the Edit box to display CardCode if i press tab button the list for the specified object type is obtained but the selected value is not binded with the edit box,i have attached the code here, Private Sub SBO_Applicatio

  • There is an internal Adobe Reader error while copying to the Clipboard.

    Operating System: Windows 7 Professional 64 bits Adobe Reader Vesion: XI That error is very easy to reproduce: select two or more lines of a pdf document and press "cntl + C" several times in repetition. Frequently 4 ou 5 followed repetitions trigger

  • SAP E-commerce 5.0 installation for My SAP ERP

    Hi Everyone,      We are planning to implement E-commerce in our landscape and when iam deploying the E-commerce SCA file ( KMC-UI / KMC-WPC and Forums) using JSPM we are having the issues in deployment. KMC * sca files gets deployed without any erro

  • Email Functionality Content in BPM11g

    Hello, We have a requirement where user wants to perform action on emails by selecting appropriate button say(Approve, Reject, etc). We have one more button say, 'Re-Assign'. As soon as user selects this button, reply email opens-up. Now, we need to

  • The new version on itunes stink!

    i just downloaded the new version of itunes, and suddenly, more than 3/4 of my music have disappeared, and my playlists are gone! please tell me what to do!. those were years and years worth of music and playlists!