Error when try access password self service

Hi,
We are on AC5.3, patch level 11. We are trying to setup password self service but we are not very successfull.
When trying to access password self service screen i type in a username and select logon. I then get the following error message:
Application error occurred during request processing.
  Details:   java.lang.NullPointerException: null
Exception id: [00215E963384006600005C47000005DC000487177DFC3B51]
The java log is as follows:
2010-05-21 11:05:56,616 [SAPEngine_Application_Thread[impl:3]_4] ERROR Ignorning exception in search by uniqueldapkey, searching by dn
com.sun.jndi.ldap.LdapReferralException: Continuation Reference; remaining name ''
     at com.sun.jndi.ldap.LdapNamingEnumeration.hasMoreReferrals(LdapNamingEnumeration.java:345)
     at com.sun.jndi.ldap.LdapNamingEnumeration.hasMoreImpl(LdapNamingEnumeration.java:224)
     at com.sun.jndi.ldap.LdapNamingEnumeration.hasMore(LdapNamingEnumeration.java:187)
     at com.virsa.ae.service.umi.ldap.LDAPSearchUser.getUserByDN(LDAPSearchUser.java:274)
     at com.virsa.ae.service.umi.ldap.LDAPSearchUser.setManagerDetails(LDAPSearchUser.java:908)
     at com.virsa.ae.service.umi.ldap.LDAPSearchUser.getUsers(LDAPSearchUser.java:695)
     at com.virsa.ae.service.umi.ldap.LDAPSearchUser.getUserById(LDAPSearchUser.java:880)
     at com.virsa.ae.service.umi.ldap.LDAPUserDetailsProvider.getUser(LDAPUserDetailsProvider.java:52)
     at com.virsa.ae.actions.LoginAction.verifyRequestorLoginHandler(LoginAction.java:607)
     at com.virsa.ae.actions.LoginAction.execute(LoginAction.java:102)
     at com.virsa.ae.commons.utils.framework.NavigationEngine.execute(NavigationEngine.java:295)
     at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:431)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
     at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
     at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:461)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(AccessController.java:219)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
Please advise.
Regards

2010-05-21 14:54:06,772 [SAPEngine_Application_Thread[impl:3]_33] DEBUG  NavigationEngine.java@85:execute() : Current Module: |STARTUP_MODULE| Conversation: |STARTUP_CONVERSATION| Screen: |scrRequestAccess|
2010-05-21 14:54:06,772 [SAPEngine_Application_Thread[impl:3]_33] DEBUG  NavigationEngine.java@105:execute() :  Module#STARTUP_MODULE#Conversation#STARTUP_CONVERSATION#Screen#scrRequestAccess#Action#verifyRequestorLogin#
2010-05-21 14:54:06,772 [SAPEngine_Application_Thread[impl:3]_33] DEBUG  NavigationEngine.java@285:execute() : Handler found:class com.virsa.ae.actions.LoginAction
2010-05-21 14:54:06,772 [SAPEngine_Application_Thread[impl:3]_33] DEBUG  LoginAction.java@437:verifyRequestorLoginHandler() : INTO the method
2010-05-21 14:54:06,772 [SAPEngine_Application_Thread[impl:3]_33] DEBUG  LDAPAuthenticator.java@66:<init>() : INTO the method : ZACTAD3
2010-05-21 14:54:06,784 [SAPEngine_Application_Thread[impl:3]_33] DEBUG  LDAPHandlerFactory.java@30:getHandler() : INTO the method : ldapServerType :ADldapSystemName :ZACTAD3
2010-05-21 14:54:06,784 [SAPEngine_Application_Thread[impl:3]_33] DEBUG  UMIFactory.java@116:getAuthenticator() : OUT of the method : Authenticator com.virsa.ae.service.umi.ldap.LDAPAuthenticator@17581758 found for authenticationType:LDAP authenticationSystem:ZACTAD3 authenticationStrategy:
2010-05-21 14:54:06,784 [SAPEngine_Application_Thread[impl:3]_33] DEBUG  LDAPAuthenticator.java@66:<init>() : INTO the method : ZACTAD3
2010-05-21 14:54:06,787 [SAPEngine_Application_Thread[impl:3]_33] DEBUG  LDAPHandlerFactory.java@30:getHandler() : INTO the method : ldapServerType :ADldapSystemName :ZACTAD3
2010-05-21 14:54:06,787 [SAPEngine_Application_Thread[impl:3]_33] DEBUG  UMIFactory.java@116:getAuthenticator() : OUT of the method : Authenticator com.virsa.ae.service.umi.ldap.LDAPAuthenticator@5a8f5a8f found for authenticationType:LDAP authenticationSystem:ZACTAD3 authenticationStrategy:
2010-05-21 14:54:06,788 [SAPEngine_Application_Thread[impl:3]_33] DEBUG Processing interrupted Caused by conversation Interrupted
com.virsa.ae.commons.utils.framework.servlet.InterruptProcessingException: conversation Interrupted
     at com.virsa.ae.commons.utils.framework.NavigationEngine.execute(NavigationEngine.java:299)
     at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:431)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
     at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
     at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:461)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
     at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
     at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:461)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(AccessController.java:219)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
Caused by:
com.virsa.ae.commons.utils.framework.InterruptConversationException: Forcing user to login
     at com.virsa.ae.actions.LoginAction.verifyRequestorLoginHandler(LoginAction.java:677)
     at com.virsa.ae.actions.LoginAction.execute(LoginAction.java:90)
     at com.virsa.ae.commons.utils.framework.NavigationEngine.execute(NavigationEngine.java:295)
     ... 24 more
2010-05-21 14:54:06,816 [SAPEngine_Application_Thread[impl:3]_35] DEBUG  AEFrameworkServlet.java@521:logRequest() :
-- Request dump for Action Path is loadRequestorLoginPage
2010-05-21 14:54:06,817 [SAPEngine_Application_Thread[impl:3]_35] DEBUG  AEFrameworkServlet.java@546:logRequest() : -- End Request dump for Action Path is loadRequestorLoginPage
2010-05-21 14:54:06,817 [SAPEngine_Application_Thread[impl:3]_35] DEBUG  NavigationEngine.java@85:execute() : Current Module: |STARTUP_MODULE| Conversation: |STARTUP_CONVERSATION| Screen: |scrRequestAccess|
2010-05-21 14:54:06,817 [SAPEngine_Application_Thread[impl:3]_35] DEBUG  NavigationEngine.java@105:execute() :  Module#STARTUP_MODULE#Conversation#STARTUP_CONVERSATION#Screen#scrRequestAccess#Action#loadRequestorLoginPage#
2010-05-21 14:54:06,817 [SAPEngine_Application_Thread[impl:3]_35] DEBUG  NavigationEngine.java@285:execute() : Handler found:class com.virsa.ae.actions.SuccessAction
2010-05-21 14:54:06,817 [SAPEngine_Application_Thread[impl:3]_35] DEBUG  NavigationEngine.java@296:execute() : Target returned by execute action: success
2010-05-21 14:54:06,817 [SAPEngine_Application_Thread[impl:3]_35] DEBUG  AEFrameworkServlet.java@458:service() : forwarding to:/eu_login.jsp
2010-05-21 14:54:06,818 [SAPEngine_Application_Thread[impl:3]_35] DEBUG  AECacheUtil.java@2139:getDropDownList() : INTO the method : hmFA{DE=German, KO=Korean, SK=Slovak, NL=Dutch, IT=Italian, CS=Czech, PT=Portuguese, HR=Croatian, FR=French, PL=Polish, NO=Norwegian, FI=Finnish, ZH=Chinese, HU=Hungarian, JA=Japanese, ES=Spanish, EN=English, DA=Danish, RU=Russian, SV=Swedish}
2010-05-21 14:54:11,067 [SAPEngine_Application_Thread[impl:3]_16] DEBUG  AEFrameworkServlet.java@521:logRequest() :
-- Request dump for Action Path is requestorLogin1
2010-05-21 14:54:11,067 [SAPEngine_Application_Thread[impl:3]_16] DEBUG  AEFrameworkServlet.java@541:logRequest() : requestType:0::PSS#
2010-05-21 14:54:11,067 [SAPEngine_Application_Thread[impl:3]_16] DEBUG  AEFrameworkServlet.java@541:logRequest() : selLanguage:0::#
2010-05-21 14:54:11,067 [SAPEngine_Application_Thread[impl:3]_16] DEBUG  AEFrameworkServlet.java@541:logRequest() : j_user:0::PADAM#
2010-05-21 14:54:11,067 [SAPEngine_Application_Thread[impl:3]_16] DEBUG  AEFrameworkServlet.java@546:logRequest() : -- End Request dump for Action Path is requestorLogin12010-05-21 14:54:06,772 [SAPEngine_Application_Thread[impl:3]_33] DEBUG  NavigationEngine.java@85:execute() : Current Module: |STARTUP_MODULE| Conversation: |STARTUP_CONVERSATION| Screen: |scrRequestAccess|
2010-05-21 14:54:06,772 [SAPEngine_Application_Thread[impl:3]_33] DEBUG  NavigationEngine.java@105:execute() :  Module#STARTUP_MODULE#Conversation#STARTUP_CONVERSATION#Screen#scrRequestAccess#Action#verifyRequestorLogin#
2010-05-21 14:54:06,772 [SAPEngine_Application_Thread[impl:3]_33] DEBUG  NavigationEngine.java@285:execute() : Handler found:class com.virsa.ae.actions.LoginAction
2010-05-21 14:54:06,772 [SAPEngine_Application_Thread[impl:3]_33] DEBUG  LoginAction.java@437:verifyRequestorLoginHandler() : INTO the method
2010-05-21 14:54:06,772 [SAPEngine_Application_Thread[impl:3]_33] DEBUG  LDAPAuthenticator.java@66:<init>() : INTO the method : ZACTAD3
2010-05-21 14:54:06,784 [SAPEngine_Application_Thread[impl:3]_33] DEBUG  LDAPHandlerFactory.java@30:getHandler() : INTO the method : ldapServerType :ADldapSystemName :ZACTAD3
2010-05-21 14:54:06,784 [SAPEngine_Application_Thread[impl:3]_33] DEBUG  UMIFactory.java@116:getAuthenticator() : OUT of the method : Authenticator com.virsa.ae.service.umi.ldap.LDAPAuthenticator@17581758 found for authenticationType:LDAP authenticationSystem:ZACTAD3 authenticationStrategy:
2010-05-21 14:54:06,784 [SAPEngine_Application_Thread[impl:3]_33] DEBUG  LDAPAuthenticator.java@66:<init>() : INTO the method : ZACTAD3
2010-05-21 14:54:06,787 [SAPEngine_Application_Thread[impl:3]_33] DEBUG  LDAPHandlerFactory.java@30:getHandler() : INTO the method : ldapServerType :ADldapSystemName :ZACTAD3
2010-05-21 14:54:06,787 [SAPEngine_Application_Thread[impl:3]_33] DEBUG  UMIFactory.java@116:getAuthenticator() : OUT of the method : Authenticator com.virsa.ae.service.umi.ldap.LDAPAuthenticator@5a8f5a8f found for authenticationType:LDAP authenticationSystem:ZACTAD3 authenticationStrategy:
2010-05-21 14:54:06,788 [SAPEngine_Application_Thread[impl:3]_33] DEBUG Processing interrupted Caused by conversation Interrupted
com.virsa.ae.commons.utils.framework.servlet.InterruptProcessingException: conversation Interrupted
     at com.virsa.ae.commons.utils.framework.NavigationEngine.execute(NavigationEngine.java:299)
     at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:431)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
     at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
     at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:461)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
     at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
     at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:461)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(AccessController.java:219)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
Caused by:
com.virsa.ae.commons.utils.framework.InterruptConversationException: Forcing user to login
     at com.virsa.ae.actions.LoginAction.verifyRequestorLoginHandler(LoginAction.java:677)
     at com.virsa.ae.actions.LoginAction.execute(LoginAction.java:90)
     at com.virsa.ae.commons.utils.framework.NavigationEngine.execute(NavigationEngine.java:295)
     ... 24 more
2010-05-21 14:54:06,816 [SAPEngine_Application_Thread[impl:3]_35] DEBUG  AEFrameworkServlet.java@521:logRequest() :

Similar Messages

  • CUP v5.3 - Password Self Service - HR Fields Out or Order

    Hello everyone,
    I have set up Password Self Service in CUP v5.3 for SAP HR.  In the Configuration --> Self Service, I have created a few Infotype/Subtype entries.  When I go to reset a test user ID's password, the Infotype/Subtype fields appear in a different order than the order in which they are configured in CUP. 
    What's worse is that even one of the Infotypes is separated from itself by another Infotype/Subtype.  For instance, we are testing using IT0009 Bank Details with two Fields: Bank Key and Bank Account Number.  Even though I cofigured these two fields to be one after another, the logon screen has them separated by one of the other Infotype/Subtype options.
    There doesn't seem to be any logic in the way that the system has adjust the sequence.  It's not in alphabetical order, not in numberical order by Infotype, and more importantly, not in the order that I configured them.  This will make it very confusing for the users, which of course, defeats the purpose.
    Any insight into this?
    Thank you!
    Johonna

    Hello Simon,
    That's what I thought was happening at first, but it doesn't appear so.  It's not going my the text, technical name , or number for the Infotype, Subtype, or Field Name.  What's even stranger  ... I deleted them all, then recreated them in the same order that I did the first time, and not only did it not come up in the right sequence, the sequence was different than the first time!  Both created the same, both resulted in an incorrect sequence, and yet both came out different!
    Even though they are standard HR fields, I might try creating custom versions so that I can force the sequence with the Z01, Z02 naming convention like you did.
    Thank you!
    Johonna

  • GRC5.2 password self service

    Hi Guys,
    We plan to start with GRC5.2 with our backend system not having any HR module. However, we do have Travel Expenses setup with relationship of a user mini master.
    I understood that in 5.2 Access Enforcer, the password self-service requires infotype (data container), subtype, field and description, from the SAP HR. Can these info also be obtain from a user mini master?
    Can I setup the password self service even without HR module (only mini master is setup) within my backend system?
    Thanks.
    Raymond

    Hi Naveen and Amol,
    I did checked on the Quick Reference guide and also have a look into the transaction invoved. When I checked on the transaction code (PRMM) for the user mini master, it looks the same as that in transaction PA30 (from the guide).  So, theoritically the info from the mini master does looks/match the same as that of the needed info from the HR master records.
    I cannot confirm totally on my above statement and was hoping that someone who have tried it to share the experience or is able to guide me with the password self service in 5.2AE.
    Thanks Guys..I do welcome more info or advises I can get as it does link critically on the version of GRC AC that the company has decide to implement and password self service is one of the selling point.
    P.S: Hi JBS, sry but your links are either not working or pointing to the wrong info.
    Thanks.
    Raymond

  • CUP 5.3 Password-Self-Service SP9

    Hello all,
    since CUP 5.3 SP09, the Password-Self-Service has complety changed.
    You need to Login to the System before you can reset the password. The Authentication System is linked to the UME, which is connected to an SAP-System where all approvers have a User.
    The PSS is used by all our SAP-Users, not only approvers. So, not all Users have a UserID in the UME.
    -> From SP 09, the PSS is not working anymore for most of our users, since a Login to use the PSS is needed.
    Due to different errors, we had to patch the system now to SP14.
    We have activated SSO as recommended in note 1451616 does not help as not all Users have access to our UME.
    Does anyone has similar problems / experiences? And an idea for a workaround?
    Thanks a lot
    Marco

    Hello Kristian,
    unfortunatly thats not possible, because the UserIDs in the SAP-Systems are different (we are using personnel-number).
    So, regular CUP-requests could not be approved any longer as the approvers have to login with their personnel-ID to approve the requests pending. The LineManager-approver ID is getting read from HR.
    It is not possible to choose different UserDataSource to Login for PSS and approvals. And in the new PSS-Version, you can only reset the password for the ID you are logged in.
    thanks
    Marco

  • CUP-Password Self Service-Email not received by user

    Hi,
    I confidured SMTP server with Mail server information.
    I raised a request for Password Self-service for a User.
    Request executed successfuly with a message " Password was reset and send to email id of user"
    Password in backend system has reset successfully,
    but No Email has received by user regarding reset PW.
    What si the problem, why the user not received email? even in CUP it shows that email sent successfully.

    Hi,
    Yes i scheduled email dispatcher.
    Now Email is received by the user.
    User received a link for password, when user click on that a blank page with header Password is displayed.
    no other information is appearing.
    Thanks
    Ram.

  • GRC CUP 5.3 SP16.3 -Password self service limit

    Hello Experts,
    We came across the issue when integrating Password Self Service(PSS) via challenge response to ask users to answer 2 security questions that they self register the answers to. We noticed that users can even put only one character value in the answers to the security questions, and it accepts it and sends the user the re-set password info to re-log in to the sap backend system via email.
    But this is not good bc the security answers should be at least a certain character length with a mixture of upper case ,lower case or numbers..but at least give us the capability to not allow one character answers for the challenge response questions. Is there any1 else who has also faced these issues and know if SAP provided any SAP notes or something to fix the issue. Otherwise, this is not secure enough to reset passwords via one character answers to the challenge response questions.
    Thanks and Regards,
    A

    So, SAP stated that functionality is not available as of right now and to send an enhancement request. I'm surprised they didn't think of this when configuring PSS to ensure the challenge response questions would be well protected and would require at least min character length, etc..

  • MBP "System Profile" error when try read "Logs" and long time blue screen

    MBP "System Profile" error when try to read "Logs" and it takes long time blue screen at startup.
    This happened all time when I open the "System Profiler" application and then select the option "Log", then the system crashed again over and over. The system was reinstalled clean but the error occurs again, without any third party application installed.
    Here is the error:
    Sun Jun 22 20:13:47 2008
    panic(cpu 0 caller 0x001A8CD4): Kernel trap at 0x007efc12, type 14=page fault, registers:
    CR0: 0x80010033, CR2: 0x00000000, CR3: 0x013ab000, CR4: 0x00000660
    EAX: 0x00000000, EBX: 0x045ce1e0, ECX: 0x05782c64, EDX: 0x00010001
    CR2: 0x00000000, EBP: 0x344d3ca8, ESI: 0x046ad5c0, EDI: 0x046a8040
    EFL: 0x00010206, EIP: 0x007efc12, CS: 0x00000008, DS: 0x00010010
    Error code: 0x00000000
    Backtrace, Format - Frame : Return Address (4 potential args on stack)
    0x344d3ab8 : 0x12b0fa (0x459294 0x344d3aec 0x133243 0x0)
    0x344d3b08 : 0x1a8cd4 (0x4627fc 0x7efc12 0xe 0x461fac)
    0x344d3be8 : 0x19ede5 (0x344d3c00 0x206 0x344d3ca8 0x7efc12)
    0x344d3bf8 : 0x7efc12 (0xe 0x48 0x10 0x3e0010)
    0x344d3ca8 : 0x3ef261 (0x45ce1e0 0x46a2c40 0x49a7a4 0x0)
    0x344d3ce8 : 0x40abe6 (0x46a8040 0x46a2c40 0x344d3d28 0x3eeac0)
    0x344d3d08 : 0x40e4fb (0x46aec00 0x46a2c40 0x46aec04 0x46aec00)
    0x344d3d28 : 0x43ab14 (0x46aec00 0x46a2c40 0x600000 0x19c8d1)
    0x344d3d78 : 0x18801e (0x46aec00 0x4a5e5ac 0x4a5e5c0 0x11d975)
    0x344d3db8 : 0x12d17e (0x450adac 0x4a5e590 0x0 0x0)
    0x344d3df8 : 0x126257 (0x450ad00 0x0 0x18 0x344d3ee4)
    0x344d3f08 : 0x1973dd (0x344d3f44 0x0 0x0 0x0)
    0x344d3fc8 : 0x19f3b3 (0x479fee0 0x0 0x10 0x0)
    No mapping exists for frame pointer
    Backtrace terminated-invalid frame pointer 0xbffff1c8
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.iokit.IOFireWireIP(1.7.1)@0x7ea000->0x7f2fff
    dependency: com.apple.iokit.IOFireWireFamily(3.4.4)@0x6ed000
    dependency: com.apple.iokit.IONetworkingFamily(1.6.0)@0x5d1000
    BSD process name corresponding to current thread: ioreg
    Mac OS version:
    9D34
    Kernel version:
    Darwin Kernel Version 9.3.0: Fri May 23 00:49:16 PDT 2008; root:xnu-1228.5.18~1/RELEASE_I386
    System model name: MacBookPro3,1 (Mac-F4238BC8)
    This is the System Config:
    Model: MacBookPro3,1, BootROM MBP31.0070.B07, 2 processors, Intel Core 2 Duo, 2.4 GHz, 2 GB
    Graphics: GeForce 8600M GT, GeForce 8600M GT, spdisplayspciedevice, 256 MB
    Memory Module: BANK 0/DIMM0, 1 GB, DDR2 SDRAM, 667 MHz
    Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 667 MHz
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x87), 1.3.5
    Bluetooth: Version 2.1.0f17, 2 service, 1 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    PCI Card: pci168c,24, sppci_othernetwork, PCI Slot 5
    Serial ATA Device: FUJITSU MHW2160BHPL, 149.05 GB
    Parallel ATA Device: HL-DT-ST DVDRW GSA-S10N
    USB Device: Built-in iSight, Apple Inc., high_speed, 500 mA
    USB Device: Bluetooth USB Host Controller, Apple, Inc., full_speed, 500 mA
    USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, full_speed, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., low_speed, 500 mA

    Hello @larrycarol99,
    I understand that after upgrading your computer when you plug in an ethernet cord you get a hardware malfunction error. I am providing you with a Microsoft Support document: Hardware Malfunction Results in System Error Message that explains what causes that error and provides steps on fixing it. I am also including a link to the Compaq Presario 5300US Desktop PC Drivers page, which unfortunately does not have any drivers for your computer running Windows Vista.
    I hope this helps. Thank you for posting on the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • Designer Workflow SharePoint 2013 error when try to assign a task forbidden

    designer Workflow SharePoint 2013 error when try to assign a task
    Next attempt scheduled in less than one minute. Details of last request: HTTP Forbidden to http://oursite/_vti_bin/client.svc/web/lists/getbyid(guid'3cd5739e-f243-4b75-a724-fdbee704913f')/ContentTypes
    Correlation Id: 56baaedd-a2d1-4377-9277-89d20cbdf434 
    and then after cancel I get
    RequestorId: da9fe991-f8d5-7f4a-7dc2-fec198a2a115. Details: System.ApplicationException: HTTP 403 {"x-ms-diagnostics":["30000000; reason=SSL is required"],"SPRequestGuid":["000515ef-1d97-4d94-a35e-f0423f2f5eaa"],"request-id":["000515ef-1d97-4d94-a35e-f0423f2f5eaa"],"X-FRAME-OPTIONS":["SAMEORIGIN"],"SPRequestDuration":["151"],"SPIisLatency":["0"],"MicrosoftSharePointTeamServices":["15.0.0.4551"],"X-Content-Type-Options":["nosniff"],"X-MS-InvokeApp":["1;
    RequireReadOnly"],"Date":["Wed, 15 Jan 2014 17:49:27 GMT"],"Server":["Microsoft-IIS\/8.0"],"X-Powered-By":["ASP.NET"]} at
    Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody
    MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

    Hi Amit,
    According to your description, my understanding is that the error occurred when you assigned a task.
    Did you install any CU for SharePoint?
    If yes, after an update has been performed, several Windows PowerShell cmdlets must be run in order to maintain the connection between the SharePoint Server 2013 farm and the Workflow Manager farm.
    $credential = [System.Net.CredentialCache]::DefaultNetworkCredentials
    $site = Get-SPSite(<siteUri>)
    $proxy = Get-SPWorkflowServiceApplicationProxy
    $svcAddress = $proxy.GetWorkflowServiceAddress($site)
    Copy-SPActivitiesToWorkflowService -WorkflowServiceAddress $svcAddress -Credential $credential -Force $true
    After running the command, re-register the workflow service to see if the issue still occurs.
    Register-SPWorkflowService: http://technet.microsoft.com/en-us/library/jj663115.aspx
    More information are provided in the link below:
    http://technet.microsoft.com/en-us/library/dn133867.aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Password self service in AC10

    What is the procedure to roll out Password self service in a 1000+ company.  Does it means all the backend system users has to be copied to GRC Production system to use this feature.
    If the user wants to reset his password, is it necessarily to login with GRC Password first into GRC and than reset the backend password. If this is the case, than there are less chances that users will remember his GRC password to login into it to reset the password.

    A user shouldn't need access to the GRC box itself to use PSS.
    Look at the PSS configuration under SPRO->GRC->AC->User Provisioning->Maintain PSS
    You can set the authentication source for a user attempting to leverage the PSS feature. You can use the Challenge Questions themselves or another HR system.   Also, under that same IMG tree, you will also need to ensure your End User Logon URL is activated and setup properly. This would be the URL individuals would use to access the basic AC features (creating requests, PSS, etc) whom do not have AC accounts themselves.
    The key design decisions will be where you will be storing a user's challenge questions and how you will ensure they have their answers registered (ideally part of their onboarding) so that they can use the PSS tool.

  • Password self-service workflow message

    Hello
    Where in configuration do I go to change the password self-service workflow message:
    "Your password has been reset.  Your password is..."
    I know where these messages are for provisioning, but not sure where to go for p/w s-s.
    Thanks
    JD

    Hi,
      As Chinmaya mentioned, this message is not easily available to configure. None of the emails are being maintained in backend systems. All of these messages are maintained in NW (front-end) table called Virsa_AE_Message. Go to this table and search for the correspnding message and change it.
    FYI, when you upgrade to new SP and upload the initial data xml file, it will overwrite the changes you have made to the message.
    Regards,
    Alpesh

  • Password Self Service - User receive new Password Email - But link empty

    With Password Self Service we sometimes have users that get the Email with the link.
    But when they open the link it is just an empty page.
    (as if it has been opened before or the password show time has passed)
    Have anyone had this issue?
    Thank you

    Hi Kristian,
    guess you talk about AC 5.3.
    Please check in CUP -> Configuration -> Workflow -> SMTP if you have configured some application url.
    If not, are you using SSL or SSO, there might be an issue then.
    Best,
    Frank

  • CUP 5.3. Password Self Service description+sequence

    Hi together,
    where is it possible to chance the password self service description? The description appears on the "request access"-screen. Every requesttype can be changed in the configuration but not the password self service. Also it isn't possible to change the sequence...
    Is this correct? Or is there a other possibility I didn't notice?
    Thanks & Best Regards
    Alexa

    Hi,
    we are on SP8 but we will upgrade to SP09 in the next weeks...
    I need to change the desciption because of different language requirements for different users. Because the requestors aren't in the UME we can't make varieties in the language with the login. We enter the requesttypes in two languages in the description field. So that all requestors understand the different types. But this isn't possible for the password-self-service, because there is no configuration for the description.
    Perhaps my question will be solved with SP09
    Thanks.
    Alexa

  • SAP GRC Compliant User Provisioning (CUP) Password Self Service

    Hello everyone,
    I am setting up Password Self Service within CUP.  For those users that do not already have access to the UME frontend, I know that I need to create a user ID in the UME frontend for each user so that they can access the Password Self Service option.  Since I only want the user to access the Password Self Service option, what UME role do I assign to them to ensure that they cannot access anything else within CUP?
    Thank you!
    Johonna

    Johonna,
    The 3 defined roles are only those suggested by SAP.
    You can create your own roles by assigning the various actions as needed to provide access or restrict as your organisation requires.
    However, depending on your patch level, you may find that certain actions are dependant on others to work properly.
    Also, you either grant access to the functionality or not. There is no partial or display only setting in the java stack.
    Enjoy!
    Simon

  • CUP Password Self Service

    Hi,
    I have some problems with using the password self service.
    The user has answered the challenge response and is registered. After losing the password the user tries to access the password self service link. Therefore he has to login - why??? This doesn't makes at all, as the user lost his password! Did I miss a setting or did I misunderstood the functionality???
    Best regards,
    Christian

    Hi Christian,
    sure this authentication depends on the "Authentication" configuration, but I wouldn't change this data source as you probably had a reason for choosing a SAP system as data source.
    Following things I figured:
    - setting the Self-Service to "SAP HR" and configuring the "Disable Verification" to "Password Self-Service" will do exactly what you need: no authentication needed but verification by HR info types. This extra logon before the verification can be disabled like it was in 5.2
    Unfortunately you will need an HR system with data configured for all users using PSS
    - setting Self-Service to "Challenge Response", by setting the "Disable Verification" to "None" you can disable the questions but NOT the initial logon
    I can't really figure why this is working the opposite way for both types of password self-service. Let me know if you find a nice solution. Or did you open an OSS?
    Regards,
    Daniela

  • I/O Error when writing access Log buffer to file. error number: 28

    Hi,
    Oracle OracleAS Web Cache 10.1.2.3.0, Build 10.1.2.3.0 080201 is writing events like this:
    [alert 13215] I/O Error when writing access Log buffer to file. error number: 28
    I've looked for this alert and i've found this description:
    WXE-13215 I/O Error when writing access Log buffer to file. error number: %d
    Severity: alert
    Cause: I/O error happened when OracleAS Web Cache tried to write to the access log file.
    Action: Check the status of access log file. For example, see if the disk is full
    Anybody knows what "error number: 28" stands for? The logs are sended to other server and it seems that the disk size is ok.
    thanks!

    I tested again...it seems LabVIEW doesn't like the way I wrote the measurement files. I attached a set of VIs (ZIP-file) to give you a clue how it was done. When I try to save and read a file containing just plain DBLs from a 1D-Array (see attached file generating VI) it works perfectly well for large file sizes.
    So there might get something messed up by the way LabVIEW saved the measured data. You'll notice, that I (accidentally) left the "prepend array string size" input of "write to binary file" function unwired which means that the size information will be written as a type of header. Maybe this is the reason that it doesn't work as expected...
    Attachments:
    VibrationMeasurement.zip ‏76 KB
    generate_test_bin_data.vi ‏12 KB

Maybe you are looking for

  • Brightness differences between Menus and Video Tracks

    I am trying to learn DVD Studio Pro 3. My project has a "roster" menu that leads to several submenus. I want an animated transition from the "roster" menu, to each of the submenus. I built each of the animations in After Effects. They all start with

  • How do I get rid of the passcode so I can open my ipod normally?

    how do I get rid of the passcode so I can open my ipod normally?

  • Can't view all my Spaces?

    In the old MacBooks (black and white), I could set functions to my keys so that I could view all my Spaces. For example, I'd assign show Spaces to F5 so when I'd click F5, I could see all my four spaces laid out on the screen. The new MacBook seems t

  • I lost all my songs

    i just bought a 80G video ipod then i upload my songs and downloaded some podcast to watch ... but when i unplug my ipod from my computer i found out that there's no songs in the ipod but the podcast video is still there ... then i upload my songs ba

  • Error opening database in aperture

    Made a back up of aperture lib using time machine and now the lib will not open with error: "There was an error opening the database for the library "~/Destop/Aperture Library.aplibrary". I restored the file and still have the problem. Ran disk util