OIM 11g Login Screen not showing up

Hi,
I installed OIM 11g and could able to login successfully.Couple of days back,my database has got some problem and I solved it and restarted my OIM.OIM server is starting up but when I try to access the admin console,it is just saying "Loading" but the login screen is not getting displayed.
In the server log,I could see the following error during the server stop
"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)"
and the following error which accessing the admin console.
" [HTTP][java.lang.NoClassDefFoundError]] [dcid: 11d1def534ea1be0:41b34a55:12b9b675a66:-7ffd-0000000000000026] incident 20 created with problem key "BEA-101017 [HTTP][java.lang.NoClassDefFoundError]"
Any idea what might be going wrong?
Thanks,

What did you solve *? ? ?* That's where lies your solution. xelsysadm is being denied the access, so could be something on password front. If you have the DB backup, revert to an older state and it would be fine.

Similar Messages

  • OIM 11g Login page not loading properly

    Hi,
    I have configured a new OIM 11g environment in a Linux environment.
    All my applications were running fine. I was able to work on OIM administrator and Design Console (Client).
    Suddenly the OIM 11g administrator login screen is not loading properly and even not able to login from Client.
    I restarted the Weblogic Domain and the SOA and OIM server multiple times and they are starting without any error but page is not loading properly.
    When I see the logs I get following error on page load.
    ####<Dec 30, 2010 11:35:14 AM IST> <Error> <HTTP> <abc.com> <oim_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <11d1def534ea1be0:5ad44b08:12d35e09c49:-7ffd-0000000000000017> <1293689114100> <BEA-101020> <[ServletContext@29426618[app:oim module:oim path:/oim spec-version:2.5 version:11.1.1.3.0]] Servlet failed with Exception
    java.lang.StringIndexOutOfBoundsException: String index out of range: -2
         at java.lang.String.substring(String.java:1937)
         at java.lang.String.substring(String.java:1904)
         at org.apache.myfaces.trinidadinternal.style.util.CSSGenerationUtils._getNSComponentSelector(CSSGenerationUtils.java:632)
         at org.apache.myfaces.trinidadinternal.style.util.CSSGenerationUtils.getNamespacedSelectors(CSSGenerationUtils.java:525)
         at org.apache.myfaces.trinidadinternal.style.cache.FileSystemStyleCache._getShortStyleClassMap(FileSystemStyleCache.java:1113)
         at org.apache.myfaces.trinidadinternal.style.cache.FileSystemStyleCache._getStyleSheetDocument(FileSystemStyleCache.java:662)
         at org.apache.myfaces.trinidadinternal.style.cache.FileSystemStyleCache._getEntry(FileSystemStyleCache.java:423)
         at org.apache.myfaces.trinidadinternal.style.cache.FileSystemStyleCache.getStyleSheetURIs(FileSystemStyleCache.java:177)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.StyleSheetRenderer.encodeAll(StyleSheetRenderer.java:97)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:765)
    ]] Root cause of ServletException.
    java.lang.ExceptionInInitializerError
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at java.lang.Class.newInstance0(Class.java:355)
         at java.lang.Class.newInstance(Class.java:308)
         at com.sun.faces.mgbean.BeanBuilder.newBeanInstance(BeanBuilder.java:186)
         at com.sun.faces.mgbean.BeanBuilder.build(BeanBuilder.java:106)
         at com.sun.faces.mgbean.BeanManager.createAndPush(BeanManager.java:368)
         at com.sun.faces.mgbean.BeanManager.create(BeanManager.java:230)
         at com.sun.faces.el.ManagedBeanELResolver.getValue(ManagedBeanELResolver.java:88)
         at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:143)
         at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:72)
         at com.sun.faces.el.ChainAwareVariableResolver.resolveVariable(ChainAwareVariableResolver.java:108)
         at oracle.javatools.resourcebundle.BundleVariableResolver.resolveVariable(BundleVariableResolver.java:45)
         at com.sun.faces.el.VariableResolverImpl.resolveVariable(VariableResolverImpl.java:80)
         at oracle.adfinternal.view.faces.model.VariableResolverUtils$JspResolver.resolveVariable(VariableResolverUtils.java:57)
         at com.sun.faces.el.VariableResolverChainWrapper.getValue(VariableResolverChainWrapper.java:107)
         at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:143)
         at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:72)
    Caused By: oracle.iam.platform.utils.ServiceInitializationException: java.lang.ClassNotFoundException
         at oracle.iam.platform.Platform.getService(Platform.java:264)
         at oracle.iam.identity.usermgmt.impl.UserManagerImpl.<init>(UserManagerImpl.java:325)
         at oracle.iam.identity.usermgmt.internal.impl.UserManagerInternalImpl.<init>(UserManagerInternalImpl.java:48)
         at oracle.iam.identity.usermgmt.impl.UserDetailsProviderImpl.getUserDetails(UserDetailsProviderImpl.java:106)
         at oracle.iam.platform.auth.impl.util.AuthenticationContextUtilForEJB.setUserPreferences(AuthenticationContextUtilForEJB.java:137)
         at oracle.iam.platform.auth.impl.util.AuthenticationContextUtilForEJB.setAuthenticationContextInEJB(AuthenticationContextUtilForEJB.java:93)
         at oracle.iam.conf.api.SystemConfigurationServiceEJB.getSystemPropertyx(Unknown Source)
         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 com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIn

    Is this the first time you restarted the servers after the fresh installation? If no, then there must be for sure some changes done, were they? If yes, then the initial configuration was itself wrong, check the prerequisites before installing.
    If not sure of all this then please raise an SR with oracle support.

  • SOA Compposer login screen not show in VirtualBox

    Installed Oracle Virtual Box (4.2.4) and installed the SOA_BPM domain appliance (using SOA & BPM Development VM) - not a problem.
    When attmpt to access http://localhost:7001/bpm/composer - simply get a blank screen - nothing on it.
    When attempt to access bpm/workspace - no problem - get a login screen.
    Help - what is happening, how do I get a login screen for bpm/composer
    Thanks - Casey
    Edited by: Caseyinal on Nov 10, 2012 2:45 PM
    Edited by: Caseyinal on Nov 10, 2012 2:45 PM

    I think the way you have configured is the culprit, change the port and try. Take a look at the below URL.
    Re: URL for process composer of 11g
    Thanks,
    Vijay

  • Oracle Forms 11g Login Screen Not Appearing

    Environment:
    1 PC running RHEL5 (Red Hat Enterprise Linux version 5) Operating System 64-bit with Oracle Database 11g (64-bit)
    1 PC running RHEL5 (Red Hat Enterprise Linux version 5) Operating System 32-bit with Oracle Fusion Middleware 11g (64-bit), plus Oracle WebLogic Server 32-bit
    1 PC windows (work PC) is the client so just using any browser to connect to the application
    Trying to run a sample form, and have all processes started (nodemanager, weblogic, opmn, emagent, emctl), database listener, database started up, but when the Oracle Forms Services splash screen display comes up, it just hangs and the default Oracle login screen does not appear. I'm at a loss. I moved my 3 pcs thus got new IP addresses via the DHCP network. Setup the TNSNAMES.ORA with the IP address of the db machine in the file of the webserver machine. Can connect directly on the machine, can connect via TOAD, SQL+ but not when launching a form. Any clues?
    Thanks,
    GJ

    FormsEleven wrote:
    Did you start Managed servers like WLS_FORMS .. Well when I go to the AdminConsole for the FormsDomain, I see 3 servers with a status of "RUNNING": AdminServer, WLS_FORMS, WLS_REPORTS. Then when I go to the Enterprise Manager for the FormsDomain I see all domains with all the servers (AdminServer, WLS_FORMS, WLS_REPORTS), in a green status up and running (100%).
    I made sure I started the NodeManager, WebLogicServer scripts.
    FormsEleven wrote:
    What is the ports you are using to run the form.?8888
    FormsEleven wrote:
    Did the test Form came up fine?No. I even created a simple form to look at the default Oracle "emp" table, and nothing comes up.

  • OBIEE 11g login page not showing

    hi,
    I installed obiee11g on windows 2008 server...all OPMN process r started but still login page is not showing...Can anyone help

    Hi,
    what url do you use? And what port? I use (for BI answer) http://obiee-vm:7001/analytics. Port *7001* not 9001. It works for everything. http://obiee-vm:7001/em and so on.
    You should try it.
    bye

  • Htmldb 2.0 login screen not showing proper screen and login does not happen

    I installed htmldb 1.6 from the comapnion disk (10.2) and everything
    worked fine. I could log into htmldb.
    I then upgraded to htmldb 2.0 with no problems on the DB side.
    I copied the images dierctory from the compaion disk to the right location
    but when I try to log in I get a login screen that does not have the 2.0
    splash screen and then when I type in my credentials nothing happens.
    I am running:
    [oracle10@testdb1 htmldb_2.0]$
    /u01/oracle10/OraHome2/Apache/Apache/bin/httpd -version
    Server version: Oracle-Application-Server-10g/10.1.2.0.0
    Oracle-HTTP-Server
    Server built: Dec 2 2004 19:23:24
    you can see in the marvel.conf that the image directory is /u01/oracle10/OraHome2/htmldb/images/
    Alias /i/ /u01/oracle10/OraHome2/htmldb/images/
    <Location /pls/htmldb>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_manager.process_download
    PlsqlDatabaseConnectString
    testdb1.atcscc.tfmi.nas.faa.gov:1521:d2tfmdb ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.WE8ISO8859P1
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername HTMLDB_PUBLIC_USER
    PlsqlDefaultPage htmldb
    PlsqlDatabasePassword @BX5miUCgp+G3mLhUsFTZ3pNweNo7ykAArA==
    AddType text/xml xb1
    AddType text/x-component htc
    Allow from all
    </Location>
    I copied the install image directory to this (as you can see)
    I.e cp -rf htmldb/images /u01/oracle10/OraHome2
    but when I log on to htmldb
    (http://xxxx.domain:7777/pls/htmldb)
    I get the htmldb logon screen but not the 2.0 splash screen. It's like
    its not seeing the gif files.
    I enter the workspace /username/password but nothing happens, no
    errors, no web page cycle, nothing.......
    [oracle10@testdb1 home]$ ls /u01/oracle10/OraHome2/htmldb/images/
    16admin.gif Fndtre01.gif
    portal_right_menu_bott.gif
    1pixelbeige.gif Fndtre02.gif

    It looks like your copy command was wrong.
    cp -rf htmldb/images /u01/oracle10/OraHome2
    will copy the images directory to /u01/oracle10/OraHome2, it won't copy htmldb/images.
    You want to:
    1) cp -rf htmldb/images /u01/oracle10/OraHome2/htmldb
    2) Remove the directory /u01/oracle10/OraHome2/images that you created
    Joel

  • Tcode F-48, Item 1 / Debit Advance / 29 L Screen not showing field Purchase

    Hi,
    Tcode F-48, Item 1 / Debit Advance / 29 L Screen not showing field Purchase doc. Field.
    When advance / payment made by Tcode F-48 against purchase order. Purchase Doc. field not showing in Item2Downpayment made 2 Screen.
    Is there any necessary custmization required.
    We want to maintain and link purchase order no. at the time of Downpayment by F-48. so that it refelect in purchase order screen status tab.

    Thanks for reply,
    Now i get field status grup G005 - Bank accounts (obligatory value date) and than i have changed :
    - G005 field status group by Tcode OBC4 in Materials management screen i have make Req. Entry of Purchase order.
    After than when i again run f-48, Purchase Doc. field still not showing. ?????
    Help

  • How to provide link in OIM 11g requestor screen

    Could you please anyone suggest how we can put a link in OIM 11g request screen ? When we click the link it should open a diffrent window.
    Thanks in advance for your help.

    Have you been through http://download.oracle.com/docs/cd/E21764_01/doc.1111/e14309/uicust.htm#BABBIIFH
    Something to start with.
    HTH,
    BB

  • Still: Login screen not accepting any input

    My login screen not accepting any input.
    It appears the screen is not the front most one.
    I have to move the main screen to see it and it
    never becomes selected to allow input.
    I trashed two plist files:
    com.apple.storeagent.plist
    com.apple.appstore.plist
    Ran the combo updater.
    The login screen still will not accept any input.
    Thanks ... Ken

    Hi Stephen et.al.
    If you have an account with Twitter, Follow, then post a tweet to @haxiesbeta (Unsanity's Twitter page) or email them at [email protected] The more user input they get about this issue, the faster we see a fix. As with others, adding FM to exclude list in Application Enhancer does not remedy the problem.
    One problem I encountered: when I attempted to disable FM via System Preferences>Application Enhancer, a prompt informed me I did not have sufficient access privileges" to enable or disable FM - same for Labels and Window Shade. Hence, I had to manually move FM to the disabled folder via the Finder, then, log-out/in to get the App Store log-in to cooperate. Anyone else encounter this problem?

  • Upgrading from 10.5 to 10.6 - login screen now shows glyphs instead of text

    Hi guys, had a bit of an unusual occurance when upgrading from 10.5 to 10.6.
    The login screen now shows as this:
    (excuse auto image rotation!)
    I've tried running Onyx to clear the font cache but it hasn't fixed the problem. Any suggestions?
    Thanks,
    Ian

    AFAIK, rebuilds the font caches correctly. I never recommend something like Onyx, since I don't know what it's doing behind the scenes.

  • Using lion 10.7.4, can`t login as administrator or root (both enabled) at login screen. it shows other but when selected it will not accept correct entry.

    using lion 10.7.4, can`t login at login screen as administrator or root user, both properly enabled. the option other will not take the proper entry. it will accept the standard user login.

    Try resetting administrator password or resetting home folder ACL's for root user.

  • Error on Enterprise Manager 11g login screen

    I have Oracle 11g installed on a Windows 2008 Server and I'm running into a problem trying to log in to my Enterprise Manager screen. The screen loads just fine, but when I put in the username and password and hit login, the status wheel at the top spins like it's going to log in but instead returns me to the EM login screen.
    I've done some troubleshooting already but I have no idea where else to look. It isn't local because I'm not the only one in the office getting this error, it isn't my installation process because this isn't our only server, but it is the only one exibiting this error. I know there is a known issue with IE8, but from what I've read this isn't the same issue (the known issue is that the page just continues to load indefinately). I've tried 'emctl start agent', and it seems to start fine, but when I run 'emctl status agent' it continues to come back with 'agent not running.' I've tried using just the IP address, as well as the server name (DNS isn't set up on these servers) with the same results.
    Anybody out there have any other ideas?

    20.1.4 Limitations on Viewing XML Data on the Audit Trail Page with Internet Explorer 7
    If you are using Internet Explorer 7, and click the view XML document link on the Audit Trail page in Oracle Enterprise Manager Fusion Middleware Control Console, data is not displayed. Instead, you are prompted to save or open the page. If you select to open the file, no data is displayed and you are again prompted to save or open the file. Instead, you must save the XML document and view it separately in a text editor.
    As a workaround, use Mozilla FireFox to view the data directly after clicking the view XML document link.
    This is the limitation that we are aware of. Login should work with IE7 for EM. Please double check your settings.

  • Pop-up screen not showing while accessing transactions in SAP CRM WEB-UI

    When we are logging on SAP CRM WEB UI, for transactions like Lead, Complaints and Activities-
    Sometimes Pop up screen is showing for selecting transaction types, but sometimes it is not showing.
    We have tried it on different work stations with same user id and standard business roles , but we are not able to trace the problem. Also with same id sometimes error shows, "No business roles attached, not allowed to logon,
    after that when we tried on other workstation with same id we were able to access all transactions.
    Please suggest what would be the problem. 
    Rishikesh

    This is sporadically occurring issue hence I cannot pin point one single reason. Since sometimes you are able to logon and some time not certainly it could not be a Role authorization issue.
    Just check if your business role is properly configured. Thats all i can say.
    Regards
    Kavindra

  • When I restart my computer instead of the gray screen that is supposed to appear before the login screen it shows a screen with a lot of letter

    I upgrade my ssd for my macbook pro retina from the 256 to 480 GB but when I tunr it on or restarted the computer the gray screen that is suppost to apper dosent show insted a screen with lettler show before the login screen besides that the computer works fine. 

    I cannot decipher what is written on the images you have posted but they are reminiscent of what I have seen when a MBP is dealing with some totally incompatible software or perhaps in your case hardware.
    How and or who installed the larger SSD and what manufacture is it.  I suspect that is the problem.
    Ciao.

  • OBIEE 11g Report UI not showing data

    Hi,
    On Obiee 11g Report, the query hit by the report at the backend shows results for all the columns but on UI only few of these columns show the data. From Query log, when I run the same query in the database I see all columns have data which is somehow not showing up on the UI end. What could be the problem? Can this be resolved or is it a bug in the OBIEE 11g?
    Regards
    VM

    Hi Vanaja M/Gurus,
    Is that your problem resolved?
    I'm facing same issue here.
    I was checking for solution/suggestions in blogs, but unfortunately i couldn't find much information in blogs too....
    Can you help me out to cross this hurdle, as this issue is in Production.

Maybe you are looking for