Expanding the OIM administrative console...

Hi,
I am, sadly, new to the world of JDeveloper and ADF, looking for classes as I write, but I though I should ask here...
If I wanted to add a new menu-item in the Oracle Identity Manager Administrative and User Console (11g)
Specifically...
Adding a form taking a few parameters, like a user (LOV) and on of his resources (LOV) and then processing that
in the OIM...
How should I start?
I assume I would have to build something in JDeveloper (ADF Faces?) and somehow via the tools incorparate that
into the current files in the distrubuition? Is the linking into the current files a manual process or is there some way
to pick up the current jar and continue to build on that?
in this case that would be the IdentityTaskFlow.jar
I have been able to manually extend it to show tabs and links, but I dont understand how to link them into the oim workflows or processforms.
I am aiming to be good at this within a reasonable timeframe, this is my first experience of this stuff though :-)
Sorry if I am out of line, pointers to references that actually explains this would be nice to, or better keywords to google on :)

I did actually...
They told me to get an guy that knows ADF :-P
I am trying to read up on it, as I understand it its all built using ADF and even though I can manipulate files manually, I would like to do it the "right way"
I guess I'll have to try my best... to bad all the classes are far away location wise... locally they haven't got them scheduled :/
I guess I will try building a form collecting the data and then trying to get the API to do what I need...

Similar Messages

  • The WSUS administration console was unable to connect to the WSUS Server via the remote API. (Server 2k8)

    I have installed a new server for WSUS on Server 2k8, This is a stand alone server on Internet No client system is connected on this server as I have to copy these updates to my LAN which never connects to internet. (Previously I was using server 2k3. for
    online & server 2008 on my LAN , now I have changed the server for Online)
    Wsus has finished the synchronization & downloaded updates of around 67GB & its downloading more updates. The server shows me some updates are waiting to approved. but when I click the link for those updates I get following error message.
    error code is as follows -
    The WSUS administration console was unable to connect to the WSUS Server via the remote API.
    Verify that the Update Services service, IIS and SQL are running on the server. If the problem persists, try restarting IIS, SQL, and the Update Services Service.
    System.Net.WebException -- The operation has timed out
    Source
    System.Web.Services
    Stack Trace:
       at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request)
       at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequest request)
       at Microsoft.UpdateServices.Internal.DatabaseAccess.ApiRemotingCompressionProxy.GetWebResponse(WebRequest webRequest)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at Microsoft.UpdateServices.Internal.ApiRemoting.ExecuteSPSearchUpdates(String updateScopeXml, String preferredCulture, Int32 publicationState)
       at Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.ExecuteSPSearchUpdates(String updateScopeXml, String preferredCulture, ExtendedPublicationState publicationState)
       at Microsoft.UpdateServices.Internal.BaseApi.Update.SearchUpdates(UpdateScope searchScope, ExtendedPublicationState publicationState, UpdateServer updateServer)
       at Microsoft.UpdateServices.Internal.BaseApi.UpdateServer.GetUpdates(UpdateScope searchScope)
       at Microsoft.UpdateServices.UI.AdminApiAccess.UpdateManager.GetUpdates(ExtendedUpdateScope filter)
       at Microsoft.UpdateServices.UI.AdminApiAccess.BulkUpdatePropertiesCache.GetAndCacheUpdates(ExtendedUpdateScope updateScope, ComputerTargetScope computerTargetScope)
       at Microsoft.UpdateServices.UI.SnapIn.Pages.UpdatesListPage.GetListRows()
    I Have tried desabling the firewall,disabling the antivirus protection. Tried by changing the default rule Please Help.

    Hi Sagar,
    First, please check if the RAM is exhausted. When there is not enough RAM, this issue may occurs.
    Please try to run iisreset on the WSUS server, then try to reconnect.
    Also, please try to run the server cleanup wizard to remove the unused update.
    Best Regards.
    Steven Lee Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Whycan't connect  the Essbase Administration console to the OLAP server?

    I have a problem about Essbase Administration console.After I install all the product of the Essbase, (includeing the 6540ns?6540na?6540am?654032?6540rt?eas653_nt). i can't connect the Essbase Administration console to the Essabse OLAP server.The Administrator server,username and password is correct but there is "can't connect to the server"error. All the installtion process this time is the same as berfore i have done, and there was no question when connectting to the Essabse OLAP server before. I don't know how to solve this problem, and it hold back me to continue my other work. the essbase OlAp server and the Essbase Administration console are both installed on the same PC, useing window2000 professional best regards Lornawei

    thanks for answer.server is running. Analyzer and spreadsheet add_in can connectted to the server correctly.I installed the EAS not as as a Windows service,and i cann't even login to the EAS console,and check the EAS log i remember there is some wrong with connect the Mysql services.yesterday i installed the EAS as as a Windows service,and have connect to the server correctly mannually.I don't know why I can't install the EAS not as as a Windows service now.

  • How is the web administration Console accessed

    I found the following info in a support document, but have not been able to ge the admin console to appear. Is there something I need to install apart from the server tools to get it to appear?
    By default, the web administration console is accessed with port 8888. This port can be changed within the License Server Configuration section of the web administration software. This port should not require special configuration of the firewall.
    While Rdp'ed onto the server, In Internet Explorer 6, typing in http://000.000.000.000:8888
    (where 000.000.000.000 is my servers IP)

    Sammy,<br /><br />If you are trying to access the License Server Console from the same machine where you're running the License Server Tools software, use the following URL:<br /><br />   http://localhost:<port>/agent/<br /><br />If you are accessing the License Server Console remotely on your intranet, use the following URL:<br /><br />   http://<hostname>:<port>/agent/<br /><br />You can also use:<br /><br />   http://<IP_address>:<port>/agent/<br /><br />You can review the License Server Tools guide at http://www.adobe.com/elicensing/licensemanagement/alm/pdfs/server_tools_user_guide.pdf for additional information.

  • Extending the OIM Admin Console with an extra tab

    Hi All,
    I've been busy for some time to add an extra tab to the management console of OIM, the extra tab I succeeded adding it using the supplied documents. But on this tab a table has to be showed which gives the user the possibility to manage the content of that table (just a view on a DB table thus). I've build this application in JDev as an ADF (web)application which I then deploy as ADF library and which then should give me the possibility to add this application using a region.
    So in this ADF library I have a page fragment which only contains a region which points to the workflow for the table editing, this fragment is then referred to as described in the "customizing_oim_ui_selfservice_to_add_an_adf_tab.pdf". This all looks to work just fine except for when entering the newly created tab, the tab stays blank and in the logfile I see some messages:
    <Warning> <oracle.adf.view.rich.component.fragment.UIXRegion> <BEA-000000> <
    java.lang.IllegalStateException: The expression "#{data.sodMainFragmentPageDef.editsodtaskflow1.regionModel}" (that was specified for the RegionModel "value" attribute of the region component with id "r1") evaluated to null.
    This is typically due to an error in the configuration of the objects referenced by this expression.
    If it helps, the expression "#{data.sodMainFragmentPageDef.editsodtaskflow1}" evaluates to "null".
    If it helps, the expression "#{data.sodMainFragmentPageDef}" evaluates to "null".
    If it helps, the expression "#{data}" evaluates to "oracle.adf.model.servlet.HttpBindingContext@100f4dd5". Now using an empty RegionModel instead.
    at oracle.adf.view.rich.component.fragment.UIXRegion.getRegionModel(UIXRegion.java:439)
    So my question is, why do I get this message and secondly is this the right approach or should I do it in an other way or don't do it at all?
    Maybe somebody knows if it is possible to use ADF Business components inside OIM to be used for added functionality to the self service??????
    Edited by: soverbosch on 8-dec-2011 14:13

    Did you ever get this answered? I know this is an old thread, but I am hoping someone can chime in.
    soverbosch wrote:
    Hi All,
    Maybe somebody knows if it is possible to use ADF Business components inside OIM to be used for added functionality to the self service??????
    Edited by: soverbosch on 8-dec-2011 14:13

  • What are the best configuration settings within the weblogic administration console for performance?

    Hello,
    Does anyone know of a good tutorial for setting the best configurations within the adminstrative console for weblogic servers?
    Thanks,
    Al

    Hi,
    Please refer the below links,
    http://middlewaremagic.com/weblogic/?p=6384
    http://docs.oracle.com/cd/E13222_01/wls/docs100/perform/topten.html
    Regard,
    Ramprakash Arun
    Industry Vertical
    Please Mark Helpful / Correct Answer if so

  • WRVS4400N problem logging into the routers administrative console with vista OS

    I have a problem that is OS specific on the Linksys WRVS4400N Gigabit router. When I try to login to my routers admin page using VISTA IE7 I am prompted by the NT dialog at which point I type the correct admin UID and PWD. I am then prompted over and over again until it either gives me an access denied or I am successfully logged in; furthermore if I do log in successfully I am prompted to login again whenever I click another tab in the admin console and the same thing of repetitive login attempts occurs. I have tried turning off UAC, changing intranet security levels to low to no avail. I have the latest firmware update of 1.00.16. Any help is greatly appreciated also anyone else experiencing the same issue?
    Message Edited by JKru on 09-26-2007 05:16 PM

    Hi first time poster and forum user although I have owned and used PC's since 1988 and have always managed to get things configured correctly until NOW
    I too am trying to log into the admin console of a WRVS4400N and have tried both browsers (IE9 and Google Chrome) that are installed on a laptop running Win7 which in turn is the only thing connected to the stated device via ethernet port 1... when using the suggested https://192.168.1.1 (which I know is the correct IP address because 'ipconfig' reveals that it is the default gateway and that it has assigned an IP address of 192.168.1.100 to my laptop).
    I hope I have convinced you all that I am not a complete dummy... but this thing just refuses to let me in... gives me the login dialogue box in either http:// or https:// format and just let's me enter admin and admin any number of times and does little else - though occasionally it has gone to the 401 error screen - I cannot be sure of why - it is possible that I did mis-type something in my frustration
    Has anyone got a clue?
    Many thanks,
    Rob

  • Unable to view Portal Resources from the Portal Administration console

    Hi,
    When I trying to view the portal resources I got an empty page and the following exception:
    <Apr 5, 2007 11:22:38 AM GMT+08:00> <Error> <netuix> <BEA-423168> <An exception or error occurred in the backing file [com.bea.jsptools.interaction.backing.DelegatedAdminBackingPlaceholders] while executing its init method. It was java.lang.NoClassDefFoundError
    java.lang.NoClassDefFoundError
    at com.bea.p13n.entitlements.common.management.internal.PolicyRefMigration.getPersistenceInitialized(PolicyRefMigration.java:63)
    at com.bea.p13n.entitlements.management.internal.RDBMSPolicyRefManager.initializePersistence(RDBMSPolicyRefManager.java:426)
    at com.bea.p13n.entitlements.management.internal.RDBMSPolicyRefManager.getPolicyRefItem(RDBMSPolicyRefManager.java:166)
    at com.bea.p13n.entitlements.management.internal.RDBMSRolePolicyManager.getRolePolicyRefs(RDBMSRolePolicyManager.java:1476)
    at com.bea.p13n.entitlements.management.RolePolicyManager.getRolePolicyRefs(RolePolicyManager.java:460)
    at com.bea.p13n.delegation.management.internal.DelegationRolePolicyDelegate.getPolicyRefs(DelegationRolePolicyDelegate.java:484)
    at com.bea.p13n.delegation.management.DelegationRoleManager.getPolicyRefs(DelegationRoleManager.java:758)
    at com.bea.p13n.delegation.DelegationService.isAdminPolicyOnResourceRoot(DelegationService.java:414)
    at com.bea.jsptools.interaction.backing.DelegatedAdminBackingPlaceholders.init(DelegatedAdminBackingPlaceholders.java:78)
    at com.bea.netuix.servlets.controls.Backable$Impl.initializeBackingFile(Backable.java:126)
    at com.bea.netuix.servlets.controls.AdministeredBackableControl.init(AdministeredBackableControl.java:61)
    at com.bea.netuix.servlets.controls.window.Window.init(Window.java:183)
    at com.bea.netuix.servlets.controls.page.Page.init(Page.java:108)
    at com.bea.netuix.nf.ControlLifecycle$5.visit(ControlLifecycle.java:88)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:356)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:126)
    at com.bea.netuix.nf.Lifecycle.runOutbound(Lifecycle.java:204)
    at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:153)
    at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:324)
    at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:196)
    at com.bea.netuix.servlets.manager.PortalServlet.doPost(PortalServlet.java:772)
    at com.bea.netuix.servlets.manager.PortalServlet.doGet(PortalServlet.java:671)
    at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:147)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.servlet.SystemAdminSavedStateFilter.doFilter(SystemAdminSavedStateFilter.java:83)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.servlet.PortalSystemAdministratorFilter.doFilter(PortalSystemAdministratorFilter.java:83)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:293)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7053)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    >
    <Apr 5, 2007 11:22:38 AM GMT+08:00> <Error> <netuix> <BEA-423168> <An exception or error occurred in the backing file [com.bea.jsptools.interaction.backing.DelegatedAdminBackingSegments] while executing its init method. It was java.lang.NoClassDefFoundError
    java.lang.NoClassDefFoundError
    at com.bea.p13n.entitlements.common.management.internal.PolicyRefMigration.getPersistenceInitialized(PolicyRefMigration.java:63)
    at com.bea.p13n.entitlements.management.internal.RDBMSPolicyRefManager.initializePersistence(RDBMSPolicyRefManager.java:426)
    at com.bea.p13n.entitlements.management.internal.RDBMSPolicyRefManager.getPolicyRefItem(RDBMSPolicyRefManager.java:166)
    at com.bea.p13n.entitlements.management.internal.RDBMSRolePolicyManager.getRolePolicyRefs(RDBMSRolePolicyManager.java:1476)
    at com.bea.p13n.entitlements.management.RolePolicyManager.getRolePolicyRefs(RolePolicyManager.java:460)
    at com.bea.p13n.delegation.management.internal.DelegationRolePolicyDelegate.getPolicyRefs(DelegationRolePolicyDelegate.java:484)
    at com.bea.p13n.delegation.management.DelegationRoleManager.getPolicyRefs(DelegationRoleManager.java:758)
    at com.bea.p13n.delegation.DelegationService.isAdminPolicyOnResourceRoot(DelegationService.java:414)
    at com.bea.jsptools.interaction.backing.DelegatedAdminBackingSegments.init(DelegatedAdminBackingSegments.java:78)
    at com.bea.netuix.servlets.controls.Backable$Impl.initializeBackingFile(Backable.java:126)
    at com.bea.netuix.servlets.controls.AdministeredBackableControl.init(AdministeredBackableControl.java:61)
    at com.bea.netuix.servlets.controls.window.Window.init(Window.java:183)
    at com.bea.netuix.servlets.controls.page.Page.init(Page.java:108)
    at com.bea.netuix.nf.ControlLifecycle$5.visit(ControlLifecycle.java:88)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:356)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:126)
    at com.bea.netuix.nf.Lifecycle.runOutbound(Lifecycle.java:204)
    at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:153)
    at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:324)
    at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:196)
    at com.bea.netuix.servlets.manager.PortalServlet.doPost(PortalServlet.java:772)
    at com.bea.netuix.servlets.manager.PortalServlet.doGet(PortalServlet.java:671)
    at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:147)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.servlet.SystemAdminSavedStateFilter.doFilter(SystemAdminSavedStateFilter.java:83)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.servlet.PortalSystemAdministratorFilter.doFilter(PortalSystemAdministratorFilter.java:83)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:293)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7053)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    >
    <Apr 5, 2007 11:22:38 AM GMT+08:00> <Error> <netuix> <BEA-423168> <An exception or error occurred in the backing file [com.bea.jsptools.portal.backing.DelegatedAdminBackingPortal] while executing its init method. It was java.lang.NoClassDefFoundError
    java.lang.NoClassDefFoundError
    at com.bea.p13n.entitlements.common.management.internal.PolicyRefMigration.getPersistenceInitialized(PolicyRefMigration.java:63)
    at com.bea.p13n.entitlements.management.internal.RDBMSPolicyRefManager.initializePersistence(RDBMSPolicyRefManager.java:426)
    at com.bea.p13n.entitlements.management.internal.RDBMSPolicyRefManager.getPolicyRefItem(RDBMSPolicyRefManager.java:166)
    at com.bea.p13n.entitlements.management.internal.RDBMSRolePolicyManager.getRolePolicyRefs(RDBMSRolePolicyManager.java:1476)
    at com.bea.p13n.entitlements.management.RolePolicyManager.getRolePolicyRefs(RolePolicyManager.java:460)
    at com.bea.p13n.delegation.management.internal.DelegationRolePolicyDelegate.getPolicyRefs(DelegationRolePolicyDelegate.java:484)
    at com.bea.p13n.delegation.management.DelegationRoleManager.getPolicyRefs(DelegationRoleManager.java:758)
    at com.bea.p13n.delegation.DelegationService.isAdminPolicyOnResourceRoot(DelegationService.java:414)
    at com.bea.jsptools.portal.backing.DelegatedAdminBackingPortal.init(DelegatedAdminBackingPortal.java:84)
    at com.bea.netuix.servlets.controls.Backable$Impl.initializeBackingFile(Backable.java:126)
    at com.bea.netuix.servlets.controls.AdministeredBackableControl.init(AdministeredBackableControl.java:61)
    at com.bea.netuix.servlets.controls.window.Window.init(Window.java:183)
    at com.bea.netuix.servlets.controls.page.Page.init(Page.java:108)
    at com.bea.netuix.nf.ControlLifecycle$5.visit(ControlLifecycle.java:88)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:356)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:126)
    at com.bea.netuix.nf.Lifecycle.runOutbound(Lifecycle.java:204)
    at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:153)
    at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:324)
    at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:196)
    at com.bea.netuix.servlets.manager.PortalServlet.doPost(PortalServlet.java:772)
    at com.bea.netuix.servlets.manager.PortalServlet.doGet(PortalServlet.java:671)
    at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:147)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.servlet.SystemAdminSavedStateFilter.doFilter(SystemAdminSavedStateFilter.java:83)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.servlet.PortalSystemAdministratorFilter.doFilter(PortalSystemAdministratorFilter.java:83)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:293)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7053)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    >
    <Apr 5, 2007 11:22:38 AM GMT+08:00> <Error> <netuix> <BEA-423168> <An exception or error occurred in the backing file [com.bea.jsptools.content.backing.DelegatedAdminBackingCMS] while executing its init method. It was java.lang.NoClassDefFoundError
    java.lang.NoClassDefFoundError
    at com.bea.p13n.entitlements.common.management.internal.PolicyRefMigration.getPersistenceInitialized(PolicyRefMigration.java:63)
    at com.bea.p13n.entitlements.management.internal.RDBMSPolicyRefManager.initializePersistence(RDBMSPolicyRefManager.java:426)
    at com.bea.p13n.entitlements.management.internal.RDBMSPolicyRefManager.getPolicyRefItem(RDBMSPolicyRefManager.java:166)
    at com.bea.p13n.entitlements.management.internal.RDBMSRolePolicyManager.getRolePolicyRefs(RDBMSRolePolicyManager.java:1476)
    at com.bea.p13n.entitlements.management.RolePolicyManager.getRolePolicyRefs(RolePolicyManager.java:460)
    at com.bea.p13n.delegation.management.internal.DelegationRolePolicyDelegate.getPolicyRefs(DelegationRolePolicyDelegate.java:484)
    at com.bea.p13n.delegation.management.DelegationRoleManager.getPolicyRefs(DelegationRoleManager.java:758)
    at com.bea.p13n.delegation.DelegationService.isAdminPolicyOnResourceRoot(DelegationService.java:414)
    at com.bea.jsptools.content.backing.DelegatedAdminBackingCMS.init(DelegatedAdminBackingCMS.java:80)
    at com.bea.netuix.servlets.controls.Backable$Impl.initializeBackingFile(Backable.java:126)
    at com.bea.netuix.servlets.controls.AdministeredBackableControl.init(AdministeredBackableControl.java:61)
    at com.bea.netuix.servlets.controls.window.Window.init(Window.java:183)
    at com.bea.netuix.servlets.controls.page.Page.init(Page.java:108)
    at com.bea.netuix.nf.ControlLifecycle$5.visit(ControlLifecycle.java:88)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:356)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:126)
    at com.bea.netuix.nf.Lifecycle.runOutbound(Lifecycle.java:204)
    at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:153)
    at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:324)
    at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:196)
    at com.bea.netuix.servlets.manager.PortalServlet.doPost(PortalServlet.java:772)
    at com.bea.netuix.servlets.manager.PortalServlet.doGet(PortalServlet.java:671)
    at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:147)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.servlet.SystemAdminSavedStateFilter.doFilter(SystemAdminSavedStateFilter.java:83)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.servlet.PortalSystemAdministratorFilter.doFilter(PortalSystemAdministratorFilter.java:83)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:293)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7053)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    >
    <Apr 5, 2007 11:22:38 AM GMT+08:00> <Error> <netuix> <BEA-423167> <An exception or error occurred in the backing file [com.bea.jsptools.portal.backing.DelegatedAdminBackingPortal] while executing its preRender method. It was java.lang.NullPointerException
    java.lang.NullPointerException
    at com.bea.jsptools.portal.backing.DelegatedAdminBackingPortal.preRender(DelegatedAdminBackingPortal.java:140)
    at com.bea.netuix.servlets.controls.Backable$Impl.preRender(Backable.java:171)
    at com.bea.netuix.servlets.controls.AdministeredBackableControl.preRender(AdministeredBackableControl.java:85)
    at com.bea.netuix.servlets.controls.window.Window.preRender(Window.java:339)
    at com.bea.netuix.servlets.controls.page.Page.preRender(Page.java:223)
    at com.bea.netuix.nf.ControlLifecycle$7.visit(ControlLifecycle.java:443)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:719)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:181)
    at com.bea.netuix.nf.Lifecycle.runOutbound(Lifecycle.java:204)
    at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:153)
    at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:324)
    at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:196)
    at com.bea.netuix.servlets.manager.PortalServlet.doPost(PortalServlet.java:772)
    at com.bea.netuix.servlets.manager.PortalServlet.doGet(PortalServlet.java:671)
    at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:147)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.servlet.SystemAdminSavedStateFilter.doFilter(SystemAdminSavedStateFilter.java:83)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.servlet.PortalSystemAdministratorFilter.doFilter(PortalSystemAdministratorFilter.java:83)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:293)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7053)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    >

    Hi
    I got below problem when i am applying Opatch on middle tier.
    Patch number: 5441441
    ERROR: OPatch failed because of cmd. args. problem
    logfile shows:
    This is a OCM patch.
    Home has no OCM installed.
    To run in silent mode, OPatch requires a response file for Oracle Configuration Manager (OCM).
    Run ./ocm/bin/emocmrsp to generate an OCM response file. The generated response file can be reused on different platforms and in multiple OPat
    ch silent installs.
    To regenerate an OCM response file, rerun ./ocm/bin/emocmrsp.
    I have ran the ./ocm/bin/emocmrsp still i got the above problem.
    Thanks
    balu

  • Login-Problem Administration Console

    Hi
    I've installed OIM 9.1 on BEA WebLogic 8.1 SP6 on a linux OS.
    If I start OIM I can launch the OIM Administration/User Console Login Site. But I'm not able to login.
    If I try to login, there is no error message on the site. It only clears the password field. That's all.
    However on the weblogic console I get the following error:
    ERROR,03 Dec 2008 23:12:18,170,[XELLERATE.ACCOUNTMANAGEMENT],Class/Method: tcUtilityFactory/tcUtilityFactory(Hashtable env, String psUserId, String psPassword) encounter some problems: java.lang.NullPointerException
    com.thortech.xl.security.tcLoginException: java.lang.NullPointerException
    at Thor.API.Security.ClientLoginUtility.login(Unknown Source)
    at Thor.API.tcUtilityFactory.<init>(Unknown Source)
    at com.thortech.xl.webclient.actions.tcActionBase.loginUser(Unknown Source)
    at com.thortech.xl.webclient.actions.tcLogonAction.execute(Unknown Source)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.thortech.xl.webclient.security.SecurityFilter.doFilter(Unknown Source)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7053)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    ERROR,03 Dec 2008 23:12:18,178,[XELLERATE.WEBAPP],Class/Method: tcLogonAction/execute encounter some problems: com.thortech.xl.security.tcLoginException: java.lang.NullPointerException
    Thor.API.Exceptions.tcAPIException: com.thortech.xl.security.tcLoginException: java.lang.NullPointerException
    at Thor.API.tcUtilityFactory.createLoginException(Unknown Source)
    at Thor.API.tcUtilityFactory.<init>(Unknown Source)
    at com.thortech.xl.webclient.actions.tcActionBase.loginUser(Unknown Source)
    at com.thortech.xl.webclient.actions.tcLogonAction.execute(Unknown Source)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.thortech.xl.webclient.security.SecurityFilter.doFilter(Unknown Source)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7053)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    Does anybody know, what the problem could be??
    Thanks.
    Edited by: user10624908 on Dec 19, 2008 2:55 AM

    Just give a try logging into admin console using the password for the user where your DB OIM instance is running.
    Suppose if your OIM is running on DB Instance IDM and userid is user1 with the password abcd1234. give this password to login to admin console.
    I faced the same issue in Solaris env with same versions of OIM and weblogic you are using. I tried logging with that DB password, it worked.
    In worst scenarios it works...

  • 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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • 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

  • 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

  • OIM Admin console, ordering of a LOV

    Hi,
    I've added a new List of Values data item to the User attributes screen in the OIM admin console. This displays & works OK, but the ordering of the values within the drop down isn't as required.
    It was created with LOV type of 'Admin Configured'.
    It's not in alphanumerical order of the codes or the display values.
    It seemed initially that the ordering was as per the lkv_key in the LKV table. i.e. it was displaying the values in the order in which they had been created in the LKV table.
    However, I've since deleted and removed the values using the Design Console so that the lkv_key is in the order that I want & that hasn't fixed things.
    We have flushed the cache to ensure that it isn't using stale data but to no effect.
    We have also tried using the LOV type of 'By Query' but this results in the wrong type of widget being shown on screen. It gives you a search & select pop-up thing rather than the simple drop down field that we want.
    The default interface has a couple of drop downs with ordered values (Profile tab, Attributes, Preferences for Time Zone & Locale), but I can't figure out how these work.
    Can anyone advise on how we get an ordered drop down field?
    (We're using 11.1.1.6).
    Thanks.

    Hi Sagar,
    Thanks for your help.
    This sounded promising - but didn't work :(
    I did the export & it came out in the order it was being displayed (3,2,1,4).
    I amended the file as required (1,2,3,4) & imported.
    Still displays in the admin console as 3,2,1,4.
    Flushed the cache.
    Still displays in the admin console as 3,2,1,4!
    (Incidentally I exported again & this time it came out as 1,3,2,4).
    There must be something else in the console display that's enforcing the 3,2,1,4 order.

  • Sun GlassFish Mobility Platform Administration Console: Authentication fail

    Dear All,
    I have installed Sun GlassFish Mobility Platform and Sun GlassFish Enterprise Server v2.1 is also installed in the process. However i can log in to the the Sun GlassFish Enterprise Server v2.1. But I can not log in to the Sun GlassFish Mobility Platform, every time i try, it gives a authentication fail. Can anyone please help?
    Regards
    Sahrear

    Hi Tomamiro,
    Thanks for your reply. But i tried with username: admin and password: adminpass as was in default configuration. I also tried with password: syncpass, but still no luck. But interestingly i can always log in to the "Sun Glassfish server v2.1 administration console" with the username: admin and password: adminpass. But can never log in to the "SGMP administration console"!
    Moving forward, i'm already frustrated with SGMP since the support is not as good as sun's other forums. I may try a fresh installation tomorrow but after that i'm not sure whether i will try again or not. Please let me know how to solve this problem if you can.
    I really appreciated your effort, thanks again.

  • Starting default administration console on 5.1?

    Sorry for this asinine question, but if I'm running WebLogic server
    5.1 on a Unix box, can I access the default administration console
    through
    http://host:port/console
    ? Our network admin seemed to be having trouble accessing it through
    this command.
    Thanks, Dave A.

    Hi.
    The admin console for WLS 5.1 is not a webapp in the admin server - it's
    a standalone java swing application. You can run it by running the
    startConsole.sh script from the command line. In WLS 6.x and higher the
    admin console is a webapp as you expect and the url you use below should
    work.
    Regards,
    Michael
    "D. Alvarado" wrote:
    Sorry for this asinine question, but if I'm running WebLogic server
    5.1 on a Unix box, can I access the default administration console
    through
    http://host:port/console
    ? Our network admin seemed to be having trouble accessing it through
    this command.
    Thanks, Dave A.--
    Michael Young
    Developer Relations Engineer
    BEA Support

Maybe you are looking for

  • Posting Period Range variable - Using Offset

    Hi: I need to create queries for each quarter.  Without going through detail, some of my columns in my report I need to use the first two months of the quarter and some of the other columns I need to use the 3 months in each quarter. So for example: 

  • Can I Edit from a Panasonic HDX 900

    I looked at the Panasonic website and didn't really find an answer. I have a client who would like me to shoot with an HDX-900. No problem. They want to do a quick edit from the footage after the shoot. I don't have a deck that will play DVCPro. The

  • HT201269 itunes can't back up the iphone because an error occurred

    itunes can't back up the iphone because an error occurred????????? HOW CAN I FIX THIS THANKS

  • Assert Thrown at IComposeScanner- QueryAttributeAt()

    Hi, I implemented a custom paragraph attribute that has a boolean value to tell me I my plugin changed the justification settings of that paragraph. How ever if I try to get the value of the attribute, I get an assert when executing: InterfacePtr<con

  • Inset bevel on stacked canvas - is it possible?

    Hello. I want to create a stacked canvas with an inset bevel, but when I run the form the inset bevel is not shown. The only bevels that shows is lovered and raised. Does anyone know how to get an inset bevel to show, so that the stacked canvas apear