User tab in weblogic console

This should be an easy one for all you weblogic gurus!
(I am using Weblogic Server 6.1)
If I set up a security realm (RDBMS is my case), and I click on the security->users
tab within the admin console, should I be able to see all the users configured
in the realm?
I suspect that I am only seeing the ones in my fileRealm.properties.
Thanks,
Darren

Thanks for the repy.
You are right. I had setup the caching realm correctly, but did not realize you
had to select it from the drop down list in the FileRealm tab. Once I did this,
everything sprung into life.
Thanks,
Darren
Przemyslaw Rychlewski <[email protected]> wrote:
Hi!
Darren schrieb:
This should be an easy one for all you weblogic gurus!
(I am using Weblogic Server 6.1)
If I set up a security realm (RDBMS is my case), and I click on thesecurity->users
tab within the admin console, should I be able to see all the usersconfigured
in the realm?Yes.
I suspect that I am only seeing the ones in my fileRealm.properties.So your RDBMS realm is not used.
przemek

Similar Messages

  • Filter very long user list in Weblogic console

    Hi,
    we have configured Weblogic to use Active Directory for authentication, which works fine. However now the user list in the weblogic console is very very long (some 100.000 entries) making it very unconvenient to edit the local users which we also need.
    Is there a way to not display the users from AD here? Or to filter the list by provider? (Directly at the list I can only filter by name).
    Thanks and best regards
    Daniel
    P.S.: It's WLS 10.3.3.0

    Hi Faisal,
    thanks for your reply. Number of rows displayed per page is a good hint, but the list will have multiple 10.000 entries anyway, so this is not really good. When I apply a filter within the Provider configuration can the other users (that got filtered out) still log in? As far as I understood, users who are filtered away here, are not present for weblogic in any way, i.e. also cannot login.
    Cheers
    Daniel

  • Error creating new user in Weblogic console using RDBMSAuthentication

    Hi,
    I have tried to configure RDBMSAuthenticator in Weblogic 8. I created related tables in the schema i.e. user_security, etc. But its still not working with my WebApp.
    Can someone please help me to configure my application with this Oracle DBMS authentication provider to login to this application...?
    1. When I am trying to use these userid/password to login to my application its not able to login getting error as:
    ####<Nov 21, 2009 11:27:52 AM GMT+05:30> <Debug> <RDBMSAuthenticator> <PDC2A-01-096> <cgServer> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <000000> <Provider: getLoginModuleConfiguration()>
    ####<Nov 21, 2009 11:27:53 AM GMT+05:30> <Debug> <RDBMSAuthenticator> <PDC2A-01-096> <cgServer> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <000000> <Authentication Failed: User "null" denied>
    ####<Nov 21, 2009 11:27:53 AM GMT+05:30> <Debug> <RDBMSAuthenticator> <PDC2A-01-096> <cgServer> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <000000> <Authentication Failed: User "null">
    I am trying to use this DBMS Authentication mechanism in my WebApp i.e. in web.xml I configured the <security-constraint> <login-config> and <security-role> i.e.
    <security-constraint>
    <display-name>ABCD web security</display-name>
    <web-resource-collection>
    <web-resource-name>portal file</web-resource-name>
    <description>Protects the ABCD enterpise portal web resources</description>
    <url-pattern>/*</url-pattern>
    <url-pattern>/index.jsp</url-pattern>
    <url-pattern>/*.do</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <description>ABCD Users</description>
    <role-name>abcduser</role-name>
    </auth-constraint>
    <user-data-constraint>
    <transport-guarantee>NONE</transport-guarantee>
    </user-data-constraint>
    </security-constraint>
    <login-config>
    <auth-method>FORM</auth-method>
    <form-login-config>
    <form-login-page>pages/login.jsp</form-login-page>
    <form-error-page>pages/error.jsp</form-error-page>
    </form-login-config>
    </login-config>
    <security-role>
    <description>ABCD User</description>
    <role-name>abcduser</role-name>
    </security-role>
    Also I have made necessary change in Weblogic.xml
    I can see the users in this table in my Weblogic console. But I cannot modify them I cant delete any user from Weblogic console, neither can i assign any gropu to them getting error as below while doing this...
    1. When trying to delete any uset getting error as:
    ####<Nov 21, 2009 11:41:50 AM GMT+05:30> <Debug> <RDBMSAuthenticator> <localhost> <cgServer> <ExecuteThread: '0' for queue: 'weblogic.admin.HTTP'> <weblogic> <> <000000> <List of currently-available cursors: {RDBMSNameCursor201305690=[email protected]32b09}>
    ####<Nov 21, 2009 11:41:50 AM GMT+05:30> <Debug> <RDBMSAuthenticator> <localhost> <cgServer> <ExecuteThread: '0' for queue: 'weblogic.admin.HTTP'> <weblogic> <> <000000> <delegate.close("RDBMSNameCursor201305690")>
    ####<Nov 21, 2009 11:41:56 AM GMT+05:30> <Debug> <RDBMSAuthenticator> <localhost> <cgServer> <ExecuteThread: '0' for queue: 'weblogic.admin.HTTP'> <weblogic> <> <000000> <Removing user becuser1234>
    ####<Nov 21, 2009 11:41:57 AM GMT+05:30> <Debug> <RDBMSAuthenticator> <localhost> <cgServer> <ExecuteThread: '0' for queue: 'weblogic.admin.HTTP'> <weblogic> <> <000000> <Caught SQLException from delegate, removing from pool and retrying
    java.sql.SQLException: Fail to convert to internal representation
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:162)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:227)
         at oracle.jdbc.driver.CharCommonAccessor.getLong(CharCommonAccessor.java:239)
         at oracle.jdbc.driver.OracleResultSetImpl.getLong(OracleResultSetImpl.java:514)
         at com.bea.p13n.security.providers.authentication.RDBMSAtnDelegate.removeUser(RDBMSAtnDelegate.java:474)
         at com.bea.p13n.security.providers.authentication.RDBMSAuthenticatorImpl$2.run(RDBMSAuthenticatorImpl.java:414)
         at com.bea.p13n.security.providers.authentication.RDBMSAuthenticatorImpl.retry(RDBMSAuthenticatorImpl.java:982)
         at com.bea.p13n.security.providers.authentication.RDBMSAuthenticatorImpl.removeUser(RDBMSAuthenticatorImpl.java:404)
         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:324)
         at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:1304)
         at weblogic.management.commo.CommoModelMBean.invoke(CommoModelMBean.java:640)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
         at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:990)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:948)
         at weblogic.management.console.utils.Security.deleteUser(Security.java:1564)
         at weblogic.management.console.actions.security.DoDeleteUserAction.perform(DoDeleteUserAction.java:153)
         at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:182)
         at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:86)
         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:1072)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6981)
         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:3892)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2766)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    >
    ####<Nov 21, 2009 11:42:00 AM GMT+05:30> <Debug> <RDBMSAuthenticator> <localhost> <cgServer> <ExecuteThread: '0' for queue: 'weblogic.admin.HTTP'> <weblogic> <> <000000> <Caught SQLException from delegate, removing from pool and retrying
    java.sql.SQLException: Fail to convert to internal representation
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:162)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:227)
         at oracle.jdbc.driver.CharCommonAccessor.getLong(CharCommonAccessor.java:239)
         at oracle.jdbc.driver.OracleResultSetImpl.getLong(OracleResultSetImpl.java:514)
         at com.bea.p13n.security.providers.authentication.RDBMSAtnDelegate.removeUser(RDBMSAtnDelegate.java:474)
         at com.bea.p13n.security.providers.authentication.RDBMSAuthenticatorImpl$2.run(RDBMSAuthenticatorImpl.java:414)
         at com.bea.p13n.security.providers.authentication.RDBMSAuthenticatorImpl.retry(RDBMSAuthenticatorImpl.java:982)
         at com.bea.p13n.security.providers.authentication.RDBMSAuthenticatorImpl.removeUser(RDBMSAuthenticatorImpl.java:404)
         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:324)
         at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:1304)
         at weblogic.management.commo.CommoModelMBean.invoke(CommoModelMBean.java:640)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
         at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:990)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:948)
         at weblogic.management.console.utils.Security.deleteUser(Security.java:1564)
         at weblogic.management.console.actions.security.DoDeleteUserAction.perform(DoDeleteUserAction.java:153)
         at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:182)
         at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:86)
         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:1072)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6981)
         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:3892)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2766)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    Edited by: user12209056 on Nov 20, 2009 10:38 PM

    I could resolve the issue...The main points that needed to be done were
    1. Keep the 'DefaultAuthentication' to 'Optional/SUFFICIENT' from 'Required'.
    2. Create a 'Sequencer' table, if your jar is using it.

  • Monitering web users at real time using weblogic console?

    Is there a way to monitor web users at real time using weblogic console.
    I want to see no. of active HTTP sessions, no. of HTTP requests at any
    point of time, opening and closing of a session...etc..
    thanks in advance

    See recent discussion in "servlet" newsgroup.
    Cameron Purdy, LiveWater
    "Manjunath Kalmani" <[email protected]> wrote in message
    news:[email protected]..
    Is there a way to monitor web users at real time using weblogic console.
    I want to see no. of active HTTP sessions, no. of HTTP requests at any
    point of time, opening and closing of a session...etc..
    thanks in advance

  • Logging into weblogic console using Active directory users?

    Hi,
    We developed a portal application using BEA 8.1 by getting users from embidded LDAP provided with the weblogic server.Now we need to access the users accounts stored in active directory.we configured new active directory authenticator and able to see the user and group names in the weblogic console. when we try to login to the console using one of the active directory user names, we are unable to login.
    I would be thankful if any one can help on this.
    Thanks & Regards
    Surendranath Reddy

    Hi Surendranath,
    I am trying to attempt the same task, but have been unsuccessful so far. If you have had any luck with this, please let me know.
    I can get MS AD to work just fine in the Security Provider and it works via the developers application, but I cannot login using the Active Directory users from the Admin Console.
    Thanks,
    Kevin.

  • Logged users x Weblogic console

    I'm using Weblogic 6.0 and I want to know what users are logged in. With WL
    4.5.1 we had the Weblogic Console that could provide that information but I
    don't know how to do that with WLS 6.0.
    The console web application shows all users but not the logged ones. Could
    anybody help me on that?
    Thanks a lot
    Andre Mendonca
    [email protected]

    We have upgraded our WebLogic from 8.1 to 9.2 along with our PeopleSoft 9.0 upgrade and boy-oh-boy, has the WebLogicAdmin console slowed down.
    It used to open in about 10 seconds.
    Now it opens in roughly 1 minute and 30 seconds.
    The heap size settings are the same as they were in the WebLogic 8.1
    Even restarting the WebLogicAdmin and associated PeopleSoft PIA's is the worst I have ever seen.
    Windows 2003 SP3
    Here's the startup command line;
    -Xms256m -Xmx256m -XX:MaxPermSize=128m -classpath ";D:/psft/hr849\webserv\hdev\lib\ps_patch.jar;D:/psft/hr849\webserv\hdev\applications\peoplesoft\PSIGW\WEB-INF\lib\mail.jar;D:/psft/hr849\webserv\hdev\lib\portlet-api-1.0.jar;D:/psft/hr849\webserv\hdev\lib\pluto-1.0.1.jar;D:/psft/hr849\webserv\hdev\applications\peoplesoft\PORTAL\WEB-INF\lib\saaj.jar;D:/psft/hr849\webserv\hdev\applications\peoplesoft\PORTAL\WEB-INF\lib\xml-apis.jar;D:/psft/hr849\webserv\hdev\applications\peoplesoft\PORTAL\WEB-INF\lib\xercesImpl.jar;;d:\bea\patch_weblogic923\profiles\default\sys_manifest_classpath\weblogic_patch.jar;d:\bea\jdk150_12\lib\tools.jar;d:\bea\WEBLOG~1\server\lib\weblogic_sp.jar;d:\bea\WEBLOG~1\server\lib\weblogic.jar" -Djava.util.logging.config.file=D:\psft\hr849\webserv\hdev\applications\peoplesoft\logging.properties -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Dweblogic.Name=WebLogicAdmin -Dweblogic.management.username=operator -Dweblogic.ProductionModeEnabled=true -Dps_vault=D:\psft\hr849\webserv\hdev\psvault -Djava.security.policy="d:\bea\WEBLOG~1\server\lib\weblogic.policy" -Dssl.debug=false -Dps_home=D:/psft/hr849 weblogic.Server
    Regards,
    Tom

  • Getting Active Directory Users in UCM User Admin - Users Tab

    Hello All
    We have integrated WLS with our Active Directory. And we are getting all the active directory users under Security Realms >myrealm >Users and Groups tab in WLS Console.
    We are also able to login to webcenter spaces and Content server using those userid and credentials. But our problem is in UCM under Admin Applets - User Admin - Users tab all the active directory users are not listed. So we are not able to assign particular roles to the users.
    When a particular Active Directory user logins in UCM (First Time) after that the admisistrator (weblogic) is able to get that user under Admin Applets - User Admin - Users tab. And also it comes as an External user so we are not able to assign role.
    So basically UCM requires a login to get all the users listed in users tab.
    Our requirement is we want all the Active Directory users to get listed in UCM without the condition that the users has to login in content server once.
    Thanks

    Hi Navin ,
    First and foremost the requirement that you have posted is not possible and the reason for that is :
    Users are created on AD which is outside the realm of UCM hence there is no way that the users created on AD will be shown up under Users tab without they login atleast once . UCM does not know which all users are part of the realm until and unless the AD users login in atleast once .
    Secondly external users cannot be assigned roles from UCM because when the Auth type is set to External UCM sees it as external entity hence not giving it any way to relate roles / groups from UCM . As a workaround you can change the AuthType for the External users to Global from User Admin applet after the users login for the first time . This will enable you to assign roles / groups for the AD users .
    Hope this helps .
    Thanks
    Srinath

  • Is their a way to set system property in weblogic console

    Hi WL USERS
    Is their a way to set system property in weblogic console ie (http://localhost:8080/console) ? if yes, can we access that property in code using System.getProperty()?
    Regards
    vishy

    Yes, It is Possible.
    Please check the Option-1). Mention in the Following Link: http://weblogic-wonders.com/weblogic/2010/03/26/nodemanager-based-managedservers-setting-mem_args/
    Here i tried to set a Custom Property "*-Duser.dir=E:/MyDirectory*" through the Admin Console.
    NOTE: Setting any Option like JAVA_OPTIONS/CLASSPATh etc through Admin Console will work only when you start your Servers using the NodeManager. It means when you start your ManagedServers through AdminConsole...or Using nodeManager based WLST scripts.
    Thanks
    Jay SenSharma
    http://weblogic-wonders.com/weblogic/ (WebLogic Wonders Are Here)

  • Read-only access to weblogic console in WL 6.1sp2

    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

    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

  • Error occured while searching for users in OIM admin console.

    Hi Experts,
    I deployed code from dev environment in to Test environment using deployment manager in OIM and also completed metadata import using weblogic metadataimport utility.Then when itried to search for users in OIM admin console. I am getting the following error.
    Error messager:
    ADFC-10001: cannot instantiate class 'oracle.iam.identitytaskflow.backing.taskflows.modifyuser.ModifyUserView'
    ADF_FACES-60097:For more information, please see the server's error log for an entry beginning with: ADF_FACES-60096:Server Exception during PPR, #12
    Did any body faced this issue?
    Can u please suggest me on this?
    Thanks,
    Sri.

    I've faced same error !!

  • Question about 'Beans in Use' statistic in weblogic console

    I am trying to figure out why the weblogic server is taking up so much
    memory in our system.
    We are running weblogic 6.1sp3 on solaris 2.7 and are quickly running
    out of memory.
    I run a 5 user test for an hour that results in around 240 'budgets'
    being created via a Budget entity bean.
    At the start of the run, the java weblogic process takes up 157meg.
    At the end of the run(actually many hours after the run has stopped
    and there has been no other activity), it is at to 696 meg
    The weblogic console tells me the following information on my Budget
    entity bean at the end:
    Idle: 0
    Beans in use: 246
    Cached: 50
    Passivated: 191
    My question is this, is 246 'Beans in use' a sign that I am not
    releasing resources correctly? what does it mean to have 246 'Beans
    in use'? the help on that screen says that 'beans in use' is the
    number of beans in use, active or ready state. I understand that an
    'active' bean is one that has a PK assigned and has been moved from
    'pooled' to 'ready'. passivated bean does not have PK associated and
    moved from 'ready' to 'pooled'. I can't figure out why it has 246
    beans ready or active? If someone could better explain what 'beans in
    use' means I'd greatly appreciate it. I put print outs in
    active/passivate/unsetEntityContext and I see active/passivate get
    called but no unsetEntityContext. It also seems that it doesn't reuse
    the 'container'. After a passivate, I'd expect the next 'activate' to
    re-use that seem bean that was just passivated, but it does not seem
    to.
    I feel like I'm missing the boat here on something. I understand
    'cached' beans and how to control that number. Where I feel I need
    some help is understanding what happens to the bean once it is
    'passivated'. Why aren't those being reused? why don't they have
    some 'max' that will cause them to be removed? (does
    max-beans-in-free-pool work for entity beans in 6.1??)
    any feedback would be greatly appreciated!
    thanks
    Kelly

    Hi Kelly,
    Semantics of ejbPassivate/ejbActivate methods of Entity
    beans is quite different from SFSB.
    For Entity Bean ejbPassivate is called when a bean loses its
    identity and transitions from Ready to Pooled state. ejbActivate
    is called when a bean transitions from Pooled to Ready state.
    Hope this helps,.
    Regards,
    Slava Imeshev
    "Kelly Kingdon" <[email protected]> wrote in message
    news:[email protected]...
    I am trying to figure out why the weblogic server is taking up so much
    memory in our system.
    We are running weblogic 6.1sp3 on solaris 2.7 and are quickly running
    out of memory.
    I run a 5 user test for an hour that results in around 240 'budgets'
    being created via a Budget entity bean.
    At the start of the run, the java weblogic process takes up 157meg.
    At the end of the run(actually many hours after the run has stopped
    and there has been no other activity), it is at to 696 meg
    The weblogic console tells me the following information on my Budget
    entity bean at the end:
    Idle: 0
    Beans in use: 246
    Cached: 50
    Passivated: 191
    My question is this, is 246 'Beans in use' a sign that I am not
    releasing resources correctly? what does it mean to have 246 'Beans
    in use'? the help on that screen says that 'beans in use' is the
    number of beans in use, active or ready state. I understand that an
    'active' bean is one that has a PK assigned and has been moved from
    'pooled' to 'ready'. passivated bean does not have PK associated and
    moved from 'ready' to 'pooled'. I can't figure out why it has 246
    beans ready or active? If someone could better explain what 'beans in
    use' means I'd greatly appreciate it. I put print outs in
    active/passivate/unsetEntityContext and I see active/passivate get
    called but no unsetEntityContext. It also seems that it doesn't reuse
    the 'container'. After a passivate, I'd expect the next 'activate' to
    re-use that seem bean that was just passivated, but it does not seem
    to.
    I feel like I'm missing the boat here on something. I understand
    'cached' beans and how to control that number. Where I feel I need
    some help is understanding what happens to the bean once it is
    'passivated'. Why aren't those being reused? why don't they have
    some 'max' that will cause them to be removed? (does
    max-beans-in-free-pool work for entity beans in 6.1??)
    any feedback would be greatly appreciated!
    thanks
    Kelly

  • Unable to view weblogic console

    Hi all,
    after restarting the server am unable to see the server console, it was throwing below error in the admin server log. If i start with root user i am able to see the weblogic console. user which am using to restart is having complete permission to start and stop the server.
    ####<Dec 23, 2011 6:48:37 PM IST> <Error> <J2EE> <panda.buboeing.com> <AdminServer> <[ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <6bd5c3f9d3fbe16c:2421f2e1:1346b10ba43:-8000-0000000000000035> <1324646317429> <BEA-160001> <Error deploying Internal Application: weblogic.application.ModuleException: Failed to load webapp: 'console'
    weblogic.application.utils.StateChangeException: weblogic.application.ModuleException: Failed to load webapp: 'console'
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:67)
         at weblogic.application.internal.BackgroundDeploymentService$BackgroundDeployAction.run(BackgroundDeploymentService.java:273)
         at weblogic.application.internal.BackgroundDeploymentService$OnDemandBackgroundDeployAction.run(BackgroundDeploymentService.java:336)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused By: weblogic.application.ModuleException: Failed to load webapp: 'console'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:393)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:613)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
         at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
         at weblogic.application.internal.BackgroundDeploymentService$1.next(BackgroundDeploymentService.java:348)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BackgroundDeploymentService$BackgroundDeployAction.run(BackgroundDeploymentService.java:273)
         at weblogic.application.internal.BackgroundDeploymentService$OnDemandBackgroundDeployAction.run(BackgroundDeploymentService.java:336)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused By: java.lang.NullPointerException
         at weblogic.servlet.internal.ConsoleExtensionManager.applyExtensionConfigFile(ConsoleExtensionManager.java:231)

    Hi
    Through which user you installed weblogic.

  • Custom Security Manager or Security Event Interception from WebLogic Console

    Hello,
    I have built my own Security Manager and implemented custom preference/property mechanism for every Principal, so when I use my Swing client to create new User and new Group, as well as addMember to a Group, I know what to do with those properies/preferences.
    Now, I want to use WebLogic Console to manage users and groups. I want to intercept events in my Security Manager about new User or Group creation or changing their memberships as Principals in order to handle their Preference/properties stuff myself...
    I wonder what should I "listen" in order to understand that someone has changed membership of Users or Groups or about creation of new User or Group?
    I use Weblogic Server 6.0 sp2
    serge

    Hi Daniel,
    > a custom security manager for the standard CM Repository
    And this dictates you indeed to use the old API, as the CMRepositoryManager itself is using the old API.
    The standard AclSecurityManager is implemented by com.sapportals.wcm.repository.manager.generic.security.AclSecurityManager. If you check out Configuration - Content Management - Repository Managers - Security Manager, you will see "ACL Security Manager" (the one from above) and "ACL Security Manager (for new Manager-API)". This is implementing / using the new API, but needs also a RM using the new API.
    > java.lang.NoSuchMethodException: MySecurityManager.<init>
    This exception only complains about a missing constructor!? Have you implemented a default constructor?!
    > If this is the case, where can I find the API for IUMPrincipal? It is not included in any provided API because of deprecation.
    The methods of the old EP5 user management are more or less similar to the new UME, so using the old deprecated API should be more or less straight forward.
    There are also transformer methods for example to transform a "new" user object to an old EP5 one, see https://forums.sdn.sap.com/thread.jspa?threadID=235656&tstart=0
    Hope it helps
    Detlev

  • Cannot set node manager password in weblogic console (10.3.3)

    Hi,
    I've been trying to configure a custom AD authenticator in the weblogic console for 10.3.3 and get Invalid pad byte on the node manager password when it tries to activate my changes. After trying several things suggested in other forums, I went into the weblogic console, under domains->security, changed the node manager user and password, and still get an Invalid pad byte on the password I entered! Any suggestions?
    Thanks!
    Julia Allen

    Well that didn't work :( . I went into config.xml and changed <node-manager-username> and <node-manager-password-encrypted> to clear text, restarted, went into the console and tried to change the node manager username and password in Domains-->Security-->Advanced and still got invalid pad byte on the password I entered when I saved. Interestingly enough when the page came up the value for node-manager-username was the old value... not the one I changed in config.xml before I started the server. I verified that I changed the correct config.xml. When I looked at it after restart, the values had not been changed to encrypted values. And, yes, production mode is false. So I'm guessing a cache problem somewhere? Or a corruption in one of the other security files that I cannot determine?
    One thing I did try was to reset the admin password following steps I found in other places (e.g. renaming ldift/initialized/properties files, running java weblogic.security.utils.AdminAccount) but nothing. Still the same problem. Also note that the server starts just fine... the console just barfs with this invalid pad byte error whenever I try and configure that AD provider or actually try and change the node user name and password.
    Any other ideas? Your help is greatly appreciated!
    Julia

  • Not able to login to weblogic console.

    Hi,
    I am trying to login to weblogic console, but it is failing with error message as follow:
    *"Page not found*
    The server has not found anything matching the Request-URI. "_
    Previous it was fine i was able to login to the weblogic console without any issue, but suddenly this problem start apearing.
    Please can somebody help me on this issue.
    Thanks,
    Manoj

    Hi Ravi,
    This is the config file sample. Please have a look to this.
    <server>
    <name>AdminServer</name>
    <ssl>
    <name>AdminServer</name>
    <enabled>true</enabled>
    <hostname-verification-ignored>true</hostname-verification-ignored>
    <listen-port>9002</listen-port>
    <login-timeout-millis>25000</login-timeout-millis>
    <two-way-ssl-enabled>true</two-way-ssl-enabled>
    </ssl>
    <log>
    <name>AdminServer</name>
    <file-min-size>50000</file-min-size>
    <rotate-log-on-startup>true</rotate-log-on-startup>
    <log-file-severity>Info</log-file-severity>
    <stdout-severity>Info</stdout-severity>
    <memory-buffer-severity>Notice</memory-buffer-severity>
    <log4j-logging-enabled>false</log4j-logging-enabled>
    <redirect-stdout-to-server-log-enabled>true</redirect-stdout-to-server-log-enabled>
    </log>
    <stuck-thread-max-time>2400</stuck-thread-max-time>
    <stuck-thread-timer-interval>180</stuck-thread-timer-interval>
    <listen-port>9001</listen-port>
    <web-server>
    <name>AdminServer</name>
    <frontend-https-port>443</frontend-https-port>
    <auth-cookie-enabled>false</auth-cookie-enabled>
    </web-server>
    <listen-address>-------</listen-address>
    <tunneling-enabled>true</tunneling-enabled>
    <staging-directory-name>/apps2/bcawl10/applications_on</staging-directory-name>
    <staging-mode>nostage</staging-mode>
    <health-check-timeout-seconds>120</health-check-timeout-seconds>
    <graceful-shutdown-timeout>60</graceful-shutdown-timeout>
    <ignore-sessions-during-shutdown>true</ignore-sessions-during-shutdown>
    <client-cert-proxy-enabled>true</client-cert-proxy-enabled>
    <weblogic-plugin-enabled>true</weblogic-plugin-enabled>
    </server>
    I am accessing the console from a different windows machine while the admin server is configure on different unix box.
    http://host_IP:9001/console is the url i am using to access the console.
    As this is the production environment so we do not have permission or flexibility to create the new domains.
    and for your previous post i did search for the files on the DemoIdentity.jks, DemoTrust.jks and wsrpKeystore.jks.
    I am able to file the files at
    /apps/bea/software/bea1001/wlserver_10.0/server/lib/DemoTrust.jks
    /apps/bea/software/bea1001/wlserver_10.0/server/lib/DemoTrust.jks
    /bea/software/bea1001/wlserver_10.0/samples/domains/portal/wsrpKeystore.jks
    and i can see from the console that all the instance point to the same path mentioned above under KeyStore setting of weblogic console.
    One more point i want to add is that console is accessible for few of the users what few of them are not able to access intermittently. So if you know then please could you put some input from the network prospective whether firewall setting can play role in in this or not.
    Thanks,
    Manoj Kumar

Maybe you are looking for