OIM Design console fails to logon.

Hi, I am unable to log into the OIM Design console with xelsysadm. I got the below error. Please help me.
Additional Info: I'm working with Oracle Identity Manager running on Centos 4.4 with Oracle 10.2.0.1.0 DB and BeaWeblogic 10.3.
Error gathered from Oracle Identity Manager Client:
java.lang.NullPointerException
at com.thortech.xl.dataaccess.tcDataBaseClient.bindToInstance(Unknown Source)
at com.thortech.xl.dataaccess.tcDataBaseClient.<init>(Unknown Source)
at com.thortech.xl.server.tcDataBaseClient.<init>(Unknown Source)
at com.thortech.xl.client.dataobj.tcDataBaseClient.<init>(Unknown Source
at com.thortech.xl.client.base.tcAppWindow.internalLogin(Unknown Source)
at com.thortech.xl.client.base.tcAppWindow.login(Unknown Source)
at com.thortech.xl.client.base.tcAppWindow.<init>(Unknown Source)
at com.thortech.xl.client.base.tcAppWindow.main(Unknown Source)

Additional logs from weblogic domain: Please tell me how can I isolate this problem. Thanks in advance.
ERROR,25 May 2009 19:50:00,025,[XELLERATE.ACCOUNTMANAGEMENT],Class/Method: tcUtilityFactory/tcUtilityFactory(Hashtable env, tcSignatureMessage poUserIDMessage) encounter some problems: javax.security.auth.login.LoginException: java.lang.SecurityException: [Security:090304]Authentication Failed: User xelsysadm javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User xelsysadm denied
javax.security.auth.login.LoginException: javax.security.auth.login.LoginException: java.lang.SecurityException: [Security:090304]Authentication Failed: User xelsysadm javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User xelsysadm denied
at weblogic.security.auth.login.UsernamePasswordLoginModule.login(UsernamePasswordLoginModule.java:199)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
at Thor.API.Security.LoginHandler.weblogicLoginHandler.login(Unknown Source)
at Thor.API.tcUtilityFactory.<init>(Unknown Source)
at com.thortech.xl.scheduler.core.quartz.QuartzWrapper.execute(Unknown Source)
at org.quartz.core.JobRunShell.run(JobRunShell.java:178)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:477)
ERROR,25 May 2009 19:50:00,026,[XELLERATE.SERVER],Class/Method: QuartzWrapper/execute encounter some problems: javax.security.auth.login.LoginException: javax.security.auth.login.LoginException: java.lang.SecurityException: [Security:090304]Authentication Failed: User xelsysadm javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User xelsysadm denied
Thor.API.Exceptions.tcAPIException: javax.security.auth.login.LoginException: javax.security.auth.login.LoginException: java.lang.SecurityException: [Security:090304]Authentication Failed: User xelsysadm javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User xelsysadm denied
at Thor.API.tcUtilityFactory.<init>(Unknown Source)
at com.thortech.xl.scheduler.core.quartz.QuartzWrapper.execute(Unknown Source)
at org.quartz.core.JobRunShell.run(JobRunShell.java:178)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:477)
Edited by: user11120117 on May 28, 2009 1:26 AM

Similar Messages

  • Clarifications on OIM Design Console 11.1.1.5 Installation

    I have the OIM Server 11.1.1.5 installed and configured on OL (Oracle Linux) 5.7 64bit. The Next step is to install and confiure the OIM Design Console.
    I have read the 11.1.1.5 doc. The OIM Console runs on Windows only. But I have noticed that some posts claimed the 11g console can run on the both of Windows and Linux.
    OIM Design Console
    Is that true? If yes, please point the doc for the installation and configuration on the Linux.
    If not, what are the minimum requirements to run OIM Console 11.1.1.5 on the Windows?
    I looked over the 11.1.1.5 doc http://docs.oracle.com/cd/E21764_01/install.1111/e12002/oidonly.htm#CDDIDCIC
    I have:
    WLS not a mandatory;
    SOA not a mandatoty;
    IAM 11.1.1.5 a mandatory;
    The 11.1.1.5 doc states that OIM manager has to be configured prior to configuring of OIM Console. I read this as the RCU schemas relevant. Do I have to install a new RCU schema DB in the local Windows just for the OIM Console configuration? Or I can use the SAME RCU Schema DB for the OIM Server on the OL.
    Thanks a lot for the help.

    If you have already installed OIM 11.1.1.5 on linux machine just do below to configure design console
    1. goto IDM_HOME/bin/ run config.sh
    2. In the configuration wizard, select ‘Design Console’ checkbox ONLY.
    3. next screen, enter the OIM server host and port name
    4 generate wlfullclient.jar and Copy the ‘$WL_HOME/server/lib/wlfullclient.jar’ to ‘IDM_HOME/designconsole/ext’ (find below instruction given for generation of wlfullclient.jar)
    5. now goto IDM_HOME/designconsole-> run xlclient.sh and you will have design console in unix
    If you want your design console in windows do below
    1.copy entire folder "designconsole" from linux to Windows machine
    2. Now, in your local windows machine, edit the file ‘$DC_HOME/designconsole/xlclient.cmd’ ($DC_HOME is the folder where you copied the ‘designconsole’ folder) to change the following values:
    * "@loc\java\bin\java" - '@loc' points to your JDK installation
    * "-DXL.HomeDir=@loc" - '@loc' will be $DC_HOME/designconsole
    * "config\@auth_config" - '@auth_config' will be authwl.conf
    creation of wlfullclient.jar
    - Change directories to the server/lib directory.
    cd WL_HOME/server/lib
    - Use the following command to create wlfullclient.jar in the server/lib directory:
    java -jar wljarbuilder.jar
    --nayan                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • USR user defined field in OIM design console in not visible

    Hi all,
    We have OIM setup in the environment and wanted to add some custom attributes for USR user defined field definition. When I open the User Defined Field Definition tab, I could not see USR form. When I tried to export specific users from OIM just to check whether USR is visible or not, it is appearing. When I tried to import the same set of users again to OIM, I could still not be able to see USR in OIM design console.
    Any ideas why this has happened? There were no changes in OIM env recently.
    Please help.
    -Mahendra.

    Exported the user in xml file and found that Form Administrator is missing. I added that specific section from other working environment and it is working fine now.
    -Mahendra.

  • OIM Design Console

    Hi all
    I am trying to install OIM design console but can't find the binaries from the list in oracle web site.
    Can you please let me know where should I bring the binaries from ?
    We already installed oim server on linux and as far as I know the design console will be installed on Windows only
    Thanks
    Edited by: 599647 on Jan 23, 2012 5:48 PM

    Hi,
    try below:
    1. configure design console on Linux machine(OIM Machine) using config.sh
    got to -> <IDM_HOME>/bin/config.sh
    2. create wlfullclient.jar
    use below link for above
    http://docs.oracle.com/cd/E14571_01/install.1111/e12002/oidonly011.htm
    3. copy it into <IDM_HOME>/designconsole/ext folder
    4. take complete backup of designconsole folder at windows machine
    5. Change the path in xlclient.cmd ( windows path for designconsole folder)
    6. Modify the config\xlconfig.xml if required ( might need to change java path)
    Regards,
    Nishith Nayan

  • OIM Design Console customization

    Gurus
    How do I customize OIM Design Console and where can I find information regarding it?
    In particular how to add or remove Menu items?
    Kindly help
    oimlover

    There are permissions you can set to allow specific user groups to see the menu items. I'm not sure the specific names, but take a look at the permissions lists when you select a group and then the permissions drop down.
    User's must also be an end user administrator to login to the design console.
    -Kevin

  • OIM Design Console Invalid Login tcLoginException

    Dear All,
    While trying to login to OIM Design console using design console or using the API the following error is displayed:
    Error Keyword: DAE.LOGON_DENIED
    Description: Invalid Login.
    Remedy: Contact your system administrator.
    Action: E
    Severity: H
    Help URL:
    Detail:
    com.thortech.xl.security.tcLoginException: com.thortech.xl.crypto.tcCryptoException: KeyStore File :..\xlclient\config\xl.keystore missing.
    I believe the password has been changed but unable to login.
    My question is how do we reset this password.
    Regards,
    Simon

    Do you know password of any other user? If yes, then login into database,
    execute query "select usr_password from usr where usr_login='user whose password u know'". This will return encrypted value of password. Copy it and execute query:
    "update usr set usr_password='Copied password from above query' where upper(usr_login)= upper('xelsysadm');".
    In this way you can set password of Xelsysadm to a known value. Now, you can login into system and change the password of System admin.
    I hope this helps.
    Regards,
    GP

  • OIM Design Console in UAT pointing to test database

    Hello,
    I am running on OIM 11gr2ps2.  The configuration admin turned the uat environment to us.  When we started the OIM design console for uat, we noticed that it's pointing to the test database.
    We checked config/xlconfig.xml for uat and it's pointed to the correct uat server.
    Are there any configuration files on the server that we could check to troubleshoot this issue?
    Thanks
    Khanh

    Make sure you have updated at two places in xlconfig.xml
    <ApplicationURL>http://oim-server:14000/xlWebApp/loginWorkflowRenderer.do</ApplicationURL>
    <Discovery>
      <CoreServer>
      <java.naming.provider.url>t3://oim-server:14000//oim</java.naming.provider.url>
      <java.naming.factory.initial>weblogic.jndi.WLInitialContextFactory</java.naming.factory.initial>
      </CoreServer>
    ~J

  • How to create oim design console

    in command prompt
    went to wl home\server\lib prompt and given java -jar wljarbuilder.jar
    getting an error java is not recognised as an internal or external command
    Edited by: 992478 on 11-Mar-2013 06:35

    http://docs.oracle.com/cd/E14571_01/install.1111/e12002/oidonly011.htm#CDDFFGHG
    - Follow these steps for post configuring OIM Design console.
    Ensure that JAVA_HOME is set, as in the following example:
    C:\Oracle\<Middleware_Home>\jdk160_24
    To set this variable, right-click the My Computer icon and select Properties. The System Properties screen is displayed. Click the Advanced tab and click the Environment Variables button. The Environment Variables screen is displayed. Ensure that the JAVA_HOME variable in the User Variables section is set to the path of the JDK directory installed on your machine.
    After setting the JAVA_HOME variable, select the Path variable in the System Variables section on the same Environment Variables screen, and click Edit. The Edit System Variable dialog box is displayed. In the variable value field, enter the complete path to your JAVA_HOME, such as C:\oracle\<Middleware_Home>\jdk160_24, preceded by a semicolon (;). The semicolon is used as the delimiter for multiple paths entered in this field
    Vamsi.

  • Not able to login to OIM Design console 9.1

    Dear All,
    While trying to login to OIM Design console , I am getting the below error , Pls help.
    ERROR,02 Oct 2010 13:43:03,567,[XELLERATE.ACCOUNTMANAGEMENT],Class/Method:
    ptoHelper/loadKeyStore encounter some problems: Keystore fille is missing.
    Error Keyword: DAE.LOGON_DENIED
    Description: Invalid Login.
    Remedy: Contact your system administrator.
    Action: E
    Severity: H
    Help URL:
    Detail:
    com.thortech.xl.security.tcLoginException: com.thortech.xl.crypto.tcCryptoException: KeyStore File :..\xlclient\config\xl.keystore missing.
    Thanks ,

    Sorry for bumping this thread, but I encountered exactly the same error message.
    I have installed OIM server and client in a single cluster environment several times and it all went well.
    This is the first time I'm installing OIM in a clustered environment with one admin server and 2 managed servers on 2 physical machines. The server installation is done. Then I installed the client on both 2 physical machines, with each client pointing to the managed server on the same machine respectively. When I attempt to login I received the same error.
    I have checked xlclient\Config\xlconfig.xml. Other then the MultiCastAddress being different from OIM server configuration, all the settings seems fine. I have corrected the MultiCastAddress to match the server then restarted the client, but still receives the same error.
    Any ideas on what might went wrong? Thanks in advance!

  • OIM Design Console Internal error while updating task attributes

    Hi All,
    I have installed OIM9101 on jboss, the set up is running fine. I am in the process of integrating a OID connector following steps given OID connector guide. In design console(Administration-->Task Scheduler) while modifying "OID Group Lookup Reconciliation Task" attributes, attribute value is not getting saved. When i click on save option it shows a pop up windows saying "problem in updating task attributes. update failed."
    Any solution for this??.. Please help.
    Thanks in Advance.
    Edited by: VAYANAKA on Nov 26, 2010 10:48 PM

    Thank you for the reply..I have tried to create a new scheduled task. But while saving it again an Internal error pop up window comes saying " Description:Could not execute database read.The database encountered a problem with the specified SQL Query.Remedy: Check the database query.Contact your system administrator."..
    Is it any problem with my database.? I have checked database, its up and running??
    Thanks In advance.

  • OIM Design Console Errors with 11.1.1.5

    Since installing OIM 11.1.1.5, we are seeing errors in the Design Console while adding Fields to Forms. The new fields continually show as not saved, even when you select save. Even when closing and refreshing the form, the new fields show up, but the number beside them is still dark indicating they are not saved. When view the database, the fields are truly not there.
    Is anyone else seeing anything like this?
    Kerry

    - Is it a new installation or upgrade from 11.1.1.3 ? ?
    - Make sure its not a JRE issue.
    If its an upgrade did you upgrade the Design Console binaries as well.
    Also try configuring the Design Console in a different windows machine and validate the same.

  • OIM design console not working

    Hello experts,
    I have OIM 11g R1 installed on win 32 platform. while loggin in to design console am getting the following error:
    Error Keyword: DAE.LOGON_DENIED
    Description: Invalid Login.
    Remedy: Contact your system administrator.
    Action: E
    Severity: H
    Help URL:
    Detail:
    javax.security.auth.login.LoginException: java.net.ConnectException: t3://10.10.30.28:14000/oim: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection timed out: connect; No available router to destination
    while am able to login into web console with the same username and password that am entering here.
    Kindly suggest.
    Regards,
    KK

    still getting the following exception:
    Error Keyword: DAE.LOGON_DENIED
    Description: Invalid Login.
    Remedy: Contact your system administrator.
    Action: E
    Severity: H
    Help URL:
    Detail:
    javax.security.auth.login.LoginException: java.net.ConnectException: t3://10.10.30.28:14000/oim: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection timed out: connect; No available router to destination
    Kindly suggest,
    regards,
    KK

  • OIM design console login error

    hi,
    i am able to log onto oim server (admin console) with xelsysadm and password
    but when i log onto design console.... it disappears
    what can be done?

    This issue was already resolved. Please look in to this thread
    Errror installing design console

  • OIM Design Console startup error

    Trying to run the Design Console, but it gives following error. This is a new install 11.1.1.5 install and Admin,User console is working fine (on Windows environment)
    But Design console gives following error.
    Exception in thread "main" java.lang.NoClassDefFoundError: javax/ejb/CreateExcep
    tion
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
    at java.lang.Class.getDeclaredMethod(Class.java:1935)
    at java.awt.Component.isCoalesceEventsOverriden(Component.java:5982)
    at java.awt.Component.access$500(Component.java:169)
    at java.awt.Component$3.run(Component.java:5936)
    at java.awt.Component$3.run(Component.java:5934)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Component.checkCoalescing(Component.java:5933)
    at java.awt.Component.<init>(Component.java:5902)
    at java.awt.Container.<init>(Container.java:249)
    at java.awt.Window.<init>(Window.java:432)
    at java.awt.Frame.<init>(Frame.java:403)
    at java.awt.Frame.<init>(Frame.java:368)
    at javax.swing.JFrame.<init>(JFrame.java:158)
    at com.thortech.xl.gui.base.tcFrame.<init>(tcFrame.java:34)
    at com.thortech.xl.client.base.tcAppWindow.<init>(tcAppWindow.java:104)
    at com.thortech.xl.client.base.tcAppWindow.main(tcAppWindow.java:173)
    Caused by: java.lang.ClassNotFoundException: javax.ejb.CreateException
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    ... 18 more
    Edited by: 970711 on Nov 22, 2012 10:57 PM

    may be jar is missing or get corrupted. try to copy all jars (lib and ext) again from <OIM_HOME>/designconsole/lib or ext again (make sure you have wlfullclient.jar under designconsole/ext folder)
    make sure if you copy using winscp at your local windows machine then must copy in binary mode

  • OIM design console concepts

    I want to understand the link between various components of design console.
    what are resource objects, process defn, adapters, process tasks,adapter tasks and how all these are inter related.
    i need just an overview. please explain.

    No body can explain these terms better than this doc:
    http://download.oracle.com/docs/cd/E14049_01/doc.9101/e14061/toc.htm

Maybe you are looking for