Package IDM 7.0

Hi all
someone has the package Identity Manager (7.0) sun java system for download ???
I need do a upgrade from version 7.0 to 7.1 but I Not this package (7.0)
Thanks

Hi,
I assume you are using http://docs.oracle.com/cd/E29542_01/install.1111/e12002/oid.htm#CIHHFIGC URL.
Can you please check whether OID is running or not using :
$ORACLE_INSTANCE/bin/opmnctl status -l command ?
If its running, then you can access it using ldapbrowser as well.
cn=orcladmin and password.
Default ports are:
URL or Port
Default Value
Oracle Directory Services Manager (ODSM)
http://host:7005/odsm
Oracle Enterprise Manager Fusion Middleware Control
http://host:7001/em/
Oracle WebLogic Server Administrative Console
http://host:7001/console/
Oracle Internet Directory LDAP
3060
Oracle Internet Directory LDAPS
3131
~J

Similar Messages

  • Where is the .jar file that contain this package oracle.security.idm

    Dear Everybody
    Could you tell me where is the .jar file that contain this package
    oracle.security.idm
    Thanks for your help

    Hi,
    check jdeveloper_home\jdeveloper_10133_<version>\jlib\identitystore.jar
    Frank

  • IDM dependencies on free packages on Solaris

    Is there anyway to find if IDM has any dependency on free packages shipped with Solaris9?
    to name a few:
    SFWaalib
    SFWaconf
    SFWafio
    SFWamake
    SFWamnda
    SFWbdb
    SFWbison
    SFWbrl
    we would like to get rid of them in the prod server.
    Thanks.

    Do you use SSL between IDM and OpenSSO?. You might want to check the Server and CA certificates. Check whether the CAs are same between these two boxes

  • Multiple EARs packaging the same resource adapter -- Weblogic Application S

    Hello,
    I had a question regarding JNDI and deploying multiple applications (EAR's) which package the same resource adapter running on Webloigc Application Server 9.1. I have an EAR file, ear1, which contains a resource adapter with connection factory with JNDI name say 'xyz' specified in the weblogic-ra.xml file. I have another EAR file, ear2, which again packages the same resource adapter with the same connection factory with JNDI name 'xyz'. Upon activating the 2nd EAR file, I get an exception 'javax.naming.NoPermissionException: A Resource Adapter may only be accessed from within the same application from which it was deployed.', as seen below:
    <May 8, 2006 10:29:27 AM PDT> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating distribute task for application 'JMS2JMS_eInsightweblogic2'.>
    <May 8, 2006 10:29:27 AM PDT> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: java.lang.AssertionError: Internal Error occurred, Assertion Failed: No Initial Context for Jndi: javax.naming.NoPermissionException: A Resource Adapter may only be accessed from within the same application from which it was deployed.
    at weblogic.connector.deploy.ConnectorModule.prepare(ConnectorModule.java:217)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:90)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:318)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:53)
    Truncated. see log file for complete stacktrace
    javax.naming.NoPermissionException: A Resource Adapter may only be accessed from within the same application from which it was deployed.
    at weblogic.connector.outbound.RAOutboundManager.getConnectionFactory(RAOutboundManager.java:721)
    at weblogic.connector.deploy.JNDIHandler.getConnectionFactory(JNDIHandler.java:1017)
    at weblogic.connector.deploy.JNDIHandler.lookupObject(JNDIHandler.java:871)
    at weblogic.connector.deploy.JNDIHandler.getObjectInstance(JNDIHandler.java:845)
    at javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:304)
    Truncated. see log file for complete stacktrace
    It seems like the 2nd EAR is trying to go across and lookup the connection factory from the 1st EAR. Does weblogic bind the RA's connection factory jndi name in the global jndi and is not specific to each EAR? Is there some flag or switch I can turn on to make the JNDI specific to each EAR?
    My weblogic deployment descriptor for the ra looks like the following:
    <weblogic-connector xmlns="http://www.bea.com/ns/weblogic/90"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.bea.com/ns/weblogic/90
    http://www.bea.com/ns/weblogic/90/weblogic-ra.xsd">
    <jndi-name>JMS2JMS_eInsightDeployment4_stcbpelra</jndi-name>
    <enable-access-outside-app>false</enable-access-outside-app>
    <enable-global-access-to-classes>false</enable-global-access-to-classes>
    <outbound-resource-adapter>
    <connection-definition-group>
    <connection-factory-interface>javax.resource.cci.ConnectionFactory</connection-factory-interface>
    <connection-instance>
              <b><jndi-name>BPELConnectionFactory</jndi-name></b>
              <connection-properties>
              <pool-params>
              <initial-capacity>0</initial-capacity>
              <max-capacity>10000</max-capacity>
              <capacity-increment>1</capacity-increment>
              <shrinking-enabled>true</shrinking-enabled>
              <shrink-frequency-seconds>60</shrink-frequency-seconds>
              <match-connections-supported>false</match-connections-supported>
              </pool-params>
              <properties>
                   <property>
                        <name>BPELConnectionFactory</name>
                        <value>BPELConnectionFactory</value>
                   </property>
              </properties>
              </connection-properties>
         </connection-instance>
    </connection-definition-group>
    </outbound-resource-adapter>
    </weblogic-connector>

    Thanks for the reply... in my case this would be done by the active synch process so no GUI form is required. I will be getting a list of application ID for the user by LDAP AS. One i get it i will have to parse it and get the list of application user id. I am passing those ID;s to a workflow where I am forming the resource name as you mentioned
    for example:
    If i get user1#user2#user3 from AS i am separating them based on # using split and getting 3 different user id;s
    now i am forming a string with the resource name and passing it to the sub process in which i am checking out the user object, setting the user attributes and checking in the new view.
    user1#LDAP
    user2#LDAP|1
    user3#LDAP|2
    Problem ; When i run this user1 is getting created in LDAP but user2 and user3 are not. There entry is getting created in IDM.
    When I open the IDM object I get a yellow triangle (warning) and if I open the user object and hit save button IDM creates the user account on the LDAP.
    any help for further solving this problem would be appreciated.
    Regards,

  • Error in SSO between Portal and IDM

    Hi All,
    In my scenario i need to configure the IDM workflow in portal and do SSO between them. I followed the steps given in IDM-Workflow installation document and did following things.
    1. Uploaded the par file available in IDM installation kit in to portal.
    2. Imported the Portal Content package (epa file) in to portal.I got the role Identity Center in my masthead.
    3. Created System as said in the document.
    4. Completed the necessary steps for transporting certificate between them.
    But when click on the role 'Identy Center' or do preview of any iViews of IDM i am getting the following error.
    Portal runtime error.
    An exception occurred while processing your request. Send the exception ID to your portal administrator.
    Exception ID: 05:58_06/12/08_0860_1657450
    Refer to the log file for details about this exception.
    Here is my default trace log for that exception id.
    #1.5 #0019BBDC2B650079000000440000161C00045D5E6D4D111F#1228560048914#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#tventhan#24261##n/a##e764b200c37c11ddca800019bbdc2b65#SAPEngine_Application_Thread[impl:3]_16##0#0#Error#1#/System/Server#Java###Exception ID: 05:58_06/12/08_0860_1657450
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : pcd:portal_content/com.sap.idm/iviews/workflow/com.sap.idm.workflow.home_overview
    Component class : com.sapportals.portal.sapapplication.SAPApplicationIntegratorComponent
    User : xxxxx
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:973)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Unable to parse template &\#39;&lt;System.protocol&gt;://&lt;System.hostname&gt;/&lt;System.appcontext&gt;/welcome.php?SAPIDStore=&lt;System.idstore&gt;&amp;wf_portal=1&\#39;; the problem occured at position 38. Cannot process expression &lt;System.appcontext&gt; because Invalid System Attribute:
    System:    &amp;\#39;SAP_LocalSystem&amp;\#39;,
    Attribute: &amp;\#39;appcontext&amp;\#39;.
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass(AbstractIntegratorComponent.java:123)
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.doPreview(AbstractPortalComponent.java:240)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:168)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         ... 29 more
    Please help me to get rid of this issue.
    Thanks & Regards,
    Tamil K

    Hi Tamil,
    Please have a look in your log
    Exception in SAP Application Integrator occured: Unable to parse template &\#39;<System.protocol>://<System.hostname>/<System.appcontext>/welcome.php?SAPIDStore=<System.idstore>&wf_portal=1&\#39;; the problem occured at position 38. Cannot process expression <System.appcontext> because Invalid System
    Please check the above values in system properties which are in bold
    regards
    Anand.M

  • Encountering Error while deploying IDM 8.1 on jboss4.2.0GA

    Hello,
    We are trying to install IdM 8.1 on Jboss. The installation part (setting up repository and installing IdM) worked fine.
    But when we try starting the jboss, we are encountering the below errors -
    15:37:33,097 ERROR [BaseModelMBean] Exception invoking method addChild
    org.apache.commons.logging.LogConfigurationException: User-specified log class 'com.sun.idm.logging.trace.TraceLogger' cannot be found or is not useable.
    at org.apache.commons.logging.impl.LogFactoryImpl.discoverLogImplementation(LogFactoryImpl.java:798)
    at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:601)
    at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:333)
    at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:664)
    at org.apache.catalina.core.ContainerBase.getLogger(ContainerBase.java:382)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4232).......
    --- Incompletely deployed packages ---
    org.jboss.deployment.DeploymentInfo@bce25622 { url=file:/D:/Program Files/jboss-4.2.0.GA/server/default/deploy/IDM_8_1_Local.war/ }
    deployer: MBeanProxyExt[jboss.web:service=WebServer]
    status: Deployment FAILED reason: Error during deploy; - nested throwable: (javax.management.RuntimeOperationsException: Exception invoking method init)
    state: FAILED
    watch: file:/D:/Program Files/jboss-4.2.0.GA/server/default/deploy/IDM_8_1_Local.war/WEB-INF/web.xml
    altDD: null
    lastDeployed: 1250590040346
    lastModified: 1250587809276
    mbeans:
    --- MBeans waiting for other MBeans ---
    ObjectName: jboss.web.deployment:war=IDM_8_1_Local.war,id=-1126017502
    State: FAILED
    Reason: org.jboss.deployment.DeploymentException: Error during deploy; - nested throwable: (javax.management.RuntimeOperationsException: Exception invoking method init)
    --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
    ObjectName: jboss.web.deployment:war=IDM_8_1_Local.war,id=-1126017502
    State: FAILED
    Reason: org.jboss.deployment.DeploymentException: Error during deploy; - nested throwable: (javax.management.RuntimeOperationsException: Exception invoking method init)
    Request you to please provide your inputs on this.
    Thanks in advance .
    Regards,
    Rachana.

    Thank you, Alex! for your reply.
    I had seen the post that you have mentioned and had tried the same.
    With the solution provided in the post, I was able to recover from below error -
    Files\jboss-4.2.0.GA\server\default\.\deploy\IDM_8_1_Local.war\WEB-INF\lib\j2ee.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
    But the other errors are still occuring.
    Now I am checking if all the jars that I have included are correct or not.
    Please provide your suggestions.
    Regards,
    Rachana.

  • Unable to install IDM 11.1.1.6.0..Issue with  ASInstance ..not empty....

    Hello IDM experts, please help me. I have Oracle Linux 5.7 64 bit installed on Oracle Virtual box 4.1.10.
    I have valid IP address and Domain name and I am able to ping both.
    I have successfully installed database 11GR2 (11.2.0.1.0) for 64 bit linux. All issues with OS packages have been resolved. Nothing is ignored. All parameter setting has been followed as per the installation guide by Oracle.
    Installed JDK 1.7_03 version linux 64 bit ( I selected this as per the certification matrix ).
    Installed WLS 10.3.6 for 64 bit linux
    Ran RCU 11.1.1.6.0 and created all required schemas.
    Downloaded IDM 11.1.1.6.0 for linux 64 bit.
    While installing and configuring,
    I have looked into all other postings related to this error and I did not find anything missing in my configuration.
    Really appreciate your great help in resolving this issue. It is show stopper for me now.
    While runInstaller executing ASInstance step, I get in the log : "Error creating ASInstance asinst_1 "
    Caused by: java.lang.SecurityException: Can not initialize cryptographic mechanism
    at javax.crypto.JceSecurity.<clinit>(JceSecurity.java:86)
    ... 31 more
    Caused by: java.lang.SecurityException: The jurisdiction policy files are not signed by a trusted signer!
    at javax.crypto.JarVerifier.verifyPolicySigned(JarVerifier.java:289)
    Error creating ASInstance asinst_1.Cause:
    An internal operation has failed: java.lang.ExceptionInInitializerError
    Action:
    If I retry, I get error saying "Oracle instance not empty ... ...."
    Greatly appreciate your valuable suggestions.
    Edited by: 923360 on Mar 26, 2012 7:16 AM
    Edited by: 923360 on Nov 11, 2012 6:19 AM

    Hi Please find the steps to resolve this issue here. I resolved this completely.
    http://obieelive.wordpress.com/2012/05/25/obiee-11g-installation-failed-at-configuration-step-13-of-14/
    Regards,
    Sandep

  • Where is the jar file contain this package

    Dear Everybody
    Could you tell me where is the .jar file that contain this package
    oracle.security.idm
    Thanks for your help

    Hi,
    check jdeveloper_home\jdeveloper_10133_<version>\jlib\identitystore.jar
    Frank

  • Exploratory Programming of the Sun IDM API

    Exploratory Programming of the Sun IDM API using Rhino
    Sun IDM comes with a JavaScript interpreter (Rhino) that can be invoked from the command-line. This gives developers an easy way to explore the large number of classes that comprised the product.
    Let's say for example that you need the approvers of a role object in order to display them on a form. (The role view provides this information, but let's ignore this for the purpose of this example.) The role javadoc mentions two methods to get the approvers, getApproverRefs() and getApprovers(). Unfortunately they are not described clearly, and the difference between the two is not clear either.
    In order to understand what these methods do and what they return, you can use the interpreter to invoke each one directly.
    First start the interpreter with the 'lh.bat js' command:
    lh.bat jsYou will be greeted with the javascript prompt "js>"
    Then the first thing to do is to login to the application server. Copy-paste the following code into the shell interpreter.
    // Java packages are prepended with the word 'Packages'
    // and are imported using the 'importPackage' function
    importPackage(Packages.com.waveset.util);
    importPackage(Packages.com.waveset.object);
    importPackage(Packages.com.waveset.security.authn);
    importPackage(Packages.com.waveset.session);
    importPackage(Packages.com.waveset.ui);
    importPackage(Packages.java.util);
    // Use arguments[0] and arguments[1] if you want to pass credentials from the command line
    // Here we just use the built-in account "configurator"
    var epass = new EncryptedData("configurator");
    var session = SessionFactory.getSession("configurator", epass);
    print("Waveset session established");Alternatively save the above code to a text file called "idm-init.js" and load the file from the interpreter.
    js> load("idm-init.js")
    Waveset session establishedOnce a session has been established, objects can be loaded from the repository. Enter this line at the prompt to get the role object named "testrole3"
    js> var roleObject = session.getObject("Role", "testrole3");Enter the variable name at the prompt to cause the interpreter to invoke the object's 'toString' method.
    js> roleObject
    Role:testrole3Use a 'for' loop to print out all of the object's method and fields.
    js> for (i in roleObject) { print(i) }Enter a method's name to invoke it. Let's call getApproverRefs().
    js> var approvers1 = roleObject.getApproverRefs();
    js> approvers1
    [User:role1approver(id=#ID#1CC1759638D9AF96:182C132:10F3E8040B5:-7FBE), User:role2approver(id=#ID#1CC1759638D9AF96:182C132:10F3E8040B5:-7FB8)]
    js> approvers1.get(0).getClass();
    class com.waveset.object.ObjectRefNow let's check out getApprovers().
    js> var approvers2 = roleObject.getApprovers();
    js> approvers2
    [Lcom.waveset.object.WSUser;@d3c69c
    js> approvers2[0].getClass()
    class com.waveset.object.WSUserSo getApproverRefs() returns a list of ObjectRef objects, while getApprover() returns an array of WSUser objects.
    In summary the Sun IDM JavaScript interpreter can be used to explore the product's vast API. This article used the role class and its getApprovers() and getApproverRefs() methods as an example for exploratory programming. Other applications include automated testing and administrative scripts.
    [email protected]

    Yes you can customise IDM it is all available in courses and the manuals also provide some info.
    As long as you can write the code you need in java or javascript you can call it from IDM: that could be an interface to you naming app.
    Otherwise use the SPML interface if you want to use something else then the GUI. This is also described in the manuals.
    WilfredS

  • Documentation or Blog on using java classes in idm

    Hi all,
    I am new to this environment. And i would like to know how to use the java methods in rules, and how write java classes for customised purpose.
    i.e writing the ones using the IDM provided package
    such as getting users from session cache, and rest all ..........
    Is there any documentaion for it. Or any one's blog?
    Please help me out.
    Thankyou

    When you download IDM, the install package has a directory "RFE", you can find this information there.

  • Configuring WenSphere - SQL Server Datasource with IdM

    Hi All -
    I am trying to configure WebSphere (6.0) Datasource (for SQl Server2000) with IdM (7.0). and I am stuck at the step where we execute setRepo command to use the datasource. It was not able to find the WsnInitialContextfactory.class earlier. But then I explicitily added some of the jars (naming.jar, jcl.jar, bootstrap.jar etc) from %WAS_HOME%\lib to the CLASSPATH. It is executing now., but still looking for some more jars.
    Has anyone done this before. if yes, can you please list the name of jars that need to be in classpath ?
    Thanks

    Hi,
    In order to do this , all you need is a http server. Once you have installed the database, wether it is 10g or 9i, You can go to the configuration page and create a DAD( database access descriptor) which will point to the database. Next in order to access the pages created in oracle , your URL will be
    http://yourhttpserver/dad/procedurename.
    where dad is the name of the DAD you just created and procedure name is the pl/sql procedure which will have embedded html statements which uses the HTP package.

  • IDM  :  Customizing User Forms and/or Interfaces

    Good morning.
    Ok, I do not know if this is the right place to post this Issue. But, I can't seem to find any other forum which deals directly with IDM issues (believe it or not, Sun's Website is absolutely USELESS).
    Here's the thing :
    I am currently developing an IDM System.
    The version I am developing is the latest one : IDM 8.1
    I have created the Resources (LDAP and Active Directory), and done the reconciliation. I've performed all the usual and necessary user-operations (create user, edit user, create role, edit role, etc , etc).
    In short, the IDM is working perfectly...............
    ....except for one thing : "Customizing (User) Forms"
    The IDM I've created is intended for various users; some have administrator rights and access, some don't; some are mere users, some are Human Resources, some are IT, etc, etc
    The point is : I want to create different "Forms" and/or "Interfaces" for some of these different users.
    I know the theory behind this : I need to CUSTOMIZE a specific User Form.
    I also know that it is not advisable to modify the Standard XML Forms which come with the IDM package. The advice is to copy the ones you need to modify, and then make the changes to the copies.
    Here's the million-dollar question : HOW CAN I DO THIS?
    I have checked, and re-checked, and browsed every site imaginable --- from Sun, to Google, to Facebook. I have not found a single helpful answer to this question. Everywhere, everyone talks about WHAT needs to be done to create Custom Forms or Interfaces; but nobody cares to say HOW it should be done.
    Including our wonderful Sun Microsystems!
    Could anyone please tell me, in straightforward terms, how to customize Forms, and how to implement these customized forms into the IDM instance ?
    Thank you.

    Please try Directory Servers / Identity Management - Sun Java System Identity Manager forum @ [http://forums.sun.com/forum.jspa?forumID=764]

  • Error message in IDM 5 sp 2 while trying to send mail

    I did put the activation.jar and mail.jar files in the lib directory and got the following error:
    java.lang.SecurityException: class "javax.activation.DataHandler"'s signer information does not match signer information of other classes in the same package the activation.jar version is the 1.1 easy access and the mail.jar version is 1.4 easy access (the latest ones). The J2SE version is ver 5.0.06.
    does anyone know how to resolve this problem?

    hi,
    As u write that u keep the jar files in lib directry but in witch lib either idm lib or JDK lib if u keep it in IDM lib than try it by keeping it in JDK lib and set the path in enviroment variable for these jar.
    may be it will work....
    thanks
    shant

  • Installing IDM Suite on WebLogic 10.3.3 - need JRF

    Hi,
    We're trying to install the OID software on a WebLogic 10.3.3, where the WL domain has been pre-laid down using the "regular" WebLogic 10.3.3 installation.
    Apparently, that WL domain doesn't have the JRF template/files, so when we try to extend the domain using the IDM installer, it fails.
    Is there a way to "add" the JRF package to this already-existing WebLogic domain?
    Thanks,
    Jim

    Kevin and Kerry,
    It isn't a "mistake".
    I've already done a successful installation of both the IDM and IDAM suites earlier, using the "normal" way, i.e., letting the config wizard create the WL domains.
    But, the management at our project is insisting on having the WL domain laid down prior to doing the IDM/IDAM installations, actually by another group that normally handles the WebLogic stuff.
    So now we're "tasked" (= "stuck") with figuring how to do the installs that way.
    Anyway, having said all that, I've made some progress.
    I used the "appdev" product, and installed that, and then:
    - Started the WL config wizard and was able to add the JRF to the domain, then
    - I ran wlst per the link you all provided
    After that, the IDM installer got past the "need JRF" step, and I was able to get further in the installation.
    At this point, I have:
    - The AdminServer starts ok
    - The wls_oid1 server starts ok
    - The wls_oif1 server starts ok.
    But, the IDM installer is stuck at the "Deploy Directory Integration Platform step".
    I checked the installation .out file, and it's showing:
    Retry Start taskStarted DIP
    Retry StCompleted taskStarted DIP
    [OOB IDM CONFIG EVENT] onConfigurationError -> set RETRY ExecutionResponse..
    getDomainRuntimeMBeanServerConnection ...
    Connecting to Domain runtime ...
    trying to connect to oamoidoif.whatever.com 7001
    Successfully connected to the Domain Runtime ...
    ASDomain.getMBeanServerConnection ...
    oracle.as.provisioning.util.ConfigException:
    Error while deploying the Application oracle.ldap.odip.install.DIPInstaller .
    Cause:
    An internal operation has failed: Unable to reach host
    Action:
    See logs for more details.
    at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
    at oracle.as.provisioning.weblogic.ASDomain._executeJ2EEConfigAssistant(ASDomain.java:830)
    at oracle.as.provisioning.weblogic.ASDomain.executeJ2EEConfigAssistant(ASDomain.java:681)
    at oracle.as.provisioning.engine.WorkFlowExecutor._runJ2EEAssistant(WorkFlowExecutor.java:1142)
    at oracle.as.provisioning.engine.WorkFlowExecutor._deployApps(WorkFlowExecutor.java:913)
    at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:472)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
    at oracle.as.idm.install.config.IdMDirectoryServicesManager.doExecute(IdMDirectoryServicesManager.java:1282)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.rmi.ConnectException: Unable to reach host
    at weblogic.rmi.internal.BasicRemoteRef.getOutboundRequest(BasicRemoteRef.java:145)
    at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:211)
    at javax.management.remote.rmi.RMIConnectionImpl_1033_WLStub.getAttribute(Unknown Source)
    at weblogic.management.remote.common.RMIConnectionWrapper$12.run(ClientProviderBase.java:726)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at weblogic.security.Security.runAs(Security.java:61)
    at weblogic.management.remote.common.RMIConnectionWrapper.getAttribute(ClientProviderBase.java:724)
    at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.getAttribute(RMIConnector.java:878)
    at oracle.as.provisioning.weblogic.ASObject.getDomainConfig(ASObject.java:272)
    at oracle.as.provisioning.weblogic.ASDomain._executeJ2EEConfigAssistant(ASDomain.java:773)
    ... 15 more
    progress in calculate progress8
    I also checked "opmnctl status", and everything there is "Alive", oid, ovd, EMAGENT:
    [oracle@oamoidoif bin]$ ./opmnctl status
    Processes in Instance: asinst_1
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    ovd1 | OVD | 15685 | Alive
    oid1 | oidldapd | 15565 | Alive
    oid1 | oidldapd | 15549 | Alive
    oid1 | oidmon | 15538 | Alive
    EMAGENT | EMAGENT | 16382 | Alive
    [oracle@oamoidoif bin]$
    So I'm not quite sure what to look for (it says check the logs, but which one?)....
    Jim

  • IDM 11g installation issues on x64 for OIM startup

    Hello,
    I am trying to build a IDM 11g env on x64 machine. We have installed the following components.
    a. Weblogic 10.3.4/JDev
    b. SOA 11.1.1.2 and patch SOA 11.1.1.3
    c. RCU to create schemas for OIM, MDS, OAM etc.
    d. IAM 11.1.1.3 for OIM
    e. Configured for the following, Admin Server, Managed Server, Enterprise Manager and SOA.
    f. Started Weblogjc Admin Server
    g. Configured for OIM for DB schema, no LDAP, RManager, ports, etc.
    h. Restarted Admin Server nd OIM Managed Server, looks like all the servers started but failed to load OIM package.
    All the services are running and Weblogic admin reports all the servers as up and running but cant start the oim page on http://localhost:7001/oim as configured.
    I have a x64 bit installation packages with jdk160_21
    Please can anyone let me know how to proceed.

    You need to set up your existing DNS server to allow it to delegate to a GNS Service running on the Oracle Database Grid.
    Ask your network admin to give you a subdomain that the Oracle GNS will take responsibility for.
    For example if your company domain is acme.com then the GNS will resolve all connections to database.acme.com
    The GNS will also be allowed to allocate a range of IP's as when those IP's or subdomain are requested the DNS just passes the work on to the GNS to resolve.
    So the first step is to talk to your network admin about DNS delegation

Maybe you are looking for

  • Voice memos do not consistently sync to itunes.

    I have voice memos on my phone, dating back to 2010. In Itunes, I have "sync voice memos" checked, and it transfers songs randomly. I only have about a dozen memos on my computer, when there are about 100 on my phone. I've noticed that none of the me

  • I am furious and Verizon doesn't seem to care!!

    I am a long time Verizon customer.  I actually date back to 1997 when I was a part of Airtouch.  Regardless, I am having an issue where equipment charges have been added onto my account.  Back in early December 2014 my daughter and I upgraded our IPh

  • I have problem in games when i buying

    I have problem in games when i buying how can i fix it what the selotion help me please

  • Installation oracle 8.0.3.0.0

    hi everybody i am new in oracle i am trying to install oracle 8.0.3.0.0 in windows 2000 Professional but this is form windows NT can i install this on windows 2000 Professional if yes plz help me how with thanx

  • Formula in transformation file to remove trailing zeroes,BPC 7.5 NW

    Hi Experts, I have implemented automation of master data from BW info object to BPC dimension. I have few issues with the transformation file. employee percentage in BW is of type number and has lenght of 17. In BW 0EMPLPCT holds the value as 100,000