User anonymous

Hi.
I'm using Oracle Enterprise 10g express edition on WinXP and I'm trying to get username of user currently connected. When I type this:
SELECT user FROM dual;
I get:
USER
ANONYMOUS
and I should get specific name. This happens if I'm connected as SYS user or some other user without difference.
Can anyone help me?
Thanks in advance.

Answered here: Re: user anonymous

Similar Messages

  • User [ anonymous ] is not authorized to invoke AckCommit on a Coordinator

    Hi All,
           While trying to commit a transaction from OSB proxy I am getting the below error. Can anybody faced this issue before. I am using OSB 10.3.1.  
    <Jul 8, 2013 2:47:36 PM GMT+05:30> <Error> <JTA> <server name> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1373275056354> <BEA-110493> <User [<anonymous>] is not authorized to invoke AckCommit on a Coordinator.>
         Suggestions are most welcome. Thanks in advance
    Regards,
    Path Finder

    The same issue. I don't even have disk E: on my mac
    CF10.
    The current user is not authorized to invoke this method.
    The error occurred inE:/cf10_final/cfusion/wwwroot/CFIDE/adminapi/accessmanager.cfc: line 48
    Called from E:/cf10_final/cfusion/wwwroot/CFIDE/adminapi/datasource.cfc: line 52
    Called from /Users/username/Sites/zzz/r8/app/Application.cfc: line 252
    Called from /Users/username/Sites/zzz/r8/app/Application.cfc: line 237
    Called from /Users/username/Sites/zzz/r8/app/Application.cfc: line 75
    -1 : Unable to display error's location in a CFML template.
    Server Details
    Server Product
    ColdFusion
    Version
    10,0,7,284568
    Tomcat Version
    7.0.23.0
    Edition
    Developer 
    Serial Number
    Developer 
    Operating System
    Mac OS X 
    OS Version
    10.8.3 
    Update Level
    /Applications/ColdFusion10/cfusion/lib/updates/chf10000009.jar 
    Adobe Driver Version
    4.1 (Build 0001) 
    JVM Details
    Java Version
    1.6.0_45 
    Java Vendor
    Apple Inc. 
    Java Vendor URL
    http://www.apple.com/
    Java Home
    /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home 

  • User anonymous does not have permission to perform lookup : help needed

    Hi All,
    I'm facing a strange problem.
    I'm using weblogic 8.1
    Some ejbs are deployed in the application and security settings are done properly.
    But sometimes, i get an exception saying that
    'javax.naming.NoPermissionException: User <anonymous> does not have permission on weblogic to perform lookup operation. [Root exception is javax.naming.NoPermissionException: User <anonymous> does not have permission on weblogic to perform lookup operation.]
    at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108)' .
    This ejb is invoked from a web application, and the exception happens only once in the server lifecycle (but not on the first try).
    This happens in a JTA transaction and eventually the transaction gets timed out. Once timed out for the first time, further requests are executing fine and it is connecting with the configured security credentials.
    Initially i thought ejb caching was causing the problem. But even after removing the cache, it is throwing the exception.
    Only sometimes, it is trying to connect as <anonymous> user.
    I'm so fed up with this..
    Can anybody help me out..?

    Which 8.1 SP are you on? If you open a support case, a support engineer may be able to identify a fix that has been included in a newer Service Pack.

  • Urgent: Question about password for user 'anonymous'

    Hi, Expert,
    My apex run well until I 'alter user anonymous account unlock', 'alter user anonymous identified by oracle'.
    After I change the password, I got the '500 Internal Server Error' when I access http://host:port/apex
    How can I fix the problem? What should be the Password for 'anonymous'?
    Thanks in advance for any kind help!!
    Sharon.Ni
    Edited by: user536764 on Apr 30, 2011 9:07 AM

    The following is output of the epgstat
    SQL> @epgstat
    | XDB protocol ports: |
    | XDB is listening for the protocol |
    | when the protocol port is non-zero. |
    HTTP Port FTP Port
    8080 0
    1 row selected.
    | DAD virtual-path mappings |
    Virtual Path DAD Name
    /apex/* APEX
    1 row selected.
    | DAD attributes |
    DAD Name DAD Param DAD Value
    APEX database-username ANONYMOUS
    default-page apex
    document-table-name wwv_flow_file_objects$
    request-validation-funct wwv_flow_epg_include_modules.authorize
    ion
    document-procedure wwv_flow_file_mgr.process_download
    nls-language american_america.al32utf8
    document-path docs
    7 rows selected.
    | DAD authorization: |
    | To use static authentication of a user in a DAD, |
    | the DAD must be authorized for the user. |
    no rows selected
    | DAD authentication schemes |
    DAD Name User Name Auth Scheme
    APEX ANONYMOUS Anonymous
    1 row selected.
    | ANONYMOUS user status: |
    | To use static or anonymous authentication in any DAD, |
    | the ANONYMOUS account must be unlocked. |
    Database User Status
    ANONYMOUS OPEN
    1 row selected.
    | ANONYMOUS access to XDB repository: |
    | To allow public access to XDB repository without authentication, |
    | ANONYMOUS access to the repository must be allowed. |
    Allow repository anonymous access?
    false
    1 row selected.

  • Dropped user anonymous

    Installing Apex Embedded 4.2 on Oracle 11g(64) I accidentally dropped the user ANONYMOUS. I found in the catqm.sql the following text and tried to create ANONYMOUS again using the text as follows.
    create user anonymous identified by values 'anonymous' default tablespace &res_tbs; (exluded "default tablespace")
    EXECUTE dbms_registry.loading('XDB', 'Oracle XML Database', 'DBMS_REGXDB.VALIDATEXDB', 'XDB', dbms_registry.schema_list_t('ANONYMOUS'));
    grant create session to anonymous;
    alter user anonymous account lock;
    However when I started the Apex installation again it stopped in line 11 or very soon. XML DB's status in dba_registyi is now 'LOADING' .
    I'd want to know a simple procedure to correct my ANONYNOUS and XML DB . E.g. is it secure enough to start the whole catqm.sql, which creates the user or do I configure XML DB somehow. I'd not like to ruin the database and other applications depending on it. -- Very grateful for solutions.
    Edited by: Heikki on 7.1.2013 14:24
    Edited by: Heikki on 7.1.2013 14:26

    Hi,
    Do you have backup where you can restore?
    Maybe you like post question to Database General or Installation forum as this is not actually APEX related question.
    General Database Discussions
    Database Installation
    Regards,
    Jari
    My Blog: http://dbswh.webhop.net/htmldb/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai
    Edited by: jarola on Jan 7, 2013 2:41 PM

  • Event generated by user 'anonymous' at host 'CIS'. Unable to get reference.

    Hi,
    We have integrated our custom portal webcenter application with UCM through document taskflows.
    We are not unable to view the documentts fetched from UCM. Below is the error getting logged in UCM whenever we access the application.
    Event generated by user 'anonymous' at host 'CIS'. Unable to get reference. Cannot read folder. [ Details ]
    An error has occurred. The stack trace below shows more information.
    !csUserEventMessage,anonymous,CIS!$!csCollectionUnableToGetReference!csCollectionCannotRead
    intradoc.common.ServiceException: !csCollectionUnableToGetReference!csCollectionCannotRead
    *ScriptStack COLLECTION_GET_REFERENCE
    3:getReferenceMeta,**no captured values**
    at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2115)
    at intradoc.server.Service.buildServiceException(Service.java:2260)
    at intradoc.server.Service.createServiceExceptionEx(Service.java:2254)
    at collections.CollectionUserHandler.getReferenceMeta(CollectionUserHandler.java:1765)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:600)
    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
    at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:324)
    at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79)
    at intradoc.server.Service.doCodeEx(Service.java:533)
    at intradoc.server.Service.doCode(Service.java:505)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1643)
    at intradoc.server.Service.doAction(Service.java:477)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1458)
    at intradoc.server.Service.doActions(Service.java:472)
    at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1391)
    at intradoc.server.Service.executeActions(Service.java:458)
    at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:737)
    at intradoc.server.Service.doRequest(Service.java:1890)
    at intradoc.server.ServiceManager.processCommand(ServiceManager.java:435)
    at intradoc.server.IdcServerThread.processRequest(IdcServerThread.java:265)
    at intradoc.server.IdcServerThread.run(IdcServerThread.java:160)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Regards,
    Boopathy P

    Hi Ryan and Deepak,
    Thanks for your suggestions.
    The problem was due to the security group assigned to the folders. I had created custom security groups and had assigned it to the folders and contents. But forgot to create the role as groups in weblogic console and assign it to the user. On applying the public security group to folders and contents i was able to rectify this error.
    Regards,
    Boopathy

  • BSP - UserId and Password for Internal Users - Anonymous for other users

    Hello,
    We developed an application via BSP's. This application can be accessed by two kind of users.
    1. External Users, with should access the page without using a userId and password.
    2. Internal Users, they will have more authorisation and need to specify their userId and Password.
    How can we accomplish this? I tried internal aliases, but can't get it to work properly.
    In the first service 'zbsp' I didn't specify a userId and password in sicf.
    Then I created an internal alias 'zbsp' referring to this 'zbsp'. In this alias I specified a userId and Password, but the system still asks for a userId and Password. (and after logging in the system gives the following error: The application name in URL .../bc/bsp/sap/zbsp2/uat_report.htm is invalid.)
    What did I do wrong? Or are there other ways to accomplish this?
    Greetings,
    Bart

    Take a look at the following mesaages that discussed the whole SSO and SSO2 ticket logins.
    As for a way to handle the two different login types. Well first and formost - active the SSO Tickets on your system.  Set your BSP up for that.
    Then create a new starting page with an alias to the pöublic section for BSP's in your system. On this page make two links.
    For your external users - one that redirects to your BSP passing the user and password in the url for the "read only external user" - that's the sap-user=name here&sap-password=passwordhere.
    For your internal people give them simply the link to the BSP which when they click it will see no user name and password and redirect them to the BSP login.
    Make sure you setup the BSP login according to SAP note 517860 and follow the instructions from http://help.sap.com/saphelp_nw04/helpdata/en/1d/13c73cee4fb55be10000000a114084/frameset.htm using the supplied SYSTEM_PUBLIC)
    It's a bit basic but it works, we do it
    Oh and setting up the system for the SSO (transaction sso2) is very very simple!!

  • Errors while consuming secured portlet on anonymous user

    Hello,
    I'm trying to configure security end-to-end Portlet as in this link http://fusionsecurity.blogspot.com/2010/09/hands-on-wsrp-security-in-oracle-fusion_04.html.
    I got WSRP security with authenticated users, but when I try to consume the portlet on anonymous users (unauthenticated), I receive the error below:
    Caused By: javax.xml.rpc.soap.SOAPFaultException: FailedAuthentication : The security token cannot be authenticated.
                    at oracle.j2ee.ws.client.StreamingSender._raiseFault(StreamingSender.java:669)
                    at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:475)
                    at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:149)
                    at oracle.portlet.wsrp.v2.soap.runtime.WSRP_v2_Markup_Binding_SOAP_Stub.initCookie(WSRP_v2_Markup_Binding_SOAP_Stub.java:343)
                    at oracle.portlet.wsrp.v2.WSRP_v2_Markup_PortTypeJaxbToSoap.initCookie(WSRP_v2_Markup_PortTypeJaxbToSoap.java:671)
                    at oracle.portlet.wsrp.v2.ServerToWSRPv2.initCookie(ServerToWSRPv2.java:22225)
                    at oracle.portlet.client.connection.wsrp.ActivityServerWrapper.initCookie(ActivityServerWrapper.java:1125)
                    at oracle.portlet.client.techimpl.wsrp.WSRPInitCookiePipe.execute(WSRPInitCookiePipe.java:130)
                    … more
    We have the following usecase:
    1) Created an ADF application with one JSP page and converted to portlet.
    2) Created a consumer application (Webcenter Portal Framework Application).
    3) In the consumer app, created a WSRP connection for this portlet (to register the producer).
    - In the "Configure Security Attributes" in the WSRP portlet producer wizard, we have selected the following:
    - Token Profile: WSS 1.0 SAML Token with Message Protection
    - Configuration: Default
    - Default user: anonymous
    4) Drag and drop the portlet on the consumer page and run.
    Would anyone tell me how do I set the permission for an anonymous user?
    Thanks.

    Hi Bijesh,
    Yes, I have tried not specifying a default user and I got the error below:
    <Feb 3, 2015 2:53:48 PM BRST> <Notice> <Stdout> <BEA-000000> <<Feb 3, 2015 2:53:48 PM BRST> <Error> <oracle.wsm.resources.security> <WSM-00008> <Web service authentication failed.
    javax.security.auth.login.LoginException: wsrp:minimal
                    at oracle.security.jps.internal.jaas.module.saml.JpsAbstractSAMLLoginModule.login(JpsAbstractSAMLLoginModule.java:127)
                    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                    at java.lang.reflect.Method.invoke(Method.java:597)
                    at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
                    at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
                    at javax.security.auth.login.LoginContext$5.run(LoginContext.java:706)
                    at javax.security.auth.login.LoginContext.invokeCreatorPriv(LoginContext.java:703)
                    at javax.security.auth.login.LoginContext.login(LoginContext.java:575)
                    at oracle.wsm.security.jps.JpsManager.authenticate(JpsManager.java:184)
                    at oracle.wsm.security.jps.JpsManager.samlAuthenticate(JpsManager.java:325)
    Caused By: javax.security.auth.login.FailedLoginException: [Security:090304]Authentication Failed: User wsrp:minimal javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User wsrp:minimal denied
                    at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:261)
                    at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
                    at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
                    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                    at java.lang.reflect.Method.invoke(Method.java:597)
                    at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
                    at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
                    at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
                    at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
                    at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
    I’ve set ADF Security for my Portlet Application following the steps below:
    Create an Enterprise Role ‘Participante’. (The authenticated user has this group 'Participante' in LDAP)
    Create an Application Role ‘participante-role’ and map to the enterprise role ‘Participante’.
    Assign ‘participante-role’ to Web Page or Task Flow in Resources Grants.
    Those steps work well when I am using Task Flows. If I use Portlets based on Page instead of Task Flow, the security does not work.
    I have already tested the second option (create a guest user). The problem here is that the user has the authenticated-role associated to it.
    Thanks for help.

  • Anonymous user expire

    Dear Gurus,
    I have a concurrent program which use Anonymous user to run the sql, But after upgrade when I am trying to run that concurrent program it says that user Anonymous has expired. What could be the reason, how can I activate it.
    Regards
    Krian Rana

    I would not suggest setting END_DATE to NULL since it is recommended to disable this user. For more details, have a look at the following note:
    Note: 189367.1 - Best Practices for Securing the E-Business Suite
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=189367.1

  • How to restore ANONYMOUS user

    Hello
    I have dropped  user ANONYMOUS long before. Now trying to setup Apex 4.2. I don’t have backup. Could any one tell me how to restore  ANONYMOUS?
    My database version is 11g .
    Thanks

    Hi Suman,
    That's a good question.  ANONYMOUS is used for many thing besides Oracle Application Express.
    Your best bet is to contact Oracle Support and see if there is an official recommendation how to restore this.
    I hope this helps.
    Joel

  • Audit Vault & Apex - ANONYMOUS user recorded rather than Apex end user

    Hi,
    We have Audit Vault 10.2.3 & Apex 3.2
    Audit Vault stores the name of the database user when a table is updated through SQL*Plus etc as expected.
    Problem is through Apex and insert to db table using simple form on table the user ANONYMOUS is recorded.
    We need to have the actual end user logged into Application Express.
    Is there anyway of configuring Audit Vault or Apex to use/pass v('APP_USER')? Does something need to be done in Apex to set a session?
    Running the below shows 2 ANONYMOUS users and no APEX_PUBLIC_USER or Apex end user.
    select username, count(*)
    from v$session
    group by username;
    Any advice & guidance would be great - thanks in advance.

    Having posted the same question on the Apex forum I received the following response and have been able to use CLIENT_ID to return the apex user and session details. Thought it best to post here too incase others search for the same information.
    Since Audit Vault relies on native database auditing it can only collect information that is recorded by the "source" database in its audit trail. APEX populates the CLIENT_INFO field of the connection with the APP_USER. However, CLIENT_INFO is not recorded in the audit trail. Instead the CLIENT_ID is captured. APEX records a composite value in this field. The value is formatted as "APP_USER:SESSION_ID". This value should be recorded in the audit trail and consequently sent to Audit Vault. Audit Vault's reports should be able to display this field, and you can filter on it to get the information you need.

  • Accessing Quick poll iView though anonymous users

    Hi all,
    I have created a quick poll and i want to assign  this poll to anonymous users only, so i have put the user "Anonymous" to Participants.
    After that i have put the Campaign name  to Content Admin. >> Content Provided By SAP >> End User Content >> Standard User >> Iviews >> com.sap.km.iviews-->Quick Poll Iview property : Campaign to be used.
    And set the Quick Poll Iview authetication  scheme to anonymous.
    But while accessing the iview from home page its displaying the login page , and after login i am able th view my poll.
    I want to display the view in home page to anonymous users only.
    Could you please tell me where exactly I have gone wrong?
    suggest the solution..
    Thanks in advance
    Roopali

    Hi
    chk out this links
    [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a09387a4-1f2e-2a10-7e85-b0f6cac880b0?QuickLink=index&overridelayout=true]
    FAQ[http://wiki.sdn.sap.com/wiki/display/KMC/Forums%20in%20SAP%20NetWeaver%20Portal%20-%20Frequently%20Asked%20Questions]
    You can download Business packages for Jive forums from service market place using this path
    Support Packages and Patches - Entry by Application Group- SAP NetWeaver -SAP NETWEAVER- SAP EHP1 FOR SAP NETWEAVER 7.0-PORTAL ADD-ON SAP NW 7.0 EHP1-FORUMS 7.01
    Also i was checking polls functionality in these forums,anonumous users can view the polls but cannot participate in it since votes are submitted along with user ids.
    Hope this helps
    regards

  • Anonymous User + one application declared only = not press login button?!

    Hi,
    I am new here and try to configure SGD for an B2C access;
    it means after user has given the address in the web, SGD will
    start the declared application. (no click is necessary).
    It is possible to configure in this way?
    Thanks.
    Wenzel

    It would not be easy to configure the main web application this way. However, SGD ships a relatively simple JSP called "launcher.jsp". This could be copied and the copy modified to authenticate a user anonymously and then launch the application without any user interaction.

  • Anonymous user login - failed to start EP server

    Hi all,
    I changed UME properties to allow anonymous access on EP.
    1. Created a user "anonymous" on ABAP system ( i m using ABAP system for users no ldap)
    2. On ep.. System admin ->system configuration -> UM configuration -> Direct editing
    3. Changed ume.login.guest_user.uniqueids to "anonymous"
    4. ume.login.anonymous_user.mode = 1. This property was already 1.. so kept it as it is
    5. Save all changes and restarted the Server using MMC control. Ep dint start
    Developer trace:
    [Thr 3832] Thu Dec 15 11:04:23 2005
    [Thr 3832] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 3832] JLaunchISetClusterId: set cluster id 3930150
    [Thr 3832] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 3832] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    [Thr 5760] Thu Dec 15 11:05:06 2005
    [Thr 5760] JLaunchIExitJava: exit hook is called (rc=-11113)
    [Thr 5760] JLaunchCloseProgram: good bye (exitcode=-11113)
    I have reseted all the changes i have done, but still its not starting. I used configtool to reset the changes.
    please help me on this as its critical  now.. we are in testing phase..
    regards
    ashutosh

    Core service security failed. J2EE Engine cannot be started.
    com.sap.engine.services.security.exceptions.SecurityServiceException: Unexpected exception:
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:173)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:211)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:142)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:74)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:141)
    Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: <b>Anonymous principal not configured</b>     at com.sap.engine.services.security.login.SecurityContext.setAnonymousPrincipal(SecurityContext.java:513)
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:138)
         ... 5 more
    Caused by: com.sap.security.core.server.userstore.UserstoreException: <b>Could not get user J2EE_GUEST</b>     at com.sap.security.core.server.userstore.UserContextUME.engineGetUserInfo(UserContextUME.java:193)
         at com.sap.engine.services.security.userstore.context.UserContext.getUserInfo(UserContext.java:102)
         at com.sap.engine.services.security.login.SecurityContext.setAnonymousPrincipal(SecurityContext.java:507)
         ... 6 more
    Caused by: com.sap.security.api.NoSuchUserAccountException: USER_AUTH_FAILED: User account for logonid "J2EE_GUEST" not found!
         at com.sap.security.core.imp.AbstractUserAccount.<init>(AbstractUserAccount.java:340)
         at com.sap.security.core.imp.DBTextFileUserAccount.<init>(DBTextFileUserAccount.java:56)
         at com.sap.security.core.imp.UserAccountFactory.getUserAccountByLogonId(UserAccountFactory.java:426)
         at com.sap.security.core.imp.UserAccountFactory.getUserAccountByLogonId(UserAccountFactory.java:277)
         at com.sap.security.core.imp.UserAccountFactory.getUserAccountByLogonId(UserAccountFactory.java:458)
         at com.sap.security.core.imp.UserAccountFactory.getUserAccountByLogonId(UserAccountFactory.java:453)
         at com.sap.security.core.server.userstore.UserContextUME.engineGetUserInfo(UserContextUME.java:189)
         ... 8 more
    i have j2ee_guest user on my abap system... and i have not set the anonymous access
    regards
    ashutosh

  • Anonymous user is not able to see ContentManagement.

    Hi
    I have created an anonymous user.
    When he tries to get some content from contentmanagement he gets AccessDeniedException.
    In the log it writes
    com.sapportals.wcm.repository.AccessDeniedException: User <anonymous.dk.dk> is not authenticated#
    com.sapportals.wcm.repository.ResourceException.fillInStackTrace(ResourceException.java:400)#
    java.lang.Throwable.<init>(Throwable.java:195)#
    java.lang.Exception.<init>(Exception.java:41)#
    com.sapportals.wcm.WcmException.<init>(WcmException.java:59)#
    com.sapportals.wcm.util.content.ContentException.<init>(ContentException.java:38)#
    com.sapportals.wcm.repository.ResourceException.<init>(ResourceException.java:163)#
    com.sapportals.wcm.repository.AccessDeniedException.<init>(AccessDeniedException.java:77)#
    com.sapportals.wcm.repository.manager.SecurityChecker.check(SecurityChecker.java:224)#
    com.sapportals.wcm.repository.manager.SecurityChecker.checkListChildren(SecurityChecker.java:138)#
    com.sapportals.wcm.repository.manager.cm.CmNamespaceAndContentManager.getChildren
    com.sapportals.wcm.repository.CollectionImpl.internalGetChildren(CollectionImpl.java:1224)#
    com.sapportals.wcm.repository.CollectionImpl.getChildren(CollectionImpl.java:159)#
    com.dfdstransport.portal.ex.masthead.beans.FlashBean.GetPictureURL(FlashBean.java:89)#
    jsp._sapportalsjsp_HeaderiView.doContentcom.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)#
    com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)#
    com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:360)#
    com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:934)#
    com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:435)#
    com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:527)#
    com.sapportals.portal.prt.core.async.AsyncPortalComponentResponse.include(AsyncPortalComponentResponse.java:682)#
    com.sapportals.portal.navigation.HeaderiView.doContent(HeaderiView.java:63)#
    com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)#
    com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)#
    com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)#
    com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)#
    com.sapportals.portal.prt.core.async.AsyncIncludeRunnable$1$DoDispatchRequest.run(AsyncIncludeRunnable.java:377)#
    java.security.AccessController.doPrivileged(Native Method)#
    com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:390)#
    com.sapportals.portal.prt.core.async.ThreadContextRunnable.run(ThreadContextRunnable.java:164)#
    EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:725)#
    java.lang.Thread.run(Thread.java:534)#
    I have implemented SAP note #728106.
    And if i log him on with password he can see the content.
    Anybody have some experience with this ?
    Br Rasmus

    Hi Rasmus,
    com.dfdstransport.portal.ex.masthead.beans.FlashBean.GetPictureURL(FlashBean.java:89)
    calls getChildren on some collection, probably with the userContext of the anonymous user. This only works if the user is authenticated. (So we have a special situation which does not correspond to the notes named above).
    Two possibilties: You programtically authenticate also the anonymous user within your component, see Howto log user if i know userID and passwd
    Or you use another resource context, for instance one with the cmadmin_service user, see /thread/25606 [original link is broken]
    Hope it helps
    Detlev

Maybe you are looking for

  • FIOS Quantum Gateway Router

    Just installed but need to figure how to get 5gz speed.  What do I do with the old MI424WR???? Do they want it back??? I paid retail for the G1100 but what about the monthly fee I paid for the old router??  Asking Verizon help is almost impossible.  

  • "HSM Support Not Available" Error

    Hi, I'm trying to configure an HSM credential under LiveCycle ES2.  I've done all the steps listed in the documentation (established a Network Trust Link, assigned the client to a partition, etc.).  I'm able to run the demo app provided by the HSM ve

  • App store closing unexpectedly

    This is happening quite frequently. When I am in the app store app, the app closes suddently without any warning. Even when I close all other apps, this happens. Another issue I'm experiencing with the app store ,app.  When I'm searching for an app &

  • (261936172) Q general Where are the Web Service source files?

    Q <general> Where are the source files for a Web Service created with WebLogic Workshop stored? How do I deploy the Web Service on a different WebLogic Server? Is there a way to bundle the Web Service project files manually to distribute them? Is the

  • How to make mailto handler be hotmail?

    We can set mailto to be handled by our gmail or yahoo mail web mail accounts. But I want to set it to hotmail/outlook.com This is how you set it to gmail/yahoo mail: [IMG]http://img.photobucket.com/albums/v135/noitidart/how20to20use20hotmail_zpsb12ba