OVD and Local Store Adapter

Hi,
Are there any samples for setting up a local store adapter for Oracle Virtual Directory?
I have configured a local store adapter and when attempting to browse receive the message "Object Not Found". Obviously, the adapter isn't configured correctly.
I suspect my text file is incorrect, but I can't find any information about the format of this file.
Any help is most appreciated.
Thanks,
Ben

Hi Ben,
OVD is not creating root DN automatically. It means after creating Local Store Adapter, if you try to expand tree of root DN, it will say "No Such Object".
You need to create domain object using any ldap client as your root dn.
For example, if you have given rootDn as "dc=test,dc=com" in your local store adapter than
using any ldap client (like I use Jexplorer ), connect to OVD over 389
then first add a object which has objectclass = domain and dn= dc=com
and than under dc=com, add another object which will have objectclass=domain and dc= dc=test,dc=com
once you do this, you can add any other object and it will be store in local store adapter.
regards,
Nishidhdha

Similar Messages

  • ORACLE VIRTUAL DIRECTORY - Create Local Store Adapter

    Hi,
    I have some problem with the LSA creation.
    I follow this steps:
    *5.2 Creating a Local Store Adapter*
    Create Local Store Adapter dc=oracle,dc=com, as follows:
    *1.*
    Access Oracle Directory Services Manager, as described in "Accessing Oracle Directory Services Manager".
    *2.*
    Click the Adapter tab. On the Adapter page:
    *1.*
    Click the Create Adapter icon and choose Local Store Adapter.
    *2.*
    Enter the Adapter name LSA.
    *3.*
    Leave Template set to Default.
    *4.*
    Click Next.
    *3.*
    On the Settings page:
    *1.*
    Enter the Adapter Suffix/Namespace dc=oracle,dc=com.
    *2.*
    Enter data/localDB for Database File.
    *3.*
    Use the default values for the rest of the fields on the Settings page.
    *4.*
    Click Next.
    *4.*
    Review the summary page and click Finish if everything looks correct.
    Note:
    If, for some reason, you decide to delete the adapter and create a new one, use a different Adapter name and a different Database File name.
    *5.3 Adding Entries*
    Create an entry in the local store as follows:
    *1.*
    Using a text editor, create an LDIF file that looks like this:
    version: 1
    dn: dc=oracle,dc=com
    objectclass: top
    objectclass: domain
    dc: oracle
    *2.*
    Access Oracle Directory Services Manager, as described in "Accessing Oracle Directory Services Manager".
    *3.*
    Click the Data Browser tab.
    *4.*
    Highlight dc=oracle,dc=com under Client View.
    *5.*
    Click the Import LDIF icon.
    *6.*
    Browse to the LDIF file you created and click Open.
    When I try to import the ldif I have this error:
    __ldap_add: Object class violation (65)__
    - vde.log
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - Selected backend for:(Adapter#_OCTETSTRING_ROOT)
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - REQUEST dn= suffix=CN=Users,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - REQUEST dn= suffix=OU=Users,OU=pippo,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - REQUEST dn= suffix=OU=BaseOU,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - REQUEST dn= suffix=CN=Users,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - REQUEST dn= suffix=OU=ExternalUsers,OU=fiam,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - REQUEST dn= suffix=cn=Schema
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - Routing selected by filter for: Adapter#_OCTETSTRING_ROOT
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - setting backend com.octetstring.vde.backend.BackendRoot@676437
    2009-09-22 13:25:09,747 DEBUG - VDELogger.java - runGet has all attribs : false
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - Selected Default View for IP/DN: 127.0.0.1/cn=Admin
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=CN=Users,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=OU=Users,OU=pippo,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=OU=BaseOU,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=CN=Users,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=OU=ExternalUsers,OU=fiam,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=cn=Schema
    2009-09-22 13:25:10,982 INFO - VDELogger.java - Attempted ADD has NO target adapters: dc=oracle,dc=com
    2009-09-22 13:25:17,372 DEBUG - VDELogger.java - 'cn=Admin' Performed getServerInfo
    2009-09-22 13:25:17,825 DEBUG - VDELogger.java - 'cn=Admin' Performed getServerInfo
    2009-09-22 13:25:19,216 DEBUG - VDELogger.java - Reading schema for adapters
    2009-09-22 13:25:19,216 DEBUG - VDELogger.java - Edit version #     18
    2009-09-22 13:25:19,232 DEBUG - VDELogger.java - Schema version #     30
    2009-09-22 13:25:19,232 WARN - VDELogger.java - Server configuration version (303) does not match configuration schema version(30).
    2009-09-22 13:25:19,419 DEBUG - VDELogger.java - Reading schema for adapters
    2009-09-22 13:25:19,419 DEBUG - VDELogger.java - Edit version #     18
    2009-09-22 13:25:19,419 DEBUG - VDELogger.java - Schema version #     303
    2009-09-22 13:25:19,419 DEBUG - VDELogger.java - Reading schema for adapters
    2009-09-22 13:25:19,419 DEBUG - VDELogger.java - Edit version #     18
    2009-09-22 13:25:19,419 DEBUG - VDELogger.java - Schema version #     303
    2009-09-22 13:25:19,482 INFO - VDELogger.java - Provisioned adapters: [dc=oracle,dc=com
    2009-09-22 13:25:19,482 INFO - VDELogger.java - 'cn=Admin' Provisioned adapters: [dc=oracle,dc=com]
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Reading schema for adapters
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Edit version #     19
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Schema version #     303
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Reading schema for adapters
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Edit version #     19
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Schema version #     303
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Routing INCLUSION filter for #dc=oracle,dc=com filter=
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Routing EXCLUSION filter for #dc=oracle,dc=com filter=
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - !Routing levels for: !dc=oracle,dc=com = -1
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Routing PLUG-IN filter for #dc=oracle,dc=com filter=
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Routing Priority filter for #dc=oracle,dc=com value=50
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Routing criticality for #dc=oracle,dc=com value=true
    2009-09-22 13:25:19,951 DEBUG - VDELogger.java - [#dc=oracle,dc=com] Presence index: [sn, cn, description, seeAlso, objectclass, ou, uid, mail]
    2009-09-22 13:25:19,951 DEBUG - VDELogger.java - [#dc=oracle,dc=com] Exact index: []
    2009-09-22 13:25:19,951 DEBUG - VDELogger.java - [#dc=oracle,dc=com] Ordering index: [sn, cn, description, seeAlso, objectclass, ou, uid, mail]
    2009-09-22 13:25:19,951 DEBUG - VDELogger.java - [#dc=oracle,dc=com] Substring index: [sn, cn]
    2009-09-22 13:25:19,951 WARN - VDELogger.java - Allowing searches for unindexed attributes
    2009-09-22 13:25:19,966 INFO - VDELogger.java - [#dc=oracle,dc=com] Processing Outstanding Transactions
    2009-09-22 13:25:19,966 INFO - VDELogger.java - Truncating Transaction Log
    2009-09-22 13:25:20,966 INFO - VDELogger.java - [#dc=oracle,dc=com] Initializing Memory Indices
    2009-09-22 13:25:20,966 INFO - VDELogger.java - 'cn=Admin' Loaded Adapters : [dc=oracle,dc=com]
    2009-09-22 13:25:21,107 DEBUG - VDELogger.java - 'cn=Admin' Performed getServerInfo
    2009-09-22 13:25:25,279 DEBUG - VDELogger.java - Periodic tracking cycle running.
    2009-09-22 13:25:25,279 DEBUG - VDELogger.java - Current operations per connection (cn=Admin/10.68.3.154, 1/0).
    2009-09-22 13:25:25,279 DEBUG - VDELogger.java - Current operations per connection (cn=Admin/10.31.16.23, 1/0).
    2009-09-22 13:25:26,294 DEBUG - VDELogger.java - runGet has all attribs : false
    2009-09-22 13:25:26,294 DEBUG - VDELogger.java - Selected Default View for IP/DN: 127.0.0.1/cn=Admin
    2009-09-22 13:25:26,294 DEBUG - VDELogger.java - REQUEST dn= suffix=CN=Users,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:26,294 DEBUG - VDELogger.java - REQUEST dn= suffix=OU=Users,OU=pippo,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:26,294 DEBUG - VDELogger.java - REQUEST dn= suffix=OU=BaseOU,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:26,294 DEBUG - VDELogger.java - REQUEST dn= suffix=CN=Users,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - REQUEST dn= suffix=OU=ExternalUsers,OU=fiam,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - REQUEST dn= suffix=dc=oracle,dc=com
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - REQUEST dn= suffix=
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - SELECT dn= suffix=
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - Selected backend for:(Adapter#_OCTETSTRING_ROOT)
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - REQUEST dn= suffix=cn=Schema
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - Routing selected by filter for: Adapter#_OCTETSTRING_ROOT
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - setting backend com.octetstring.vde.backend.BackendRoot@676437
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - runGet has all attribs : false
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - Selected Default View for IP/DN: 127.0.0.1/cn=Admin
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=CN=Users,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=OU=Users,OU=pippo,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=OU=BaseOU,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=CN=Users,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=OU=ExternalUsers,OU=fiam,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=dc=oracle,dc=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - Routing selected by filter for: Adapter#dc=oracle,dc=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=cn=Schema
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - Checking Class: top
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - Checking Class: domain
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - Failure On : dc=oracle,dc=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - Failure On : objectclass: top
    objectclass: domain
    dc: oracle
    2009-09-22 13:25:30,779 ERROR - VDELogger.java - Failure On : dc=oracle,dc=com
    2009-09-22 13:25:30,779 ERROR - VDELogger.java - Failure On : duplicate value
    Can you help me?
    best regardes
    Alessandro

    Hi Saggu,
    You are absolutely right. It's working fine now. I need to know one more like performance.
    If i have three adapters in the adapter configuration, and 21 adapters in the adapter configuration.
    Which kind of configuration will help to improve the performance?
    Two Scenarios:
    1. Three Adapters
    2. 21 Adapters.
    Explanation:
    1. Adapters are mapped at Root DN level.
    Example: dc=company,dc=groups,dc=com
    2. Adapters are mapped to interior level.
    Example: ou=Firstgroup,o=initialemp,dc=company,dc=group,dc=com
    Based on the above two scenarios which mapping is the best regarding the performance level.
    Can you please suggest me on this performance issue.
    Thanks in Advance,
    Sandeep D

  • Oracle Virtual Directory - Local Store Adapter Creation

    Hi All,
    I had an Oracle Virtual Directory Server integrated with three different Active Directory Server.
    Active Directory1: ou=group1,dc=company,dc=com
    Active Directory2: ou=group2,dc=company,dc=com
    Active Directory3: ou=group3,dc=company,dc=com
    I had created three different LDAP Adapter for three Active Directory servers.
    LDAP Adapter_AD1 : ou=group1,dc=company,dc=com
    LDAP Adapter_AD2 : ou=group2,dc=company,dc=com
    LDAP Adapter_AD3 : ou=group3,dc=company,dc=com
    Now i had created a Local Store Adapter for all the three Adapters. During creation it is fine. Doesn't throwed any exception. But when i see the data from the Browser window, I was not able to navigate and check the data.
    Even Oracle Access Manager is not able to bind with user credentials.
    Solution needed very urgently. Please help
    Thanks in Advance,
    Sandeep D

    Hi Saggu,
    You are absolutely right. It's working fine now. I need to know one more like performance.
    If i have three adapters in the adapter configuration, and 21 adapters in the adapter configuration.
    Which kind of configuration will help to improve the performance?
    Two Scenarios:
    1. Three Adapters
    2. 21 Adapters.
    Explanation:
    1. Adapters are mapped at Root DN level.
    Example: dc=company,dc=groups,dc=com
    2. Adapters are mapped to interior level.
    Example: ou=Firstgroup,o=initialemp,dc=company,dc=group,dc=com
    Based on the above two scenarios which mapping is the best regarding the performance level.
    Can you please suggest me on this performance issue.
    Thanks in Advance,
    Sandeep D

  • Image select, resize and locally store (flex3 air example)

    Hi there,
    After a few days of struggling with images, resize functions
    and file dialog boxes I created a nice example application that
    shows how you can select an image, resize it and save the resized
    image in the application storing directory.
    I hope you can profit from it.
    Greets, jacob
    example code for flex 3 air.
    <?xml version="1.0" encoding="utf-8"?>
    <mx:WindowedApplication xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute">
    <mx:Script>
    <![CDATA[
    import mx.graphics.codec.PNGEncoder;
    public var imageFile:File;
    public var fileresultimage:Object;
    public var fileresultlabel:Object;
    // File.applicationStorageDirectory gets you to the local
    storage dir
    //On Windows, this is the "projectname" directory
    //(for example, C:\Documents and Settings\application
    data\projectname).
    // On Mac OS, it is /Users/userName/Documents.
    public var docsDir:File = File.applicationStorageDirectory;
    public function
    imageFileDialog(image:Object,label:Object):void
    fileresultimage=image;
    fileresultlabel=label;
    var imagesFilter:FileFilter =
    new FileFilter("Foto (*.jpg, *.gif, *.png)",
    "*.jpg;*.gif;*.png");
    if(imageFile==null)
    imageFile = new File();
    imageFile.addEventListener(Event.SELECT, imageSelected);
    imageFile.browseForOpen("Select an Image",[imagesFilter]);
    // if there is a file selected
    public function imageSelected(event:Event):void
    var newFile:File = event.target as File;
    //if there is a file object on the screen
    if(fileresultimage!=null)
    fileresultimage.source=imageFile.url;
    //if there is a label object on the screen
    if(fileresultlabel!=null)
    fileresultlabel.text=imageFile.url;
    if (newFile.exists==true)
    var loader:Loader = new Loader();
    loader.contentLoaderInfo.addEventListener(Event.COMPLETE,
    handleImageComplete);
    loader.load(new URLRequest(imageFile.url));
    // when load of the selected image is complete we save a
    smaller version of it.
    public function handleImageComplete(event:Event):void
    var loader:Loader = Loader(event.target.loader);
    // width and heigt of selected image
    var originalimgwidth:Number=event.target.width;
    var originalimgheight:Number=event.target.height;
    //put original image into bitmapdata
    var bitmapje:BitmapData;
    bitmapje=new BitmapData(originalimgwidth, originalimgheight,
    true, 0x00000000);
    //bitmapje.draw(loaderInfo.loader.content,null,null,null,null,true);//null
    object reference
    bitmapje.draw(loader.content,null,null,null,null,true);
    // call the resize function and give the original
    image,maxx,and maxy with it.
    var thumb:BitmapData=resizeimage(bitmapje,150,150);
    var newimagefile:File=new File();
    // T = Thumbnail
    // 1 = next id in the db
    // for now we use a random number
    var random:Number= Math.random();
    random = Math.ceil(random*100);// to get a positive number
    var filenameForSave:String="T"+random; //new filename;
    newimagefile=docsDir.resolvePath("Thumbs/" + filenameForSave
    + ".png"); //image path
    var stream:FileStream = new FileStream; // create new
    filestream
    stream.open(newimagefile, FileMode.WRITE); // open
    filestream
    var data:ByteArray = encodeToPng(thumb); // convert
    bitmapdata to a png bytearry
    stream.writeBytes(data, 0, data.length); // writing the
    image
    stream.close();
    // show the saved thumb
    savedthumb.source=newimagefile.nativePath;
    bitmapje=null;
    thumb=null;
    // resize function
    private function
    resizeimage(image:BitmapData,maxx:Number,maxy:Number):BitmapData
    var bmp:BitmapData =image;
    var true_width:Number = bmp.width;
    var true_height:Number = bmp.height;
    var resize:Boolean=false;
    if (true_width>maxx) resize=true;
    if (true_height>maxy) resize=true;
    if (resize==true)
    var width:Number=maxx;
    var height:Number = (width / true_width) * true_height;
    true_width=width;
    true_height=height;
    if (true_height>maxy)
    height=maxy;
    width = (height/true_height)*true_width;
    else
    width=true_width;
    height=true_height;
    else
    width=true_width;
    height=true_height;
    //new calculated width and heigt relative to the given maxx
    and maxy.
    width=Math.ceil(width);
    height=Math.ceil(height);
    //create a new image object with the calculated widht and
    height for the smaller image
    var mysmallimage:Image=new Image();
    mysmallimage.width=width;
    mysmallimage.height=height;
    //new matrix for smaller image
    var m : Matrix = new Matrix() ;
    //scale the matrix to the correct sizes.
    m.scale( mysmallimage.width / bmp.width, mysmallimage.height
    / bmp.height ) ;
    //draw the image into the image object
    mysmallimage.graphics.beginBitmapFill( bmp, m, false, true )
    mysmallimage.graphics.drawRect( 0, 0, mysmallimage.width,
    mysmallimage.height ) ;
    mysmallimage.graphics.endFill();
    //put the smaller image into bitmapdata so it can be
    returned.
    var littlebitmapdata:BitmapData=new
    BitmapData(mysmallimage.width,mysmallimage.height,true,0x00000000);
    littlebitmapdata.draw(mysmallimage);
    // set the temporary small image to null so the GC can
    remove it from the memmory.
    mysmallimage=null;
    bmp=null;
    //returning the small image.
    return littlebitmapdata;
    // encoder to png
    private function encodeToPng(bmd:BitmapData):ByteArray
    var png:PNGEncoder= new PNGEncoder();
    return png.encode(bmd);
    ]]>
    </mx:Script>
    <!--<mx:Image id="tempimage" x="404" y="36"
    complete="temploadcomplete()"/>-->
    <mx:Image id="myimg" x="10" y="55" width="314"
    height="227" verticalAlign="middle" horizontalAlign="center"/>
    <mx:TextInput id="imageurl" x="53" y="303" width="160"
    maxWidth="160"/>
    <mx:Button x="221" y="303" label="Bladeren"
    click="imageFileDialog(myimg,imageurl)"/>
    <mx:Image x="346" y="55" id="savedthumb"/>
    <mx:Text x="23" y="0" text="Original image with limit
    width and height to show it on the screen." height="47"
    width="177"/>
    <mx:Text x="346" y="0" text="Local stored thumbnail"/>
    </mx:WindowedApplication>
    To bad the attach code button still isn't fixed :(

    Hi there,
    Will you be able to provide the backend script for saving the
    file data?Will you be able to provide the backend script for saving
    the file data?
    This example is created for a desktop application. Saving the
    file is included in this example, it saves in the application
    storage directory.
    // File.applicationStorageDirectory gets you to the local
    storage dir
    //On Windows, this is the "projectname" directory
    //(for example, C:\Documents and Settings\application
    data\projectname).
    // On Mac OS, it is /Users/userName/Documents.
    If you attempt to use certain functionality in a website, you
    need other functionality for storing the image on the server. There
    are lots of examples on that one.. Perhaps i need it in the future.
    If i do i will post an example on the forum.
    Also, may I post your link to other forums, so that others may
    benefit?
    Sure you may post the example on other websites and forums.
    I found it difficult to find nice examples, so the more the
    better ;)
    Just put underneath the example something like:
    Created By: Jacob Hingst From Holland
    No copyright attached, so free for your use.

  • How to create local store adapters in bulk without using ODSM in OVD

    Hello,
    Our requirement is to create 62 local store adapters in OVD
    Hence, it can not be done using manual effort
    I have tried to do this using below approach:
    Create an ldif containing 62 groups
    Update adapters.os_xml to have the 62 nodes of "standard" per adapter
    restart OVD
    import ldif file in data browser in ODSM
    However, this approach is not working
    I am not able to search these groups in my configured OAM and getting "No profile configured for such kind of group" error in identity console of OAM (10g)
    Please help
    Thanks,
    Purva

    You cannot create a APPdomain without DNS manager. 
    You can install DNS role on a machine and update your sharepoint server's DNS to consume from this DNS server. APPdomain cannot work without DNS

  • I need to file a complaint against local store and sales people. How?

    I am a long time AT&T Customer.   I had heard many good things about Verizon so I went to the local store and signed up as a new customer.  I went in wanting a smartphone with 6 gb, unlimited text and minutes.  The salesman told me he had a better option for me, I signed up on a 2 year contract with a Samsung 5 phone and he told me a  separate device (hotspot) would serve me better.  I repeatedly asked the cost and he told me $2.40 a month.  I spent over 2+ hours in the store for this transaction.
    When I got home and started going through what was sold to me I saw charges that  I was not aware of. I had been told I would receive a form for a $50. rebate for the Samsung 5 which I wasn't given.  I then received a bill for $251.00.  I tried logging into my Verizon account and was told I was not the main account holder so I could not view my account.  I was very frustrated at this point.  I went back into the store to resolve all of these issues.  Another 2 hours and I found out that my phone only had 1gb on it and  the little box (hotspot) I had been sold had 5gb on it and I needed to carry it with me to be able to have access to data. I then found out that my account had been registered under the phone number for the hotspot - the salesman(the same one that sold me these items) worked on the store computer and said he fixed it,  I then asked about the large bill that I received. He looked it up and told me that I had been charged for 6gb on my phone and 6 gb on the hotspot. I wanted to return the hotspot box and he told me I would be charged a $35.00 restocking fee.  I am so frustrated with this salesman and this store.  I went home and returned today to talk to the manager. She also told me the same thing. 
    I went into the Verizon store to sign up for new service, buy a new phone with 6 GB on it with unlimited text and minutes.  That’s all. I do not want to carry a separate device around with me.
    Now I have a device I have no use for, a bill for $251.00 4 days after  I went into the store and  I cannot access my account because I’m not the main person.

    BrendanFella wrote:
    rcschnoor, excuse my confusion...
    What is the $2.40 a month charge and how is my contract of $50 cheaper? I certainly don't know what the $2.40/month charge is as I was not there when Linjin made the purchase and I made no mention that your contract was $50 cheaper.
    This brings up an interesting question. If Linjin was signing a 2 year contract on a Samsung 5 that has a hotspot why would the salesperson sell Linjin a seperate device? That would certainly depend on how Linjin explained how the device would be needed/used. I can certainly see where a separate device would be beneficial depending on the circumstances. For example, running the hotspot shortens the life of your phone's battery before it needs a recharge. If this is going to be a problem, a separate device would be beneficial. The battery life of a Samsung Galaxy S5 is not the most stellar and THAT could have been a consideration. I don't know, I wasn't there. Additionally the hotspot would be useless if you were on a call and not within a 4G signal. While voice/data can be used simultaneously on the Samsung Galaxy S5, I believe that is only when receiving a 4G signal. Again, I wasn't there and did not hear the requirements of the OP or how it was explained the device would be used.
    I do not see where Linjin states it was a pre-paid device I never stated that Linjin had a prepaid device. I simply stated with how YOU wanted to use a jetpack, YOU described it as being able to suspend and not pay for service whenever you didn't need service. THAT is the description of a PRE-PAID JETPACK. My post made NO reference to Linjin at all, I was simply commenting that the way YOU were wanting to use a jetpack that a pre-paid jetpack was what YOU should have gotten.
    If you reread the original post it basically taljks about what the customer was told by a Verizon Rep., How they were treated and was what they were told correct. I agree with that. Unfortunately, I was commenting on YOUR situation, not on the OP.

  • Slow System and cost to take to local store

    Hey All,
    My system has been running slow recently and I'm not sure why.  I was thinking of taking it to my local store but do they charge a huge fee to help?

    FaithPlatform wrote:
    I would recommend you use a Anti virus software to scan for any virus, is there is no luck with that, personally (I am saying this because it's what I would do) I would backup any/all important documents and run a fresh install of OS X Yosemite.
    Please, nobody follow this horribly bad advice!
    Malware is almost never the cause of performance issues on a Mac, while anti-virus software often is the cause. Further, if this one thing didn't help (which it wouldn't), it makes no sense whatsoever to jump straight to reinstalling the system! There are many other things that should be tried first, such as removing certain kinds of third-party software (anti-virus being one of the top candidates), checking for low RAM problems, checking for problems due to insufficient hard drive space, etc.
    Buckeyes1205, Apple's techs should be able to help you. If you're not able to get in to the Apple Store right away, though, you could download EtreCheck, run it and then post the report it generates here. That will give us more information about what's going on with your system, and we can give you some real suggestions for how to fix it.
    http://www.etresoft.com/etrecheck

  • I just want to share my experience or rather terrible experience with apple service.....I am soooo disappointed with the apple customer service at the local store in Tampa......every time they give u an appointment and make people wait for hours......ther

    I am soooo disappointed with the apple customer service at the local store in Tampa......every time they give u an appointment and make people wait for hours......there was some cosmetic problems with the screen of my Mac book pro....they replaced it but the computer would not turn on....and btw when I went to pick up my computer the representative handover my computer to another guy without checking his id who was there to pick up his phone.......then I had to take it back second time this time they messed up my iWork...I took it back but they couldn't retrieve my history of purchase of iWork...and then when I installed the iWork at home...none of the applications is working.... .I will have to take is back fourth time.....I loved apple products but may be not anymore.......

    Other than what Shotist007's remarks (which solves nothing) your experience is not common. First I would speak to the store manager to get things rectified for you. If that doesn't work out then I would contact AppleCare and speak to a customer service representative and complain via that venue.

  • I want to upgrade from OSX10.4 to snow leopard and can't find how to do it online. The local store won't do it.

    I want to upgrade from OSX 10.4.11 to snow leopard and the local store say to do it online and I can't find out how to.

    You will need to purchase the retail DVD for Snow Leopard (10.6) It should be available from the online Apple store.
    Stedman

  • I recently ordered a MacBook through a local store and I was wondering if I can track the shipment?

    I chose the ship to store option and was wondering if I can track the item. I see no tracking number on the email. If someone can let me know if you can track it that would be great.

    Hello Gonegreen510,
    Congratulations on your new MacBook purchase! I can imagine you’re very excited to get your hands on it as soon as possible, so it’s understandable that you’d want to know when it’s arriving.
    After pulling up your in-store purchase via your email address you supplied when registering for the forum, I found your computer is traveling from one of our warehouses to your local store. As such, it’s not arriving through our normal mail carrier options, and we’d be unable to provide you a tracking number.
    Having said that, it seems your purchase is currently on it’s on the way to our Oakland store. While I’ll keep an eye on your order for any potential updates, please know you should receive an email notifying you when it’s ready for pickup.
    Thank you for your continued patience,
    Alex|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Mail.app : locally store mails for a given period, leave the rest in gmail

    Hi all,
    My hard drive is filling up at the speed of light.
    In order to free some space, I have moved all music and videos on a NAS.
    I wish I could save some more space by leaving my older mails in the cloud, and just store locally in the mail app a given number of mails, or a given period, or a given space allocation.
    Is there a way to implement any of those solutions?
    Regards,
    Yann

    You are presumably using IMAP for gmail.  Have you seen the Mail > Preferences > Accounts > Gmail > Advanced setting choices for Keep copies of messages for offline viewing?
    All messages and their attachments
    All messages, but omit attachments
    Only messages I've read
    Don't keep copies of any messages
    The first choice is the default.  As long as you always have a good network connection, you could select the last choice.  This wouldn't not be as nice as a time-based setting.
    Keep in mind how cheap hard disks are.  I spent $60 for a 500GB 7200rpm drive for my old MacBook.

  • Must I purchase AppleCare from a local store?

    I have purchased an iMac and two iPhone 6 for more nearly two week. My sister own a MacBook Pro purchased some months ago. We are intended to expan the warranty by applying AppleCare to those products. The problem is that our local stores stated that they have no AppleCare available for iPhone. MacBook Pro and iMac can purchase AppleCare but it is not always available. I live in Vietnam.
    Could I buy AppleCare and apply it online by myself without a need to visit any local store? The estimated tax is calculated based on particular ZIP code. I am not sure that there is available ZIP code for any city in Vietnam. Could I enter ZIP code of LA or somrwhere else instead?
    Am I able to expand the warranty coverage of my iPhone in Vietnam? Any help is appreciated!

    You can purchase AppleCare anytime during the 1 year warranty period and may purchase it from any authorized reseller. You can normally get discounts by using trusted vendors such as Amazon, B&H Photo, LA Computer etc.. Sometimes it does pay to shop for the lowest price however it is not wise to purchase from places such as Ebay because sometimes you simply do not know if the AppleCare purchased there is genuine or not.

  • I'm a brand new Mac user. I want to send photos from Iphoto to my local store for printing, like I can do in Picasa. I can't find that option in Iphoto.

    I'm a brand new Mac user. I want to send photos from Iphoto to my local store for printing, like I can do in Picasa. I can't find that option in Iphoto. I do not want to order them through Itunes.

    I have not idea how you do it with Picasa but with iPhoto you either export the photos to a desktop folder and upload from there or burns that folder to CD - or from the upload window use the media browser in the lower left hand corner of the upload windows - media ==> photos ==> iPhoto
    For pictures see -  https://discussions.apple.com/thread/3547767?tstart=0
    LN

  • Custom Trust and Key Store

    Hello, I've successfully configured the Custom Trust and Key Store on one server (hosting OpenSSO,) but when I follow the exact same directions to configure the Custom Trust and Key Store on another server (hosting Identity Manager with OpenSSO policy agent) WebLogic pre-empts my configuration by loading the DemoTrust.jks and cacerts keystores. I think the issue is introduced because the OpenSSO policy agent requires an Authentication Provider (Agent_Authenticator, com.sun.identity.agents.weblogic.v10.AmWLAuthProvider) that is loaded before the WebLogic domain's config/config.xml file, which contains the Custom Trust and Key Store entities.
    Thanks.
    A part of the log file showing that these two stores are loaded before the custom identity and trust stores are loaded:
    Note JAVA_OPTIONS has -verbose:class and -Dssl.debug=true set
    <Jan 26, 2010 4:00:26 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Ignoring not supported JCE KeyAgreement: SunPKCS11-Solaris version 1.6 for algorithm DiffieHellman>
    <Jan 26, 2010 4:00:26 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Will use default KeyAgreement for algorithm DiffieHellman>
    [Loaded com.certicom.ecc.scheme.DH from file:/opt/bea/wlserver_10.3/server/lib/EccpressoCore.jar]
    <Jan 26, 2010 4:00:26 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Will use default KeyAgreement for algorithm ECDH>
    [Loaded com.certicom.ecc.scheme.KeyAgreement from file:/opt/bea/wlserver_10.3/server/lib/EccpressoCore.jar]
    [Loaded com.certicom.ecc.scheme.ECDH from file:/opt/bea/wlserver_10.3/server/lib/EccpressoCore.jar]
    [Loaded com.certicom.ecc.scheme.KDF from file:/opt/bea/wlserver_10.3/server/lib/EccpressoCore.jar]
    [Loaded com.certicom.tls.provider.Cipher from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.provider.cipher.NullCipher from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.provider.cipher.ECCpresso_RC4 from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.provider.cipher.des.ECCpresso_DESCBCNoPad from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.provider.cipher.ECCpresso_AESCBCNoPad from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.provider.cipher.JSAFE_RSA from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.provider.cipher.ECCpresso_RSACipher from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded weblogic.jce.WLCipher from file:/opt/bea/wlserver_10.3/server/lib/wlcipher.jar]
    [Loaded sun.security.pkcs11.P11Cipher from file:/usr/jdk/instances/jdk1.6.0/jre/lib/ext/sunpkcs11.jar]
    [Loaded sun.security.pkcs11.P11Cipher$Padding from file:/usr/jdk/instances/jdk1.6.0/jre/lib/ext/sunpkcs11.jar]
    <Jan 26, 2010 4:00:26 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Ignoring not supported JCE Cipher: SunPKCS11-Solaris version 1.6 for algorithm DESede/CBC/NoPadding>
    <Jan 26, 2010 4:00:26 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Will use default Cipher for algorithm DESede>
    [Loaded com.certicom.ecc.scheme.DES from file:/opt/bea/wlserver_10.3/server/lib/EccpressoCore.jar]
    <Jan 26, 2010 4:00:26 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Ignoring not supported JCE Cipher: SunPKCS11-Solaris version 1.6 for algorithm DES/CBC/NoPadding>
    <Jan 26, 2010 4:00:26 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Will use default Cipher for algorithm DES>
    <Jan 26, 2010 4:00:26 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Ignoring not supported JCE Cipher: SunPKCS11-Solaris version 1.6 for algorithm AES/CBC/NoPadding>
    <Jan 26, 2010 4:00:26 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Will use default Cipher for algorithm AES>
    [Loaded com.certicom.ecc.scheme.AES from file:/opt/bea/wlserver_10.3/server/lib/EccpressoCore.jar]
    <Jan 26, 2010 4:00:26 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Ignoring not supported JCE Cipher: SunPKCS11-Solaris version 1.6 for algorithm RC4>
    <Jan 26, 2010 4:00:26 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Will use default Cipher for algorithm RC4>
    [Loaded com.certicom.ecc.scheme.ARC4 from file:/opt/bea/wlserver_10.3/server/lib/EccpressoCore.jar]
    [Loaded com.sun.crypto.provider.RSACipher from file:/usr/jdk/instances/jdk1.6.0/jre/lib/ext/sunjce_provider.jar]
    [Loaded javax.crypto.spec.PSource from /usr/jdk/instances/jdk1.6.0/jre/lib/jce.jar]
    [Loaded javax.crypto.spec.PSource$PSpecified from /usr/jdk/instances/jdk1.6.0/jre/lib/jce.jar]
    <Jan 26, 2010 4:00:26 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Using JCE Cipher: SunJCE version 1.6 for algorithm RSA>
    [Loaded java.util.regex.Pattern$BranchConn from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded java.util.regex.Pattern$Branch from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    <Jan 26, 2010 4:00:26 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Using JCE Cipher: SunJCE version 1.6 for algorithm RSA/ECB/NoPadding>
    [Loaded com.certicom.tls.interfaceimpl.CertificateSupport from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded java.security.cert.CertificateParsingException from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded java.security.cert.CertificateNotYetValidException from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded java.security.cert.CertificateExpiredException from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded com.certicom.security.cert.internal.x509.X509V3CertImpl from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.provider.KeyFactory from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.net.ssl.TrustManager from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.net.ssl.impl.TrustManagerImpl from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.interfaceimpl.SessionDBImpl from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    <Jan 26, 2010 4:00:26 PM EST> <Debug> <SecuritySSL> <BEA-000000> <SSL Session TTL :90000>
    [Loaded com.certicom.tls.interfaceimpl.ProtocolVersions from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.interfaceimpl.ProtocolVersion from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded weblogic.security.utils.SSLTrustValidator from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded java.security.cert.CertificateEncodingException from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded weblogic.security.SSL.CertPathTrustManager from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded weblogic.security.utils.SSLWLSHostnameVerifier from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded weblogic.security.utils.SSLWLSHostnameVerifier$NullHostnameVerifier from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded weblogic.security.utils.SSLWLSHostnameVerifier$DefaultHostnameVerifier from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    <Jan 26, 2010 4:00:26 PM EST> <Debug> <SecuritySSL> <BEA-000000> <DefaultHostnameVerifier: allowReverseDNS=false>
    <Jan 26, 2010 4:00:26 PM EST> <Debug> <SecuritySSL> <BEA-000000> <SSLSetup: loading trusted CA certificates>
    <Jan 26, 2010 4:00:26 PM EST> <Debug> <SecuritySSL> <BEA-000000> <SSLSetup: using pre-mbean command line configuration for SSL trust>
    [Loaded weblogic.security.utils.KeyStoreConfigurationHelper from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded weblogic.security.utils.PreMBeanKeyStoreConfiguration from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded weblogic.security.utils.KeyStoreInfo from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded weblogic.security.utils.KeyStoreConstants from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded weblogic.security.utils.SSLContextManager from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    <Jan 26, 2010 4:00:26 PM EST> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /opt/bea/wlserver_10.3/server/lib/DemoTrust.jks.>
    [Loaded weblogic.jndi.ClientEnvironment from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded weblogic.jndi.Environment from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded weblogic.security.utils.KeyStoreUtils from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded java.security.KeyStoreSpi from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded sun.security.provider.JavaKeyStore from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded sun.security.provider.JavaKeyStore$JKS from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded java.security.DigestInputStream from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded sun.security.provider.JavaKeyStore$TrustedCertEntry from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded weblogic.security.utils.SSLCertUtility from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded javax.security.cert.CertificateException from /usr/jdk/instances/jdk1.6.0/jre/lib/jsse.jar]
    [Loaded javax.security.cert.CertificateEncodingException from /usr/jdk/instances/jdk1.6.0/jre/lib/jsse.jar]
    [Loaded javax.net.ssl.SSLException from /usr/jdk/instances/jdk1.6.0/jre/lib/jsse.jar]
    [Loaded javax.net.ssl.SSLPeerUnverifiedException from /usr/jdk/instances/jdk1.6.0/jre/lib/jsse.jar]
    <Jan 26, 2010 4:00:26 PM EST> <Debug> <SecuritySSL> <BEA-000000> <SSLContextManager: loaded 5 trusted CAs from /opt/bea/wlserver_10.3/server/lib/DemoTrust.jks>
    <Jan 26, 2010 4:00:26 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Subject: CN=CACERT, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US; Issuer: CN=CACERT, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US>
    ... The Certs ....
    <Jan 26, 2010 4:00:26 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Subject: CN=CertGenCAB, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US; Issuer: CN=CertGenCAB, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US>
    <Jan 26, 2010 4:00:26 PM EST> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /usr/jdk/instances/jdk1.6.0/jre/lib/security/cacerts.>
    [Loaded sun.security.x509.CRLDistributionPointsExtension from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded sun.security.x509.DistributionPoint from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded sun.security.x509.URIName from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded sun.security.x509.DNSName from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded sun.security.x509.CertificatePoliciesExtension from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded sun.security.x509.PolicyInformation from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded sun.security.x509.CertificatePolicyId from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded java.security.cert.PolicyQualifierInfo from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded sun.security.x509.PrivateKeyUsageExtension from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded sun.reflect.GeneratedConstructorAccessor9 from __JVM_DefineClass__]
    [Loaded sun.reflect.GeneratedConstructorAccessor10 from __JVM_DefineClass__]
    [Loaded sun.security.x509.ExtendedKeyUsageExtension from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded sun.reflect.GeneratedConstructorAccessor11 from __JVM_DefineClass__]
    [Loaded sun.reflect.GeneratedConstructorAccessor12 from __JVM_DefineClass__]
    [Loaded sun.security.x509.IssuerAlternativeNameExtension from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded sun.security.x509.AuthorityInfoAccessExtension from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded sun.security.x509.AccessDescription from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    <Jan 26, 2010 4:00:27 PM EST> <Debug> <SecuritySSL> <BEA-000000> <SSLContextManager: loaded 76 trusted CAs from /usr/jdk/instances/jdk1.6.0/jre/lib/security/cacerts>
    ... The 76 Certs ...
    [Loaded sun.nio.cs.ISO_8859_1$Decoder from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    <Jan 26, 2010 4:00:27 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Subject: OU=VeriSign Trust Network, OU="(c) 1998 VeriSign, Inc. - For authorized use only", OU=Class 1 Public Primary Certification Authority - G2, O="VeriSign, Inc.", C=US; Issuer: OU=VeriSign Trust Network, OU="(c) 1998 VeriSign, Inc. - For authorized use only", OU=Class 1 Public Primary Certification Authority - G2, O="VeriSign, Inc.", C=US>
    [Loaded com.certicom.security.asn1.ASN1ParsingException from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.ASN1Type from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.ASN1Structured from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.ASN1Sequence from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.ASN1SequenceOf from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.pkix.Extensions from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.pkix.SubjectPublicKeyInfo from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.ASN1InputStream from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.pkix.Certificate from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.ASN1EncodingException from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.ASN1OutputStream from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.pkix.TBSCertificate from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.ASN1Tag from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.ASN1Primitive from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.ASN1Integer from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.pkix.AlgorithmIdentifier from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.ASN1Null from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.pkcs.pkcs1.DSSParams from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.ASN1OID from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.pkcs.pkcs5.PBEParameter from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.ASN1Choice from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.pkix.Name from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.pkix.RDNSequence from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.pkix.AttributeTypeAndValue from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.ASN1SetOf from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.pkix.RelativeDistinguishedName from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.ASN1String from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.ASN1SimpleString from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.ASN1PrintableString from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.ASN1TeletextString from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.ASN1IA5String from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.UTF8String from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.ASN1BMPString from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.pkix.Validity from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.pkix.Time from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.ASN1BitString from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.DERInputStream from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.DERDefiniteLengthInputStream from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.ASN1Time from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.ASN1Set from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.ASN1OctetString from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.ASN1Boolean from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.DERInputStream$Header from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.ASN1UTCTime from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.pkix.Extension from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.DEROutputStream from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.DERByteArrayOutputStream from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.security.asn1.DEROutputSizer from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.provider.kf.ECCpresso_ECKeyFactory from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.provider.kf.JSAFE_RSAKeyFactory from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.provider.kf.ECCpresso_RSAKeyFactory from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.provider.kf.DSAKeyFactory from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded sun.reflect.GeneratedConstructorAccessor13 from __JVM_DefineClass__]
    [Loaded sun.reflect.GeneratedConstructorAccessor14 from __JVM_DefineClass__]
    [Loaded sun.reflect.GeneratedConstructorAccessor15 from __JVM_DefineClass__]
    [Loaded com.certicom.locale.Resources from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.locale.jSSLPlusResources from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.locale.jSSLPlusResources_en from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.bea.logging.ThrowableWrapper from file:/opt/bea/modules/com.bea.core.logging_1.4.0.0.jar]
    [Loaded weblogic.logging.ThrowableInfo from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    <Jan 26, 2010 4:00:27 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Failure loading trusted CA list
    java.security.cert.CertificateParsingException: PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11
         at com.certicom.security.cert.internal.x509.X509V3CertImpl.<init>(Unknown Source)
         at com.certicom.tls.interfaceimpl.CertificateSupport.addTrustedCertificate(Unknown Source)
         at com.certicom.net.ssl.SSLContext.addTrustedCertificate(Unknown Source)
         at com.bea.sslplus.CerticomSSLContext.addTrustedCA(Unknown Source)
         at weblogic.security.utils.SSLContextWrapper.addTrustedCA(SSLContextWrapper.java:62)
         at weblogic.security.utils.SSLSetup.getSSLContext(SSLSetup.java:320)
         at weblogic.security.SSL.SSLClientInfo.getSSLSocketFactory(SSLClientInfo.java:101)
         at weblogic.security.SSL.SSLSocketFactory.setSSLClientInfo(SSLSocketFactory.java:218)
         at weblogic.security.SSL.SSLSocketFactory.<init>(SSLSocketFactory.java:36)
         at weblogic.security.SSL.SSLSocketFactory.getInstance(SSLSocketFactory.java:68)
         at weblogic.net.http.HttpsClient.New(HttpsClient.java:561)
         at weblogic.net.http.HttpsURLConnection.connect(HttpsURLConnection.java:242)
         at weblogic.net.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:237)
         at com.iplanet.services.comm.client.PLLClient.send(PLLClient.java:191)
         at com.iplanet.services.comm.client.PLLClient.send(PLLClient.java:93)
         at com.iplanet.services.naming.WebtopNaming.getNamingTable(WebtopNaming.java:1038)
         at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:1074)
         at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:991)
         at com.iplanet.services.naming.WebtopNaming.access$000(WebtopNaming.java:74)
         at com.iplanet.services.naming.WebtopNaming$SiteMonitor.<clinit>(WebtopNaming.java:1386)
         at com.iplanet.services.comm.client.PLLClient.send(PLLClient.java:145)
         at com.iplanet.services.comm.client.PLLClient.send(PLLClient.java:93)
         at com.iplanet.services.naming.WebtopNaming.getNamingTable(WebtopNaming.java:1038)
         at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:1074)
         at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:991)
         at com.iplanet.services.naming.WebtopNaming.getServiceAllURLs(WebtopNaming.java:466)
         at com.sun.identity.authentication.AuthContext.login(AuthContext.java:575)
         at com.sun.identity.authentication.AuthContext.login(AuthContext.java:521)
         at com.sun.identity.authentication.AuthContext.login(AuthContext.java:381)
         at com.sun.identity.agents.common.ApplicationSSOTokenProvider.getApplicationSSOToken(ApplicationSSOTokenProvider.java:63)
         at com.sun.identity.agents.arch.AgentConfiguration.setAppSSOToken(AgentConfiguration.java:541)
         at com.sun.identity.agents.arch.AgentConfiguration.bootStrapClientConfiguration(AgentConfiguration.java:646)
         at com.sun.identity.agents.arch.AgentConfiguration.initializeConfiguration(AgentConfiguration.java:1054)
         at com.sun.identity.agents.arch.AgentConfiguration.<clinit>(AgentConfiguration.java:1498)
         at com.sun.identity.agents.arch.Manager.<clinit>(Manager.java:643)
         at com.sun.identity.agents.weblogic.v10.AmWLAuthProvider.initialize(AmWLAuthProvider.java:57)
         at com.bea.common.security.internal.legacy.service.SecurityProviderImpl.init(SecurityProviderImpl.java:65)
         at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:363)
         at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:315)
         at com.bea.common.engine.internal.ServiceEngineImpl.lookupService(ServiceEngineImpl.java:257)
         at com.bea.common.engine.internal.ServicesImpl.getService(ServicesImpl.java:72)
         at weblogic.security.service.internal.WLSIdentityServiceImpl.initialize(Unknown Source)
         at weblogic.security.service.CSSWLSDelegateImpl.initializeServiceEngine(Unknown Source)
         at weblogic.security.service.CSSWLSDelegateImpl.initialize(Unknown Source)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.InitializeServiceEngine(Unknown Source)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(Unknown Source)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(Unknown Source)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealms(Unknown Source)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(Unknown Source)
         at weblogic.security.service.SecurityServiceManager.initialize(Unknown Source)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    [Loaded javax.net.ssl.impl.SSLSocketImpl from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded java.net.SocksConsts from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded java.net.PlainSocketImpl from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded java.net.SocksSocketImpl from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded java.net.SocksSocketImpl$5 from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded java.net.ProxySelector from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded sun.net.spi.DefaultProxySelector from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded sun.net.spi.DefaultProxySelector$1 from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded sun.net.NetProperties from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded sun.net.NetProperties$1 from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded sun.net.spi.DefaultProxySelector$3 from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded java.net.Socket$2 from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded java.net.SocketInputStream from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded java.net.Socket$3 from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded java.net.SocketOutputStream from /usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar]
    [Loaded javax.net.ssl.impl.StringID from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.event.HandshakeWouldBlockException from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded javax.net.ssl.SSLProtocolException from /usr/jdk/instances/jdk1.6.0/jre/lib/jsse.jar]
    [Loaded javax.net.ssl.SSLHandshakeException from /usr/jdk/instances/jdk1.6.0/jre/lib/jsse.jar]
    [Loaded javax.net.ssl.SSLKeyException from /usr/jdk/instances/jdk1.6.0/jre/lib/jsse.jar]
    [Loaded com.certicom.tls.record.Message from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.io.InputSSLIO from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.io.OutputSSLIO from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.bea.sslplus.TwoWaySSLHandshakeStageSocketException from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.TLSSession from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.io.OutputSSLIOStreamWrapper from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.io.InputSSLIOStreamWrapper from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.io.InputSSLIOStream from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.io.OutputSSLIOStream from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.record.alert.AlertHandler from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.record.handshake.HandshakeHandler from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.record.alert.Alert from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.record.handshake.HandshakeInputBuffer from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.interfaceimpl.TLSSessionImpl from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.record.CryptoRecordState from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.record.handshake.HandshakeTypes from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.record.handshake.HandshakeState from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.record.handshake.ClientStateSentHello from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.record.handshake.HandshakeMessage from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.record.handshake.MessageSSL2Error from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.record.handshake.MessageClientHelloVersion2 from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.record.handshake.MessageClientHello from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.interfaceimpl.SessionID from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.record.handshake.ServerStateNoHandshake from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.record.handshake.ClientStateNoHandshake from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.record.WriteHandler from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.record.MessageEncryptor from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.record.MessageFragmentor from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.record.ReadHandler from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded com.certicom.tls.record.MessageInterpreter from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded weblogic.security.utils.SSLIOContext from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded weblogic.socket.SSLFilter from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    [Loaded weblogic.utils.collections.PartitionedStackPool from file:/opt/bea/modules/com.bea.core.utils_1.4.0.0.jar]
    <Jan 26, 2010 4:00:27 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Filtering JSSE SSLSocket>
    [Loaded weblogic.security.utils.SSLIOContextTable from file:/opt/bea/wlserver_10.3/server/lib/weblogic.jar]
    <Jan 26, 2010 4:00:27 PM EST> <Debug> <SecuritySSL> <BEA-000000> <SSLIOContextTable.addContext(ctx): 16880245>
    <Jan 26, 2010 4:00:27 PM EST> <Debug> <SecuritySSL> <BEA-000000> <SSLSocket will be Muxing>
    Edited by: user585541 on Jan 26, 2010 1:23 PM
    Edited by: user585541 on Jan 26, 2010 1:29 PM

    Faisal Khan wrote:
    <BEA-000000> <Failure loading trusted CA list
    java.security.cert.CertificateParsingException: PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11
    at com.certicom.security.cert.internal.x509.X509V3CertImpl.<init>(Unknown Source)
    The root problem is the Certicom SSL does not support SHA256 algorithm, which is required with the trusted certificates of “ttelesecglobalrootclass2ca" and "ttelesecglobalrootclass3ca"
    A fix is included in JDK 1.6.0_13 wherein WLS just ignores these certificates.
    You can get more information on the fix for Oracle Support
    You can delete these certificates yourself using the keytool utility..Thank you. I removed them all, but WebLogic still loads the Demo and JDK keystores and not the custom keystores before loading the security realm.
    Is there a way to specify the KeyStores for the security realm?
    I've provided the following to the JVM but to no avail:
    -Djavax.net.ssl.keyStore=/export/home/weblogic/keystore/keystore.jks -Djavax.net.ssl.keyStoreType=jks -Djavax.net.ssl.keyStore
    Password=***** -Djavax.net.ssl.trustStore=/export/home/weblogic/keystore/keystore.jks -Djavax.net.ssl.trustStoreType=jks -Dj
    avax.net.ssl.trsustStorePassword=*****

Maybe you are looking for

  • Need help on Workflow  of QM template  WS24500047

    i Everybody....... I need some help in using the QM Notifications workflow My requirement is I have to do some addition changes to the Standard Work flow template WS24500047 of QM Notification Functionality already exit: currently this workflow templ

  • How can I find a device I can't see?

    Hi Guys, I bought a cheap little digital video camera ($50 - I can't afford an expensive one). It doesn't support Mac so I have to come to you for help. I made some videos and uploaded them to iPhoto. There were some I didn't like so I deleted them,

  • Nodemanager ssl handshake wls9.2

    I started Adminserver and Nodemanager manually. When I try to see the Nodemanager status in the adminconsole I get: I/O error while reading domain directory: java.io.FileNotFoundException: Domain directory 'C:\win32app\bea\weblogic92\common\nodemanag

  • Detecting Data has left serial buffer

    I'm developing a vi using Labview 5.1 to control an RS 485 network where the PC running labview or a built application polls a series or devices which then reply. I'm using In Port to check when the vi has finished transmitting and this works on the

  • Custom 4-5-4 Calender for DatePicker

    Hi, ADF 11g Version: 11.1.1.7.0 Question: We need to customize the calender displayed by the datepicker. We need to be able to render the 4-5-4 calender (this is a specific calender used mainly in retail industry). What we want to control is the rang