Shared libraries problem with jdev 11.1.1.5.

Hi,
Referencing the blog http://andrejusb.blogspot.ch/2010/07/deploying-adf-applications-as-shared.html,
I created a shared library "SharedWebLibTest" who package several jar files into single WAR file and empty context root path is specified in WAR deployment profile.
There are two client applications ("clientTEST1", "clientTEST2") that reference this library. Shared library reference is registered in weblogic.xml.
The jdev version is 11.1.1.2. All works fine.
From console, the 2 applications are displayed in the section "Applications that reference this Library" of SharedWebLibTest settings.
Now I started to use jdev 11.1.1.5.
Strange thing happens:
From console--> settings for SharedWebLibTest, the list of applications that reference this Library is empty.
But all client applications work normally.
In application "clientTEST1", I move the library-ref from weblogic.xml to the weblogic-application.xml.
From console, the application "clientTEST1" appears under "Applications that reference this Library".
But there is a new problem: Context path conflict
In the deployment of clientTEST1, I saw the message:
Application Redeployed Successfully.+
The following URL context root(s) were defined and can be used as a starting point to test your application:+
http://localhost:7101/clientTEST1+
SharedWebLibTest_+
I did the same modification clientTEST2, deployment fails
+An exception occurred for task [Deployer:149026]deploy application clientTEST2 on DefaultServer.:+*
Context path '/SharedWebLibTest' is already in use by the module: SharedWebLibTest application: clientTEST1.*
Some advices for this problem?
Thanks for your help
Dorothy

Thanks for the reply. BUT the problem is not caused by "cashed info" in WSL.
In jdev 11.1.1.5, Once I registered library-ref to "SharedWebLibTest" in weblogic-application.xml instead of weblogic.xml.
I saw the message below during deployment
The following URL context root(s) were defined and can be used as a starting point to test your application:+
http://127.0.0.1:7101/clientTEST1+
http://127.0.0.1:7101/SharedWeb+
If I move the library-ref to "SharedWebLibTest" from weblogic-application.xml to weblogic.xml.
The following URL context root(s) were defined and can be used as a starting point to test your application:+
http://127.0.0.1:7101/clientTEST1+
OK no more context root conflict when I deploy clientTEST2 that reference also to "SharedWebLibTest"
BUT in console--> settings for SharedWebLibTest, the list of applications that reference this Library is empty

Similar Messages

  • Problems with JDev 10.1.3

    Hi
    I am having problem ssetting up the database connection in JDev 10.1.3.
    I get the following error:
    java.lang.UnsatisfiedLinkError: t2cCreateState
    I am assuming this is to do with the environment settings.
    Does anyone have a say on this or faced a similar problem with JDev 10.1.3?
    Please leme know...have been tryingggggggggg:-|

    Try having a look at post
    how to use Instant Client with JDBC? to see if it gives you any ideas.
    Regards,
    Lisa Sherriff
    JDev QA

  • Shared objects problem with translation

    Hello
    Here is my problem :
    - my default portal language is French, and I login in French.
    - I create a navpage in the "Shared objects" pagegroup. At Portal installation,
    this pagegroup is in English, and there's an available translation in French.
    - When i see my navPage being logged in French, the SmartLinks (Home, etc)
    always display in English while i expected them to by in French.
    - I don't have this problem in a "normal" pagegroup created in english and
    translated into French.
    regards
    A.

    I have a second problem with shared objects :
    So, i created that navpage and published it as a portlet to use it in pages but
    when it doesn't appear in the portlets lists. In what Submenu of the porlets
    navigator is it supposed to appear ? It is not in the "shared instances", and i
    can't see any other "shared" directory.

  • Problems with JDev 11g using JBOSS and ANT

    Hi,
    I'm trying to migrate to JDev 11g with JBoss ( version 7.X ) as the AppServer
    With JDev 10g all works fine with JBoss, even the Remote Debug, all OK
    here is the problems I have :
    1) ANT
    JDev doesn't save my ANT settings
    every time I launch ANT : Run Ant Target - I must set the Advance settings
    JDev 10g I only need to do that once, the settings are saved but not in the 11g, why ?
    2) persistence
    I get this error when deploying to JBoss
    16:34:50,967 INFO [org.jboss.as.server] (HttpManagementService-threads - 1) JBA
    S015870: Deploy of deployment "prod_v0.0.1_iDigital.menu.ear" was rolled back wi
    th failure message {"JBAS014771: Services with missing/unavailable dependencies"
    => ["jboss.persistenceunit.\"prod_v0.0.1_iDigital.menu.ear/iDigital.menu-WebApp
    .war#InfraModel\"jboss.naming.context.java.jdbc.stdDSMissing[jboss.persistenceun
    it.\"prod_v0.0.1_iDigital.menu.ear/iDigital.menu-WebApp.war#InfraModel\"jboss.na
    ming.context.java.jdbc.stdDS]","jboss.persistenceunit.\"prod_v0.0.1_iDigital.men
    u.ear#InfraModel\"jboss.naming.context.java.jdbc.stdDSMissing[jboss.persistenceu
    nit.\"prod_v0.0.1_iDigital.menu.ear#InfraModel\"jboss.naming.context.java.jdbc.s
    tdDS]"]}
    it seems that is something related to dependencies not well configured during build stage of the EAR, but with 10g works fine
    BTW, I can't run my project with WebLogic either, gives this error :
    <5/Abr/2013 18H27m BST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1365182860563' for task '0'. Error is: '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].'
    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].
         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
    >
    <5/Abr/2013 18H27m BST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'iDigital.menu'.>
    <5/Abr/2013 18H27m BST> <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: adf.oracle.domain, 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
    can someone give me a clue ?
    thanks
    Edited by: FernandoLeite on Apr 5, 2013 10:31 AM

    I can't say many about the ant stuff, but have you tried to put the parameters in a property file and use this to get the parameters to ant?
    The reason you can't run the application on WLS is that you have not installed the adf runtime on your wls. The error 'application.xml: [Extension-Name: adf.oracle.domain, exact-match: false].' points to this.
    Timo

  • 2 problems with jDev 11.1.1.4.0

    Hi,
    I'm using JDev 11.1.1.4.0 and I'm developing a portal that consumes some portlets.
    I have 2 problems:
    1) The first one is shown when JDev starts:
    AM oracle.webcenter.portal.dt.config.PortalConfigUtil getPageTemplateFromConfig
    SEVERE:
    java.lang.NullPointerException
    +     at oracle.webcenter.portal.dt.config.PortalConfigUtil.getPageTemplateFromConfig(PortalConfigUtil.java:69)+
    +     at oracle.webcenter.portal.dt.config.PortalConfigUtil.getDefaultPageTemplate(PortalConfigUtil.java:55)+
    +     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)+
    +     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)+
    2) The second one is about the automatic code that JDev generates when the portal calls the portlet. He generates some HTML (or ADF) code that alterates the HTML page tamplate that I have. It creates a class for the body tag and, doing this, my page can't show the background image.
    It puts the portlet code into a html talble's row, and above that row it creates a row with a border (1px). In this situation I have a blue line shown that I don't want and I don't need.
    Somebody could help me to fix these problems?
    Thanks in advance

    You can't, just open a new thread on the other forum.
    The problem might be a jdev problem, the reason I would post it on the other forum is that the portal version does things not well known here...
    Timo

  • Air Sharing app problems with updating

    There appears to be an unresolved problem in updating the Air Sharing app.:
    http://www.avatron.com/support/read.php?12,2886
    Avatron says this is an iPhone software issue:
    "I'm afraid sometimes the only way to get around these update lock-ups is to completely restore your phone as a New Phone. You can sync to get your apps back, and if you use MobileMe (.Mac) to sync your contacts, calendar, etc., you'll get that all back too. But there's just something pretty badly broken in the App Store updater. We're all hoping Apple will fix it in the next version of iPhone OS.
    Dave Howell
    Avatron Software, Inc. "
    This company had a problem in the past with updating its software, is this an iPhone issue or is it an Avatron issue? It seems odd that if Apple vets these applications and updates, this issue should have been identified and corrected. Now, I have paid for an application I cannot use (either the old version or the updated one).

    I had no problem updating. I see others were able to move all their files off the iPhone (in Air Sharing) and then do the update. Others had to take the added step of deleting the application and then re-install.
    I would not say this is an Air Sharing only issue. The idea of having to restore a phone to new to get some pesky installs or apps to work has been talked about many times. I have never had to go that route, but many people had to as a last resort.
    It could be an Avatron issue, but historically, their app is not the only one that has required such extreme measures. Update 2.1 fixed most app store issues, but some people still report them.

  • Problem with jdev and running projects

    I have been using jdev for about 3 months, and this is the first time I saw this problem.
    I opened jdev 9.0.2.829, and tried to run a project in a workspace. The run target is in this project, the source path is separate from the other projects, everything is as it should be and was the last time I ran this project. When I build the project, it only compiles source from this project. When I try to run it, or any other project in the workspace, it compiles all source in all the projects in the workspace, and will not continue because of compilation errors. The single project builds fine. I even tried running after building, since usually it will see that it has a good build, and skip that step. Is this a configuration issue that I inadvertantly overlooked?
    Help!

    I have been using jdev for about 3 months, and this is the first time I saw this problem.
    I opened jdev 9.0.2.829, and tried to run a project in a workspace. The run target is in this project, the source path is separate from the other projects, everything is as it should be and was the last time I ran this project. When I build the project, it only compiles source from this project. When I try to run it, or any other project in the workspace, it compiles all source in all the projects in the workspace, and will not continue because of compilation errors. The single project builds fine. I even tried running after building, since usually it will see that it has a good build, and skip that step. Is this a configuration issue that I inadvertantly overlooked?
    Help!

  • Family Sharing Issue: Problem with child account not having access to parents purchases.

    I created a family sharing network consisting of my me, my wife, and my 16 y/o son.  I can see/download my wife's purchases and she can see/download my purchases. I can also see/download my sons purchases.  My son can see my purchases, but when he attempts to download them he gets the error message "Unable to Download: To download shared content, your Family must have a valid payment method." 
    There is a valid payment method and the account and it was verified when sitting up my son's account for family sharing.  I'd note that my son is the only one in the family that doesn't have a payment method associated with his personal account. However, I don't think that's anrequirement to set up family sharing.
    Hopefully, this issue will be addressed quickly.

    KCWolfPck wrote:
    he gets the error message "Unable to Download: To download shared content, your Family must have a valid payment method." 
    Try the solution posted by jsnola here: Re: Family sharing valid payment.

  • Attached Libraries problem with reports

    I have the following problem please help me:
    Report 6i version : Report Builder 6.0.8.23.0 Patch 14
    I am running on C/S not on the web
    the problem is:
    If I have the follwing:
    1) a report r1.rep
    2) and a PL/SQL library c:\x\lib_reports.pll c:\x\lib_reports.plx
    3) and another copy of this library on c:\y\lib_reports.pll c:\y\lib_reports.plx
    4) and REPORTS60_PATH environment variable contains c:\y
    then when I attached this library to that report and
    choose YES when asked to remove the non-portable path then call this report from a form I receive the following error:
    REP-1401: 'f_print_dateformattrigger': Fatal PL/SQL error occured.
    ORA-06508: PL/SQL: could not find program unit being called
    but if i choose NO when sked to remove the non-portable path then call this report from a form it works OK, but if i want to put this report on other machine and put the library on other directory for example c:\y and put this path in REPORTS60_PATH I receive the following error:
    REP-0756: Warning: Unable to find PL/SQL library 'c:\x\lib_reports.pll'.
    please help me because I need to publish my reports to other machines and different directories.

    I am having the same problem now in 10g.
    The report and it's attached library are both saved, compiled (ctrl+shift+K) and generated succesfully. However, when running the report in runtime the following error appears:
    REP-1247: There exist uncompiled program unit(s). REP-1247: Report contains uncompiled PL/SQL.
    When i remove the .plx-file, it works although the generation of the plx-file works without error. The generating and runtime are both done on the same database with the same user.
    Anyone have an idea why this is happening?
    PS: Is it normal that i have to generate the library in Forms? Reports doesn't seem to be able to open .pll-files.

  • Shared review problems with Acrobat X Pro

    I have used Acrobat X Pro many times to create a shared review without any problems. Yesterday I went to share a few files for review and kept getting the error "could not save the shared review enabled pdf file." I googled this problem and have tried all suggestions I could find, but none really worked. I deleted and recreated the PDFs and eventually got 3 of the 4 documents to send (I have ABSOLUTELY no idea how) but can't get the last one to send. I keep getting the same error. I tried deleting and re-installing Acrobat. The file is not in the same location as my server. The only difference from the other 3 documents is the content. They were all generated the same way (SmartPDF in Altium). Any help would be greatly appreciated.

    Any tip or solution anyone, please?
    (While AdobeChatSupport was not direct about the problem)

  • I think I have a shared libraries problem - but not sure...

    Ok - when I installed itunes on my computer and pointed it at where I keep my music on my computer, the software asked me something along the lines of "do I want to add all the files from all locations" - to which I said yes.  Unfortunately I didn't realise it would then grab all the music files from every computer on our home network (and my husband has LOADS of stuff I don't want!).
    So anyway -- I have all these tracks in my libraray - is there any way to take them off my libraary without having to go through and delete them all individually?  To effectively remove everything which isn't on *my* pc?
    I hope that makes sense - it is kindof difficult to explain!
    Thanks

    Ok I found a site that has a free version of this font and Font Agent Pro found nothing wrong wit it so I loaded it. And I then opened it and saved it as a pdf and then printed it from Acrobat with no problems and looks fine in Acrobat and Illustrator.
    I say the font is corrupt I downaoded the font from this address
    http://www.fonts2u.com/font-designers/lukasz-dziedzic.html
    Try replacing the fonts then try both Illustrator and Acrobat

  • File opening problems with JDev 10.1.3

    I'm using JDev 10.1.3.0.4 on Linux with these subversions:
    ADF Business Components     10.1.3.36.73
    CVS Version (External)     (CVS) 1.12.12 (client/server)
    Java™ Platform     1.5.0_06
    Oracle IDE     10.1.3.36.73
    Struts Modeler Version     10.1.3.36.73
    UML Modelers Version     10.1.3.36.73
    Versioning Support     10.1.3.36.73
    Whenever I start JDev this error appears:
    java.lang.StackOverflowError
         at java.util.HashMap.get(HashMap.java:320)
         at oracle.ide.net.URLFileSystem.findHelper(URLFileSystem.java:126)
         at oracle.ide.net.URLFileSystem.findHelper(URLFileSystem.java:163)
         at oracle.ide.net.URLFileSystem.openInputStream(URLFileSystem.java:1164)
         at oracle.ide.net.IdeURLConnection.getInputStream(IdeURLConnection.java:44)
         at java.net.URL.openStream(URL.java:1007)
         at oracle.ide.net.URLFileSystemHelper.openInputStream(URLFileSystemHelper.java:993)
         at oracle.ide.net.URLFileSystem.openInputStream(URLFileSystem.java:1164)
         at oracle.ide.net.IdeURLConnection.getInputStream(IdeURLConnection.java:44)
         at java.net.URL.openStream(URL.java:1007)
         at oracle.ide.net.URLFileSystemHelper.openInputStream(URLFileSystemHelper.java:993)
         at oracle.ide.net.URLFileSystem.openInputStream(URLFileSystem.java:1164)
         at oracle.ide.net.IdeURLConnection.getInputStream(IdeURLConnection.java:44)
         at java.net.URL.openStream(URL.java:1007)
         at oracle.ide.net.URLFileSystemHelper.openInputStream(URLFileSystemHelper.java:993)
         at oracle.ide.net.URLFileSystem.openInputStream(URLFileSystem.java:1164)
         at oracle.ide.net.IdeURLConnection.getInputStream(IdeURLConnection.java:44)
         at java.net.URL.openStream(URL.java:1007)
    The same error appears on the console JDev was started from whenever I open a file.
    Are there anyone experiencing the same errors?
    Are

    Hi,
    Could you follow up in this post Re: BUG: 10.1.3 EA Window Closes When Dragged in the Editor with the requested information?
    Regards,
    Lisa
    JDev QA

  • Java Stored Procedure Deployment Problem with JDev 3.1.1.2

    Dear JDeveloper Team:
    I am having a problem deploying a test Java stored procedure to the database. In the Deployment Profile Wizard Connection tab, it displays no connection in the connection dropdown even though I have defined some connections that have been sucessfully connected to the database.
    Please help.
    Thanks,
    Tom

    Tom,
    Verify that your Connections are valid as follows:
    Double Click on the Connections folder of JDeveloper Navigator.
    This opens up the Connection Manager.
    Make sure you have defined JDBC Connections.
    Pick your connection of intrest and select Edit... and then press the Test button to test the conneciton.
    If this is a valid JDBC connection, then it should appear later when you run the deployment wizard.
    -John

  • 2 applications sharing tables: problem with forms

    I have 2 applications and 2 tables, one in each application. One of the table reference to the other (by means of a relation master-detail). My problem is presented when I want to generate a form that permits delete of the table master. In the trigger of pre-delete that generates Designer it is included a call to CGRI$CHK_tableName that validates that not a row be eliminated of the master if has details. How do I do so that not generate that code?

    In Designer you can create PRE_DELETE trigger and override there part which you don't want by command NULL; .
    I hope this will help you.
    Helena

  • Sharing file problem with Vbox

    hi
    i installed virtual box (http://aur.archlinux.org/packages.php?d … s=0&SeB=nd)
    and installed windows xp as guest.
    i added some dir for the "shared files" (http://img503.imageshack.us/my.php?imag … ot3rs1.png)
    but i don`t see the shared files in xp ("my network places is empty)
    i need to install "guest addition" on xp (guest) (which that what i do) or in archlinux?

    This is the way I did it, just two days ago, and it works:
    1. Create a directory somewhere. I did it in a directory I named 'Vbox' and added a subdirectory 'Shared'.
    2. Start VB but do not power up the host system yet.
    3. Click on the right hand side of the screen on the "Shared Folders" link
    4. Click on the upper most folder ("Add a new shared folder definition")
    5. Browse to the folder you created.
    6. Save the path.
    7. Power up the VB host system
    8. Open you file browser.
    9. Under 'Entire Network' --> Virtual Box Shared Folders locate the folder you created.
    From now on you can share your files.
    Hope this helps.
    R.

Maybe you are looking for