Access to Sessions Tab Only - OpenSSO Admin Console

Is there a way to setup a user who has access to log into the OpenSSO admin console but can only see the Sessions Tab and furthermore only see the sessions for a particular realm? If so, how?

This is in the wrong forum. SharePoint 2007 queries should be in the legacy forums. Also your images have not come through.

Similar Messages

  • Opensso : problem load opensso admin console page after install agent

    Hi,
    After installing policy agent for Tomcat in another instance,
    I could not load opensso admin console as usual (http://opensso.local.asyd.net:8000/opensso/UI/Login). The message
    given:
    root cause
    javax.servlet.ServletException: Servlet execution threw an
    exception
         com.sun.identity.setup.AMSetupFilter.doFilter(AMSetupFilter.java:91)
    root cause
    java.lang.NoClassDefFoundError
         com.sun.identity.authentication.client.AuthClientUtils.<clinit>(AuthClientUtils.java:136)
    or
    com.sun.identity.authentication.UI.LoginServlet.initializeRequestContext(LoginServlet.java:106)
    The tomcat log gave this message:
    SEVERE: Servlet.service() for servlet LoginServlet threw exception
    java.lang.NoClassDefFoundError
         at com.sun.identity.authentication.UI.LoginServlet.initializeRequestContext(LoginServlet.java:106)
    +++++++++++++++++++++++++++++++++++++++++
    I have 2 Tomcat instances on one machine:
    /home/opensso/apache-tomcat-6.0.18 (where the open sso server is deployed)
    /opt/tomcat-instance/opensso.local.asyd.net (where the web server client is deployed and agent is installed)
    Here is the response summary of my agent installation:
    SUMMARY OF YOUR RESPONSES
    Tomcat Server Config Directory :
    /opt/tomcat-instance/opensso.local.asyd.net/conf
    OpenSSO server URL : http://opensso.local.asyd.net:8000/opensso
    $CATALINA_HOME environment variable :
    /home/opensso/apache-tomcat-6.0.18
    Tomcat global web.xml filter install : false
    Agent URL : http://opensso.local.asyd.net:8081/mini-agentsample
    Agent Profile name : AS9Agent
    Agent Profile Password file name :
    /opt/tomcat-instance/tomcat_v6_agent/tomcat6agentpw.txt
    Verify your settings above and decide from the choices below.
    1. Continue with Installation
    2. Back to the last interaction
    3. Start Over
    4. Exit
    Please make your selection [1]: 1
    Updating the /home/opensso/apache-tomcat-6.0.18/bin/setclasspath.sh
    script with the Agent classpath ...DONE.
    Creating directory layout and configuring Agent file for Agent_001
    instance ...DONE.
    Reading data from file
    /opt/tomcat-instance/tomcat_v6_agent/tomcat6agentpw.txt and
    encrypting it ...DONE.
    Generating audit log file name ...DONE.
    Creating tag swapped OpenSSOAgentBootstrap.properties file for instance
    Agent_001 ...DONE.
    Creating a backup for file
    /opt/tomcat-instance/opensso.local.asyd.net/conf/server.xml ...DONE.
    Creating a backup for file
    /opt/tomcat-instance/opensso.local.asyd.net/conf/web.xml ...DONE.
    Adding OpenSSO Tomcat Agent Realm to Server XML file :
    /opt/tomcat-instance/opensso.local.asyd.net/conf/server.xml ...DONE.
    Adding filter to Global deployment descriptor file :
    /opt/tomcat-instance/opensso.local.asyd.net/conf/web.xml ...DONE.
    Adding OpenSSO Tomcat Agent Filter and Form login authentication to
    selected Web applications ...DONE.
    SUMMARY OF AGENT INSTALLATION
    Agent instance name: Agent_001
    Agent Bootstrap file location:
    /opt/tomcat-instance/tomcat_v6_agent/Agent_001/config/OpenSSOAgentBootstrap.properties
    Agent Configuration file location
    /opt/tomcat-instance/tomcat_v6_agent/Agent_001/config/OpenSSOAgentConfiguration.properties
    Agent Audit directory location:
    /opt/tomcat-instance/tomcat_v6_agent/Agent_001/logs/audit
    Agent Debug directory location:
    /opt/tomcat-instance/tomcat_v6_agent/Agent_001/logs/debug
    Install log file location:
    /opt/tomcat-instance/tomcat_v6_agent/installer-logs/audit/install.log
    Thank you for using OpenSSO Policy Agent
    Edited by: enterprisecoder on Jun 27, 2010 8:19 PM
    Edited by: enterprisecoder on Jun 28, 2010 12:37 AM
    Edited by: enterprisecoder on Jun 28, 2010 2:14 AM
    Edited by: enterprisecoder on Jun 28, 2010 8:19 PM

    Hi
    I am facing the similar issue after installing the policy agent on tomcat 6.x
    Installation gets successfully, but once I start the tomcat server secured by agent than I get below error
    Dec 23, 2010 2:43:44 PM org.apache.catalina.core.AprLifecycleListener init
    INFO: Loaded APR based Apache Tomcat Native library 1.1.20.
    Dec 23, 2010 2:43:44 PM org.apache.catalina.core.AprLifecycleListener init
    INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
    AgentConfiguration: Exception while reading new mod interval: "null"
    Dec 23, 2010 2:43:45 PM org.apache.tomcat.util.digester.Digester startElement
    SEVERE: Begin event threw error
    java.lang.ExceptionInInitializerError
    at com.sun.identity.agents.arch.Manager.<clinit>(Manager.java:643)
    at com.sun.identity.agents.tomcat.v6.AmTomcatRealm.<clinit>(AmTomcatRealm.java:64)
    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 org.apache.tomcat.util.digester.ObjectCreateRule.begin(ObjectCreateRule.java:206)
    at org.apache.tomcat.util.digester.Rule.begin(Rule.java:153)
    at org.apache.tomcat.util.digester.Digester.startElement(Digester.java:1356)
    at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:501)
    at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(AbstractXMLDocumentParser.java:179)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImpl.java:1339)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2747)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:648)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510)
    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:807)
    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
    at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:107)
    at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1205)
    at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:522)
    at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1642)
    at org.apache.catalina.startup.Catalina.load(Catalina.java:510)
    at org.apache.catalina.startup.Catalina.load(Catalina.java:548)
    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 org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:261)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
    Caused by: java.lang.RuntimeException: Unknown User Mapping Mode: null
    at com.sun.identity.agents.arch.AgentConfiguration.setUserMappingMode(AgentConfiguration.java:865)
    at com.sun.identity.agents.arch.AgentConfiguration.setHotSwappableConfigProps(AgentConfiguration.java:1170)
    at com.sun.identity.agents.arch.AgentConfiguration.initializeConfiguration(AgentConfiguration.java:1098)
    at com.sun.identity.agents.arch.AgentConfiguration.<clinit>(AgentConfiguration.java:1543)
    ... 31 more
    java.lang.reflect.InvocationTargetException
    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 org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:261)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
    Caused by: java.lang.ExceptionInInitializerError
    at com.sun.identity.agents.arch.Manager.<clinit>(Manager.java:643)
    at com.sun.identity.agents.tomcat.v6.AmTomcatRealm.<clinit>(AmTomcatRealm.java:64)
    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 org.apache.tomcat.util.digester.ObjectCreateRule.begin(ObjectCreateRule.java:206)
    at org.apache.tomcat.util.digester.Rule.begin(Rule.java:153)
    at org.apache.tomcat.util.digester.Digester.startElement(Digester.java:1356)
    at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:501)
    at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(AbstractXMLDocumentParser.java:179)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImpl.java:1339)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2747)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:648)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510)
    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:807)
    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
    at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:107)
    at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1205)
    at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:522)
    at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1642)
    at org.apache.catalina.startup.Catalina.load(Catalina.java:510)
    at org.apache.catalina.startup.Catalina.load(Catalina.java:548)
    ... 6 more
    Caused by: java.lang.RuntimeException: Unknown User Mapping Mode: null
    at com.sun.identity.agents.arch.AgentConfiguration.setUserMappingMode(AgentConfiguration.java:865)
    at com.sun.identity.agents.arch.AgentConfiguration.setHotSwappableConfigProps(AgentConfiguration.java:1170)
    at com.sun.identity.agents.arch.AgentConfiguration.initializeConfiguration(AgentConfiguration.java:1098)
    at com.sun.identity.agents.arch.AgentConfiguration.<clinit>(AgentConfiguration.java:1543)
    ... 31 more
    Exception in thread "SystemTimer" java.lang.NoClassDefFoundError: Could not initialize class com.sun.identity.agents.arch.AgentConfiguration
    at com.sun.identity.agents.arch.AgentConfiguration$ConfigurationMonitor.getRunPeriod(AgentConfiguration.java:1397)
    at com.sun.identity.common.TimerPool$WorkerThread.run(TimerPool.java:504)

  • I cannot access the settings tab in the management console

    I am in the management console for my verizon d-link router and i cannot access the settings tab..
    i got to the router/verizon management console via the default gateway ip address and used the default password which worked and then tried to access settings which im assuming is the same default password.. however when i try to use the default password on the settings tab when im prompted it says that it is wrong.
    is there some different password for the settings tab?

    collado144 wrote:
    I am in the management console for my verizon d-link router and i cannot access the settings tab..
    i got to the router/verizon management console via the default gateway ip address and used the default password which worked and then tried to access settings which im assuming is the same default password.. however when i try to use the default password on the settings tab when im prompted it says that it is wrong.
    is there some different password for the settings tab?
    Have you tried to go here and select your Gateway, then follow the trouble shooting tips. Most gateways/routers default passwords at one point were changed to the serial number for security reasons. If that does not work, you may try resetting the gateway/router to get back to the default. Never leave your gateway/router with the default passwords. If you get into the gateway/router a Verizon firmware upgrade if it is a Verizon model, may even change the default password to the serial number so it is not the standard D-Link that is used with all their gateways.
    DSL help.
    http://www.verizon.com/Support/Residential/Internet/highspeedinternet.htm
    The DSL Gateways can be found here.
    D-Link 2750B Gateway?
    http://www.verizon.com/Support/Residential/Internet/HighSpeed/Networking/2750BGateway/ATLAS6561.htm
    There is a wealth of online information also available here.
    http://www.verizon.com/Support/Residential/Internet/fiosinternet.htm

  • Develop tab missing in Admin Console

    Hi,
    Ive tried contacting customer support twice - no response. I have a site that is not showing Develop tab. Im new to BC - however the develop tab is showing on one site ive tried.
    Can someone please help me?
    Thanks
    Paul

    Hi Paul,
    I can confirm my colleague has responded to your support tickets. Please refer to them for a resolution.
    Cheers.

  • Read only access to Admin Console in WL 6.1

    Hi,
    I've seen a couple of questions already posted about this... but so far no answers!
    Does anyone know how to grant read only access to the WL 6.1 Admin Console? The
    supplied user "guest" doesn't seem to have any access, so I was wondering what
    needs to be edited to enable this.... I've tried adding ACL's with "read" permission,
    but that doesn't seem ot help.
    Any thoughts would be most appreciated.
    Jim

    Brown,
    This functionality is not available in 6.1. The newest version of wls
    8.1 has this feature depending on the role that the user is in.
    ~satya
    Mr. Brown wrote:
    Is there a way to restrict a user to read-only priv. on the weblogic
    console? Either by using acl's or other means.
    Thanks in advance,
    Brown

  • TREX httpserver red in TREX admin console after install v7.0

    I have installed TREX version 7.0 and the httpserver is red in the Services tab of the admin console. When I try to restart it it states "Access Denied, you must be an administrator of the remote computer to use this command."
    I am positive that the tsxadm id that I am using is an administrator, since I have checked. Is it trying to use a different id that I am unaware of?
    Any help would be greatly appreciated.
    This is on a windows 2003 server SP1 with IIS 6.0.
    Thanks
    Paul

    Apparently it was a DCOM error that seems to be fixed after implementing MS KB Article 913119 since I can now restart the server. However it is still in red and has the following error in the trace file:
    [2156] 2007-10-30 10:30:35.774     e     NameServer     TREXNameServer.cpp(00833) :     Wrong response from http server: http://qbw02vl1:30305/TREXHttpServer/TrexIsapiExt.dll, status:200, response: MZ&#65424;

  • "File not Found" error in the admin console for dimension

    Hi All,
    We are onto the BPC7 MS version and recently we have started facing an error "File Not Found" while trying to access the dimension members from the admin console.
    I have checked the "adminapp" folder where all the dimension files should be placed in the system, the files are present in the folder.
    The mbr<DIMENSION>  tables are also present in the database and have the members intact.
    I have also tried with processing the dimensions (NOT processing from the membersheet) and it goes successful, but still face the same "File Not Found" Error.
    We have a single appset and a single application.
    Regards
    Raghav

    Hi Sorin,
    Where can I check the File path if it is set incorrect?
    I am recieving this message for all the dimensions, even when I click on the "maintain dimension members", try to process or even try to copy them i have this pop up showing "file not found".
    I have the dimension tables intact at the DB servers and they have the members in them.
    Regards
    Raghav

  • Getting other admin consoles onto another admin console

    The admin console is very important.
    I want to be able to access all of my ldap servers admin consoles through all of my other ldap servers consoles.
    I am currently running 5.2, patch 3 on solaris 8. I have about 12 ldap servers in total. I want to be able to administer any server console from any console. In other words, on my ldap01 admin console, i would like to see in the directory tree listings for ldap02...ldap10 and be able to access them in the same manner.
    What does this encompass? I think it has to do with modifying the config dse.ldif. But what portion of the ldif file is responsible for viewing other ldap servers? I am not to sure.
    I hope my description makes some sense. Thanks.
    -Sowser

    The correct way to do it would be to (if you get to do it all over again) choose just one config server when installing additional Directories.
    Next best thing to try is below (I remember getting this to work a long time ago, so you might have to muck around a little)
    1. Export ou=<AdminDomain>.com,o=NetscapeRoot from each of the config branch, merge the files.
    2. You can import this big file into all of the config instances or import it into one config instance and replicate the instance to all other servers.
    Assuming that there is network connectivity from each of the admin server to the other servers in the topology, you should be able to see all the DS/Admin servers on every server. If each of the server has different passwds than what was used to enter the console, you might have to enter the correct one when a particular server is clicked
    Since this is messing with o=NetscapeRoot branch, all precautionary measures are applicable
    HTH

  • Only some pages of my website made with Muse can't be edit in the Business Catalyst Admin Console... How access all my pages edit possibilities ?

    My website is made with Adobe Muse and published with Business Catalyst.
    Some pages can be edit on the Business Catalyst Console, but, unfortunately, some other pages can't.
    Why some pages and not others ?
    Thanks for yours answers.

    Hi,
    I have try the edit mode with Firefox and Chrome and no one doesn’t work.
    For the french pages, I must reload the page to have the blue blocks. And if I do that on an english one, it switches on the french one...
    Caroline Duhamel
    +33 (0)6 08 34 33 61
    Le 24 oct. 2014 à 09:40, rohit776 <[email protected]> a écrit :
    Only some pages of my website made with Muse can't be edit in the Business Catalyst Admin Console... How access all my pages edit possibilities ?
    created by rohit776 in Help with using Adobe Muse CC - View the full discussion
    Hi,
    I have just checked at my end and it seems everything is working fine and I am able to edit even the English version pages.
    Can you please try some other browser or in a different system to edit your site and check if you are able to do so.
    Regards,
    Rohit Nair
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6862093#6862093
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Help with using Adobe Muse CC by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • How do I create admin console users with full access to configuration and the directory in every instance?

    I want to be able to create directory user ID for the iPlanet administrators. They should be able to access the admin console and all the instances created. They should be able to configure each instance and directory. I was able tocreate Admin Server Administrators but they were only able to modify the directory(tab) and not the configurations(tab). Any help would be greatly appreciated!
    Thanks.
    Keith

    Hi Keith,
    In o=netscaperoot, edit the static group called cn=Configuration Administrators, ou=Groups, ou=TopologyManagement, o=NetscapeRoot - this group contains the admins peer to your config admin. Since the console is quirky and doesn't let you add in users not in netscaperoot, just click advanced and put in the full dn of whoever you want in by hand, e.g., uid=scarter, ou=people, dc=mydomain,dc=com as a static member. then rebind to the console with the full dn and passwd, and away you go :)
    james

  • Is there a way to disable concurrent Weblogic Admin Console sessions for the same user?

    A coworker on another workstation and I are able to log into same user account on the Weblogic Admin Console at the same time. I would like to restrict access so only one session per user account can be logged in to the Admin Console. Is this possible?
    Alternatively, is there a way to log identifiable information (IP/workstation) when multiple sessions for one account occur at the same time?
    I am using 10.3.6.0

    Hi,
    You could also check the http access logs for such info. There you could see records for the received requests, with each record starting with the source IP that initiated the request.
    The default location for access logs is ${DOMAIN_HOME}/servers/${SERVER_NAME}/logs. Of course in your case, the ${SERVER_NAME} would be your admin server name (AdminServer if left as default).
    Regards,
    Mohab

  • Painfully slow access to admin console (how can I fix it?)

    Hi,
    I'm using using Sun Java System Web Server Version 7.0U4 B12/02/2008 02:17 running on CentOS (Redhat EL) release 4.4.
    The problem is that using the Admin Console (on port 8989) is painfully slow. It takes minutes for each page to load, but they do usually load.
    Any ideas on how to fix that?
    There are some other things going on that might be related and helpful to know:
    I get certificate errors when I access the Admin Console (e..g, IE complains about a mismatched address). I've tried following the directions to install the certificate in IE7 and FF3, but neither has stopped bothering me about the certificate error.
    I have the server behind a firewall which allows all outgoing traffic and select incoming ports to the server. The firewall also maps a public IP address to the server's local IP address (e..g, 10.10.10.8).
    If I access the Admin Console locally via the LAN address (https://10.10.10.8:8989) it is no longer slow, but I get booted back to the login screen very frequently (e.g, every minute or two of casual browsing through the console), and I still get the certificate error
    We haven't given the server a name, but access it by IP address, and the virtual server configuration in the Admin Console is name "localhost.localdomain"
    Any help and suggestions would be greatly appreciated!! I've tried searching for solutions several times, but haven't succeeded.
    Thanks,
    Tim

    Thanks for the thoughts
    sriram.natarajan wrote:
    The problem is that using the Admin Console (on port 8989) is painfully slow. It takes minutes for each page to load, but they do usually load.
    Any ideas on how to fix that?
    sounds more like some network issues. are you running your browser on your centos 4.4 as well ? also, did you try to connect using your IP - some thing like https://<ip>:8989 ?
    No, we're not running the browser on centos 4.4. We're runing browsers on laptops, connecting both offsite via public IP address and in the office via both the public IP address and the LAN ip address.
    Yes, we're using the ip address as you demonstrated. This machine does not have a domain name attached, so we only connect via ip addresses (mapped public or LAN)
    >>
    I get certificate errors when I access the Admin Console (e..g, IE complains about a mismatched address). I've tried following the directions to install the certificate in IE7 and FF3, but neither has stopped bothering me about the certificate error.it is not a certificate error. web server 7 admin server uses a self signed certificate . this is necessary step. however, IE reports a warning when it sees a self signed certificate. it wants you to know that it does not understand who sent this certificate. you need to create an exception - saying that you know what you are doing then there won't be any certificate error ..Okay, I'll look for how to do that, but so far I've only found instructions for how to install the certificate in the browsers, and unfortunately, that hasn't made a difference.
    >>
    I have the server behind a firewall which allows all outgoing traffic and select incoming ports to the server. The firewall also maps a public IP address to the server's local IP address (e..g, 10.10.10.8).
    sounds like some network misconfiguration - outside the scope of this forum.I cannot rule that out, but other servers/websites seem to work fine with this same setup. Although, only this server is using https
    >
    If I access the Admin Console locally via the LAN address (https://10.10.10.8:8989) it is no longer slow, but I get booted back to the login screen very frequently (e.g, every minute or two of casual browsing through the console), and I still get the certificate error
    if you want to increase this time out, you could do so by manually editing <install-root>/lib/webapps/admingui/WEB-INF/web.xml and change the value for session-timeout to say 600 (for 10 minutes).. . pl . note that this is not a supported way and you could potentially leave others to use your session if you are careless. but, if you know what you are doing .Thanks I did that. It surprises me that the default timeout appears to be 1 minute.

  • Unable to access Admin Console

    Hi,
    I have installed Oracle Database11g and WebLogic 10.3.0 Application Server successfully in LINUX-64 bit environment. At the end of OIM server 9.1.0.1 it displays "The Oracle Identity Manager Application Server setup has some problem. Refer OIM_HOME/Xellerate/logs/setup_weblogic.log for information about the problem" in the console. So, when i able to access Admin console. It throws Error:404.
    Also setup_weblogic.log has the following error details
    BUILD FAILED
    /oracle/oimserver/xellerate/setup/setup.xml:443: The following error occurred while executing this line:
    /oracle/oimserver/xellerate/setup/weblogic-setup.xml:196: Could not create task or type of type: wlst.
    Ant could not find the task or a class this task relies upon.
    Also nexaweb.war and xlWebApp.war is missing in Weblogic console page-> Deployment tab.
    I have reinstalled the weblogic and OIM again but still getting the same problem..
    Please help me to resolve this issue.
    Thanks in advance.
    Regards
    Katheresh
    Edited by: Katheresh on May 10, 2010 9:47 PM

    Hey Kathy
    did you setup ORACLE_HOME to weblogic_home, JAVA_HOME and added java to PATH. Also do you have any other ANT installed on your server.
    Have you checked the OIM certification matrix for the version of various components like OIM, Weblogic and Database.
    If you are sure that you did all this correctly, then perform the following:
    The nexaweb classloader error is seen at times prior to performing the post installation steps. Then make a backup of the weblogic domain directory and the <OIM_HOME> directory.
    1. Please continue and perform the postinstallation steps.
    2. Restart the server
    3. In the weblogic console, shcek to see that the xellerate and nexaweb applications have an "ok" status.
    4. If not:
    a. Please upload the oim server log.
    b. Using the WebLogic console undeploy all oim applications including, xellerate, nexaweb and, if there, XIMDD, and SPML.
    c. Delete the directory <OIM_HOME>/xellerate/webapp/precompiled
    d. Delete the xellerate.ear and Nexaweb.ear from the directory <OIM_HOME>/xellerate/OIMApplications (Note: do this on all nodes of the cluster)
    e. Delete the ant_backup.jar, optional_backup.jar and xercesImpl_backup.jar files from the OIM_HOME/xellerate/ant/lib directory.
    f. Delete the xellerate and Nexaweb directories from the BEA_HOME/user_projects/domains/DOMAIN_NAME/servers/AdminServer/tmp/_WL_user directory.
    g. Delete the xellerate and Nexaweb directories from the BEA_HOME/user_projects/domains/DOMAIN_NAME/servers/MANAGED_SERVER_NAME/tmp/_WL_user directory.
    Delete the xellerate and Nexaweb directories from the BEA_HOME/user_projects/domains/DOMAIN_NAME/servers/MANAGED_SERVER_NAME/stage directory.
    h. In the OIM_HOME/xellerate/setup/weblogic-setup.xml file:
    i. Search for the following element:
    <wldeploy action="deploy"
    source="${WL_APP_LOCATION}/OIMApplications/WL${application.filename}"
    name="Xellerate"
    user="${weblogic_login_user}"
    password="${weblogic_login_password}"
    verbose="true"
    adminurl="t3://${weblogic_server_target_url}:${weblogic_server_admin_port}"
    debug="${action.deploy.debug}"
    targets="${wl.deploy.target}" />
    ii. Add a timeout value of 5400 as shown:
    <wldeploy action="deploy"
    source="${WL_APP_LOCATION}/OIMApplications/WL${application.filename}"
    name="Xellerate"
    user="${weblogic_login_user}"
    password="${weblogic_login_password}"
    verbose="true"
    adminurl="t3://${weblogic_server_target_url}:${weblogic_server_admin_port}"
    debug="${action.deploy.debug}"
    targets="${wl.deploy.target}"
    timeout="5400" />
    i. Restart the WebLogic server and managed servers.
    j.Open a terminal session and export the the JAVA_HOME and PATH environment variables.
    k. In the same terminal session, change to the directory <OIM_HOME>/xellerate/setup
    l. Run "patch_weblogic.sh"
    This should reinstall that xellerate applications on WebLogic.
    Hope this helps.

  • DS 5.2 - how to give users access to suffixes via the admin console?

    I'm in the process of migrating my LDAP install from 5.1 -> 5.2, and have encountered an issue with console access. The "admin" user previously had access to all the suffixes in the directory. After loading the data into a 5.2 directory, this access was lost. The "admin" user can login to the console, but in the directory tab, only sees "cn=schema" and "cn=monitor". The data suffixes are not present. I have verified that the ACI for this user should be allowing access to the data suffixes.
    Any ideas?
    Additionally, I've tried creating new users with console access, and none of them can even login. Thoughts?

    never mind, found it there.

  • Error when trying to access OAM 11g Admin console

    I am getting an error when I try to access the OAM admin console, the page appears after I enter http://hostname:14100/oam but the login box has the following message in it:
    System error. Please re-try your action. If you continue to get this error, please contact the Administrator.
    I tried entering http://hostname:14100/oam_console but get a 404 error
    The log file outputs the following:
    [oracle@core bin]$ startManagedWebLogic.sh oam_server1
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:MaxPermSize=512m
    WLS Start Mode=Production
    CLASSPATH=/opt/oracle/product/Middleware/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar::/opt/oracle/product/Middleware/Oracle_IDM1/oam/server/policy/sts-policies.jar:/opt/oracle/product/Middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/oracle/product/Middleware/patch_ocp360/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/oracle/product/Middleware/jdk/lib/tools.jar:/opt/oracle/product/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/opt/oracle/product/Middleware/wlserver_10.3/server/lib/weblogic.jar:/opt/oracle/product/Middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/opt/oracle/product/Middleware/wlserver_10.3/server/lib/webservices.jar:/opt/oracle/product/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/opt/oracle/product/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/opt/oracle/product/Middleware/oracle_common/soa/modules/commons-cli-1.1.jar:/opt/oracle/product/Middleware/oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/opt/oracle/product/Middleware/Oracle_IDM1/oam/agent/modules/oracle.oam.wlsagent_11.1.1/oam-wlsagent.jar:/opt/oracle/product/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/opt/oracle/product/Middleware/wlserver_10.3/common/derby/lib/derbyclient.jar:/opt/oracle/product/Middleware/wlserver_10.3/server/lib/xqrl.jar
    PATH=/opt/oracle/product/Middleware/wlserver_10.3/server/bin:/opt/oracle/product/Middleware/modules/org.apache.ant_1.7.1/bin:/opt/oracle/product/Middleware/jdk/jre/bin:/opt/oracle/product/Middleware/jdk/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/opt/Oracle/bin:/opt/oracle/product/Middleware/user_projects/domains/iam/bin:/opt/oracle/product/Middleware/OPatch:/opt/oracle/product/11.2.0/dbhome_1/bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://hostname:port/console *
    starting weblogic with Java version:
    java version "1.6.0_24"
    Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
    Oracle JRockit(R) (build R28.1.3-11-141760-1.6.0_24-20110301-1432-linux-x86_64, compiled mode)
    Starting WLS with line:
    /opt/oracle/product/Middleware/jdk/bin/java -server -Xms256m -Xmx512m -XX:MaxPermSize=512m -Dweblogic.Name=oam_server1 -Djava.security.policy=/opt/oracle/product/Middleware/wlserver_10.3/server/lib/weblogic.policy -Dweblogic.ProductionModeEnabled=true -Dweblogic.security.SSL.trustedCAKeyStore=/opt/oracle/product/Middleware/wlserver_10.3/server/lib/cacerts -da -Dplatform.home=/opt/oracle/product/Middleware/wlserver_10.3 -Dwls.home=/opt/oracle/product/Middleware/wlserver_10.3/server -Dweblogic.home=/opt/oracle/product/Middleware/wlserver_10.3/server -Dcommon.components.home=/opt/oracle/product/Middleware/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/opt/oracle/product/Middleware/user_projects/domains/iam -Djrockit.optfile=/opt/oracle/product/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/opt/oracle/product/Middleware/user_projects/domains/iam/config/fmwconfig/servers/oam_server1 -Doracle.domain.config.dir=/opt/oracle/product/Middleware/user_projects/domains/iam/config/fmwconfig -Digf.arisidbeans.carmlloc=/opt/oracle/product/Middleware/user_projects/domains/iam/config/fmwconfig/carml -Digf.arisidstack.home=/opt/oracle/product/Middleware/user_projects/domains/iam/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/opt/oracle/product/Middleware/user_projects/domains/iam/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/opt/oracle/product/Middleware/user_projects/domains/iam/servers/oam_server1/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/opt/oracle/product/Middleware/Oracle_IDM1/oam/agent/modules/oracle.oam.wlsagent_11.1.1,/opt/oracle/product/Middleware/oracle_common/modules/oracle.ossoiap_11.1.1,/opt/oracle/product/Middleware/oracle_common/modules/oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -DOAM_POLICY_FILE=/opt/oracle/product/Middleware/user_projects/domains/iam/config/fmwconfig/oam-policy.xml -DOAM_CONFIG_FILE=/opt/oracle/product/Middleware/user_projects/domains/iam/config/fmwconfig/oam-config.xml -DOAM_ORACLE_HOME=/opt/oracle/product/Middleware/Oracle_IDM1/oam -Doracle.security.am.SERVER_INSTNCE_NAME=oam_server1 -Does.jars.home=/opt/oracle/product/Middleware/Oracle_IDM1/oam/server/lib/oes-d8 -Does.integration.path=/opt/oracle/product/Middleware/Oracle_IDM1/oam/server/lib/oeslib/oes-integration.jar -Does.enabled=true -Djavax.xml.soap.SOAPConnectionFactory=weblogic.wsee.saaj.SOAPConnectionFactoryImpl -Djavax.xml.soap.MessageFactory=oracle.j2ee.ws.saaj.soap.MessageFactoryImpl -Djavax.xml.soap.SOAPFactory=oracle.j2ee.ws.saaj.soap.SOAPFactoryImpl -Doracle.oaam.home=/opt/oracle/product/Middleware/Oracle_IDM1/oaam/ -Doracle.oaam.home=/opt/oracle/product/Middleware/Oracle_IDM1/oaam/ -Doracle.oaam.home=/opt/oracle/product/Middleware/Oracle_IDM1/oaam/ -Djava.awt.headless=true -Dem.oracle.home=/opt/oracle/product/Middleware/oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=false -Dweblogic.management.server=http://core.apteclabs.edu:7001 -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/opt/oracle/product/Middleware/patch_wls1035/profiles/default/sysext_manifest_classpath:/opt/oracle/product/Middleware/patch_ocp360/profiles/default/sysext_manifest_classpath weblogic.Server
    [WARN ][jrockit] MaxPermSize=512m ignored: Not a valid option for JRockit
    [WARN ] Use of -Djrockit.optfile is deprecated and discouraged.
    <Aug 16, 2011 9:34:29 AM EDT> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Aug 16, 2011 9:34:36 AM EDT> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Aug 16, 2011 9:34:37 AM EDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Oracle JRockit(R) Version R28.1.3-11-141760-1.6.0_24-20110301-1432-linux-x86_64 from Oracle Corporation>
    <Aug 16, 2011 9:34:45 AM EDT> <Info> <Security> <BEA-090065> <Getting boot identity from user.>
    Enter username to boot WebLogic server:weblogic
    Enter password to boot WebLogic server:
    <Aug 16, 2011 9:34:54 AM EDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 2011 1398638 >
    <Aug 16, 2011 9:37:45 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Aug 16, 2011 9:37:45 AM EDT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Aug 16, 2011 9:38:02 AM EDT> <Notice> <Log Management> <BEA-170019> <The server log file /opt/oracle/product/Middleware/user_projects/domains/iam/servers/oam_server1/logs/oam_server1.log is opened. All server side log events will be written to this file.>
    Aug 16, 2011 9:38:25 AM oracle.security.am.common.nap.util.NAPLogger log
    SEVERE: Failed to communicate with any of configured Access Server, ensure that it is up and running.
    <Aug 16, 2011 9:38:27 AM EDT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Aug 16, 2011 9:38:52 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Aug 16, 2011 9:38:52 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Aug 16, 2011 9:39:28 AM EDT> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element web-app in the deployment descriptor in /opt/oracle/product/Middleware/Oracle_IDM1/oam/agent/apps/oam-wlsagent-logout.war/WEB-INF/web.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <Aug 16, 2011 9:39:46 AM EDT> <Warning> <Coherence> <BEA-000000> <2011-08-16 09:39:46.790/320.434 Oracle Coherence GE 3.5.3/465p2 <Warning> (thread=DistributedCache, member=3): Assigned 257 orphaned primary partitions>
    [EL Info]: 2011-08-16 09:39:47.585--ServerSession(474132858)--EclipseLink, version: Eclipse Persistence Services - 1.1.0.r3634
    [EL Info]: 2011-08-16 09:39:48.526--ServerSession(474132858)--file:/opt/oracle/product/Middleware/Oracle_IDM1/oam/server/lib/oes-d8/jps-internal.jar-JpsDBDataManager login successful
    <Aug 16, 2011 9:40:01 AM EDT> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Aug 16, 2011 9:40:01 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Aug 16, 2011 9:40:01 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Aug 16, 2011 9:40:02 AM EDT> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 192.168.184.128:14100 for protocols iiop, t3, ldap, snmp, http.>
    <Aug 16, 2011 9:40:02 AM EDT> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on fe80:0:0:0:20c:29ff:fe26:71ec:14100 for protocols iiop, t3, ldap, snmp, http.>
    <Aug 16, 2011 9:40:02 AM EDT> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on 127.0.0.1:14100 for protocols iiop, t3, ldap, snmp, http.>
    <Aug 16, 2011 9:40:02 AM EDT> <Notice> <Server> <BEA-002613> <Channel "Default[3]" is now listening on 0:0:0:0:0:0:0:1:14100 for protocols iiop, t3, ldap, snmp, http.>
    <Aug 16, 2011 9:40:02 AM EDT> <Notice> <WebLogicServer> <BEA-000330> <Started WebLogic Managed Server "oam_server1" for domain "iam" running in Production Mode>
    <Aug 16, 2011 9:40:04 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Aug 16, 2011 9:40:04 AM EDT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    <Aug 16, 2011 9:43:32 AM EDT> <Error> <HTTP> <BEA-101017> <[ServletContext@477181353[app:oam_server module:oam path:/oam spec-version:2.5]] Root cause of ServletException.
    weblogic.servlet.jsp.CompilationException: Failed to compile JSP /index.jsp
    index.jsp:2:4: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
    <%@taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
    ^----^
    index.jsp:2:4: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
    <%@taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
    ^----^
    index.jsp:3:4: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
    <%@taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%>
    ^----^
    index.jsp:3:4: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
    <%@taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%>
    ^----^
    index.jsp:4:4: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
    <%@taglib uri="http://beehive.apache.org/netui/tags-template-1.0" prefix="netui-template"%>
    ^----^
    index.jsp:4:4: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
    <%@taglib uri="http://beehive.apache.org/netui/tags-template-1.0" prefix="netui-template"%>
    ^----^
    at weblogic.servlet.jsp.JavelinxJSPStub.reportCompilationErrorIfNeccessary(JavelinxJSPStub.java:226)
    at weblogic.servlet.jsp.JavelinxJSPStub.compilePage(JavelinxJSPStub.java:162)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:256)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:216)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:243)
    Truncated. see log file for complete stacktrace
    >
    <Aug 16, 2011 9:43:32 AM EDT> <Notice> <Diagnostics> <BEA-320068> <Watch 'UncheckedException' with severity 'Notice' on server 'oam_server1' has triggered at Aug 16, 2011 9:43:32 AM EDT. Notification details:
    WatchRuleType: Log
    WatchRule: (SEVERITY = 'Error') AND ((MSGID = 'WL-101020') OR (MSGID = 'WL-101017') OR (MSGID = 'WL-000802') OR (MSGID = 'BEA-101020') OR (MSGID = 'BEA-101017') OR (MSGID = 'BEA-000802'))
    WatchData: DATE = Aug 16, 2011 9:43:32 AM EDT SERVER = oam_server1 MESSAGE = [ServletContext@477181353[app:oam_server module:oam path:/oam spec-version:2.5]] Root cause of ServletException.
    weblogic.servlet.jsp.CompilationException: Failed to compile JSP /index.jsp
    index.jsp:2:4: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
    <%@taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
    ^----^
    index.jsp:2:4: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
    <%@taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
    ^----^
    index.jsp:3:4: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
    <%@taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%>
    ^----^
    index.jsp:3:4: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
    <%@taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%>
    ^----^
    index.jsp:4:4: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
    <%@taglib uri="http://beehive.apache.org/netui/tags-template-1.0" prefix="netui-template"%>
    ^----^
    index.jsp:4:4: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
    <%@taglib uri="http://beehive.apache.org/netui/tags-template-1.0" prefix="netui-template"%>
    ^----^
    at weblogic.servlet.jsp.JavelinxJSPStub.reportCompilationErrorIfNeccessary(JavelinxJSPStub.java:226)
    at weblogic.servlet.jsp.JavelinxJSPStub.compilePage(JavelinxJSPStub.java:162)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:256)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:216)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:243)
    at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:416)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:326)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.am.agent.wls.filters.OAMServletAuthenticationFilter.doFilter(OAMServletAuthenticationFilter.java:265)
    at oracle.security.am.agent.wls.filters.OAMValidationSystemFilter.doFilter(OAMValidationSystemFilter.java:133)
    at oracle.security.wls.oamagent.OAMAgentWrapperFilter.doFilter(OAMAgentWrapperFilter.java:120)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    SUBSYSTEM = HTTP USERID = <WLS Kernel> SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-101017 MACHINE = core.apteclabs.edu TXID = CONTEXTID = 11d1def534ea1be0:7f0631a0:131d2d0d910:-8000-0000000000000020 TIMESTAMP = 1313502212548
    WatchAlarmType: AutomaticReset
    WatchAlarmResetPeriod: 30000
    >
    <Aug 16, 2011 9:43:51 AM EDT> <Alert> <Diagnostics> <BEA-320016> <Creating diagnostic image in /opt/oracle/product/Middleware/user_projects/domains/iam/servers/oam_server1/adr/diag/ofm/iam/oam_server1/incident/incdir_8 with a lockout minute period of 1.>
    Any ideas?

    Hi,
    Another way to "find" the URL for the oamconsole, that I use if I'm not familiar with the configuration I'm working on is to first log into the Adminserver WL Console, then go to "Deployments".
    Then, find "oamconsole" in the Deployments listed (on the right).
    Click on that, then on the next page, look for the "Testing" tab. Click on the "Testing" tab, which which show the /oamconsole app.
    Click on the "+" to expand the tree, and you should see a bunch of different URLs on the right, e.g., if you have OAM console deployed to managed servers, etc., there'll be different URLs for those, etc., and you can just click on the links to open up OAM Console in your browser.
    Jim

Maybe you are looking for

  • First call fails on iOS 4.1

    I installed iOS 4.1 onto my iPhone 4 last week and didn't notice this problem over the weekend, but today several times when someone called me, they were able to hear me but I wasn't able to hear them. They would hang up and call back and then everyt

  • Combining PDFs - PLEASE HELP

    Hello This is my first post with apple discussions. I hope you can help me with my problem. I have lots of pdfs (~2600) that need a cover page added to them that is unique to each pdf. i have the cover pages named the same as the original pdfs in a s

  • A seemingly obvious question that I can't figure out

    Ok I am usually pretty good with these things and if I don't know how to do something I ask here. However, this one seems really obvious but I can't figure it out! My problem is that I accidently hit the album art button while playing music today whi

  • PHP 5.2 and saprfc 1.4.1

    Hey all, Has anyone tried hooking-up PHP 5.2 and saprfc 1.4.1? I tried but getting this error message when I restarted my apache 2.0.54 : <i>"<b>PHP Startup: saprfc: Unable to initialize module Module compiled with module API=20050922, debug=0, threa

  • Printer setting

    Dear Team, When I giving the printing to the printer . It ask about witch printer . i.e Output Device Spool Control : Print Immediatelly                     :Delete after output                     :New spool request                      :Close spool