AM 7: Authentication Service is not initialized;&LoginLogoutMapping failed.

Hi folks, we have an environment with Bea WLS 8.1.6 and have installed SUN AM 7
(part of it with an amsilent-script, part of it manually) & DS 5.2.
The server log-file contains an error during StartUp:
during startup in the BEA WLS 8.1.6 log file:
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor67]
<Feb 4, 2008 7:03:27 PM CET> <Error> <HTTP> <BEA-101216> <Servlet: "LoginLogoutMapping" failed to preload on startup in Web application: "amserver".
javax.servlet.ServletException
at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:990)
at weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:954)
at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:893)
at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:3456)
at weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServletContext.java:3413)
at weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServletContext.java:3399)
at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:3382)
at weblogic.servlet.internal.WebAppServletContext.setStarted(WebAppServletContext.java:6262)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:892)
at weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer.java:2181)
at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2222)
at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2169)
at weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(SlaveDeployer.java:3111)
at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:1769)
at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:352)
at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:136)
at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:965)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:360)
at weblogic.Server.main(Server.java:32)
Caused by: java.lang.NullPointerException
at com.sun.identity.authentication.UI.LoginLogoutMapping.init(LoginLogoutMapping.java:71)
at weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run(ServletStubImpl.java:1099)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:975)
... 19 more
>
When we call the login-page http://full-host-name-with-domain:port_at_Bea/amserver/UI/Login, we get Authentication Service is not initialized.
after first call of http://HOSTNAME_with_full_domain:PORT/amserver/UI/Login
<Feb 4, 2008 7:08:24 PM CET> <Error> <HTTP> <BEA-101046> <[ServletContext(id=12732427,name=amserver,context-path=/amserver)] [ERROR] Uncaught application exce
ption
java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key
at java.util.ResourceBundle.getObject(ResourceBundle.java:325)
at java.util.ResourceBundle.getObject(ResourceBundle.java:322)
at java.util.ResourceBundle.getString(ResourceBundle.java:285)
at com.sun.identity.authentication.service.AuthUtils.getErrorVal(AuthUtils.java:2823)
at com.sun.identity.authentication.service.AuthUtils.getErrorTemplate(AuthUtils.java:1149)
at com.sun.identity.authentication.UI.LoginViewBean.setErrorMessage(LoginViewBean.java:1576)
at com.sun.identity.authentication.UI.LoginViewBean.forwardTo(LoginViewBean.java:372)
at com.iplanet.jato.ApplicationServletBase.dispatchRequest(ApplicationServletBase.java:981)
at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:615)
at com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.java:459)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7047)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
>
<Feb 4, 2008 7:08:24 PM CET> <Error> <HTTP> <BEA-101020> <[ServletContext(id=12732427,name=amserver,context-path=/amserver)] Servlet failed with Exception
com.iplanet.jato.CompleteRequestException
at com.sun.identity.authentication.UI.AuthenticationServletBase.onUncaughtException(AuthenticationServletBase.java:122)
at com.iplanet.jato.ApplicationServletBase.fireUncaughtException(ApplicationServletBase.java:1164)
at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:639)
at com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.java:459)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7047)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
>
less amNaming:
02/04/2008 03:50:21:473 PM CET: Thread[main,5,main]
02/04/2008 03:51:05:032 PM CET: Thread[ExecuteThread: '14' for queue: 'weblogic.kernel.Default',5,Thread Group for Queue: 'weblogic.kernel.Default']
ERROR: Naming Initialization failed.
java.lang.NullPointerException
at java.lang.String.<init>(String.java:390)
at com.sun.identity.security.AdminPasswordAction.run(AdminPasswordAction.java:86)
at java.security.AccessController.doPrivileged(Native Method)
at com.iplanet.services.naming.service.NamingService.<clinit>(NamingService.java:133)
at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:644)
at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:560)
at com.iplanet.services.naming.WebtopNaming.getServiceAllURLs(WebtopNaming.java:264)
at com.sun.identity.jaxrpc.JAXRPCUtil.getValidServerURL(JAXRPCUtil.java:193)
at com.sun.identity.jaxrpc.JAXRPCUtil.getValidURL(JAXRPCUtil.java:108)
at com.sun.identity.jaxrpc.SOAPClient.call(SOAPClient.java:206)
at com.sun.identity.jaxrpc.SOAPClient.send(SOAPClient.java:377)
at com.sun.identity.jaxrpc.SOAPClient.send(SOAPClient.java:355)
at com.sun.identity.jaxrpc.SOAPClient.send(SOAPClient.java:320)
at com.sun.identity.sm.jaxrpc.SMSJAXRPCObject.<init>(SMSJAXRPCObject.java:88)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at java.lang.Class.newInstance0(Class.java:308)
at java.lang.Class.newInstance(Class.java:261)
at com.sun.identity.sm.SMSEntry.<clinit>(SMSEntry.java:250)
at com.sun.identity.authentication.service.AuthUtils.<clinit>(AuthUtils.java:170)
at com.sun.identity.authentication.UI.LoginServlet.initializeRequestContext(LoginServlet.java:125)
at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:578)
at com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.java:459)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7047)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
02/04/2008 03:51:05:037 PM CET: Thread[ExecuteThread: '14' for queue: 'weblogic.kernel.Default',5,Thread Group for Queue: 'weblogic.kernel.Default']
ERROR: Can't get naming table
java.lang.NullPointerException
at com.iplanet.services.naming.service.NamingService.updateNamingTable(NamingService.java:202)
at com.iplanet.services.naming.service.NamingService.updateNamingTable(NamingService.java:190)
at com.iplanet.services.naming.service.NamingService.getNamingTable(NamingService.java:178)
at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:644)
at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:560)
at com.iplanet.services.naming.WebtopNaming.getServiceAllURLs(WebtopNaming.java:264)
at com.sun.identity.jaxrpc.JAXRPCUtil.getValidServerURL(JAXRPCUtil.java:193)
at com.sun.identity.jaxrpc.JAXRPCUtil.getValidURL(JAXRPCUtil.java:108)
at com.sun.identity.jaxrpc.SOAPClient.call(SOAPClient.java:206)
at com.sun.identity.jaxrpc.SOAPClient.send(SOAPClient.java:377)
at com.sun.identity.jaxrpc.SOAPClient.send(SOAPClient.java:355)
at com.sun.identity.jaxrpc.SOAPClient.send(SOAPClient.java:320)
at com.sun.identity.sm.jaxrpc.SMSJAXRPCObject.<init>(SMSJAXRPCObject.java:88)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
amNaming
less amSDK:
02/04/2008 06:11:28:570 PM CET: Thread[main,5,main]
DataLayer: number of retry = 3
02/04/2008 06:11:28:570 PM CET: Thread[main,5,main]
DataLayer: retry interval = 1000
02/04/2008 06:11:28:572 PM CET: Thread[main,5,main]
DataLayer: retry error codes = [91, 81, 80]
02/04/2008 06:11:28:596 PM CET: Thread[main,5,main]
ERROR: AdminUtils: Initialize admin info
Got LDAPServiceException code=19
at com.iplanet.services.ldap.DSConfigMgr.loadServerConfiguration(DSConfigMgr.java:436)
at com.iplanet.services.ldap.DSConfigMgr.getDSConfigMgr(DSConfigMgr.java:162)
at com.iplanet.am.util.AdminUtils.<clinit>(AdminUtils.java:76)
at com.sun.identity.security.AdminDNAction.run(AdminDNAction.java:86)
at java.security.AccessController.doPrivileged(Native Method)
at com.iplanet.dpro.session.service.SessionService.<init>(SessionService.java:1555)
at com.iplanet.dpro.session.service.SessionService.getSessionService(SessionService.java:398)
at com.sun.identity.authentication.service.AuthD.getSS(AuthD.java:699)
at com.sun.identity.authentication.service.AuthD.initAuthSessions(AuthD.java:720)
at com.sun.identity.authentication.service.AuthD.<init>(AuthD.java:229)
at com.sun.identity.authentication.service.AuthD.getAuth(AuthD.java:488)
at com.sun.identity.authentication.UI.LoginLogoutMapping.init(LoginLogoutMapping.java:71)
at weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run(ServletStubImpl.java:1099)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:975)
at weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:954)
at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:893)
at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:3456)
at weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServletContext.java:3413)
at weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServletContext.java:3399)
at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:3382)
at weblogic.servlet.internal.WebAppServletContext.setStarted(WebAppServletContext.java:6262)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:892)
at weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer.java:2181)
at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2222)
at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2169)
at weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(SlaveDeployer.java:3111)
at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:1769)
at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:352)
at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:136)
at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:965)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:360)
at weblogic.Server.main(Server.java:32)
02/04/2008 06:11:28:609 PM CET: Thread[main,5,main]
Crypt.static{}: Encryptor class= com.iplanet.services.util.JCEEncryption
02/04/2008 06:11:29:768 PM CET: Thread[main,5,main]
Crypt.static{}: Encryptor class= com.iplanet.services.util.JCEEncryption
02/04/2008 06:11:29:769 PM CET: Thread[main,5,main]
Crypt.static{}: Encryptor class= com.iplanet.services.util.JCEEncryption
(END)
less amSession:
02/04/2008 06:11:28:306 PM CET: Thread[main,5,main]
02/04/2008 06:11:28:419 PM CET: Thread[main,5,main]
Initiating login thread pool size = 10
Threshold = 100
02/04/2008 06:11:29:780 PM CET: Thread[main,5,main]
ERROR: SessionService.SessionService(): Initialization Failed
java.lang.NullPointerException
at java.lang.String.<init>(String.java:390)
at com.sun.identity.security.AdminPasswordAction.run(AdminPasswordAction.java:86)
at java.security.AccessController.doPrivileged(Native Method)
at com.iplanet.dpro.session.service.SessionService.<init>(SessionService.java:1557)
at com.iplanet.dpro.session.service.SessionService.getSessionService(SessionService.java:398)
at com.sun.identity.authentication.service.AuthD.getSS(AuthD.java:699)
at com.sun.identity.authentication.service.AuthD.initAuthSessions(AuthD.java:720)
at com.sun.identity.authentication.service.AuthD.<init>(AuthD.java:229)
at com.sun.identity.authentication.service.AuthD.getAuth(AuthD.java:488)
at com.sun.identity.authentication.UI.LoginLogoutMapping.init(LoginLogoutMapping.java:71)
at weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run(ServletStubImpl.java:1099)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:975)
at weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:954)
at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:893)
at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:3456)
at weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServletContext.java:3413)
at weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServletContext.java:3399)
at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:3382)
at weblogic.servlet.internal.WebAppServletContext.setStarted(WebAppServletContext.java:6262)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:892)
at weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer.java:2181)
at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2222)
at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2169)
at weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(SlaveDeployer.java:3111)
at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:1769)
at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:352)
at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:136)
at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:965)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:360)
at weblogic.Server.main(Server.java:32)
02/04/2008 06:11:29:784 PM CET: Thread[main,5,main]
ERROR: Error creating service session
java.lang.NullPointerException
at com.iplanet.dpro.session.service.SessionService.generateEncryptedID(SessionService.java:605)
at com.iplanet.dpro.session.service.SessionService.generateSessionId(SessionService.java:629)
at com.iplanet.dpro.session.service.SessionService.newInternalSession(SessionService.java:573)
at com.iplanet.dpro.session.service.SessionService.getServiceSession(SessionService.java:517)
at com.iplanet.dpro.session.service.SessionService.getAuthenticationSession(SessionService.java:424)
at com.sun.identity.authentication.service.AuthD.initAuthSessions(AuthD.java:720)
at com.sun.identity.authentication.service.AuthD.<init>(AuthD.java:229)
at com.sun.identity.authentication.service.AuthD.getAuth(AuthD.java:488)
at com.sun.identity.authentication.UI.LoginLogoutMapping.init(LoginLogoutMapping.java:71)
at weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run(ServletStubImpl.java:1099)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:975)
at weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:954)
at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:893)
at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:3456)
at weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServletContext.java:3413)
at weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServletContext.java:3399)
at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:3382)
at weblogic.servlet.internal.WebAppServletContext.setStarted(WebAppServletContext.java:6262)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:892)
at weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer.java:2181)
at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2222)
at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2169)
at weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(SlaveDeployer.java:3111)
at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:1769)
at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:352)
at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:136)
at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:965)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:360)
at weblogic.Server.main(Server.java:32)
(END)
less amAuth:
02/04/2008 06:11:28:198 PM CET: Thread[main,5,main]
Directory Host: zws21t.ham.dlh.de
Directory PORT : 20389
02/04/2008 06:11:28:199 PM CET: Thread[main,5,main]
Session store using null
02/04/2008 06:11:28:199 PM CET: Thread[main,5,main]
AuthD initializing
02/04/2008 06:11:29:787 PM CET: Thread[main,5,main]
ERROR: AuthD failed to get auth session
02/04/2008 06:11:29:859 PM CET: Thread[main,5,main]
ERROR: AuthD init()
com.iplanet.dpro.session.SessionException: AuthD failed to get auth session
at com.sun.identity.authentication.service.AuthD.initAuthSessions(AuthD.java:723)
at com.sun.identity.authentication.service.AuthD.<init>(AuthD.java:229)
at com.sun.identity.authentication.service.AuthD.getAuth(AuthD.java:488)
at com.sun.identity.authentication.UI.LoginLogoutMapping.init(LoginLogoutMapping.java:71)
at weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run(ServletStubImpl.java:1099)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:975)
at weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:954)
at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:893)
at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:3456)
at weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServletContext.java:3413)
at weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServletContext.java:3399)
root@HOSTNAME:username#
The AMConfig.properties file is world readable. All JAR's in /opt/SUNWam/lib are also accessable by the Bea-User (managed-server). The user "amAdmin" exist's on the connected DS-Instance. During installation, all the needed information in the amsilent-file has been provided.
SERVER_NAME=HOSTNAME-BEA
SERVER_HOST=HOSTNAME-BEA.FULL-DOMAIN
SERVER_PORT=port-of-managed-server
ADMIN_PORT=port-of-admin-server
DS_HOST=HOSTNAME-DS
DS_DIRMGRPASSWD=ds-pw
ROOT_SUFFIX="dc=sub2,dc=sub1,dc=sub"
ADMINPASSWD=abcdef
AMLDAPUSERPASSWD=ghijklm
COOKIE_DOMAIN=.mydomain.org
AM_ENC_PWD=an_encrypted_pw
NEW_OWNER=user-bea-managed-server
NEW_GROUP=group-of-user-bea-managed-server
PAM_SERVICE_NAME=other
WEB_CONTAINER=WL8
Does someone have an idea ? Any hint would be great.
Best regards.
D.

Looks like the Platform service doesn't have the FQDN listed in the server name...
Please use this command to check it...
ldapsearch -D "cn=Directory Manager" -w password -h <DS-host> -p <DS-port> -b "ou=iPlanetAMPlatformServioce,ou=services,<Base -dn>"
-B objectclass=*

Similar Messages

  • Authentication Service is not initialized.

    Hello,
    I was authenticating with access manager before and I happen to re-start my machine without stopping the running domain and here is the issue after re-starting machine and the domain.
    I get the page from the access manager
    'Authentication Service is not initialized.
    Contact your system administrator. ' I started my domain and also my amserver. I have no idea on what this means and how to resolve.
    Anybody any Ideas.
    Thanks,
    -Bob

    There maybe a lot of possibilities such as directory server used by AM running correctly. How about the search of top org dc=xxx,dc=com existing in DS? Also checking /opt/SUNWam/config/ums/serverconfig.xml whether it configures as you expected. If you can't find it, try to set debug.level=message and clean up debug log, restart server and give us what you are finding in log files. HTH, Jerry

  • OEM--Service is not initialized correctly OMS version 10.2.0.4.2 is not com

    Hi,
    I impdp the few schemas from full dump file of the Production DB to Dev env. i realized after that system password was changed and OEM stop running. when i started the OEM and then try to get the page its shows this error. secondly i am not able to login as system. looks like the password is changed. infact i impdp as system. the account status of system shows open. its not a grid enterprise or RAC.
    503 Service Unavailable
    Service is not initialized correctly. OMS version 10.2.0.4.2 is not compatible with repository version 10.2.0.4.3.
    OEL version :Linux dev-dt 2.6.32-358.6.2.el6.x86_64 #1 SMP
    Oracle Version :Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Please suggests..
    Edited by: 975484 on May 21, 2013 6:49 AM
    Edited by: 975484 on May 21, 2013 6:50 AM

    975484 wrote:
    Hi,
    I impdp the few schemas from full dump file of the Production DB to Dev env. i realized after that system password was changed and OEM stop running. when i started the OEM and then try to get the page its shows this error. secondly i am not able to login as system. looks like the password is changed. infact i impdp as system. the account status of system shows open.
    503 Service Unavailable
    Service is not initialized correctly. OMS version 10.2.0.4.2 is not compatible with repository version 10.2.0.4.3.
    OEL version :Linux dev-dt 2.6.32-358.6.2.el6.x86_64 #1 SMP
    Oracle Version :Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Please suggests..recreate EM repository

  • ORA-24324: service handle not initialized

    I ran the catexp.sql and catalog.sql twice
    The first time on the user system in the sql
    and the second time on cmd i ran sqlplus /nolog
    connect system/xxx as sysdba.
    I use oracle on windows XP
    i have a problem with the export full like this
    . exporting object type definitions for user SYSTEM
    About to export SYSTEM's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    EXP-00056: ORACLE error 24324 encountered
    ORA-24324: service handle not initialized
    EXP-00056: ORACLE error 24324 encountered
    ORA-24324: service handle not initialized
    EXP-00000: Export terminated unsuccessfully
    Could you help me?

    the status listener.ora is started
    on the cmd
    set TERM=ansi
    set ORACLE_SID=banobras
    I tried do it by twice forms by line command and exp_car1.par
    where (exp_car1.par)
    userid=cartera/cartera
    file=exp_cartab_test.dmp
    log=log_cartab_test.log
    full=y
    C:\oracle\ora92>exp parfile=exp_car1.par
    Export: Release 9.2.0.1.0 - Production on MiÚ Dec 21 12:03:49 2005
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    server uses WE8ISO8859P15 character set (possible charset conversion)
    About to export the entire database ...
    . exporting tablespace definitions
    . exporting profiles
    . exporting user definitions
    . exporting roles
    . exporting resource costs
    . exporting rollback segment definitions
    . exporting database links
    . exporting sequence numbers
    . exporting directory aliases
    . exporting context namespaces
    . exporting foreign function library names
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions
    The process remains hung and does not advance, already it does not order mistakes
    Thanks in advance!

  • UM Service Does Not Initially Start

    Hi, everyone!
    Whenever our Exchange 2010 server is restarted, the UM service will not initially start. However, it will start when I then go to manually start it.
    Based on the error logs, it seems like it may have something to do with DNS. The error mentions how 10.4.50.1 resolves to an invalid FQDN. 10.4.50.1 is the IP address to the PBX Gateway, which is the address entered into Exchange's UM Settings. No where
    in the settings did I use the FQDN, which is why this error does not make sense to me.
    I'm wondering if it's simply the service trying to start too soon prior to the network connection being fully established? We're running this on VMWare 5.5. Also, this PBX Gateway is across a VPN, but it's not an accessibility issue as all other traffic
    to the Gateway is flowing properly.
    I was hoping someone may have an idea on what to try.
    It's not a huge deal because I wrote a PS Script that will check if the service is running and attempt to restart it, if it's not. This solves the issue, but it's more of a patch then a plug and I'd rather have things operating "normally."
    Thanks in advance for any suggestions!
    -Eric

    Alright... well, we had to reboot the server and I checked when the server started back up to verify that the UM service started properly. It still did not, despite being set to Delayed Start now.
    So I'm back to being unsure of what to try. I set my PS Script to run at startup and it checks every 15 minutes to ensure UM is running.
    It's more of an annoyance that I'd like to not have, but again, not the end of the world.
    If anyone else has any ideas, I'd be really grateful.
    Thanks!

  • Terminated with error: REP-300: service handle not initialized == select h

    Hello sir,
    Here there is one problem. Actually, there is one job and it will run end of the day(EOD) and that job should generate a report for the particular branch, but every day that job is failing, that job should generate a report daily. But that failed job is displayin an error as "Terminated with error: REP-300: service handle not initialized ==> select hdr . cus_mst_no , cus . name_1
    so, daily morning, we are manually runnning the script file and generating a report.
    ". Can you please let me know what to do...it is very urgent

    From the Oracle documentation: "A service context handle defines attributes that determine the operational context for OCI calls to a server."
    Now, I have no idea what that is, but it looks like you are doing more (OCI calls) than just running a report. Post this also on the database forum.

  • Service handle not initialized

    I am creating standby database...
    When I am starting the database in nomount mode, I m getting
    SQL> startup nomount;
    ora-24324: service handle not initialized
    ora-24323: value not allowed
    ora-28547: connection to server failed probable Oracle Net admin error

    oh... i didnt check that....i deleted the DR site and creating it again..
    Sir...I though it was becuase at Primay the oracle is created in D:\oracle\.... and at standby I created at E:\Oracle... But I changed the init file for standby database and created the folders same as they are in primary database...but i got above mentioned errors, Now I m creating database in D:\oracle...
    Can you please tell me....is it becuae I created only software at Standby database? becuase when we create the software only the TNS and Linstener are not created....

  • Inventory service does not start 610 failed login

    L.S.
    Netware 6.5, SP6
    ZEN 7.01SP1IR1
    Sybase database
    Standalone server
    My inventory service does not start. I've looked around but did not yet find the solution. I did have an error I've read nothing about:
    logger screen: java:Class com.novell.....ZENWorksInventoryservicemanager exited with status -1
    C1, Inventory service object shows 610: database location policy is not configured (but it is)
    NRM: health, failed login: user: .CN=Server package_ZENSERVER:Netware:ZENDateBase.O=context.T= tree
    Any suggestions
    Thomas Roes

    Thomasroes,
    either of these help?
    http://www.novell.com/support/php/se...1%200%20506894
    http://www.novell.com/support/php/se...1%200%20506894
    Shaun Pond

  • Installing Infrastructure returns error 'Service-handle not initialised'

    Hi, while installing an infrastructure instance on a Windows 2000 Server machine with service pack 4 it returns this error : ORA-24324: Service-handle is niet geinitialiseerd. In English read 'Service handle is not initialised'.
    So does anyone now what's the problem ?
    I'm trying to install Oracle9iAS release 2. The first step is installing this Infrastructure element.
    Thanks,
    Yuri Arts
    A.S.Watson Continental Europe

    I installed Oracle (software only, I want to create db manually).
    I created listener and started it.
    connect / as sysdba --> ORA-24314: service handle not initialized
    connect sys/change_on_install as sysdba -->ORA-01017: invalid username/password; logon denied
    I want to see phrase "connect to idle instance". what do I do next ?

  • Proxy authentication services down

    Hi,
    Recently installed a new server into the tree and implemented NMAS for the
    first time for the purposes of universal password access for CIFS to this
    new server.
    I now notice that our BM 3.8 (pre-existing) server is outputing this error
    on console:
    "NMAS launch failed, proxy authentication services down"
    Not sure why this is occuring. Any suggestions are much appreciated.
    Thanks

    In article <hxdPi.11362$[email protected]>, David wrote:
    > Just found the fix to this in another post. LPO needed an NDS login
    > sequence :)
    >
    In case others are looking here...
    This error can also come up if the BMgr server cannot access the
    security container, due to replica/server placement. However, it
    doesn't mean proxy won't work (unless you have proxy configured to
    require NMAS access).
    Craig Johnson
    Novell Support Connection SysOp
    *** For a current patch list, tips, handy files and books on
    BorderManager, go to http://www.craigjconsulting.com ***

  • ?Error message when opening PE11. (online services could not be initialized. Please reinstall)

    When opening PE 11, error message : online services could not be initialized. Please reinstall appears. Reinstalls does not fix problem. What do I do next?

    You should be able to launch without ols. Can you try directly from the application in the following location:
    C:\Program Files(x86)\Adobe\Photoshop Elements 11
    Double click on:
    PhotoshopElementsEditor.exe
    Let us know if that works.
    If not, try downloading the missing file from the following link (it says PSE10 but should work) and unzip the folder to extract the file and drag it into the assets folder.
    http://helpx.adobe.com/photoshop-elements/kb/welcome-screen-keeps-running-auto.html
    If that doesn’t work I would suggest uninstalling via the control panel and installing from a fresh download. You can download the free trial from this link and then validate with your serial number.
    http://www.adobe.com/cfusion/tdrc/index.cfm?product=photoshop_elements&loc=us&PID=2159997

  • "Cipher not initialized" when trying to invoke CRM On Demand web service

    Hi,
    I'm try to invoke CRM On Demand web service for which there is a pre-req to get a session ID by making an https request. I've the below java embedded code which does that. It works fine if I run the below code in my desktop as a java program, but when I deploy it on SOA 11g I get "Caused by: java.lang.IllegalStateException: Cipher not initialized" error (find below the stack trace). Please let me know what's going wrong here?
    String sessionString = "FAIL";
    String wsLocation =
    "https://secure-********.crmondemand.com/Services/Integration";
    String headerName;
    try {
    // create an HTTPS connection to the OnDemand webservices
    java.net.URL wsURL =
    new java.net.URL(wsLocation + "?command=login");
    java.net.HttpURLConnection wsConnection =
    (java.net.HttpURLConnection)wsURL.openConnection();
    // disable caching
    wsConnection.setUseCaches(false);
    // set some http headers to indicate the username and password we are using to logon
    wsConnection.setRequestProperty("UserName",
    wsConnection.setRequestProperty("Password", "***********");
    wsConnection.setRequestMethod("GET");
    // see if we got a successful response
    if (wsConnection.getResponseCode() ==
    java.net.HttpURLConnection.HTTP_OK) {
    // get the session id from the cookie setting
    for (int i = 0; ; i++) {
    headerName = wsConnection.getHeaderFieldKey(i);
    if (headerName != null &&
    headerName.equals("Set-Cookie")) {
    // found the Set-Cookie header (code assumes only one cookie is being set)
    sessionString = wsConnection.getHeaderField(i);
    if (sessionString != null ||
    sessionString.startsWith("JSESSIONID")) {
    break;
    String formattedID =
    sessionString.substring(sessionString.indexOf("=") + 1,
    sessionString.indexOf(";"));
    setVariableData("SessionID", formattedID);
    //System.out.println("Session ID: " + sessionString);
    } catch (Exception e) {
    e.printStackTrace();
    setVariableData("SessionID", e.getMessage());
    System.out.println("Logon Exception generated :: " + e);
    throw new RuntimeException(e);
    Caused by: java.lang.IllegalStateException: Cipher not initialized
    at javax.crypto.Cipher.c(DashoA13*..)
    at javax.crypto.Cipher.update(DashoA13*..)
    at com.certicom.tls.provider.Cipher.update(Unknown Source)
    at com.certicom.tls.record.MessageEncryptor.compressEncryptSend(Unknown Source)
    at com.certicom.tls.record.MessageEncryptor.compressEncryptSend(Unknown Source)
    at com.certicom.tls.record.MessageFragmentor.write(Unknown Source)
    at com.certicom.tls.record.WriteHandler.write(Unknown Source)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireAlertSent(Unknown Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.fireAlert(Unknown Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.fireAlert(Unknown Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.handleHandshakeMessage(Unknown Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.handleHandshakeMessages(Unknown Source)
    at com.certicom.tls.record.MessageInterpreter.interpretContent(Unknown Source)
    at com.certicom.tls.record.MessageInterpreter.decryptMessage(Unknown Source)
    at com.certicom.tls.record.ReadHandler.processRecord(Unknown Source)
    at com.certicom.tls.record.ReadHandler.readRecord(Unknown Source)
    at com.certicom.tls.record.ReadHandler.readUntilHandshakeComplete(Unknown Source)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.completeHandshake(Unknown Source)
    at com.certicom.tls.record.WriteHandler.write(Unknown Source)
    at com.certicom.io.OutputSSLIOStreamWrapper.write(Unknown Source)
    at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
    at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
    at java.io.FilterOutputStream.flush(FilterOutputStream.java:123)
    at weblogic.net.http.HttpURLConnection.writeRequests(HttpURLConnection.java:158)
    at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:363)
    at weblogic.net.http.SOAPHttpsURLConnection.getInputStream(SOAPHttpsURLConnection.java:37)
    at weblogic.net.http.HttpURLConnection.getResponseCode(HttpURLConnection.java:952)
    at orabpel.productquerybpelprocess.ExecLetBxExe0.execute(ExecLetBxExe0.java:93)
    Thanks!

    Same question...did you ever got this resolved...for me, even the simple java program, when run on JDev 11g is ALSO not working. I am getting this.
    Using JDev 10g on the same machine (or for that matter SOA 10g) works perfectly.
    Have posted this thread too - Getting SSLHandshakeException when trying to login to OCOD using Jdev 11g
    Thanks,
    Amit

  • The Data Access Service is either not running or not initialized.

    When I try to access the OPSMGR 2012 R2 console I get the error:
    Failed to connect to server "SCOM01.THG.local"
    The Data Access Service is either not running or not initialized.
    Date: 3/4/2014 8:41:07 AM
    Application: Operations Manager
    Application Version: 7.1.10226.0
    Severity: Error
    Message: Failed to connect to server 'SCOM01.THG.local'
    Microsoft.EnterpriseManagement.Common.ServiceNotRunningException: The Data Access service is either not running or not yet initialized. Check the event log for more information. ---> System.ServiceModel.EndpointNotFoundException: Could not connect to
    net.tcp://scom01.thg.local:5724/DispatcherService. The connection attempt lasted for a time span of 00:00:02.0045038. TCP error code 10061: No connection could be made because the target machine actively refused it 10.192.1.27:5724.  ---> System.Net.Sockets.SocketException:
    No connection could be made because the target machine actively refused it 10.192.1.27:5724
       at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
       at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
       at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
       --- End of inner exception stack trace ---
    Server stack trace:
       at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
       at System.ServiceModel.Channels.BufferedConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
       at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout)
       at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan timeout, CallOnceManager cascade)
       at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
       at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
    Exception rethrown at [0]:
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at Microsoft.EnterpriseManagement.Common.Internal.IDispatcherService.Connect(SdkClientConnectionOptions connectionOptions)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.Initialize(EnterpriseManagementConnectionSettings connectionSettings, SdkChannelObject`1 channelObjectDispatcherService)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.CreateEndpoint[T](EnterpriseManagementConnectionSettings connectionSettings, SdkChannelObject`1 channelObjectDispatcherService)
       --- End of inner exception stack trace ---
       at Microsoft.EnterpriseManagement.Common.Internal.ExceptionHandlers.HandleChannelExceptions(Exception ex)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.CreateEndpoint[T](EnterpriseManagementConnectionSettings connectionSettings, SdkChannelObject`1 channelObjectDispatcherService)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.ConstructEnterpriseManagementGroupInternal[T,P](EnterpriseManagementConnectionSettings connectionSettings, ClientDataAccessCore clientCallback)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.RetrieveEnterpriseManagementGroupInternal[T,P](EnterpriseManagementConnectionSettings connectionSettings, ClientDataAccessCore callbackDispatcherService)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.Connect[T,P](EnterpriseManagementConnectionSettings connectionSettings, ClientDataAccessCore callbackDispatcherService)
       at Microsoft.EnterpriseManagement.ManagementGroup.InternalInitialize(EnterpriseManagementConnectionSettings connectionSettings, ManagementGroupInternal internals)
       at Microsoft.EnterpriseManagement.Mom.Internal.UI.Common.ManagementGroupSessionManager.Connect(String server)
       at Microsoft.EnterpriseManagement.Monitoring.Console.Internal.ConsoleWindowBase.TryConnectToManagementGroupJob(Object sender, ConsoleJobEventArgs args)
    System.ServiceModel.EndpointNotFoundException: Could not connect to net.tcp://scom01.thg.local:5724/DispatcherService. The connection attempt lasted for a time span of 00:00:02.0045038. TCP error code 10061: No connection could be made because the target machine
    actively refused it 10.192.1.27:5724.  ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 10.192.1.27:5724
       at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
       at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
       at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
       --- End of inner exception stack trace ---
    Server stack trace:
       at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
       at System.ServiceModel.Channels.BufferedConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
       at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout)
       at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan timeout, CallOnceManager cascade)
       at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
       at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
    Exception rethrown at [0]:
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at Microsoft.EnterpriseManagement.Common.Internal.IDispatcherService.Connect(SdkClientConnectionOptions connectionOptions)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.Initialize(EnterpriseManagementConnectionSettings connectionSettings, SdkChannelObject`1 channelObjectDispatcherService)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.CreateEndpoint[T](EnterpriseManagementConnectionSettings connectionSettings, SdkChannelObject`1 channelObjectDispatcherService)
    System.Net.Sockets.SocketException (0x80004005): No connection could be made because the target machine actively refused it 10.192.1.27:5724
       at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
       at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
       at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
    System Logs:
    The System Center Data Access Service service terminated unexpectedly.  It has done this 2 time(s).  The following corrective action will be taken in 60000 milliseconds: Restart the service.
    The System Center Data Access Service service terminated unexpectedly.  It has done this 5 time(s).  The following corrective action will be taken in 60000 milliseconds: Restart the service.
    The System Center Data Access Service service entered the running state.
    Application Logs
    Fault bucket , type 0
    Event Name: CLR20r3
    Response: Not available
    Cab Id: 0
    Problem signature:
    P1: microsoft.mom.sdk.servicehost
    P2: 7.5.3070.0
    P3: 520d7e93
    P4: System.Data
    P5: 4.0.30319.18408
    P6: 52310bef
    P7: 2622
    P8: 297
    P9: 2V4KQ41FR0ZKJA4HMDJUZUWAZMPSCBGF
    P10:
    Attached files:
    C:\Users\svc_scomdas\AppData\Local\Temp\WERB021.tmp.appcompat.txt
    C:\Users\svc_scomdas\AppData\Local\Temp\WERB0DD.tmp.WERInternalMetadata.xml
    C:\Users\svc_scomdas\AppData\Local\Temp\WERB0DE.tmp.hdmp
    C:\Users\svc_scomdas\AppData\Local\Temp\WERC65B.tmp.dmp
    These files may be available here:
    C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_microsoft.mom.sd_bd8814a66c4798fbd871834494e962595894932_cab_0837c781
    Analysis symbol:
    Rechecking for solution: 0
    Report Id: 55e1dff8-a3a4-11e3-9412-00155d01fa02
    Report Status: 0
    Hashed bucket:
    Fault bucket , type 0
    Event Name: CLR20r3
    Response: Not available
    Cab Id: 0
    Problem signature:
    P1: microsoft.mom.sdk.servicehost
    P2: 7.5.3070.0
    P3: 520d7e93
    P4: System.Data
    P5: 4.0.30319.18408
    P6: 52310bef
    P7: 2622
    P8: 297
    P9: 2V4KQ41FR0ZKJA4HMDJUZUWAZMPSCBGF
    P10:
    Attached files:
    C:\Users\svc_scomdas\AppData\Local\Temp\WERB021.tmp.appcompat.txt
    C:\Users\svc_scomdas\AppData\Local\Temp\WERB0DD.tmp.WERInternalMetadata.xml
    C:\Users\svc_scomdas\AppData\Local\Temp\WERB0DE.tmp.hdmp
    C:\Users\svc_scomdas\AppData\Local\Temp\WERC65B.tmp.dmp
    These files may be available here:
    C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_microsoft.mom.sd_bd8814a66c4798fbd871834494e962595894932_cab_0837c781
    Analysis symbol:
    Rechecking for solution: 0
    Report Id: 55e1dff8-a3a4-11e3-9412-00155d01fa02
    Report Status: 4
    Hashed bucket:
    Fault bucket , type 0
    Event Name: CLR20r3
    Response: Not available
    Cab Id: 0
    Application: Microsoft.Mom.Sdk.ServiceHost.exe
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    Exception Info: Microsoft.EnterpriseManagement.ConfigurationReaderException
    Stack:
       at Microsoft.EnterpriseManagement.ServiceDataLayer.DispatcherService.Initialize(Microsoft.EnterpriseManagement.InProcEnterpriseManagementConnectionSettings)
       at Microsoft.EnterpriseManagement.ServiceDataLayer.DispatcherService.InitializeRunner(System.Object)
       at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
       at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
       at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
       at System.Threading.ThreadHelper.ThreadStart(System.Object)

    can you please check the following -
    1) SQL services are running.
    2) Data access service is running. you can try restarting the service too.
    3) check that the OpsMgr database is not full.
    4) start the 'SQL Vss writer" service.
    5) check the sql server error logs.
    6) Check your SQL accounts too.
    7) Try this too -
    To create this registry entry, follow these steps:
    Click Start, click Run, type regedit, and then click
    OK.
    Locate and then click the following registry subkey:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
    Right-click Control, point to New, and then click
    DWORD Value.
    In the New Value #1 box, type ServicesPipeTimeout, and then press ENTER.
    Right-click ServicesPipeTimeout, and then click Modify.
    Click Decimal, type the number of milliseconds that you want to  wait until the service times out, and then click
    OK.
    For example, to wait 60 seconds before the service times out, type 60000.
    Quit Registry Editor, and then restart the computer.
    Thanks, S K Agrawal

  • I am getting an error when opening the organizer saying online services could not be initialized?

    I just installed photoshop elements 11 on my Mac and am receiving an error when opening the organizer.  It is stating that online services could not be initialized and that I need to reinstall.  I tried that and it is still coming up.  What do I do?

    How did you uninstall it?

  • Online Services not Initialized

    I have installed Photoshop Elements 11 and Premiere Elements 11 on my MAC and while the installation appears to have been successful I get the following error message every time I open the Organizer:
    Online Services could not be initialized.  Please reinstall.  Or press OK to continue without online services.
    Does anyone have suggestions for me?

    Wowee
    A good Internet connection is essential, but, if you have that, have your tried to refresh the Online Services via Edit Menu/Preferences/Web Sharing (that is the Windows route).
    I am not sure what the Premiere Elements Mac counterpart would be, but I would assume that it would be wherever the Premiere Elements Mac preferences are available.
    Please update us on your progress.
    Thanks.
    ATR

Maybe you are looking for

  • Games And Extra!! for the zen mic

    since the ipod has a couple of wack games..does the zen micro has any games to download since it didnt came with one..also are there any new extra features that can be downloaded.

  • Splitting Audio and Video Signal

    HI, I would like to be able to split the video and audio signal from my ipad via apple tv to enable the video to be viewed on the ipad and audio out of the amp speakers.  I can do this via bluetooth (for instance in my car) but not via airplay in the

  • Images being "magically" replaced by other images

    I am using Aperture 2.4.1 and lately when I open a folder my thumbnails have been changing to different images on their own. Sometimes it happens automatically and sometimes I click on the image. For instance I will click on a photo of a person and t

  • Double-clicking the home button causes my iPad 2 to crash

    I am runing iOS 5.1  When I double-click the home button the interface crashes, and it takes me back to the "slide to unlock" screen, with the end result being that I cannot close any open applications.  Has anyone else seen this issue?  I have reboo

  • Adding one extra tab in FS00

    Dear All In FS00 , I need to add one extra Tab  for storing some Customer related fields . I have searched so many threads  but  nothing  is working out.   Kindly give me a solution to fix this issue. Whether it is Possible through Screen Exit ? Or a