LDAP Console: why are ds52.jar and ds522.jar needed?

I updated Sun DS from 5.2 to 5.2 patchlevel 2, the server on Solaris and the LDAP Console on Windows a while ago.
If I start the LDAP Console all is well.
If I open the "Server Group" tree node, it wants to download admserv52.jar and ds52.jar
which fails.
There are admserv522.jar and ds522.jar (and others with 522 in their file name in the java/jars directory.
If I copy admserv52.jar and ds52.jar by hand the LDAP Console is able to open the nodes under Server Group,
but I guess they use the 5.2 and not the 5.22 Versions.
As an experiment I removed all 5.2 Versions and renamed the 5.22 Versions to 5.2. Result: The LDAP Console does work and it only needs the 5.22 jars.
Info on Main Console says Server Console 5.2
Build 2004.007.1414
Info an Directory Server Windows says Server 5.2
Build 2003.143.0020(I use the german localized versions but I guess the problem is not relate to that fact)
Question: How do I configure my setup to use only the new 5.22 Versions in the Console?
Where did my update go wrong? Or do I really need the 5.2 and 5.22 Versions in /java/Jars?
Thanks,
Frerk Meyer

By try and error I found out that even when I upgraded my
Sun ONE Directory Server 5.2 to patch level 2, the configuration
in the administration directory was not changed to the new
version. So one couldn't connect with the new console
version 5.2pl2 but used and needed the old one effectively.
To use the 5.2 pl 2 console there need to be the following
files in the client directory:
<root of sun ldap console>/java/jars/
ds522.jar (main console application)
ds522_en.jar (english language resources)
ds522_de.jar (german language resources, in my case, optional)
ds522.icon (icon used in the console)
and for the administration console:
admserv522.jar
admserv522_en.jar
admserv522_de.jar
admserv522.icon
The old file with the '52' in their name may stay where they
are to connect to unpatched 5.2 Servers and 5.2pl2 Servers
without updated configuration.
The configuration is under:
cn=ResourceEditorExtension, ou=4.0, ou=Admin, ou=Global Preferences, ou=zentrale.edekanet.de, o=NetscapeRoot
Search for the attribute 'nsclassname' in all subentries where there
is a substring '@ds52.jar' and change it to '@ds522.jar'.
With newer versions of the Sun Directory Server there are
even jar files with names like 'ds523.jar'. Proceed like above.
After the next start of the console you are using the new 5.2pl2
Versions with all bugfixes and enhancements. To verify you may
move the '52' files away, start and connect. If the directory server
is configured the right way it won't try to download the '52' files
to your local computer.
Frerk

Similar Messages

  • Why are my iTunes and iPhoto crashing every time I try to open them?

    Why are my iphoto and itunes crashing every time I open them?  This is a new problem on my Mac Mini.  Have the latest software on my Mac Mini and the latest iLife sotware.  My mac mini is about 5 years old, always kept up to date.
    Processor  2 GHz Intel Core 2 Duo
    Memory  2 GB 667 MHz DDR2 SDRAM
    Graphics  Intel GMA 950 64 MB
    Software  Mac OS X Lion 10.7.3 (11D50b)

    Hello Majorie,
    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at the top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair. Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    Also, how much Free Space is on your Hard Drive?
    One way to test is to Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, Test for problem in Safe Mode...
    PS. Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive
    Reboot, test again.
    If it only does it in Regular Boot, then it could be some hardware problem like Video card, (Quartz is turned off in Safe Mode), or Airport, or 3rd party add-on, Check System Preferences>Accounts>Login Items window to see if it or something relevant is listed.
    Check the System Preferences>Other Row, for 3rd party Pref Panes.

  • Why are both SQL_ID and PREV_SQL_ID null?

    session A is blocking session B.
    it was row-level lock.
    But, why are both SQL_ID and PREV_SQL_ID null in session A?

    Well, what do we know?
    Session A must have an uncommitted transaction.
    That uncommitted transaction is blocking session B.
    But session A could well be doing nothing now, could be churning away doing some sort of processing outside of the database (java client you said), might well be off doing something elsewhere in a distributed transaction.
    Who knows?
    Not necessarily the database.
    If you have ASH licensed, you might, might get a better picture of what session A was doing by looking at DBA_HIST_ACTIVE_SESS_HISTORY but as this is sampled data and your statements might fly in and out, it might not be helpful.
    Note that even if prev_sql_id or sql_id were populated, these might not be the statements responsible for the lock.

  • Explanation - Why are IAS 9i and an RDBMS both needed ?

    Why are IAS 9i and an RDBMS both needed ? After all, IAS 8I/9I does contain a "database" in it -- but Oracle calls it a "data cache" !!
    Here's why ...
    The IAS 8I/9I "data cache" is intended to be a "performance enhancment" mechanism to avoid network round trips to the back end rdbms (called the 'origin' database in IAS terminology) for "rarely changing" data or application code accessed/used in the IAS 8I/9I mid-tier.
    The IAS "data cache" was initially extracted from rdbms 8.1.6 to use in IAS 8i (aka IAS 1.0.0 or 1.0.1) and now rdbms 8.1.7 to use in IAS 9i (formerly referred to as IAS 1.0.2).
    This was because the complete architecture and functionality needed to provide the IAS 9i's "performance enhancing read only" cache functionality already exists in the oracle 8i rdbms.
    (talk about o-o wanting to have high reusability !!)
    How about a practical application of why would you do this ??
    Think of the web site activity of a major online order system, for example, a ".com" that sells books. We can all think of the famous ones who would be ideal users of this type of design.
    Most of the transaction activity in an online order system is customers "browsing" the product catalog, looking at the
    descriptions of the books they might consider to buy. When a customer identifies a desired book, the customer can place an order.
    This typical customer behavior looks at the description for each book which is "rarely changing" information that is normally accessed in a "read only" mode.
    To improve performance for this online order system, the "rarely changing" information can be stored (or "cached") on the mid-tier in IAS 8i/9i's "data cache".
    How do this improve performance ??
    With the information available in the mid-tier "data cache", network roundtrips by IAS 8i/9I applications to the 'origin' rdbms are avoided, reducing the workload on the network and the 'origin' rdbms.
    Why do i still need a back-end or 'origin' rdbms along with ias 9i ?
    You still need the 'origin" database as the "master repository" for your books, their inventory system, and orders placed with your business.
    You also have the other necessary business systems they may or may not take advantage of the IAS design -- like shipping, payroll, Human Resources, etc.
    What happens if the data changes ?
    I kept repeating "read only" -- so - the next question is what do you do with "new or changing" data - like placing an order or updating the inventory ?
    Since the "master copy" of the information is retained on the origin rdbms, then all changes will occur there.
    When a new book is added or an existing book's information is updated or a book is dropped from the inventory, these changes are applied to the origin database.
    This information is then "refreshed" on the IAS 8I/9I "data cache" using the "management policies" available within IAS 8I/9I.
    These policies controls how and when to "refresh" the IAS 8I/9I data cache.
    null

    In the following document:
    1) "Oracle9i Application Server Technical White Paper" located at :
    http://technet.oracle.com/products/ias/pdf/9ias_102.pdf
    don -- right
    At the bottom of page 16 and the top of page 17 is the following....
    'The Java engine inside Oracle9i AS is the Oracle JVM.'....
    don -- right --- new name is Enterprise Java Engine (EJE)
    'The Oracle JVM is integrated in Oracle9i AS, giving it the same advantages and benefits available to the Oracle Database ...'. '
    don -- almost right -- you left the key phrase off of it ...
    it is completed as follows : (CAPS - are mine for emphasis)
    'The Oracle JVM is integrated in Oracle9i AS, giving it the same advantages and benefits available to the Oracle Database FOR EXECUTING JAVA BASED APPLICATIONS ON THE SERVER'. '
    STEVE --
    that's why i made the comment in the previous post which i've copied below :
    I don't think of it as a "database" even though some literature might refer to it as one in IAS 9i standard edition !!
    The term "database" has a lot of extra functions with it that are not in IAS 8i/9i!!
    for example, most RDBMS's have :
    1) updateable tables, etc.
    2) backup and recovery of data requirements
    3) etc.
    That's what makes the EJE in IAS different from an RDBMS -- the extra rdbms functrions are not needed...
    That's why I think of it as a "Java Code Container" that holds the Oracle Enterprise Java Engine(EJE) in it. I was stuck on this also - now i can mentally exclude all of that extra functionality by calling it a "java code container" and not thinking of it as a "database".
    Since Oracle JVM is the common Java environment for both the Oracle database and Oracle9i AS,...'.
    The above gave me the impression that 9i AS has a JVM independent of a database.
    don -- 9i AS has a JVM independent of a database -- they are the same item -- a "stripped down" database or as i call it a "Java Code Container" that holds the Oracle Enterprise Java Engine(EJE) -- formerly called the oracle 8i jvm -- in it.
    i think the term "database" in the literature is being used to emphasize where it came from (stable oracle 8i -- as opposed to totally new technology)
    but
    i personally think the term "database" implies to many people, it is a "fully functional rdbms" ... so they assume they don't need a back end -- or in ias terms -- an 'origin' rdbms.
    However -- i think this is where the confusion is ..
    as people understand the differences between ias and rdbms, they soon realize they must have an rdbms.
    However, the administrative instructions (that deal with setting up OSE) seem to point that the JVM is in a database.
    don -- right -- it is a "stripped down" database or a a "Java Code Container" as i call it.
    you still need to deploy the java code (servlets, jsp's, ejb's, corba, and java stored procs) to it.
    The command line functions that you use to do that with the 8.1.7 rdbms -- still apply.
    Commands like :
    loadjava, deployejb, dropjava, sess_sh, publishjsp, publishservlet, etc.
    Note :
    Obviously ias 8i "EJE" or ORACLE 8i JVM (the old name), is based upon the rdbms 816 functions (no OSE in it), so you can't deploy servlets and jsp's to the ias 8i EJE just like you can't to the 816 rdbms.
    I do find this subject (where is the JVM located) very confusing.
    don - right -- but you are picking it up -- hang in there !!
    Steve you asked --
    Don - is the EJE (OSE/OJVM) implemented through a database?
    'The Java engine inside Oracle9i AS is the Oracle JVM.'....
    don - right
    keep in mind from a java perspective -- the EJE is a "Stripped down" database that acts like a java code container that you connect to -- just like in 817 --- so you can deploy your code to it.
    it's also a jvm -- and you execute your deployed java code in it -- just like in 817.
    i hope this helps and i didn't confuse this topic further for you ...

  • Why are the movie and television icons missing from my Apple TV menu?

    Why are the movie and television icons missing from my Apple TV menu?

    likely because it does not have a working connection to the internet
    check the settings and maybe reenter the wifi pasword

  • When I am in Edit, why are Smart Fix and Balance unavailable to me?

    When I am in Edit, why are Smart Fix and Balance unavailable to me?

    I don't know what you mean by balance, since there's nothing by that name in PSE. If you go to the Enhance Menu do you mean that Auto Smart Fix and Adjust Smart Fix are grayed out? If so, go to Image>Mode and be sure you have an RGB file and that it's 8 bits.

  • Why are my contacts and calendars showing up on my daughter's iphone after I updated?  Help!

    Why are my contacts and calendar showing up on my daughter's iphone after I updated?  Is there anyway to remove them or stop
    them from going directly to her phone?  Help!!!!  Thanks guys 

    So, am I to conclude from all this that the best thing for one iMac and multiple family devices (2 x iphones, 1 x itouch, 2 x ipods) is to set up itunes account for each family member.  We don't use iCloud except for my (primary iphone)
    We had similar problems to the above, and since the recent 6.0.1 update we've started getting each others texts, on top of my wife and I's contacts being replicated to our young son's itouch, and a seemingly random redistribution of apps. 
    timmyd

  • I have these black boxes around all the images i add. why are they there and how do i get rid of them?

    i have black boxes around all the images i bring into pages. why are they there and how can i get rid of them?

    Pages rememebers the last setting you used on images.
    So if you had a border on the last image the next one you bring in will have one too.
    To change that select:
    Inspector > Graphic > Stroke > None
    Spend a little time exploring the menus and particularly the Toolbar and Inspectors whcih are in reasonably logical progression from big things down to smaller details and clearly labeled.
    It is also possible that you have show Layout on which outlines objects on th screen so you can see what's what. To change that:
    Menu > View > Hide Layout
    Peter

  • Can't find jcert.jar, jnet.jar, and jsse.jar

    I am trying to implement SSL in Tomcat (1.4.18 I think). I have already installed j2sdk1.4.1_01 which is supposed to contain thise files, but I can't find them.
    Does anybody know why this might be happening?

    If you are using j2sdk1.4.1, only jsse.jar exist the rest of it does not. Check the jre folder in your java_home folder and you will see jsse.jar. Copy the jsse.jar and paste it into java_home/jre/lib/ext. after that you can continue with your SSL configuration. I tried it and works fine even without the jnet.jar and jcert.jar. I had the same problem as you when I was configuring SSL on my resin webserver. the documentation for installing jsse may only be applicable to java version jdk1.3 and below.

  • Difference j2ee.jar and javaee.jar

    Hi, it is not clear for me why exist 2 files j2ee.jar and javaee.jar. I have look manifest file for j2ee.jar and found that only contains path to javaee.jar. But
    If I add as library only j2ee.jar to my project - doesn't found e.g. import javax.mail.Folder.
    Problem will be resolved if I add only javaee.jar. But why we need j2ee.jar?

    j2ee.jar has the interface definitions for Java EE v1.4 specification whereas javaee.jar has the interface definitions for Java EE v1.5 (the name has been simplified to Java EE v5). So when you are developing an application that uses JEE v1.4 then you will need j2ee.jar on your classpath when compiling (do not need to package it in the module when deploying). And when you are developing an application that uses JEE v5 then you will need javaee.jar on your classpath when compiling (do not need to package it in the module when deploying).
    The next two questions that might come to your mind are:
    1. How do you know which JEE version you are using for development?
    The j2ee.jar and javaee.jar files are just API deifinitions (interfaces, and abstract classes) for the corresponding Java EE versions (i.e. 1.4 and 5 respectively). These APIs were designed by SUN and specify a contract between a Java EE container and the applications that will be deployed on the container. The implementation of this contract is provided by the various application server vendors. For example, Glassfish v2ur2 implements BOTH versions, however it requires you to specify, in the deployment descriptions, the JEE version which is to be used for the application that you are deploying.
    So in short the version of JEE you are using is specified in the deployment descriptor for the application.
    2. Why do we need these jars only during compilation and do not need to add it to the war (or jar) when deploying our module to the app server?
    The reason is that it will already be available in the app server that you are deploying you application to. This seems quite obvious as if i provide implementation of an interface, i will need to give you the interface as well as you will actually be using my implementation via the interface and not by directly calling my implementation classes. If you directly call my implementation classes then it will beat the whole purpose of defining a standard interface that everyone can use.
    I hope that clears out a few things.
    Regards,
    Jawad.

  • Got exception with p13n_app.jar and p13n_system.jar into classpath for 9.2

    Hi, Portal guru:
    I installed wls9.2&portal9.2, and put p13n_app.jar and p13n_system.jar into classpath from startWeblogic.cmd.
    then looks portalApp can not be loaded due to the following exception:
    java.lang.Error: Clonable is not clonable: java.lang.CloneNotSupportedException: com.bea.p13n.expression.operator.c
    omparative.Equals: 4138928
    com.bea.content.expression.PropertyRef: 4138900
    java.lang.String
    cm_nodeName
    java.lang.String
    CmxControlUniqueKeysFolder
    : com.bea.content.expression.PropertyRef
    at com.bea.content.expression.Search.clone(Search.java:568)
    at com.bea.content.manager.internal.SearchOpsImpl.createSearchForRepo(SearchOpsImpl.java:376)
    at com.bea.content.manager.internal.SearchOpsImpl.searchRepository(SearchOpsImpl.java:203)
    at com.bea.content.manager.internal.SearchOpsImpl.search(SearchOpsImpl.java:159)
    any know what is the problem?
    Thanks in advance.

    I don't think it's supported to have app-scoped class in the system
    classpath. I'm surprised your 814 app worked that way.
    It might be that changes in 9.2 have caused some of the classes the
    system classloader is hitting to now try to load other classes that are
    only available in an application classloader, which the system
    classloader cannot access.
    http://e-docs.bea.com/wls/docs90/programming/classloading.html has
    information about the classloader hierarchy in WLS/WLP.
    One way to have a system-classloader class access an
    appliation-classloader is via the
    Thread.currentThread().getContextClassLoader(), and then either use
    reflection or have the class implement an interface available in the
    system classloader. This allows code at the system classpath level to
    access implementation classes loaded up as part of an application,
    rather than relying upon the built-in classloading which can't see
    classes in children classloaders. However, this would entail having a
    system classpath jar and an application jar, which is why WLP has
    p13n_system.jar and p13n_app.jar.
    Greg

  • Standard.jar and jstl.jar directory

    First off I probably should apologize in advance because my problem might be an eclipse config issue.
    I created a simple servlet and I tried to include a jstl library import javax.servlet.jsp.jstl.sql.Result;. It compiled cleanly but, when I ran the application (through a browser accessing tomcat through eclipse) I was getting this error...
    The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application
    I eventually found out what was wrong but I don't understand why it was wrong and that's my question. Originally I had jstl.jar and standard.jar in the projectHome/lib directory. When I moved those 2 files to the projectHome]/WEB-INF/lib directory, however, things ran correctly. Is this a setting somewhere within my tomcat config on eclipse perhaps? Or can someone point me in the right direction about this issue in general?
    Thanks in advance!

    Tomcat and Eclipse have different ideas of classpath.
    In Eclipse you set the classpath as part of the project properties: Java Build Path.
    Tomcat uses:
    - web-inf/classes directory
    - jar files in web-inf/lib
    - jar files in /shared/lib
    - jar files in /common/lib
    So in order to run on Tomcat, they need to be in the web-inf/lib directory.
    Cheers,
    evnafets

  • How to use both ojdbc14.jar and ojdbc6.jar in same weblogic domain(weblogic12C)

    Hi all,
    I 'm having issue of using both ojdbc14.jar and ojdbc6.jar in same weblogic application and same weblogic domain in weblogic 12C environment.
    how can i do that?
    i'm currently having application developed using jdk 1.6 and ojdbc6.jar, application developed using jdk 1.4 and ojdbc14.jar.both are currently installed at same domain.
    i want to use the both ojdbc14.jar and ojdbc6.jar in same domain.
    what i previously did was renaming /usr/weblogic/wls_server10.3.4/lib/ojdbc6.jar to /usr/weblogic/wls_server10.3.4/lib/ojdbc6.jar.bak and put ojdbc14.jar in the same path when i wanna use ojdbc14.jar.
    i haven't use both in same environment before, but to go live i wanna match about requirement.pls help.
    i know the way use this by having two domains, but in the same domain i could not find a solution yet.
    Please help

    Hey
    I have the similar requirement.. Did you managed to get an option of doing it? If yes, please provide some insights
    Thanks in Advance

  • Webutil.jar and jacob.jar in same archive ?

    Hi,
    When a user connects for the first time to a webutil configured Forms application, 2 popups show up and ask to accept the X509 certificate (because webutil.jar and jacob.jar are signed).
    Our customer wants to know if it's possible to show only one popup (to reduce enduser hassle).
    How can we do it ?
    Is it possible to package webutil and jacob in the same single archive, sign this archive and so have only one popup ?? Any other ideas ?
    Regards

    It's not impossible to find a solution, but then you are miles away from any support from the oracle hotline.
    Don't do that
    Gerd
    PS: Are your users inhouse. Is it possible, that you deploy the jar's via a Software Management System? That may help in this case

  • Weblogic.jws.Policies.class is missing in weblogic.jar and wlfullclient.jar

    Hi,
    I am trying to upgrade Weblogic from 9.1 to 10.3.2 or 10.3.3
    In Weblogic 9.1, our application used weblogic.jar in our classpath.
    After we installed Weblogic 10.3.3, the new weblogic.jar can be found in: <WLS_HOME>\wlserver_10.3\server\lib
    However, some class files are missing and we realized we need to manually generate wlfullclient.jar and use this jar file instead.
    Reference: http://download.oracle.com/docs/cd/E12840_01/wls/docs103/client/jarbuilder.html
    The problem is that in Weblogic 10.3.3, the following class files are missing inside weblogic.jar and wlfullclient.jar
    - import weblogic.jws.Policies
    - import weblogic.jws.Policy
    Hence, our application is getting an "The import weblogic.jws.Policies cannot be resolved" error in our code.
    I look inside both weblogic.jar and wlfullclient.jar, weblogic.jws.Policies and weblogic.jws.Policy cannot be found.
    This is not an issue in Weblogic 10.3.2. These two classes can be found in wlfullclient.jar
    Any idea where I can find these class files for Weblogic 10.3.3 or something we are doing is incorrectly?
    Thanks
    Toan

    Hi,
    This missing classes can be found inside the JAR : *"E:\bea10_3_3\wlserver_10.3\server\lib\wseeclient.jar"* As well as inside *"E:\bea10_3_3\wlserver_10.3\server\lib\wls-api.jar"*
    Thanks
    Jay SenSharma
    http://weblogic-wonders.com/weblogic/webservices/ (WebLogic Wonders Are Here)

Maybe you are looking for

  • Exporting and importing a field value from one screen to another in BSP

    Hi All, I am working on a BSP application which consists of multiple screens. I have to export the value corresponding to a value selected from a drop down and import it in another screen so that in the next screen values can be populated corrspondin

  • Reading/ Writing Socket in order

    Hi, I have a client / sever model which I'm finding very hard to implement, it is this way: I've got a server which clients connect to, every client can fire events in other clients, example: a client sends a file to be re-sent to other clients, othe

  • Can't set "mouse enter"

    I'm trying to set up form buttons for printing and saving that the user must click on to work (triggered by "mouse enter").  Though the "actions" are set to "mouse enter" when I use the form all I have to do is run the mouse over the label and the "p

  • Haley Office Rules

    I have downloaded the zip file V16120-01 to install Haley office rules After installing the set.up under folder V16120-01\setup ionly documentation got installed there is no install files\setup.exe i have downloaded the trail version why the install

  • What happened to my library?  HELP!!!!!!!

    Yesterday my iTunes was working fine. Today, when I try to play a song the exclamation point pops up next to it and it wants me to locate the song on my computer. I upgraded to 7.1.1 and now every song, all 3627 of them have that icon next to them. E