WLS 7.0 LDAP Issue

I am trying to use Netscape LDAP server for authentication with WLS 7.0, but having
some problems.
Here are steps I took.
-Configured and started the default server
-Add IPlanet LDAP provider
-Removed the default Authentication provider and identity assertion provider.
On the LDAP side, I have a Administrators group and have system user in that group.
Restarted the server, came up correctly with user/password of LDAP server, and I
assumed that it authenticated to LDAP server.
On the console, if I click on Users or Groups, I do not see any user and group, and
no option to create a user and group.
What could be wrong here?
After sometime, with the same settings I restarted server, and can not get authentication,
getting access denied error.
Can anyone please help me?

Did you find a solution for this problem?
I have somthing very similar going on where I am currently working.
Thanks!
Andy.
"Simple Guy" <[email protected]> wrote:
>
Hi,
I've a setup with iplanet 6.x webserver using the wls 7.0 sp2 proxy plugin
to
route requests to the clustered app server instances (2 of them) that
are in wls
6.1 sp3.
The issue is, I'm noticing that the session is not sticky and is getting
routed
onto the other app server instance. The error that I see in the wlproxy.log
is
as follows:
*******Exception type [PROTOCOL_ERROR] raised
at line 654 of URL.cpp
Thu Nov 13 11:30:08 2003 failure on sendRequest() w/ recycled connection
to Instance1:7001, numfailures=1
Thu Nov 13 11:30:08 2003 Marking Instance1:7001 as bad
Thu Nov 13 11:30:08 2003 got exception in sendRequest phase:
PROTOCOL_ERROR [line 654 of URL.cpp]: unexpected EOF
reading HTTP status at line 1010
Thu Nov 13 11:30:08 2003 Failing over after sendRequest exception
Thu Nov 13 11:30:08 2003 attempt #1 out of a max of 5
Has anyone seen this issue? Can anyone explain why this issue is occuring.?
Thanks.

Similar Messages

  • Java ftp server which can use LDAP, how to integrate with WLS' implementation of LDAP?

    Howdy.
    I'm setting up a java ftp server
    (http://www.mycgiserver.com/~ranab/ftp/index.html) which is capable of using
    LDAP for it's user security. I would like to integrate this ftp server with
    wls' implementation of LDAP so I only have to admin one user list.
    Does wls put it's user list in the LDAP or in it's own proprietary setup? I
    tried playing around with it, but the users don't seem to appear in the JNDI
    tree. Is this where the LDAP stuff is located? I thought it was in there?
    If it's in it's own setup, is there a way to propagate the users to LDAP?
    If these look like newbie Q&A, I guess they kind of are, I'm new to LDAP.
    Thanks for any input you might have.

    Peter,
    If you are talking about using the embedded LDAP server in WLS 7.0 for this purpose
    I think you are going done the wrong path.
    Look at the following URL on how to use an external LDAP server for your custom
    application
    http://e-docs.bea.com/wls/docs70/secmanage/realm.html#1172008
    Chuck Nelson
    DRE
    BEA Technical Support

  • LDAP issue after upgrading to SP15 from SP7 for CUP 5.3

    Hello,
    We have recently upgraded our Sandbox from SP 7 to SP15 on GRC 5.3 and Now having issues authenticating users using LDAP.
    The connections and settings are exactly same as our Dev system which in on SP7 and the connection also says successful but when we go onto the request page and type in an id it says invalid credentials.
    Am i missing something or is there a special procedure after upgrade .
    Thanks
    Uday

    Hello Frank,
    Thanks for the reply.I forgot to do it and as you said once i performed those steps it actually solved my password reset link issues as it was erroring out with 500 error and now  it is working fine .
    But to fix LDAP issue SAP has a note which says after SP13 we don't need to fill in the user path field while creating LDAP connector.
    Thanks
    Uday

  • Can this be done using WLS 8.1 LDAP?

    I am trying to configure WLS 8.1 to use LDAP for authentication/authorization.
    I have the basics working so now I am trying to move to the next hurdle.
    We are building a single webapp that will serve several different companies. The
    main difference will be that the look and feel will be branded for each company
    so when a user logs in to the app via a URL such as foo.domain.com they see the
    "foo" branding and using bar.domain.com will see the "bar" branding. Simple so
    far. The real problem is that we will be adding new companies over time and we
    need to allow two users from two different companies to have the same userid.
    How can I setup LDAP in WLS 8.1 so I can use a different "User Base DN" depending
    on the company the user appears to be coming from? I need this for both authentication
    and authorization.
    - Maybe a custom LDAP realm? Where to begin?
    - How about the "User From Name Filter" field in the console? It seems to take
    a %u variable for the username. Are there any other variables I can use?
    - Do I create a different authenticator for each company? If so, how do I resolve
    one authenticator saying username/password is valid and other says it isn't? Then
    how do I use the correct authorizer for that user?
    I have to imagine that others have had this same issue. Any other ideas?
    Thanks,
    Rick

    "Rick Maddy" <[email protected]> wrote in message
    news:3ee9eccc$[email protected]..
    >
    I am trying to configure WLS 8.1 to use LDAP forauthentication/authorization.
    I have the basics working so now I am trying to move to the next hurdle.
    We are building a single webapp that will serve several differentcompanies. The
    main difference will be that the look and feel will be branded for eachcompany
    so when a user logs in to the app via a URL such as foo.domain.com theysee the
    "foo" branding and using bar.domain.com will see the "bar" branding.Simple so
    far. The real problem is that we will be adding new companies over timeand we
    need to allow two users from two different companies to have the sameuserid.
    >
    How can I setup LDAP in WLS 8.1 so I can use a different "User Base DN"depending
    on the company the user appears to be coming from? I need this for bothauthentication
    and authorization.
    It sounds like you need multiple realm support in additional to virtual host
    support. WLS
    currently only supports one realm activate at a time.
    - Maybe a custom LDAP realm? Where to begin?You might be able to do this with a custom provider, but I am not sure if
    you can
    get at the original URL in the login module.
    - How about the "User From Name Filter" field in the console? It seems totake
    a %u variable for the username. Are there any other variables I can use?You can use %u for username, %g for group, but I don't think they are going
    to help
    you.
    - Do I create a different authenticator for each company? If so, how do Iresolve
    one authenticator saying username/password is valid and other says itisn't? Then
    how do I use the correct authorizer for that user?You can use the control flags to specify the behavior of the login modules.
    But unless
    your usernames are scoped, then it could succeed in one provider when you
    really
    want it to go to the other provider.

  • LDAP issue

    We have a 10.3.2 WLP environment that has an AD and an ADAM security provider on it. Our portal application authenticates clients against ADAM and other users through AD. This setup has been working for a year with no issue. We moved our hardware this weekend (no other changes) and since that time we have not been able to log into this application through AD or ADAM. All the AD and ADAM users and groups can be seen through the WebLogic console so the provider infornmation should be good. We rebooted our physical app servers boxes as well as the ADAM and AD boxes to no avail. There is no error on our login page when the user tries to connect, it just goes back to the login page. However, in the app server logs we see the error below. Any good suggestions or ideas will be awarded points. Any resolutions will be awarded a refigerator magnet or key chain :)
    We have tried redploying the application and deleting the JVM cache, as well as trying previous versions of the app code, same result. One other note, the attempts to login do NOT make it to ADAM as the accounts never get locked out (which they should after 3 wrong attempts).
    Thanks
    ####<Aug 1, 2012 12:27:05 PM CDT> <Notice> <Stdout> <qaportal1> <PortalServer1> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1343842025611> <BEA-000000> <12:27:05,611 ERROR [[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'] com.fc.framework.service.ldap.exception.LDAPException - com.fc.framework.service.ldap.exception.LDAPNamingException[ javax.naming.AuthenticationException]
    javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 700, v1db1 ]
         at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3005)
         at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2951)
         at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2753)
         at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2667)
         at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:287)
         at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:175)
         at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:193)
         at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:136)
         at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.java:66)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
         at javax.naming.InitialContext.init(InitialContext.java:223)
         at javax.naming.InitialContext.<init>(InitialContext.java:197)
         at javax.naming.directory.InitialDirContext.<init>(InitialDirContext.java:82)
         at com.fc.framework.service.ldap.env.Environment.getDirContext(Environment.java:332)
         at com.fc.framework.service.ldap.env.Environment.getInitDirContextSearch(Environment.java:407)
         at com.fc.framework.service.ldap.util.UserLocator.getUserType(UserLocator.java:46)
         at com.fc.framework.service.security.SecurityHelper.getUser(SecurityHelper.java:290)
         at com.fc.framework.service.security.SecurityHelper.userSearchByUserId(SecurityHelper.java:101)
         at com.fc.controls.security.SecurityControlImpl.userSearchByUserId(SecurityControlImpl.java:117)
         at com.fc.controls.security.SecurityControlBean.userSearchByUserId(SecurityControlBean.java:673)
         at Controller.isUserIdCaseValid(Controller.java:952)
         at Controller.doValidateUserIdUserUserType(Controller.java:310)
         at Controller.doLogin(Controller.java:287)
         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.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:870)
         at org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)
         at org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:478)
         at org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:306)
         at org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:336)
         at org.apache.beehive.netui.pageflow.internal.FlowControllerAction.execute(FlowControllerAction.java:52)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$201(PageFlowRequestProcessor.java:97)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ActionRunner.execute(PageFlowRequestProcessor.java:2044)
         at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$WrapActionInterceptorChain.continueChain(ActionInterceptors.java:64)
         at org.apache.beehive.netui.pageflow.interceptor.action.ActionInterceptor.wrapAction(ActionInterceptor.java:184)
         at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$WrapActionInterceptorChain.invoke(ActionInterceptors.java:50)
         at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$WrapActionInterceptorChain.continueChain(ActionInterceptors.java:58)
         at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors.wrapAction(ActionInterceptors.java:87)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:2116)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:556)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:853)
         at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:631)
         at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:158)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.bea.content.manager.servlets.ContentServletFilter.doFilter(ContentServletFilter.java:178)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:336)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.bea.portal.tools.servlet.http.HttpContextFilter.doFilter(HttpContextFilter.java:60)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)>

    Thanks Brian for assisting me with this issue.
    I am still extremely new to how to deploy the product and it looks like the fix for this was to go into Privileges and set LDAP Customer creation. I hadn't done that. Once that was done everything worked correctly.
    Richard

  • DNS/LDAP Issue for Trusted Domain

    Hi
    I'm trying to configure  Configuration Manager 2012 R2 Forest Discovery to a trusted domain.
    Objects from the trusted domain (users/computers) show up in the Collections, but when I check under Administration\Active Directory Forests I can see Discovery Status "Failed to connect using default account" and Publishing status "Cannot
    Contact LDAP Server".
    I've added the SCCM server to local admin at the trusted domain via GPO and have also created the system Management container.
    When I check the log ADForestDisc.log I get this error message:
    "Failed to connect to forest X. This can be because of disjoint DNS namespaces, network connectivity or server availibility issue. Error Information The specified forest does not exist or cannot be contacted."
    I have setup Conditional Forwarders in DNS in both domains.
    I have also read other forums about this issue and should have the answer:
    "This error occurs for all of the domains that you mentioned and is typical when SRV records for DCs in those remote domains cannot be found. Forest discovery relies on DNS name resolution of SRV records to locate a suitable DC to communicate with."
    "The site server performing the forest discovery must be able to resolve the SRV records for the DCs or root domain of the other forest."
    We are using Windows AD integrated DNS in both domains.
    I'm not so familiar with DNS configuration so I appreciate if someone could tell more specific how to fix this.
    Thanks in advance

    Hi
    Thank you for your answer. This issue is solved. I've missed to open some ports in the router/firewall between the LANs.
    The status under Active Directory Forests is Succeded now, but when I check under boundaries, I can only see the "Default-First-Site-Name" site for the first domain (same LAN as CM Server) and I can only see the IP address range for that LAN.
    I don't Think  this is a big issue, but shouldn't the site name and address range for the other LAN (where the trusted domain is) be automatically found to during forest Discovery when I've checked the options to create site and ip boundaries automatically?

  • OES11SP1 LDAP issue on a node

    Hi,
    I have a 2 node cluster that we have upgraded from OES11 to OES11 sp1 at the beginning of august
    Last week we create a new ressource on the primary node (let's say NODE 1), but when we want to migrate this new ressource to the other node (let's say NODE 2), the ressource became comatose.
    On node 2 what i can see in /var/log/messages is the following
    Aug 20 16:42:17 node2 ncs-resourced: Try LDAP for POOLDATA20_SERVER
    Aug 20 16:42:17 node2 ncs-resourced: LDAP failed: <class 'ldap.SERVER_DOWN'>
    Aug 20 16:42:53 node2 ncs-resourced: Error preprocessing script POOLDATA20_SERVER.load
    Aug 20 16:42:53 node2 ncs-resourced: POOLDATA20_SERVER.load: CRM: Tue Aug 20 16:42:53 2013
    Aug 20 16:42:53 node2 ncs-resourced: POOLDATA20_SERVER.load: /bin/sh: /var/run/ncs/POOLDATA20_SERVER.load: No such file or directory
    Aug 20 16:42:53 node2 ncs-resourced: resourceMonitor: POOLDATA20_SERVER load status=127
    Aug 20 16:42:54 node2 ncs-resourced: Error preprocessing script POOLDATA20_SERVER.unload
    Aug 20 16:42:54 node2 ncs-resourced: POOLDATA20_SERVER.unload: CRM: Tue Aug 20 16:42:54 2013
    Aug 20 16:42:54 node2 ncs-resourced: POOLDATA20_SERVER.unload: /bin/sh: /var/run/ncs/POOLDATA20_SERVER.unload: No such file or directory
    Aug 20 16:42:54 node2 ncs-resourced: resourceMonitor: POOLDATA20_SERVER unload status=127
    I try to change the configuration using a new.conf file liket it is in the documentation :
    CONFIG_NCS_CLUSTER_DN="cn=svr1_oes2_cluster.o=cont ext"
    CONFIG_NCS_LDAP_INFO="ldaps://10.1.1.102:636,ldaps://10.1.1.101:636"
    CONFIG_NCS_ADMIN_DN="cn=admin.o=context"
    CONFIG_NCS_ADMIN_PASSWORD="password"
    As the root user, enter the following command at a command prompt:
    /opt/novell/ncs/install/ncs_install.py -l -f new.conf on node1 and on node2
    and then cluster exec "/opt/novell/ncs/bin/ncs-configd.py -init"
    I reboot node2 but it is exaclty the same.
    Any idea ?
    Stphane

    Originally Posted by changju
    Hi Stphane,
    This is the key of the failure,
    Aug 20 16:42:17 node2 ncs-resourced: LDAP failed: <class 'ldap.SERVER_DOWN'>
    Somehow, looks like the Python LDAP on node2 couldn't connect the LDAP servers (10.1.1.102:636 or 10.1.1.101:636).
    Please first make sure that LDAP is up and running on the two servers.
    Please check file "/etc/opt/novell/ncs/clstrlib.conf" to make sure that you have something like this,
    p4
    S'ldaps://10.1.1.102:636,ldaps://10.1.1.101:636'
    If not, you need to modify file "new.conf" and run command "/opt/novell/ncs/install/ncs_install.py -l -f new.conf" on node2 again.
    You can then check the result of the installation in file "/var/opt/novell/install/ncslog", or you can simply run command "/opt/novell/ncs/bin/ncs-configd.py -init" on node2 to try to pull down the latest NCS configuration.
    If "/opt/novell/ncs/bin/ncs-configd.py -init" churns out a bunch of "dos2unix" messages (and pulls down the scripts for the new resources at "/var/opt/novell/ncs"), you should be able to migrate the resource.
    Regards,
    Changju
    Thank you very much Changju.
    I was not aware of this log file it was very helpfull.
    Apparently a tls issue for my 2 ldap server. I change it to ldap instead of ldaps and it is working now.
    Strange because i was able to connect using ldaps with ldap browser to the 2 nodes.
    Again, thank you
    Stphane

  • OBIEE 11g Security LDAP Issue

    Hi,
    I have an issue where certain LDAP users who were once able to log into OBI 11g now cannot.
    This has only happened for those users who I have used the proxy ('Act As') functionality on ie. If UserA can login, and the Administration Act's As UserA, after an OBI restart UserA cannot log in anymore.
    I have narrowed this issue down to the presenation catalog. If I swap the current catalog with the SampleAppLite catalog for example, the problem goes away i.e. the LDAP user (UserA in the example above) can log in fine.
    I have also noticed while accessing the catalog via catalog manager, the Administrator cannot access the 'System' folder. This is with reference to the original catalog (which causes the issue with UserA above) that was upgrade from 10g to 11g.
    Any ideas?
    Thanks.

    This is going to be almost impossible to diagnose without being logged in, in front of your application.
    As a starting point I would recommend you check the permissions on each catalog element. Go to Catalog link > Change view to 'Admin View' > Catalog Root and then use the permissions link for that item and everything below. Ticking 'Show Hidden Items' will let you see the System folders.
    Also check the privileges (Administration > Manage Privileges) as I seem to remember that the 'Act as Proxy' privilege is denied out of the box. Maybe something here is amiss.
    It might be easiest to bite the bullet and create a new web catalog from scratch!
    Paul

  • JSTL WLS 7 to WLS 8.1 Upgrade Issues

    We have a web app that currently runs on WLS 7. We have been asked to upgrade the app to WLS 8.1 recently. Most of the screen have ported fine, but there are a couple of screens that seem to be throwing fits. It could be a JDK/JRE issue, but here is the scenario
              jstl looks up a string variable property which is set to either "Y" or "N". Using WLS 7, it comes back as either "Y" or "N". But when I run the same code with WLS81, it comes back as "true" or "false".
              Looking at the property right before it returns always shows the correct value. When I look into the parameters and values, they seem to match the above statements as well (Y,N,true,false).
              Here is an interesting twist though. If I switch the JDK to 1.4 on WLS7, it also changes to "true" and "false". I have tried both sun and jrockit jvms to no avail.
              Has anyone seen this behavior?
              Thanks,
              Ashar

    That's almost what I said but not quite, you should not have any trouble, but this is the real world hence my suggestion to backup properly first.
    As for Yosemite I don't know the answer yet, I would expect it to be a no but we'll have to wait and see.

  • Flash Builder 4 LDAP issue on IIS 7 with Coldfusion 8

    I have a cfc that returns empty strings back into my project when I attempt an auto login through LDAP. The same files perform correctly on a different server with IIS 6. I set up a simple cfm  on the IIS 7 server and received the appropriate data. I set up a cfm on the IIS 7 server  to invoke the very same cfc that fails in the flash builder and received the appropriate data. Both servers are inside the company firewall.
    The web folder is set up as an application with windows authentication enabled, disabling and enabling the anonymous authentication seems to have no impact on any of the scenarios. I am assuming I am missing some configuration in the ColdFusion Flex integration but I am not sure what it is. Anyone have a shot in the dark on this one?
    Enable Flash Remoting support  &
    Enable Remote Adobe LiveCycle Data Management access  are both checked
    SSL connections are not being used.

    I absolutly did read the guidance notes and it was based in them that we installed.
    Quote:
    "Now that we have had an opportunity to undertake further testing with the final release of Mac OS X 10.7, we are pleased to report that there are only minor usability issues when using Flash Builder 4.5.1 on Mac OS X 10.7 and, as such, we will be updating our previous statement to confirm compatibility of these releases"
    What I am now experiencing on two different machines is what appears to be outside the scope of these notes and either a new issue that is reproducible, or a Java issue related to 10.7. Not being a Java guy I'm not sure were to begin short of trying Eclipse on its own.
    I am able to produce a crash of FB 4.5.1 by just trying to close an MXML file by clicking the close button of the tab, or by closing a project. This is on two seperate machines now.

  • Same old LDAP issue

    hey folks,
    i am trying to validate an user from my LDAP db
    here are my LDAP entries..
    dn: cn=jim,o=attinfo,c=us
    objectclass: inetOrgPerson
    objectclass: ePerson
    objectclass: organizationalPerson
    objectclass: person
    objectclass: top
    cn: jim
    sn: robinson
    userpassword: {iMASK}>1e5rd9bCaqTnz9oQQSVhFYekLSoUp2vAnOWaZIKO8LfBBW1RuAJi2mvu 4dwcQ+4r5TPYQIFnQyT6QKGV4LEnQvpSLb7vckUjmt2FyrTKtVfJghCZiLvH61oXB1eEawkLFQOi cfjP2lYQYi0LdA5a4mS03I1JrdVdbF<
    uid: jim
    description:: and here is the java code to access that..
    import javax.naming.ldap.*;
    import javax.naming.*;
    import javax.naming.directory.*;
    import java.util.*;
    public class TestLdap2{     
    public TestLdap2(){     
    try{     
    DirContext ctx = null;
    Hashtable ht = new Hashtable(2);
    ht.put(Context.INITIAL_CONTEXT_FACTORY,"com.sun.jndi.ldap.LdapCtxFactory");     
    ht.put(Context.PROVIDER_URL, "ldap://dbipaddr:389/o=attinfo");
         ctx = new InitialDirContext(ht);        SearchControls ctls = new SearchControls();        ctls.setSearchScope(SearchControls.SUBTREE_SCOPE);        NamingEnumeration ne = ctx.search("o=attinfo","(sn=robinson)",ctls);
            while(ne.hasMore()){
                 SearchResult sr = (SearchResult) ne.next();
                System.out.println("DN: "+sr.getName());
    Attributes attrbs = sr.getAttributes();          
       for (NamingEnumeration nE = attrbs.getAll();nE.hasMoreElements();)
                    Attribute attr = (Attribute) nE.next();
                    String attrID = attr.getID();                   System.out.println("ID: "+attrID);            
    for (Enumeration vals = attr.getAll();vals.hasMoreElements();)
                     System.out.println("Vals: "+vals.nextElement());
    ctx.close();     
    } catch (Exception e){
              e.printStackTrace();     
    public static void main(String args[]){
         new TestLdap2();     
    }I am getting following error..
    javax.naming.NameNotFoundException: [LDAP: error code 32 - No Such Object]; rema
    ining name 'o=attinfo'
    is it some kind of binding issue...
    any help is appreciated..
    thanx..

    Hello, it isn't necessarily a 'binding' issue -- that indicates permissions issues. The problem is that you are searching for Jim in 'o=attinfo,o=attinfo', and ignoring the root ('c=us'). The easiest way to solve the problem is to change the line:
    ht.put(Context.PROVIDER_URL, "ldap://dbipaddr:389/o=attinfo");
    To the following:
    ht.put(Context.PROVIDER_URL, "ldap://dbipaddr:389/c=us");
    Thus, your initial context will be at the root, and when you search your context will change to 'o=attinfo,c=us' which should contain your entry.
    Good luck,
    Derek

  • ISE 1.3 Upgrade LDAP Issue

    We recently upgraded to 1.3 and everything seems fine except that we noticed that the catalyst switches we use AD authentication through ISE for stopped dropping us automatically in enable mode. I did rejoin the device to AD as required post upgrade and have since unjoined and rejoined. When I run the test user option for the AD Identity store I get an error saying its unable to fetch LDAP attributes, see attached. There is also a similar error in the syslog anytime a user logs into the switch. I went back on the syslogs and these errors were not happening until the upgrade. I am assuming this somehow correlates to my issue. Anyone else experienced this post upgrade? Thanks.

    Are you using LDAP or native AD join ?
    There are some issues with LDAP and quotes in the group names, which is not supported. I also have had issues with 1.3 and using comma and users names, so something like Doe, John. is not possible as the name of a user in AD.
    As for native AD, i have not had any issues with ISE 1.3

  • Unable to Start UCM Content Managed Server (UCM_server1) due to LDAP issue

    Hi,
    Brief of Steps followed so far -
    1. Installed Oracle WebCenter in Weblogic Domain 1, created the relevant schemas using RCU and able to successfully start the managed servers for WebCenter middleware apps - Spaces / Portal server etc.
    2. Installed Oracle Content in Weblogic Domain 2, created the relevant schema for the middleware app using RCU.
    3. Weblogic Admin Server starts successfully and am able to launch the 'console' and 'em' app, successfully.
    4. When I try to start the UCM_server1 managed server, with command
    startManagedWebLogic UCM_server1 http://<my localhost ip>:8001/console, it throws below error.
    NOTE - I HAVE TRIED THE EXISTING response to similar problem available in the forum -
    a. Tried deleting the LDAP files from the C:\oracle\Middleware\user_projects\domains\content_base_domain\servers\UCM_server1 directory and re-starting
    b. Tried checking the windows host file and updating for localhost.
    Plausible Error Statement
    Have highlihgted in bold, the first exception is thrown by getDNForUser search statement.
    Error Traced on UCM_server1
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityAtn> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <com.bea.common.security.internal.service.CallbackHandlerWrapper.handle delegated callbacks>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityAtn> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <com.bea.common.security.internal.service.CallbackHandlerWrapper.handle got username from callbacks[0], UserName=weblogic>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityAtn> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <LDAP Atn Login username: weblogic>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityAtn> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <authenticate user:weblogic>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityAtn> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <new LDAP connection to host psclap-3n0l6q1.gdnindia.com port 8001 use local connection is true>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityAtn> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <created new LDAP connection LDAPConnection { ldapVersion:2 bindDN:""}>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityAtn> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <connection succeeded>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityAtn> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <getConnection return conn:LDAPConnection { ldapVersion:2 bindDN:""}>
    *####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityAtn> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <getDNForUser search("ou=people,ou=myrealm,dc=content_base_domain", "(&(uid=weblogic)(objectclass=person))", base DN & below)>*
    *####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityAtn> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <[Security:090295]caught unexpected exception>* ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityAtn> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <com.bea.common.security.internal.service.LoginModuleWrapper.commit>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityAtn> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <LDAP Atn Abort>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityAtn> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <com.bea.common.security.internal.service.LoginModuleWrapper.commit delegated, returning false>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityAtn> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <weblogic.security.service.internal.WLSJAASLoginServiceImpl$ServiceImpl.authenticate authenticate failed for user weblogic>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityUserLockout> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <weblogic.security.service.internal.UserLockoutServiceImpl$ServiceImpl.isLocked(weblogic)>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityUserLockout> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <weblogic.security.service.internal.UserLockoutServiceImpl$ServiceImpl.logFailure(weblogic)>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityUserLockout> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <weblogic.security.service.internal.UserLockoutServiceImpl$ServiceImpl.logFailure(weblogic) UserLockout Login failure for user in realm myrealm>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityUserLockout> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <weblogic.security.service.internal.UserLockoutServiceImpl$ServiceImpl.getInvaliLoginUsersHighCount()>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityUserLockout> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <weblogic.security.service.internal.UserLockoutServiceImpl$ServiceImpl.logFailure(weblogic) User weblogic has 1 failures in realm myrealm>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityUserLockout> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <weblogic.security.service.internal.UserLockoutServiceImpl$ServiceImplUserLockout InvalidLogin Record GC not needed>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityUserLockout> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <weblogic.security.service.internal.UserLockoutServiceImpl$ServiceImpl.logFailure(weblogic) UserLockout About to multicast login failure for user SecurityMessage realm:myrealm record:SecurityMulticastRecord: origin: UCM_server1 realmName: myrealm seqnum: 1 timestamp: May 2, 2012 2:17:47 PM username: weblogic nextSeqNo:1>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityUserLockout> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <weblogic.security.service.internal.UserLockoutServiceImpl$ServiceImplUserLockout Can't create multicastSession because ClusterServices are unavailable>
    ####<May 2, 2012 2:17:47 PM IST> <Critical> <Security> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-090403> <Authentication for user weblogic denied>
    ####<May 2, 2012 2:17:47 PM IST> <Critical> <WebLogicServer> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> *<1335948467402> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication for user weblogic denied*
    weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
    *     at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:965)*
    *     at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)*
    *     at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)*
    *     at weblogic.security.SecurityService.start(SecurityService.java:141)*
    *     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)*
    *     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)*
    *     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)*
    *Caused By: javax.security.auth.login.FailedLoginException: [Security:090303]Authentication Failed: User weblogic weblogic.security.providers.authentication.LDAPAtnDelegateException: [Security:090295]caught unexpected exception*
    *     at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:251)*
    *     at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)*
    *     at java.security.AccessController.doPrivileged(Native Method)*
    *     at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)*
    *     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*
    *     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)*
    *     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)*
    *     at java.lang.reflect.Method.invoke(Method.java:597)*
    *     at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)*
    *     at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)*
    *     at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)*
    *     at java.security.AccessController.doPrivileged(Native Method)*
    *     at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)*
    *     at javax.security.auth.login.LoginContext.login(LoginContext.java:579)*
    *     at com.bea.common.security.internal.service.JAASLoginServiceImpl.login(JAASLoginServiceImpl.java:113)*
    *     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.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)*
    *     at $Proxy36.login(Unknown Source)*
    *     at weblogic.security.service.internal.WLSJAASLoginServiceImpl$ServiceImpl.login(WLSJAASLoginServiceImpl.java:89)*
    *     at com.bea.common.security.internal.service.JAASAuthenticationServiceImpl.authenticate(JAASAuthenticationServiceImpl.java:82)*
    *     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.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)*
    *     at $Proxy54.authenticate(Unknown Source)*
    *     at weblogic.security.service.WLSJAASAuthenticationServiceWrapper.authenticate(WLSJAASAuthenticationServiceWrapper.java:40)*
    *     at weblogic.security.service.PrincipalAuthenticator.authenticate(PrincipalAuthenticator.java:348)*
    *     at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:929)*
    *     at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)*
    *     at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)*
    *     at weblogic.security.SecurityService.start(SecurityService.java:141)*
    *     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)*
    *     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)*
    *     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)*
    *>* ####<May 2, 2012 2:17:47 PM IST> <Notice> <WebLogicServer> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467448> <BEA-000365> <Server state changed to FAILED>
    ####<May 2, 2012 2:17:47 PM IST> <Error> <WebLogicServer> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467448> <BEA-000383> <A critical service failed. The server will shut itself down>
    ####<May 2, 2012 2:17:47 PM IST> <Notice> <WebLogicServer> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467480> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467480> <BEA-000000> <will attempt to halt all services ...>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467480> <BEA-000000> <calling halt on weblogic.ldap.EmbeddedLDAP@e64834>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467495> <BEA-000000> <calling halt on [email protected]e34309>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467495> <BEA-000000> <calling halt on weblogic.iiop.IIOPClientService@cc88ce>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467495> <BEA-000000> <calling halt on weblogic.jndi.internal.NamingService@bf2f7c>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467495> <BEA-000000> <calling halt on weblogic.rmi.internal.RMIServerService@13072d>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467495> <BEA-000000> <calling halt on [email protected]>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467495> <BEA-000000> <calling halt on weblogic.t3.srvr.ListenerService@17f3202>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467495> <BEA-000000> <calling halt on weblogic.server.channels.AdminPortService@efbbf9>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecuritySSL> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467511> <BEA-000000> <Use Certicom SSL with Domestic strength>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecuritySSL> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Empty CA List is enabled :false>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.socket.SocketMuxerServerService@1adf5e1>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.server.channels.ChannelService@e80f0d>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.protocol.ProtocolService@cd0c52>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.rjvm.RJVMService@7142>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.timers.internal.TimerService@1d3510d>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.nodemanager.NMService@14975d2>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on [email protected]>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <DiagnosticLifecycleHandlers> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Displaying server state and diagnostic component states:>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <DiagnosticLifecycleHandlers> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Server state: FORCE_SHUTTING_DOWN>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <DiagnosticLifecycleHandlers> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Name: Diagnostic Image>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <DiagnosticLifecycleHandlers> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Status: Unavailable>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <DiagnosticLifecycleHandlers> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Name: Server Logging>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <DiagnosticLifecycleHandlers> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Status: Enabled>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <DiagnosticLifecycleHandlers> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Name: Debug>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <DiagnosticLifecycleHandlers> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Status: Enabled>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <DiagnosticLifecycleHandlers> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Name: Diagnostic Context>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <DiagnosticLifecycleHandlers> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Status: Unavailable>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <DiagnosticLifecycleHandlers> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Name: Manager>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <DiagnosticLifecycleHandlers> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Status: Unavailable>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <DiagnosticLifecycleHandlers> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Name: Archive>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <DiagnosticLifecycleHandlers> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Status: Unavailable>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on [email protected]>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.management.provider.internal.WorkManagerService@ecd2de>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.t3.srvr.BootService@14ffad7>
    ####<May 2, 2012 2:17:47 PM IST> <Info> <WebLogicServer> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000236> <Stopping execute threads.>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.management.mbeanservers.runtime.internal.DiagnosticSupportService@32033e>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on [email protected]8>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService@9f01e6>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ConfigurationEdit> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Halting Runtime Access deployment receiver service weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService@9f01e6>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.deploy.internal.targetserver.datamanagement.ConfigRecoveryService@f82c7d>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.deploy.service.internal.DeploymentService@899a54>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <DeploymentServiceInternal> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Halting DeploymentService>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.upgrade.domain.DomainUpgradeServerService@1cf1d57>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.management.provider.MSIService@1d59d3c>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.management.internal.DomainDirectoryService@197436b>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ConfigurationRuntime> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <released null>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.management.provider.PropertyService@14cdfcf>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on [email protected]e>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.t3.srvr.PreConfigBootService@12cff6b>
    Has anyone encountered a similar problem, and report a plausible fix for the same.
    With Regards,
    Sunjeet
    INDIA-8805019989

    Got another thread - Unable to start managed server. for the right answer.
    Solution In all-
    1. Start your admin server
    2. Change the Listen Address of both Admin and Managed Server to "localhost" and save the settings
    3. Re-start the Admin Server
    4. Change the host file to cover "localhost" resolving address with an entry - 127.0.0.1 localhost
    5. Start the managed server - startManagedWeblogic UCM_server1 http://localhost:7001/
    There is no problem in the boot.properties file, so no need to delete the existing security files.
    Regards,
    Sunjeet

  • ZfH LDAP issues

    Anyone come across anything like this before - tried running CfgSrvr
    again
    and it just loops around with this failure.
    Error: Crypto-6 Cryptographic Subsystem Message (2 of 3)
    22 December 2003 16:01:11
    An error occured while attempting to obtain <LDAP> credentials.
    SUGGESTION:
    Re-run server configuration (CfgSrvr.exe), and re-specify
    account information.
    Error: Crypto-2 Cryptographic Subsystem Message (3 of 3)
    22 December 2003 16:01:11
    An error occurred during data decryption. Error code = <-1497>.

    David,
    Thanks for the rapid response :-)
    Just updated to NICI 2.6.1 and it seems to have resolved the issue.
    Steve
    "David W Kegel" <[email protected]> wrote in message
    news:AYEFb.2500$[email protected]..
    > Yes, this problem comes up occasionally. Something to do with a
    problem
    > updating NICI version 2.4. try the following:
    >
    > 1) Go to \winnt\system32\novell\nici
    > 2) right click - properties - security tab - advanced button - owner
    > tab - check "replace owner on subcontainer"
    > 3) ok - ok - then go into the administrator directory, and right
    click
    > each of the 3 files in there, choose properties, security tab -
    check
    > "Allow inheritable..."
    > ** you should see the Administrators group added to these files.
    >
    > Then CfgSrvr should run OK.
    >
    > Dave Kegel
    > Novell, Inc.
    >
    > >>> Steve Thompson<steve_thompson@__engl.co.uk> 12/22/03 10:16:26 AM
    >>>
    >
    > Anyone come across anything like this before - tried running CfgSrvr
    again
    > and it just loops around with this failure.
    > Error: Crypto-6 Cryptographic Subsystem Message (2 of 3)
    >
    > 22 December 2003 16:01:11
    >
    > An error occured while attempting to obtain <LDAP> credentials.
    >
    > SUGGESTION:
    >
    > Re-run server configuration (CfgSrvr.exe), and re-specify
    >
    > account information.
    >
    > Error: Crypto-2 Cryptographic Subsystem Message (3 of 3)
    >
    > 22 December 2003 16:01:11
    >
    > An error occurred during data decryption. Error code = <-1497>.
    >
    >
    >
    >
    >

  • WLST and WLS 81. SP4 Issue

    A WLST script of mine that I have used to build domains since 8.1 SP1 no longer works with SP4. It appears that calls to shutdown( <servername>, force="true" ) immediately followed by startServer (to pick up config changes) are generating errors:
    Connecting to weblogic server instance running at t3://htx690.cce.cpqcorp.net:10
    510 as username admin ...
    <Apr 4, 2005 3:08:57 PM CDT> <Notice> <WebLogicServer> <BEA-000353> <Thread "ListenThread.Default" stopped listening on port 10510, ip address 16.110.73.1
    30>
    <Apr 4, 2005 3:08:57 PM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Apr 4, 2005 3:08:57 PM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to SHUTTING_DOWN>
    <Apr 4, 2005 3:08:57 PM CDT> <Alert> <WebLogicServer> <BEA-000218> <Servershutdown has been requested by <WLS Kernel>>
    <Apr 4, 2005 3:08:57 PM CDT> <Alert> <WebLogicServer> <BEA-000219> <The shutdown sequence has been initiated.>
    Traceback (innermost last):
    File "/opt/sasu/utils/domainBuilder/bin/sasu_init.py", line 56, in ?
    File "<string>", line 1, in ?
    File "/opt/sasu/utils/domainBuilder/bin/sasu_funcs.py", line 89, in configureD
    omain
    File "/opt/sasu/utils/domainBuilder/bin/sasu_funcs.py", line 38, in connectToA
    dmin
    File "<iostream>", line 64, in connect
    WLSTException: 'Error occured while performing connect : Unknown Error. Use dump
    Stack() to view the error stack trace'
    * I have now put in a 15 second sleep and this appears to be working. Is this a known issue with WLST and SP4? I notice with the 15 seconds sleep that is appears to properly drain stdout/err, something it does not do without the pause (though it was not required with < SP4).
    Here is it now working with 15 second pause:
    Disconnected from weblogic server: AdminServer
    Waiting 15 seconds for AdminServer to shut down...
    <Apr 4, 2005 3:45:25 PM CDT> <Notice> <WebLogicServer> <BEA-000353> <Thread "ListenThread.Default" stopped listening on port 10510, ip address 16.110.73.1
    30>
    <Apr 4, 2005 3:45:25 PM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Apr 4, 2005 3:45:25 PM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to SHUTTING_DOWN>
    <Apr 4, 2005 3:45:25 PM CDT> <Alert> <WebLogicServer> <BEA-000218> <Servershutdown has been requested by <WLS Kernel>>
    <Apr 4, 2005 3:45:25 PM CDT> <Alert> <WebLogicServer> <BEA-000219> <The shutdown sequence has been initiated.>
    Stopped draining child stderr
    Stopped draining child stdout
    Admin Server Name:AdminServer
    Domain Name:validateSP4
    Domain Directory:/opt/sasuapps/validateSP4/domain/validateSP4
    Starting weblogic server ...
    <Apr 4, 2005 3:45:43 PM CDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Server VM Version 1.4.2 1.4.2.05-040917-
    18:54-PA_RISC2.0 PA2.0 (aCC_AP) from Hewlett-Packard Company>
    Message was edited by:
    dstoflet

    Hello Daryl,
    Not sure what to say, it does seem like the sp4 server is returning success even before it is completely shutdown.. :-(. The workaround you put in to wait for 15 seconds seems to be a right workaround.
    thanks,
    -satya

Maybe you are looking for

  • 3DES CBC mode

    My task to create a class that take 2 parameters 1)String Key, 2)String text then encrypt the string using the giving key and retrun the base64 encoding. My class seem working but the remote server did not decrypted. one thing of the vendor specifica

  • Now and then I can't open my windows in Photoshop at the right since yesterday

    Since a short time I can't use my windows layers at the right of my screen like Layers etc. it's a kind of frozen, they won't open and they can't be moved?

  • How to increase the size of a report ( width)

    hello Everybody , In my report, I want to increase the width to put additionnal objects but I don't spread the big frame which bounds the report. How must I process to do it (increase the size of report) ? Helps Regards

  • Broken Web Part Issue

    Hi.. We Restored Content Database backup from SharePoint 2010 to SharePoint 2013 environment and its restored correctly, but when we browsed the site, we are getting  Could not load file or assembly  or one of its dependencies. The system cannot find

  • Transformer un format image JPEG en calque transparent DNG

    Bonjour Comment puis je transformer une image en format JPEG en un autre format, comme DNG fond transparent. Le but étant de mettre cette image en calque incrustation ou superposition ou produit dans une autre image pour faire du compositing ?   (le